| Package | Description |
|---|---|
| org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| org.locationtech.jtstest.function | |
| org.locationtech.jtstest.geomop |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BasicPreparedGeometry
A base class for
PreparedGeometry subclasses. |
class |
PreparedLineString
A prepared version for
Lineal geometries. |
class |
PreparedPoint
A prepared version for
Puntal geometries. |
class |
PreparedPolygon
A prepared version for
Polygonal geometries. |
| Modifier and Type | Method and Description |
|---|---|
PreparedGeometry |
PreparedGeometryFactory.create(Geometry geom)
Creates a new
PreparedGeometry appropriate for the argument Geometry. |
static PreparedGeometry |
PreparedGeometryFactory.prepare(Geometry geom)
Creates a new
PreparedGeometry appropriate for the argument Geometry. |
| Modifier and Type | Method and Description |
|---|---|
private static PreparedGeometry |
PreparedGeometryFunctions.createPG(Geometry g) |
| Modifier and Type | Method and Description |
|---|---|
private void |
PreparedGeometryTeeOperation.checkContains(PreparedGeometry pg,
Geometry g2) |
private void |
PreparedGeometryTeeOperation.checkContainsProperly(PreparedGeometry pg,
Geometry g2) |
private void |
PreparedGeometryTeeOperation.checkCovers(PreparedGeometry pg,
Geometry g2) |
private void |
PreparedGeometryTeeOperation.checkIntersects(PreparedGeometry pg,
Geometry g2) |