Class LinestringGeometrySubsampler

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

@ThreadSafe public class LinestringGeometrySubsampler extends Object implements GeometryOperator
This is meant for subsample LINESTRING geometries. It will ignore non-LINESTRING geometries. The method GeometryOperator.Context.getSubsampleCount() must return a non-null value.
  • Constructor Details

    • LinestringGeometrySubsampler

      public LinestringGeometrySubsampler()
  • Method Details