Uses of Class
org.locationtech.jts.geom.prep.PreparedPolygonPredicate
Packages that use PreparedPolygonPredicate
Package
Description
Classes to perform optimized geometric operations on suitably prepared geometries.
-
Uses of PreparedPolygonPredicate in org.locationtech.jts.geom.prep
Subclasses of PreparedPolygonPredicate in org.locationtech.jts.geom.prepModifier and TypeClassDescription(package private) class
A base class containing the logic for computes the contains and covers spatial relationship predicates for aPreparedPolygon
relative to all otherGeometry
classes.(package private) class
Computes the contains spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.(package private) class
Computes the containsProperly spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.(package private) class
Computes the covers spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.(package private) class
Computes the intersects spatial relationship predicate forPreparedPolygon
s relative to all otherGeometry
classes.