public class PointExtracter extends Object implements GeometryFilter
GeometryExtracter| Constructor and Description |
|---|
PointExtracter(List pts)
Constructs a PointExtracterFilter with a list in which to store Points found.
|
public PointExtracter(List pts)
public static List getPoints(Geometry geom, List list)
geom - the geometry from which to extractlist - the list to add the extracted elements topublic static List getPoints(Geometry geom)
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.