com.vividsolutions.jts.operation.distance
public class ConnectedElementPointFilter extends java.lang.Object implements GeometryFilter
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Geometry geom)
Performs an operation with or on
geom. |
static java.util.List |
getCoordinates(Geometry geom)
Returns a list containing a Coordinate from each Polygon, LineString, and Point
found inside the specified geometry.
|
public static java.util.List getCoordinates(Geometry geom)
public void filter(Geometry geom)
GeometryFiltergeom.filter in interface GeometryFiltergeom - a Geometry to which the filter is applied.