|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.noding.SegmentNodeList
A list of the SegmentNodes present along a noded SegmentString.
| Constructor Summary | |
SegmentNodeList(SegmentString edge)
|
|
| Method Summary | |
SegmentNode |
add(Coordinate intPt,
int segmentIndex)
Adds an intersection into the list, if it isn't already there. |
void |
addSplitEdges(java.util.Collection edgeList)
Creates new edges for all the edges that the intersections in this list split the parent edge into. |
SegmentString |
getEdge()
|
java.util.Iterator |
iterator()
returns an iterator of SegmentNodes |
void |
print(java.io.PrintStream out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SegmentNodeList(SegmentString edge)
| Method Detail |
public SegmentString getEdge()
public SegmentNode add(Coordinate intPt,
int segmentIndex)
public java.util.Iterator iterator()
public void addSplitEdges(java.util.Collection edgeList)
SegmentStrings).
public void print(java.io.PrintStream out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||