Uses of Class
com.luciad.view.lightspeed.label.algorithm.ALspLabelLocationProvider
Package
Description
Handles labeling algorithms.
Handles discrete labeling algorithms.
-
Uses of ALspLabelLocationProvider in com.luciad.view.lightspeed.label.algorithm
Modifier 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
Modifier and TypeMethodDescriptionTLspLabelingAlgorithm.getLabelLocationProvider()
Returns the label location provider used by this algorithm.ModifierConstructorDescriptionTLspLabelingAlgorithm
(ALspLabelLocationProvider aLabelLocationProvider) Creates a new algorithm based on the given label location provider.