Package | Description |
---|---|
org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractPreparedPolygonContains
A base class containing the logic for computes the contains
and covers spatial relationship predicates
for a
PreparedPolygon relative to all other Geometry classes. |
(package private) class |
PreparedPolygonContains
Computes the contains spatial relationship predicate
for a
PreparedPolygon relative to all other Geometry classes. |
(package private) class |
PreparedPolygonContainsProperly
Computes the containsProperly spatial relationship predicate
for
PreparedPolygon s relative to all other Geometry classes. |
(package private) class |
PreparedPolygonCovers
Computes the covers spatial relationship predicate
for a
PreparedPolygon relative to all other Geometry classes. |
(package private) class |
PreparedPolygonIntersects
Computes the intersects spatial relationship predicate for
PreparedPolygon s relative to all other Geometry classes. |