public class SegmentNodeList extends Object
SegmentNodes present along a noded SegmentString.| Constructor and Description |
|---|
SegmentNodeList(NodedSegmentString edge) |
| Modifier and Type | Method and Description |
|---|---|
SegmentNode |
add(Point 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.
|
NodedSegmentString |
getEdge() |
Iterator |
iterator()
returns an iterator of SegmentNodes
|
void |
print(PrintStream out) |
public SegmentNodeList(NodedSegmentString edge)
public SegmentNode add(Point intPt, int segmentIndex)
public void addSplitEdges(Collection edgeList)
SegmentStrings).public NodedSegmentString getEdge()
public Iterator iterator()
public void print(PrintStream out)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.