|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GeoPath.PointIterator
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface java.util.Iteratorjava.lang.Object next()
next in interface java.util.IteratorGeoPoint nextPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||