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 SegmentNode
currNode
private int
currSegIndex
private NodedSegmentString
edge
private SegmentNode
nextNode
private java.util.Iterator
nodeIt
private SegmentNodeList
nodeList
-
Constructor Summary
Constructors Constructor Description NodeVertexIterator(SegmentNodeList nodeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
private void
readNextNode()
void
remove()
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:
hasNext
in interfacejava.util.Iterator
-
next
public java.lang.Object next()
- Specified by:
next
in interfacejava.util.Iterator
-
readNextNode
private void readNextNode()
-
remove
public void remove()
Not implemented.- Specified by:
remove
in interfacejava.util.Iterator
- Throws:
java.lang.UnsupportedOperationException
- This method is not implemented.
-
-