| 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.
|
| 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 |
LineString.apply(GeometryComponentFilter filter) |
void |
GeometryCollection.apply(GeometryComponentFilter filter) |
void |
Point.apply(GeometryComponentFilter filter) |
void |
Polygon.apply(GeometryComponentFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentCoordinateExtracter
Extracts a representative
Coordinate
from each connected component of a Geometry. |
class |
LinearComponentExtracter
Extracts all the 1-dimensional (
LineString) components from a Geometry. |
Copyright © 2024. All rights reserved.