Uses of Class
org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
Packages that use AbstractPreparedPolygonContains Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of AbstractPreparedPolygonContains in org.locationtech.jts.geom.prep
Subclasses of AbstractPreparedPolygonContains in org.locationtech.jts.geom.prep Modifier and Type Class Description (package private) class
PreparedPolygonContains
Computes the contains spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.(package private) class
PreparedPolygonCovers
Computes the covers spatial relationship predicate for aPreparedPolygon
relative to all otherGeometry
classes.
-