Uses of Class
org.locationtech.jts.geom.prep.PreparedPolygon
Packages that use PreparedPolygon
Package
Description
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 PreparedPolygonMethods in org.locationtech.jts.geom.prep with parameters of type PreparedPolygonModifier and TypeMethodDescriptionstatic 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 PreparedPolygonModifierConstructorDescriptionCreates an instance of this operation.PreparedPolygonContains(PreparedPolygon prepPoly) Creates an instance of this operation.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.