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