Class NonEmptyGeometryOperator

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

public class NonEmptyGeometryOperator extends Object implements GeometryOperator
If the geometry is empty, then return null. Otherwise, return the geometry.
  • Constructor Details

    • NonEmptyGeometryOperator

      public NonEmptyGeometryOperator()
  • Method Details