|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class to store information of a list of stations. More...
Public Member Functions | |
| StationInfoList () | |
| Empty Class constructor. | |
Public Attributes | |
| long | calcFlag |
| See XVComputeFlagEnum.. | |
| StationInfo[] | stationInfo |
| Array of stations. | |
Package Functions | |
| StationInfoList (long calcFlagIn, StationInfo[] stationInfoIn) | |
| Constructor with parameters. | |
Class to store information of a list of stations.
| EECFI.StationInfoList.StationInfoList | ( | ) |
Empty Class constructor.
| EECFI.StationInfoList.StationInfoList | ( | long | calcFlagIn, | |
| StationInfo[] | stationInfoIn | |||
| ) | [package] |
Constructor with parameters.
See XVComputeFlagEnum..
Array of stations.
1.7.1