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 PreparedPolygonPreparedPolygonPredicate. prepPolyMethods in org.locationtech.jts.geom.prep with parameters of type PreparedPolygon Modifier and Type Method Description static booleanPreparedPolygonContains. contains(PreparedPolygon prep, Geometry geom)Computes the contains predicate between aPreparedPolygonand aGeometry.static booleanPreparedPolygonContainsProperly. containsProperly(PreparedPolygon prep, Geometry geom)Computes the containsProperly predicate between aPreparedPolygonand aGeometry.static booleanPreparedPolygonCovers. covers(PreparedPolygon prep, Geometry geom)Computes the covers predicate between aPreparedPolygonand aGeometry.static booleanPreparedPolygonIntersects. intersects(PreparedPolygon prep, Geometry geom)Computes the intersects predicate between aPreparedPolygonand 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.
-