| Package | Description |
|---|---|
| com.vividsolutions.jts.geom | |
| com.vividsolutions.jts.geom.util | |
| com.vividsolutions.jts.operation.distance |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.apply(GeometryFilter filter) |
void |
Point.apply(GeometryFilter filter) |
void |
LineString.apply(GeometryFilter filter) |
void |
GeometryCollection.apply(GeometryFilter filter) |
abstract void |
Geometry.apply(GeometryFilter filter)
Performs an operation with or on this
Geometry and its
subelement Geometrys (if any). |
| Modifier and Type | Class and Description |
|---|---|
class |
GeometryExtracter
Extracts the components of a given type from a
Geometry. |
class |
LineStringExtracter
Extracts all the
LineString elements from a Geometry. |
class |
PointExtracter
|
class |
PolygonExtracter
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectedElementLocationFilter
A ConnectedElementPointFilter extracts a single point
from each connected element in a Geometry
(e.g.
|
class |
ConnectedElementPointFilter
Extracts a single point
from each connected element in a Geometry
(e.g.
|
Copyright © 2015. All rights reserved.