|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.operation.distance.ConnectedElementLocationFilter
A ConnectedElementPointFilter extracts a single point
from each connected element in a Geometry
(e.g. a polygon, linestring or point)
and returns them in a list. The elements of the list are
GeometryLocations.
| Method Summary | |
void |
filter(Geometry geom)
Performs an operation with or on geom. |
static java.util.List |
getLocations(Geometry geom)
Returns a list containing a point from each Polygon, LineString, and Point found inside the specified geometry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.util.List getLocations(Geometry geom)
GeometryLocations.
public void filter(Geometry geom)
GeometryFiltergeom.
filter in interface GeometryFiltergeom - a Geometry to which the filter is applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||