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 prepareGeometry
s 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 aPreparedPolygon
relative to all otherGeometry
classes.BasicPreparedGeometry A base class forPreparedGeometry
subclasses.PreparedGeometryFactory A factory for creatingPreparedGeometry
s.PreparedLineString A prepared version forLineal
geometries.PreparedLineStringIntersects Computes the intersects spatial relationship predicate for a targetPreparedLineString
relative to otherGeometry
classes.PreparedPoint A prepared version forPuntal
geometries.PreparedPolygon A prepared version forPolygonal
geometries.PreparedPolygonContains Computes the contains spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.PreparedPolygonContainsProperly Computes the containsProperly spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.PreparedPolygonCovers Computes the covers spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.PreparedPolygonIntersects Computes the intersects spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.PreparedPolygonPredicate A base class for predicate operations onPreparedPolygon
s.