public static final class LineSegmentIterable.LineSegmentIterator extends Object implements Iterator<ILineSegment>
| Constructor and Description |
|---|
LineSegmentIterator(ICoordinateSequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ILineSegment |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LineSegmentIterator(ICoordinateSequence sequence)
public boolean hasNext()
hasNext in interface Iterator<ILineSegment>public ILineSegment next()
next in interface Iterator<ILineSegment>public void remove()
remove in interface Iterator<ILineSegment>Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.