Uses of Enum Class
com.luciad.view.lightspeed.geometry.discretization.TLspShapeDiscretizationMode
Package
Description
Provides support for the discretization of vector shapes.
-
Uses of TLspShapeDiscretizationMode in com.luciad.view.lightspeed.geometry.discretization
Modifier and TypeMethodDescriptionstatic TLspShapeDiscretizationMode
Returns the enum constant of this class with the specified name.static TLspShapeDiscretizationMode[]
TLspShapeDiscretizationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.getModes()
Returns the discretization modes to use (interior, outline).Modifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.modes
(TLspShapeDiscretizationMode... aModes) Sets the modes of theTLspShapeDiscretizationParameters
to build.Modifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.modes
(Collection<TLspShapeDiscretizationMode> aModes) Sets the modes of theTLspShapeDiscretizationParameters
to build.