| Package | Description |
|---|---|
| com.vividsolutions.jts.geom | |
| com.vividsolutions.jts.geom.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.apply(GeometryComponentFilter filter) |
void |
Point.apply(GeometryComponentFilter filter) |
void |
LineString.apply(GeometryComponentFilter filter) |
void |
GeometryCollection.apply(GeometryComponentFilter filter) |
abstract void |
Geometry.apply(GeometryComponentFilter filter)
Performs an operation with or on this Geometry and its
component Geometry's.
|
| 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. |
Copyright © 2015. All rights reserved.