|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.geom.util.PointExtracter
public class PointExtracter
Extracts all the 0-dimensional (Point) components from a Geometry.
GeometryExtracter| Constructor Summary | |
|---|---|
PointExtracter(List pts)
Constructs a PointExtracterFilter with a list in which to store Points found. |
|
| Method Summary | |
|---|---|
void |
filter(Geometry geom)
Performs an operation with or on geom. |
static List |
getPoints(Geometry geom)
Extracts the Point elements from a single Geometry
and returns them in a List. |
static List |
getPoints(Geometry geom,
List list)
Extracts the Point elements from a single Geometry
and adds them to the provided List. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointExtracter(List pts)
| Method Detail |
|---|
public static List getPoints(Geometry geom,
List list)
Point elements from a single Geometry
and adds them to the provided List.
geom - the geometry from which to extractlist - the list to add the extracted elements topublic static List getPoints(Geometry geom)
Point elements from a single Geometry
and returns them in a List.
geom - the geometry from which to extractpublic void filter(Geometry geom)
GeometryFiltergeom.
filter in interface GeometryFiltergeom - a Geometry to which the filter is applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||