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 | 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 | 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 . |
Copyright © 2018. All rights reserved.