JTS Topology Suite version 1.13

com.vividsolutions.jts.noding
Class SegmentStringUtil

java.lang.Object
  extended by com.vividsolutions.jts.noding.SegmentStringUtil

public class SegmentStringUtil
extends java.lang.Object

Utility methods for processing SegmentStrings.

Author:
Martin Davis

Constructor Summary
SegmentStringUtil()
           
 
Method Summary
static java.util.List extractSegmentStrings(Geometry geom)
          Extracts all linear components from a given Geometry to SegmentStrings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentStringUtil

public SegmentStringUtil()
Method Detail

extractSegmentStrings

public static java.util.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

JTS Topology Suite version 1.13