Uses of Class
org.locationtech.jts.geom.prep.PreparedPolygon
-
Packages that use PreparedPolygon Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of PreparedPolygon in org.locationtech.jts.geom.prep
Fields in org.locationtech.jts.geom.prep declared as PreparedPolygon Modifier and Type Field Description protected PreparedPolygon
PreparedPolygonPredicate. prepPoly
Methods in org.locationtech.jts.geom.prep with parameters of type PreparedPolygon Modifier and Type Method Description static boolean
PreparedPolygonContains. contains(PreparedPolygon prep, Geometry geom)
Computes the contains predicate between aPreparedPolygon
and aGeometry
.static boolean
PreparedPolygonContainsProperly. containsProperly(PreparedPolygon prep, Geometry geom)
Computes the containsProperly predicate between aPreparedPolygon
and aGeometry
.static boolean
PreparedPolygonCovers. covers(PreparedPolygon prep, Geometry geom)
Computes the covers predicate between aPreparedPolygon
and aGeometry
.static boolean
PreparedPolygonIntersects. intersects(PreparedPolygon prep, Geometry geom)
Computes the intersects predicate between aPreparedPolygon
and aGeometry
.Constructors in org.locationtech.jts.geom.prep with parameters of type PreparedPolygon Constructor Description AbstractPreparedPolygonContains(PreparedPolygon prepPoly)
Creates an instance of this operation.PreparedPolygonContains(PreparedPolygon prepPoly)
Creates an instance of this operation.PreparedPolygonContainsProperly(PreparedPolygon prepPoly)
Creates an instance of this operation.PreparedPolygonCovers(PreparedPolygon prepPoly)
Creates an instance of this operation.PreparedPolygonIntersects(PreparedPolygon prepPoly)
Creates an instance of this operation.PreparedPolygonPredicate(PreparedPolygon prepPoly)
Creates an instance of this operation.
-