Class GeometryOperatorList

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

@ThreadSafe public class GeometryOperatorList extends Object implements GeometryOperator
  • Constructor Details

    • GeometryOperatorList

      public GeometryOperatorList(List<GeometryOperator> operatorList)
      Parameters:
      operatorList - list of functions (must be non-null)
  • Method Details