| Package | Description |
|---|---|
| com.vividsolutions.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| Modifier and Type | Class and Description |
|---|---|
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
Creates a new
PreparedGeometry appropriate for the argument
Geometry.
|
static PreparedGeometry |
PreparedGeometryFactory.prepare(Geometry
Creates a new
PreparedGeometry appropriate for the argument
Geometry.
|