com.vividsolutions.jts.noding
Class SegmentNodeList
java.lang.Object
com.vividsolutions.jts.noding.SegmentNodeList
public class SegmentNodeList
extends java.lang.Object
SegmentNode | add(Coordinate intPt, int segmentIndex) - Adds an intersection into the list, if it isn't already there.
|
void | addSplitEdges(Collection edgeList) - Creates new edges for all the edges that the intersections in this
list split the parent edge into.
|
SegmentString | getEdge()
|
Iterator | iterator() - returns an iterator of SegmentNodes
|
void | print(PrintStream out)
|
add
public SegmentNode add(Coordinate intPt,
int segmentIndex)
Adds an intersection into the list, if it isn't already there.
The input segmentIndex and dist are expected to be normalized.
- the SegmentIntersection found or added
addSplitEdges
public void addSplitEdges(Collection edgeList)
Creates new edges for all the edges that the intersections in this
list split the parent edge into.
Adds the edges to the provided argument list
(this is so a single list can be used to accumulate all split edges
for a set of
SegmentString
s).
iterator
public Iterator iterator()
returns an iterator of SegmentNodes
print
public void print(PrintStream out)