Uses of Enum Class
com.luciad.view.lightspeed.geometry.discretization.TLspShapeDiscretizationMode
Packages that use TLspShapeDiscretizationMode
Package
Description
Provides support for the discretization of vector shapes.
-
Uses of TLspShapeDiscretizationMode in com.luciad.view.lightspeed.geometry.discretization
Methods in com.luciad.view.lightspeed.geometry.discretization that return TLspShapeDiscretizationModeModifier and TypeMethodDescriptionstatic TLspShapeDiscretizationModeReturns 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.Methods in com.luciad.view.lightspeed.geometry.discretization that return types with arguments of type TLspShapeDiscretizationModeModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.getModes()Returns the discretization modes to use (interior, outline).Methods in com.luciad.view.lightspeed.geometry.discretization with parameters of type TLspShapeDiscretizationModeModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.modes(TLspShapeDiscretizationMode... aModes) Sets the modes of theTLspShapeDiscretizationParametersto build.Method parameters in com.luciad.view.lightspeed.geometry.discretization with type arguments of type TLspShapeDiscretizationModeModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.modes(Collection<TLspShapeDiscretizationMode> aModes) Sets the modes of theTLspShapeDiscretizationParametersto build.