Class SimplifyGeometryFunction

java.lang.Object
org.codice.alliance.libs.klv.SimplifyGeometryFunction
All Implemented Interfaces:
BiFunction<org.locationtech.jts.geom.Geometry,GeometryOperator.Context,org.locationtech.jts.geom.Geometry>, GeometryOperator

@ThreadSafe public class SimplifyGeometryFunction extends Object implements GeometryOperator
The method GeometryOperator.Context.getDistanceTolerance() should return a non-null value if the simplification should include a distance tolerance. See TopologyPreservingSimplifier.simplify(Geometry, double). If a distance tolerance is not set, then TopologyPreservingSimplifier(Geometry) will be used.
  • Constructor Details

    • SimplifyGeometryFunction

      public SimplifyGeometryFunction()
  • Method Details