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