|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.SegmentStringUtil
public class SegmentStringUtil
Utility methods for processing SegmentString
s.
Constructor Summary | |
---|---|
SegmentStringUtil()
|
Method Summary | |
---|---|
static java.util.List |
extractSegmentStrings(Geometry geom)
Extracts all linear components from a given Geometry
to SegmentString s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SegmentStringUtil()
Method Detail |
---|
public static java.util.List extractSegmentStrings(Geometry geom)
Geometry
to SegmentString
s.
The SegmentString data item is set to be the source Geometry.
geom
- the geometry to extract from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |