com.vividsolutions.jts.noding
public class SegmentStringUtil extends java.lang.Object
SegmentStrings.| Constructor and Description |
|---|
SegmentStringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
extractSegmentStrings(Geometry geom)
Extracts all linear components from a given
Geometry
to SegmentStrings. |
public static java.util.List extractSegmentStrings(Geometry geom)
Geometry
to SegmentStrings.
The SegmentString data item is set to be the source Geometry.geom - the geometry to extract from