Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelObstacleProvider
Package
Description
This package contains classes that can be used to implement labeling in Lucy.
Handles simulation of dynamic data.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Handles GXY view label placers and GXY labeling algorithms.
-
Uses of ILcdGXYLabelObstacleProvider in com.luciad.lucy.map.labeling
Modifier and TypeMethodDescriptionTLcyGXYLabelPlacementHint.getLabelObstacleProvider()
Returns the label obstacle provider.ModifierConstructorDescriptionTLcyGXYLabelPlacementHint
(ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Creates a new label placement hint with the given parameters.TLcyGXYLabelPlacementHint
(ILcdGXYLabelLabelingAlgorithmProvider<ILcdGXYLabelingAlgorithm> aLabelingAlgorithmProvider, ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Deprecated.use the constructor without the label algorithm provider -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.realtime
Modifier and TypeMethodDescriptionTLcdContinuousDeclutteringLabelPainter.getLabelObstacleProviders()
Deprecated.Returns the list of registeredILcdGXYLabelObstacleProvider
s.Modifier and TypeMethodDescriptionvoid
TLcdContinuousDeclutteringLabelPainter.addLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aObstacleProvider) Deprecated.Adds the givenILcdGXYLabelObstacleProvider
.void
TLcdContinuousDeclutteringLabelPainter.removeLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aObstacleProvider) Deprecated.Removes the givenILcdGXYLabelObstacleProvider
. -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Composite implementation of theILcdGXYLabelObstacleProvider
interface.Modifier and TypeMethodDescriptionTLcdGXYCompositeLabelObstacleProvider.getLabelObstacleProviders()
Returns the list of delegate label obstacle providers.Modifier and TypeMethodDescriptionvoid
TLcdGXYCompositeLabelObstacleProvider.addGXYLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Adds the given label obstacle provider to the list of delegate label obstacle providers.boolean
TLcdGXYCompositeLabelObstacleProvider.removeGXYLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Removes the given label obstacle provider from the list of delegate label obstacle providers. -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.view.gxy.labeling
Modifier and TypeMethodDescriptionTLcdGXYAsynchronousLabelPlacer.getLabelObstacleProvider()
Returns the usedILcdGXYLabelObstacleProvider
.TLcdGXYLabelPlacer.getLabelObstacleProvider()
Returns the usedILcdGXYLabelObstacleProvider
.Modifier and TypeMethodDescriptionvoid
TLcdGXYAsynchronousLabelPlacer.setLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Sets the used label obstacle provider.void
TLcdGXYLabelPlacer.setLabelObstacleProvider
(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Sets the used label obstacle provider.