|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.geom.util.LinearComponentExtracter
Extracts all the 1-dimensional (LineString) components from a Geometry.
| Constructor Summary | |
LinearComponentExtracter(java.util.List lines)
Constructs a LineExtracterFilter with a list in which to store LineStrings found. |
|
| Method Summary | |
void |
filter(Geometry geom)
Performs an operation with or on geom. |
static java.util.List |
getLines(Geometry geom)
Extracts the linear components from a single geometry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinearComponentExtracter(java.util.List lines)
| Method Detail |
public static java.util.List getLines(Geometry geom)
LineExtracterFilter instance
and pass it to multiple geometries.
geom - the geometry from which to extract linear components
public void filter(Geometry geom)
GeometryComponentFiltergeom.
filter in interface GeometryComponentFiltergeom - a Geometry to which the filter is applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||