|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class to store information of a station. More...
Public Member Functions | |
| StationInfo () | |
| Empty Class constructor. | |
| StationInfo (long typeIn, String stationIdIn, String stationDBIn, double defaultAosIn, double defaultLosIn, long defaultMaskIn, double durIn) | |
| Parameter constructor. | |
| StationInfo (long typeIn, StationRec staIn, double defaultAosIn, double defaultLosIn, long defaultMaskIn, double durIn) | |
| Parameter constructor (for StationRec, reference is copied). | |
| StationInfo (StationInfo sta) | |
| Copy constructor (for StationRec, reference is copied). | |
Public Attributes | |
| long | type |
| See XVStationTypeEnum. | |
| String | stationId |
| Station name. | |
| String | stationDBFilename |
| Station file database. | |
| StationRec | stationData |
| Station data (used if type = XVCFI_USE_ZONE_DATA). | |
| double | defaultAos |
| Default AOS. | |
| double | defaultLos |
| Default LOS. | |
| long | defaultMask |
| Default mask. | |
| double | minDuration |
| Minimum duration of segments (seconds). | |
Class to store information of a station.
Default_aos/los/mask shall be used either: if type = XVCFI_USE_STATION_FILE_AND_MASK_OVERRIDE, or if type = XVCFI_USE_STATION_DATA_AND_MASK_OVERRIDE or if type = XVCFI_USE_STATION_FILE and aos/los/mask are not defined in the file if type = XVCFI_USE_STATION_DATA and aos/los/mask are not defined in the data.
| EECFI.StationInfo.StationInfo | ( | ) |
Empty Class constructor.
| EECFI.StationInfo.StationInfo | ( | long | typeIn, | |
| String | stationIdIn, | |||
| String | stationDBIn, | |||
| double | defaultAosIn, | |||
| double | defaultLosIn, | |||
| long | defaultMaskIn, | |||
| double | durIn | |||
| ) |
Parameter constructor.
| EECFI.StationInfo.StationInfo | ( | long | typeIn, | |
| StationRec | staIn, | |||
| double | defaultAosIn, | |||
| double | defaultLosIn, | |||
| long | defaultMaskIn, | |||
| double | durIn | |||
| ) |
Parameter constructor (for StationRec, reference is copied).
| EECFI.StationInfo.StationInfo | ( | StationInfo | sta | ) |
Copy constructor (for StationRec, reference is copied).
| double EECFI.StationInfo.defaultAos |
Default AOS.
| double EECFI.StationInfo.defaultLos |
Default LOS.
Default mask.
Minimum duration of segments (seconds).
Station data (used if type = XVCFI_USE_ZONE_DATA).
Station file database.
| String EECFI.StationInfo.stationId |
Station name.
See XVStationTypeEnum.
1.7.1