| Package | Description |
|---|---|
| org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| Modifier and Type | Class | 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 | 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. |
Copyright © 2018. All rights reserved.