|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.geo.GeoPath.Impl.PointIt
protected class GeoPath.Impl.PointIt
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bbn.openmap.geo.GeoPoint |
|---|
GeoPoint.Impl |
| Constructor Summary | |
|---|---|
GeoPath.Impl.PointIt()
|
|
| Method Summary | |
|---|---|
BoundingCircle |
getBoundingCircle()
compute a point and radius around the extent. |
java.lang.Object |
getID()
GeoExtent method |
Geo |
getPoint()
return the current point as a Geo object |
java.lang.Object |
getPointId()
Deprecated. use getID() instead. |
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. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoPath.Impl.PointIt()
| Method Detail |
|---|
public boolean hasNext()
GeoPath.PointIterator
hasNext in interface GeoPath.PointIteratorhasNext in interface java.util.Iteratorpublic java.lang.Object next()
GeoPath.PointIterator
next in interface GeoPath.PointIteratornext in interface java.util.Iteratorpublic GeoPoint nextPoint()
GeoPath.PointIterator
nextPoint in interface GeoPath.PointIteratorpublic void remove()
remove in interface java.util.Iteratorpublic Geo getPoint()
GeoPoint
getPoint in interface GeoPointpublic java.lang.Object getPointId()
public java.lang.Object getID()
getID in interface GeoExtentpublic BoundingCircle getBoundingCircle()
GeoExtent
getBoundingCircle in interface GeoExtent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||