public class GeometryExtracter extends Objectimplements GeometryFilter
Geometry.
| Constructor and Description |
|---|
GeometryExtracter(Class
Constructs a filter with a list in which to store the elements found.
|
public static Listextract(Geometry geom, Class clz, List list)
geom - the geometry from which to extract
list - the list to add the extracted elements to
public static Listextract(Geometry geom, Class clz)
geom - the geometry from which to extract
public void filter(Geometrygeom)
GeometryFilter
geom.
filter in interface
GeometryFilter
geom - a
Geometry to which the filter is applied.