GeometryFilterpublic class ConnectedElementLocationFilter extends java.lang.Object implements GeometryFilter
GeometryLocations.| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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.Copyright © 2018. All rights reserved.