Package | Description |
---|---|
org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
Modifier and Type | Field and Description |
---|---|
protected PreparedPolygon |
PreparedPolygonPredicate.prepPoly |
Modifier and Type | Method and Description |
---|---|
static boolean |
PreparedPolygonContains.contains(PreparedPolygon prep,
Geometry geom)
Computes the contains predicate between a
PreparedPolygon
and a Geometry . |
static boolean |
PreparedPolygonContainsProperly.containsProperly(PreparedPolygon prep,
Geometry geom)
Computes the containsProperly predicate between a
PreparedPolygon
and a Geometry . |
static boolean |
PreparedPolygonCovers.covers(PreparedPolygon prep,
Geometry geom)
Computes the covers predicate between a
PreparedPolygon
and a Geometry . |
static boolean |
PreparedPolygonIntersects.intersects(PreparedPolygon prep,
Geometry geom)
Computes the intersects predicate between a
PreparedPolygon and a
Geometry . |
Constructor and 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.
|