Uses of Enum Class
com.luciad.view.lightspeed.label.algorithm.discrete.ILspLabelPlacementEvaluator.PlacementResult
Package
Description
Handles discrete labeling algorithms.
-
Uses of ILspLabelPlacementEvaluator.PlacementResult in com.luciad.view.lightspeed.label.algorithm.discrete
Modifier and TypeMethodDescriptionILspLabelPlacementEvaluator.evaluatePlacement
(TLspLabelPlacement aPlacement, ILspLabelConflictChecker.Conflict aConflict, List<TLspLabelPlacement> aPlacements, ALspLabelLocations aCurrentLabelLocations) This method evaluates the given label placement and returns aPlacementResult
to determine if the placement can be used for its label or not.Returns the enum constant of this class with the specified name.ILspLabelPlacementEvaluator.PlacementResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.