Package org.locationtech.jts.noding
Class NodeVertexIterator
- java.lang.Object
-
- org.locationtech.jts.noding.NodeVertexIterator
-
- All Implemented Interfaces:
java.util.Iterator
class NodeVertexIterator extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description private SegmentNodecurrNodeprivate intcurrSegIndexprivate NodedSegmentStringedgeprivate SegmentNodenextNodeprivate java.util.IteratornodeItprivate SegmentNodeListnodeList
-
Constructor Summary
Constructors Constructor Description NodeVertexIterator(SegmentNodeList nodeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Objectnext()private voidreadNextNode()voidremove()Not implemented.
-
-
-
Field Detail
-
nodeList
private SegmentNodeList nodeList
-
edge
private NodedSegmentString edge
-
nodeIt
private java.util.Iterator nodeIt
-
currNode
private SegmentNode currNode
-
nextNode
private SegmentNode nextNode
-
currSegIndex
private int currSegIndex
-
-
Constructor Detail
-
NodeVertexIterator
NodeVertexIterator(SegmentNodeList nodeList)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator
-
next
public java.lang.Object next()
- Specified by:
nextin interfacejava.util.Iterator
-
readNextNode
private void readNextNode()
-
remove
public void remove()
Not implemented.- Specified by:
removein interfacejava.util.Iterator- Throws:
java.lang.UnsupportedOperationException- This method is not implemented.
-
-