public class GeometryExtracter extends Object implements GeometryFilter
Geometry.| Constructor and Description |
|---|
GeometryExtracter(Class clz,
List comps)
Constructs a filter with a list in which to store the elements found.
|
public static List extract(Geometry geom, Class clz, List list)
geom - the geometry from which to extractlist - the list to add the extracted elements topublic static List extract(Geometry geom, Class clz)
geom - the geometry from which to extractpublic void filter(Geometry geom)
GeometryFiltergeom.filter in interface GeometryFiltergeom - a Geometry to which the filter is applied.Copyright © 2015. All rights reserved.