edu.wisc.ssec.mcidasv.data
Class GroundStations

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.GroundStations

public class GroundStations
extends Object


Field Summary
private static String card00
           
static String groundStationDB
           
private  HashMap<String,EarthLocationTuple> namedLocs
           
 
Constructor Summary
GroundStations(String topCard)
           
 
Method Summary
 int getGroundStationCount()
           
 HashMap getGroundStations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

card00

private static final String card00
See Also:
Constant Field Values

groundStationDB

public static String groundStationDB

namedLocs

private HashMap<String,EarthLocationTuple> namedLocs
Constructor Detail

GroundStations

public GroundStations(String topCard)
Method Detail

getGroundStationCount

public int getGroundStationCount()

getGroundStations

public HashMap getGroundStations()