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 Classes
    Modifier and Type
    Interface
    Description
    static class 
    Some GeometryOperator implementations may need additional configuration values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final GeometryOperator
     
  • Method Summary

    Methods inherited from interface java.util.function.BiFunction

    andThen, apply