protected class GeoPath.Impl.PointIt extends java.lang.Object implements GeoPath.PointIterator, GeoPoint
GeoPoint.Impl
Constructor and Description |
---|
GeoPath.Impl.PointIt() |
Modifier and Type | Method and Description |
---|---|
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() |
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
public java.lang.Object getPointId()
public java.lang.Object getID()
public BoundingCircle getBoundingCircle()
GeoExtent
getBoundingCircle
in interface GeoExtent
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details