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  List altitudes
           
private static String card00
           
static String groundStationDB
           
private  int gsCount
           
private  List latitudes
           
private  List longitudes
           
private  List stations
           
 
Constructor Summary
GroundStations(String topCard)
           
 
Method Summary
 List getAltitudes()
           
 int getGroundStationCount()
           
 List getLatitudes()
           
 List getLongitudes()
           
 List getStations()
           
 
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

gsCount

private int gsCount

groundStationDB

public static String groundStationDB

stations

private List stations

latitudes

private List latitudes

longitudes

private List longitudes

altitudes

private List altitudes
Constructor Detail

GroundStations

public GroundStations(String topCard)
Method Detail

getGroundStationCount

public int getGroundStationCount()

getStations

public List getStations()

getLatitudes

public List getLatitudes()

getLongitudes

public List getLongitudes()

getAltitudes

public List getAltitudes()