Uses of Class
com.luciad.view.lightspeed.geometry.discretization.TLspShapeDiscretizationParameters.Builder
Package
Description
Provides support for the discretization of vector shapes.
-
Uses of TLspShapeDiscretizationParameters.Builder in com.luciad.view.lightspeed.geometry.discretization
Modifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.all
(TLspShapeDiscretizationParameters aParams) Initializes this builder with all settings of the providedTLspShapeDiscretizationParameters
instance.TLspShapeDiscretizationParameters.Builder.allowPrimitiveType
(TLcd3DPrimitiveType aPrimitiveType) Allows the given primitive type to be part of the generated mesh.TLspShapeDiscretizationParameters.Builder.bufferCapsPrecision
(int aBufferCapsPrecision) Sets the precision forILcdGeoBuffer
s to use.TLspShapeDiscretizationParameters.Builder.maximalEdgeLength
(double aMaxEdgeLength) Sets the maximum edge length for non-straight outlines of theTLspShapeDiscretizationParameters
to build.TLspShapeDiscretizationParameters.Builder.maximalFillEdgeLength
(double aMaxEdgeLength) Sets the maximum edge length for fills of theTLspShapeDiscretizationParameters
to build.TLspShapeDiscretizationParameters.Builder.modelXYZWorldTransformation
(ILcdModelXYZWorldTransformation aTransformation) Sets a customILcdModelXYZWorldTransformation
to be used by the shape discretizer.TLspShapeDiscretizationParameters.Builder.modes
(TLspShapeDiscretizationMode... aModes) Sets the modes of theTLspShapeDiscretizationParameters
to build.TLspShapeDiscretizationParameters.Builder.modes
(Collection<TLspShapeDiscretizationMode> aModes) Sets the modes of theTLspShapeDiscretizationParameters
to build.Sets the styles of theTLspShapeDiscretizationParameters
to build.ModifierConstructorDescriptionprotected
Constructs new shape discretization parameters based on the given builder.