|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesGeomap
public class AcesGeomap
AcesGeomap represents a single geomap found within the ACES GEOMAP dataset. See the source AcesGeomap
| Field Summary | |
|---|---|
private Position |
centerPosition
The center coord's for this map in position format. |
private java.util.Vector |
contents
contents represents the AcesGeoLines, AcesGeoSymbols found within the ACES GEOMAP dataset. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private java.lang.String |
mapName
The name of this particular GeoMap. |
| Constructor Summary | |
|---|---|
AcesGeomap(java.lang.String mapName,
Position centerPosition)
Constructor - AcesGeomap is the object representing a particluar geomap within the given ACES GEOMAP dataset consisting of it's name, center coords and various line information. |
|
| Method Summary | |
|---|---|
void |
add(AcesGeoLine acesGeoLine)
Method Add - is an overloaded method able to receive AcesGeoLines or AcesGeoSymbols and add them into the vector contents. |
void |
add(AcesGeoSymbol acesGeoSymbol)
Method add - is an overloaded method able to receive AcesGeoSymbols or AcesGeoLines and add them into the vector contents. |
java.lang.String |
getCenterLatitude()
Method getCenterLatitude returns a converted latitude String in DMS format from the centerPosition field of this object. |
java.lang.String |
getCenterLongitude()
Method getCenterLongitude returns a converted longitude String in DMS format from the centerPosition field of this object. |
java.util.Enumeration |
getMapLines()
getMapLines releases this geomaps Vector as an Enumeration for use in parsing and manipulation/accessing. |
java.lang.String |
getMapName()
Method getMapName is an accessor to the mapName field of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private java.lang.String mapName
private Position centerPosition
private java.util.Vector contents
| Constructor Detail |
|---|
public AcesGeomap(java.lang.String mapName,
Position centerPosition)
mapName - : The name of this geomap.centerPosition - : The center coord's (in position format)
for this Geomap.| Method Detail |
|---|
public java.lang.String getMapName()
public java.lang.String getCenterLatitude()
public java.lang.String getCenterLongitude()
public void add(AcesGeoLine acesGeoLine)
AcesGeoLine - : a Geoline to add.AcesGeoLinepublic void add(AcesGeoSymbol acesGeoSymbol)
acesGeoSymbol - : a valid acesGeoSymbol.AcesGeoSymbolpublic final java.util.Enumeration getMapLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||