| Package | Description |
|---|---|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| org.locationtech.jts.operation.polygonize |
An API for polygonizing sets of lines.
|
| org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
| org.locationtech.jtstest.testbuilder.geom |
| Modifier and Type | Class and Description |
|---|---|
private static class |
OctagonalEnvelope.BoundingOctagonComponentFilter |
| Modifier and Type | Field and Description |
|---|---|
private static GeometryComponentFilter |
Geometry.geometryChangedFilter |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Geometry.apply(GeometryComponentFilter filter)
Performs an operation with or on this Geometry and its
component Geometry's.
|
void |
GeometryCollection.apply(GeometryComponentFilter filter) |
void |
LineString.apply(GeometryComponentFilter filter) |
void |
Point.apply(GeometryComponentFilter filter) |
void |
Polygon.apply(GeometryComponentFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentCoordinateExtracter
Extracts a single representative
Coordinate
from each connected component of a Geometry. |
class |
LinearComponentExtracter
Extracts all the 1-dimensional (
LineString) components from a Geometry. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
Polygonizer.LineStringAdder
Adds every linear element in a
Geometry into the polygonizer graph. |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
TopologyPreservingSimplifier.LineStringMapBuilderFilter
A filter to add linear geometries to the linestring map
with the appropriate minimum size constraint.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
GeometryPointLocater.NearestSegmentLocationFilter |