Package | Description |
---|---|
com.vividsolutions.jts.geom | |
com.vividsolutions.jts.geom.util |
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 |
Polygon.apply(GeometryComponentFilter filter) |
void |
GeometryCollection.apply(GeometryComponentFilter filter) |
void |
Point.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 . |
Copyright © 2016. All rights reserved.