Package org.locationtech.jts.geom.prep
package org.locationtech.jts.geom.prep
Classes to perform optimized geometric operations on suitably prepared geometries.
-
ClassDescriptionA base class containing the logic for computes the contains and covers spatial relationship predicates for a
PreparedPolygon
relative to all otherGeometry
classes.A base class forPreparedGeometry
subclasses.An interface for classes which prepareGeometry
s in order to optimize the performance of repeated calls to specific geometric operations.A factory for creatingPreparedGeometry
s.A prepared version forLineal
geometries.Computes the intersects spatial relationship predicate for a targetPreparedLineString
relative to otherGeometry
classes.A prepared version forPuntal
geometries.A prepared version forPolygonal
geometries.Computes the contains spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.Computes the containsProperly spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.Computes the covers spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.Computes the intersects spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.A base class for predicate operations onPreparedPolygon
s.