GeometryFilter
public class ConnectedElementLocationFilter extends java.lang.Object implements GeometryFilter
GeometryLocation
s.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)
GeometryLocation
s.public void filter(Geometry geom)
GeometryFilter
geom
.filter
in interface GeometryFilter
geom
- a Geometry
to which the filter is applied.Copyright © 2018. All rights reserved.