faa.tg.prep.aces.geomaps
Class AcesGeomapDB

java.lang.Object
  extended by faa.tg.prep.aces.geomaps.AcesGeomapDB

public class AcesGeomapDB
extends java.lang.Object

 This class represents a database capable of holding geomap
 objects.
 
 See the source AcesGeomapDB
 
 

Author:
Dan Warburton, Timothy Swantek

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  java.util.Vector maps
           
 
Constructor Summary
AcesGeomapDB()
          Constructor -
 
Method Summary
 void add(AcesGeomap acesGeomap)
          add takes a geomap object and adds it to it's contents.
 java.util.Enumeration getMaps()
          getMaps returns this geomapDBs Vector as an Enumeration for use in parsing and manipulation/accessing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

maps

private java.util.Vector maps
Constructor Detail

AcesGeomapDB

public AcesGeomapDB()
Constructor -

Method Detail

add

public void add(AcesGeomap acesGeomap)
add takes a geomap object and adds it to it's contents.

Parameters:
acesGeomap - : The AcesGeomap to add to the Vector.

getMaps

public final java.util.Enumeration getMaps()
getMaps returns this geomapDBs Vector as an Enumeration for use in parsing and manipulation/accessing.

Returns:
an Enumeration of this DB's geomaps.