Uses of Class
com.luciad.view.lightspeed.geometry.discretization.TLspShapeDiscretizationParameters.Builder
Packages that use TLspShapeDiscretizationParameters.Builder
Package
Description
Provides support for the discretization of vector shapes.
-
Uses of TLspShapeDiscretizationParameters.Builder in com.luciad.view.lightspeed.geometry.discretization
Methods in com.luciad.view.lightspeed.geometry.discretization that return TLspShapeDiscretizationParameters.BuilderModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.all(TLspShapeDiscretizationParameters aParams) Initializes this builder with all settings of the providedTLspShapeDiscretizationParametersinstance.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 forILcdGeoBuffers to use.TLspShapeDiscretizationParameters.Builder.maximalEdgeLength(double aMaxEdgeLength) Sets the maximum edge length for non-straight outlines of theTLspShapeDiscretizationParametersto build.TLspShapeDiscretizationParameters.Builder.maximalFillEdgeLength(double aMaxEdgeLength) Sets the maximum edge length for fills of theTLspShapeDiscretizationParametersto build.TLspShapeDiscretizationParameters.Builder.modelXYZWorldTransformation(ILcdModelXYZWorldTransformation aTransformation) Sets a customILcdModelXYZWorldTransformationto be used by the shape discretizer.TLspShapeDiscretizationParameters.Builder.modes(TLspShapeDiscretizationMode... aModes) Sets the modes of theTLspShapeDiscretizationParametersto build.TLspShapeDiscretizationParameters.Builder.modes(Collection<TLspShapeDiscretizationMode> aModes) Sets the modes of theTLspShapeDiscretizationParametersto build.Sets the styles of theTLspShapeDiscretizationParametersto build.Constructors in com.luciad.view.lightspeed.geometry.discretization with parameters of type TLspShapeDiscretizationParameters.BuilderModifierConstructorDescriptionprotectedConstructs new shape discretization parameters based on the given builder.