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
PreparedPolygonrelative to all otherGeometryclasses.A base class forPreparedGeometrysubclasses.An interface for classes which prepareGeometrys in order to optimize the performance of repeated calls to specific geometric operations.A factory for creatingPreparedGeometrys.A prepared version forLinealgeometries.Computes the intersects spatial relationship predicate for a targetPreparedLineStringrelative to otherGeometryclasses.A prepared version forPuntalgeometries.A prepared version forPolygonalgeometries.Computes the contains spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.Computes the containsProperly spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.Computes the covers spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.Computes the intersects spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.A base class for predicate operations onPreparedPolygons.