Package org.locationtech.jts.noding
Class NodeVertexIterator
java.lang.Object
org.locationtech.jts.noding.NodeVertexIterator
- All Implemented Interfaces:
Iterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SegmentNode
private int
private NodedSegmentString
private SegmentNode
private Iterator
private SegmentNodeList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nodeList
-
edge
-
nodeIt
-
currNode
-
nextNode
-
currSegIndex
private int currSegIndex
-
-
Constructor Details
-
NodeVertexIterator
NodeVertexIterator(SegmentNodeList nodeList)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
readNextNode
private void readNextNode() -
remove
public void remove()Not implemented.- Specified by:
remove
in interfaceIterator
- Throws:
UnsupportedOperationException
- This method is not implemented.
-