|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesGeomapDB
public class AcesGeomapDB
This class represents a database capable of holding geomap objects. See the source AcesGeomapDB
| 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 |
|---|
public static final java.lang.String CVS_VERSION_ID
private java.util.Vector maps
| Constructor Detail |
|---|
public AcesGeomapDB()
| Method Detail |
|---|
public void add(AcesGeomap acesGeomap)
acesGeomap - : The AcesGeomap to add to the Vector.public final java.util.Enumeration getMaps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||