public class GroundStations extends Object
Modifier and Type | Field and Description |
---|---|
private List |
altitudes |
private static String |
card00 |
static String |
groundStationDB |
private int |
gsCount |
private List |
latitudes |
private List |
longitudes |
private List |
stations |
Constructor and Description |
---|
GroundStations(String topCard) |
Modifier and Type | Method and Description |
---|---|
List |
getAltitudes() |
int |
getGroundStationCount() |
List |
getLatitudes() |
List |
getLongitudes() |
List |
getStations() |
private static final String card00
private int gsCount
public static String groundStationDB
private List longitudes
public GroundStations(String topCard)
public int getGroundStationCount()
public List getStations()
public List getLatitudes()
public List getLongitudes()
public List getAltitudes()