|
||||||||||
| 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 GeoExtentpublic boolean hasNext()
GeoPath.SegmentIterator
hasNext in interface GeoPath.SegmentIteratorhasNext in interface java.util.Iteratorpublic java.lang.Object next()
GeoPath.SegmentIterator
next in interface GeoPath.SegmentIteratornext in interface java.util.Iteratorpublic GeoSegment nextSegment()
GeoPath.SegmentIterator
nextSegment in interface GeoPath.SegmentIteratorpublic void remove()
remove in interface java.util.Iteratorpublic Geo[] getSeg()
getSeg in interface GeoSegmentpublic double[] getSegArray()
getSegArray in interface GeoSegmentpublic 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 | |||||||||