public class SegmentStringUtil
extends java.lang.Object
SegmentString
s.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 SegmentString s. |
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