Uses of Class
org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Packages that use PreparedPolygonPredicate Package Description org.locationtech.jts.geom.prep 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.prep Modifier and Type Class Description (package private) classAbstractPreparedPolygonContainsA base class containing the logic for computes the contains and covers spatial relationship predicates for aPreparedPolygonrelative to all otherGeometryclasses.(package private) classPreparedPolygonContainsComputes the contains spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.(package private) classPreparedPolygonContainsProperlyComputes the containsProperly spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.(package private) classPreparedPolygonCoversComputes the covers spatial relationship predicate for aPreparedPolygonrelative to all otherGeometryclasses.(package private) classPreparedPolygonIntersectsComputes the intersects spatial relationship predicate forPreparedPolygons relative to all otherGeometryclasses.
-