|
||||||||||
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.PointIterator
hasNext
in interface java.util.Iterator
public java.lang.Object next()
GeoPath.PointIterator
next
in interface GeoPath.PointIterator
next
in interface java.util.Iterator
public GeoPoint nextPoint()
GeoPath.PointIterator
nextPoint
in interface GeoPath.PointIterator
public void remove()
remove
in interface java.util.Iterator
public Geo getPoint()
GeoPoint
getPoint
in interface GeoPoint
public java.lang.Object getPointId()
public java.lang.Object getID()
getID
in interface GeoExtent
public BoundingCircle getBoundingCircle()
GeoExtent
getBoundingCircle
in interface GeoExtent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |