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 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 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.