Package org.codice.alliance.libs.klv
Interface GeometryOperator
- All Superinterfaces:
BiFunction<org.locationtech.jts.geom.Geometry,GeometryOperator.Context, org.locationtech.jts.geom.Geometry>
- All Known Implementing Classes:
ConvertSubpolygonsToEnvelopes,GeometryOperatorList,GeometryReducer,LinestringGeometrySubsampler,NonEmptyGeometryOperator,NormalizeGeometry,SimplifyGeometryFunction
public interface GeometryOperator
extends BiFunction<org.locationtech.jts.geom.Geometry,GeometryOperator.Context,org.locationtech.jts.geom.Geometry>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classSome GeometryOperator implementations may need additional configuration values. -
Field Summary
Fields -
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
Field Details
-
IDENTITY
-