edu.wisc.ssec.mcidasv.data
Class GroundStations
java.lang.Object
edu.wisc.ssec.mcidasv.data.GroundStations
public class GroundStations
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GroundStations
public GroundStations(String topCard)
getGroundStationCount
public int getGroundStationCount()
getStations
public List getStations()
getLatitudes
public List getLatitudes()
getLongitudes
public List getLongitudes()
getAltitudes
public List getAltitudes()