com.vividsolutions.jts.noding
Class SegmentStringUtil
java.lang.Object
com.vividsolutions.jts.noding.SegmentStringUtil
public class SegmentStringUtil
- extends Object
Utility methods for processing SegmentStrings.
- Author:
- Martin Davis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentStringUtil
public SegmentStringUtil()
extractSegmentStrings
public static List extractSegmentStrings(Geometry geom)
- Extracts all linear components from a given
Geometry
to SegmentStrings.
The SegmentString data item is set to be the source Geometry.
- Parameters:
geom - the geometry to extract from
- Returns:
- a List of SegmentStrings
Copyright © 2011. All Rights Reserved.