Uses of Class
com.luciad.view.lightspeed.label.algorithm.ALspLabelLocationProvider
Packages that use ALspLabelLocationProvider
Package
Description
Handles labeling algorithms.
Handles discrete labeling algorithms.
-
Uses of ALspLabelLocationProvider in com.luciad.view.lightspeed.label.algorithm
Subclasses of ALspLabelLocationProvider in com.luciad.view.lightspeed.label.algorithmModifier and TypeClassDescriptionclass
This class provides methods to retrieve label locations based on stamp label location.class
This label location provider calculates a single location inside the anchor object of a label.class
This label location provider positions points on a specific location on a line.class
This label location provider offers a set of possible locations based on the cardinal (N, E, S, W) and inter-cardinal (NE, SE, SW, NW) directions. -
Uses of ALspLabelLocationProvider in com.luciad.view.lightspeed.label.algorithm.discrete
Methods in com.luciad.view.lightspeed.label.algorithm.discrete that return ALspLabelLocationProviderModifier and TypeMethodDescriptionTLspLabelingAlgorithm.getLabelLocationProvider()
Returns the label location provider used by this algorithm.Constructors in com.luciad.view.lightspeed.label.algorithm.discrete with parameters of type ALspLabelLocationProviderModifierConstructorDescriptionTLspLabelingAlgorithm
(ALspLabelLocationProvider aLabelLocationProvider) Creates a new algorithm based on the given label location provider.