|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.SegmentNodeList
public class SegmentNodeList
A list of the SegmentNode
s present along a noded SegmentString
.
Constructor Summary | |
---|---|
SegmentNodeList(NodedSegmentString 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. |
NodedSegmentString |
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(NodedSegmentString edge)
Method Detail |
---|
public NodedSegmentString getEdge()
public SegmentNode add(Coordinate intPt, int segmentIndex)
public java.util.Iterator iterator()
public void addSplitEdges(java.util.Collection edgeList)
SegmentString
s).
public void print(java.io.PrintStream out)
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |