public static interface GeoPath.SegmentIterator
extends java.util.Iterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Asking if there is another segment.
|
java.lang.Object |
next()
standard implementation of Iterator.next() returns the same value as
nextSegment(), albeit needing casting to GSegment.
|
GeoSegment |
nextSegment()
Advance to the next pegment.
|
boolean hasNext()
hasNext
in interface java.util.Iterator
java.lang.Object next()
next
in interface java.util.Iterator
GeoSegment nextSegment()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details