Package org.locationtech.jts.geom.prep
Classes to perform optimized geometric operations on suitably prepared geometries.
-
Interface Summary Interface Description PreparedGeometry An interface for classes which prepareGeometrys in order to optimize the performance of repeated calls to specific geometric operations. -
Class Summary Class Description AbstractPreparedPolygonContains A base class containing the logic for computes the contains and covers spatial relationship predicates for aPreparedPolygonrelative to all otherGeometryclasses.BasicPreparedGeometry A base class forPreparedGeometrysubclasses.PreparedGeometryFactory A factory for creatingPreparedGeometrys.PreparedLineString A prepared version forLinealgeometries.PreparedLineStringIntersects Computes the intersects spatial relationship predicate for a targetPreparedLineStringrelative to otherGeometryclasses.PreparedPoint A prepared version forPuntalgeometries.PreparedPolygon A prepared version forPolygonalgeometries.PreparedPolygonContains Computes the contains spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.PreparedPolygonContainsProperly Computes the containsProperly spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.PreparedPolygonCovers Computes the covers spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.PreparedPolygonIntersects Computes the intersects spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.PreparedPolygonPredicate A base class for predicate operations onPreparedPolygons.