Package org.locationtech.jts.noding
Class NodeVertexIterator
java.lang.Object
org.locationtech.jts.noding.NodeVertexIterator
- All Implemented Interfaces:
Iterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SegmentNodeprivate intprivate NodedSegmentStringprivate SegmentNodeprivate Iteratorprivate SegmentNodeList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
removein interfaceIterator- Throws:
UnsupportedOperationException- This method is not implemented.
-