Class GeometryOperator.Context

java.lang.Object
org.codice.alliance.libs.klv.GeometryOperator.Context
Enclosing interface:
GeometryOperator

public static class GeometryOperator.Context extends Object
Some GeometryOperator implementations may need additional configuration values. Those values should be stored in this object.
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getSubsampleCount

      public Integer getSubsampleCount()
    • setSubsampleCount

      public void setSubsampleCount(Integer subsampleCount)
    • getDistanceTolerance

      public Double getDistanceTolerance()
    • setDistanceTolerance

      public void setDistanceTolerance(Double distanceTolerance)