Package org.codice.alliance.libs.klv
Class GeometryOperator.Context
java.lang.Object
org.codice.alliance.libs.klv.GeometryOperator.Context
- Enclosing interface:
GeometryOperator
Some GeometryOperator implementations may need additional configuration values. Those values
should be stored in this object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDistanceTolerance(Double distanceTolerance) voidsetSubsampleCount(Integer subsampleCount)
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getSubsampleCount
-
setSubsampleCount
-
getDistanceTolerance
-
setDistanceTolerance
-