|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.geo.GeoPath.Impl.SegIt
protected class GeoPath.Impl.SegIt
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.bbn.openmap.geo.GeoSegment |
---|
GeoSegment.Impl |
Constructor Summary | |
---|---|
GeoPath.Impl.SegIt()
|
Method Summary | |
---|---|
BoundingCircle |
getBoundingCircle()
Constructs a new bounding circle instance each call. |
java.lang.Object |
getID()
GeoExtent method |
Geo[] |
getSeg()
GSegment method. |
double[] |
getSegArray()
|
java.lang.Object |
getSegId()
Deprecated. |
boolean |
hasNext()
Asking if there is another segment. |
java.lang.Object |
next()
standard implementation of Iterator.next() returns the same value as nextSegment(), albeit needing casting to GSegment. |
GeoSegment |
nextSegment()
Advance to the next pegment. |
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.SegIt()
Method Detail |
---|
public BoundingCircle getBoundingCircle()
getBoundingCircle
in interface GeoExtent
public boolean hasNext()
GeoPath.SegmentIterator
hasNext
in interface GeoPath.SegmentIterator
hasNext
in interface java.util.Iterator
public java.lang.Object next()
GeoPath.SegmentIterator
next
in interface GeoPath.SegmentIterator
next
in interface java.util.Iterator
public GeoSegment nextSegment()
GeoPath.SegmentIterator
nextSegment
in interface GeoPath.SegmentIterator
public void remove()
remove
in interface java.util.Iterator
public Geo[] getSeg()
getSeg
in interface GeoSegment
public double[] getSegArray()
getSegArray
in interface GeoSegment
public java.lang.Object getSegId()
public java.lang.Object getID()
getID
in interface GeoExtent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |