Uses of Class
com.luciad.view.TLcdLabelIdentifier
Packages that use TLcdLabelIdentifier
Package
Description
This package contains the class
TLcdAIXM51GXYPainterEditorProvider, which can be used as a
(label) painter provider and (label) editor provider to visualize and/or edit AIXM 5.1 data.Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Handles the labeling of realtime data for GXY layers.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Handles GXY labeling algorithms.
Handles discrete placements labeling algorithms.
This package contains utility classes that can be used to implement ILcdGXYLabelingAlgorithms.
This package contains the core classes that can be used to create labeling algorithms.
-
Uses of TLcdLabelIdentifier in com.luciad.format.aixm51.view.gxy
Methods in com.luciad.format.aixm51.view.gxy with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionbooleanTLcdAIXM51LabelingAlgorithm.canHandle(TLcdLabelIdentifier aLabel) Returns if this algorithm can handle the given label.Method parameters in com.luciad.format.aixm51.view.gxy with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdAIXM51LabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) -
Uses of TLcdLabelIdentifier in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionbooleanTLcdSLDLabelingAlgorithm.canHandle(TLcdLabelIdentifier aLabel) Returns if this algorithm can handle the given label.protected TLcdSLDFeatureTypeStylePainterTLcdSLDLabelingAlgorithm.getFeatureTypeStylePainter(TLcdLabelIdentifier aLabel) Returns theTLcdSLDFeatureTypeStylePainterthat is responsible for painting the given label.Method parameters in com.luciad.ogc.sld.view.gxy with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdSLDLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) -
Uses of TLcdLabelIdentifier in com.luciad.realtime.gxy.labeling
Method parameters in com.luciad.realtime.gxy.labeling with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdGXYContinuousLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) -
Uses of TLcdLabelIdentifier in com.luciad.view
Methods in com.luciad.view that return TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdLabelLocation.getParentLabel()Retrieve a label identifier that references the label on which this label depends.Methods in com.luciad.view with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionvoidILcdLabelDependencyProvider.getDependingLabelsSFCT(TLcdLabelIdentifier aLabel, List<TLcdLabelIdentifier> aDependingLabelsSFCT) This method adds allTLcdLabelIdentifierobjects that depend on the givenTLcdLabelIdentifierobjects to the given list.voidTLcdLabelLocation.setParentLabel(TLcdLabelIdentifier aParentLabel) Sets the parent label.Method parameters in com.luciad.view with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionvoidILcdLabelDependencyProvider.getDependingLabelsSFCT(TLcdLabelIdentifier aLabel, List<TLcdLabelIdentifier> aDependingLabelsSFCT) This method adds allTLcdLabelIdentifierobjects that depend on the givenTLcdLabelIdentifierobjects to the given list. -
Uses of TLcdLabelIdentifier in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptiondefault ILcdGXYLabelingAlgorithmILcdGXYEditableLabelsLayer.getGXYLabelingAlgorithm(TLcdLabelIdentifier aLabel) Returns the label algorithm to use for the given label ID.TLcdGXYLayer.getGXYLabelingAlgorithm(TLcdLabelIdentifier aLabel) Returns the label algorithm to use for the given label ID. -
Uses of TLcdLabelIdentifier in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdGXYAsynchronousEditableLabelsLayerWrapper.getGXYLabelingAlgorithm(TLcdLabelIdentifier aLabel) Returns a clone of the wrapped layer's ILcdGXYLabelingAlgorithm, or the algorithm itself if the associated paint queue is empty. -
Uses of TLcdLabelIdentifier in com.luciad.view.gxy.labeling.algorithm
Methods in com.luciad.view.gxy.labeling.algorithm with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionILcdGXYLabelLabelingAlgorithmProvider.getLabelingAlgorithm(TLcdLabelIdentifier aLabel) This method returns a labeling algorithm for the given label.Method parameters in com.luciad.view.gxy.labeling.algorithm with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionILcdGXYLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) This method returns aTLcdCollectedLabelInfoListobject based on the given list ofTLcdLabelIdentifiers.TLcdGXYCompositeLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) -
Uses of TLcdLabelIdentifier in com.luciad.view.gxy.labeling.algorithm.discrete
Method parameters in com.luciad.view.gxy.labeling.algorithm.discrete with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionALcdGXYDiscretePlacementsLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) ALcdGXYDiscretePlacementsLabelingAlgorithmWrapper.collectLabelInfo(List<TLcdLabelIdentifier> aLabelToCollect, Graphics aGraphics, ILcdGXYView aGXYView) TLcdGXYCompositeDiscretePlacementsLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) TLcdGXYCurvedPathLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) TLcdGXYLabelPainterLocationLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) TLcdGXYLocationListLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) TLcdGXYOnPathLabelingAlgorithm.collectLabelInfo(List<TLcdLabelIdentifier> aLabelsToCollect, Graphics aGraphics, ILcdGXYView aGXYView) booleanILcdGXYLabelingPathProvider.getPathsSFCT(Object aDomainObject, List<TLcdLabelIdentifier> aLabels, ILcdGXYContext aGXYContext, List<ILcdAWTPath> aPathsSFCT) This methods addsILcdAWTPaths to the given list.booleanTLcdGXYLabelingPathProvider.getPathsSFCT(Object aDomainObject, List<TLcdLabelIdentifier> aLabels, ILcdGXYContext aGXYContext, List<ILcdAWTPath> aPathsSFCT) -
Uses of TLcdLabelIdentifier in com.luciad.view.gxy.labeling.util
Method parameters in com.luciad.view.gxy.labeling.util with type arguments of type TLcdLabelIdentifierModifier and TypeMethodDescriptionstatic TLcdCollectedLabelInfoListTLcdGXYCollectedLabelInfoUtil.createCollectedLabelInfoList(List<TLcdLabelIdentifier> aLabels, ILcdGXYView aGXYView) This method creates aTLcdCollectedLabelInfoListfrom the given list ofTLcdLabelIdentifiers. -
Uses of TLcdLabelIdentifier in com.luciad.view.labeling.algorithm
Methods in com.luciad.view.labeling.algorithm that return TLcdLabelIdentifierModifier and TypeMethodDescriptionTLcdCollectedLabelInfo.getLabelIdentifier()Returns the label identifier of this label.TLcdCollectedLabelInfo.getParentLabelIdentifier()Returns the parent label set in this label info object.Methods in com.luciad.view.labeling.algorithm with parameters of type TLcdLabelIdentifierModifier and TypeMethodDescriptionvoidTLcdCollectedLabelInfo.setParentLabelIdentifier(TLcdLabelIdentifier aParentLabelIdentifier) Sets the parent label of this label.