|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Class for the atmospheric model parameters. More...
Public Member Functions | |
| AtmosId () | |
| Empty Class constructor. | |
| native void | init (long atmosMode, long atmosModel, final String atmosFile) throws CfiError |
| Initialise the atmospheric parameters. | |
| native SatId | satId () |
| Get satellite id. | |
| native AtmosIdData | getData () throws CfiError |
| Get atmosphere parameters. | |
Class for the atmospheric model parameters.
| EECFI.AtmosId.AtmosId | ( | ) |
Empty Class constructor.
| AtmosIdData EECFI.AtmosId::getData | ( | ) | throws CfiError |
Get atmosphere parameters.
| void EECFI.AtmosId::init | ( | long | atmosMode, | |
| long | atmosModel, | |||
| final String | atmosFile | |||
| ) | throws CfiError |
Initialise the atmospheric parameters.
| atmosMode | Atmosphere initialization mode (AtmosModeEnum). | |
| atmosModel | Amospheric model ( to be used when XPCFI_COMPLEX_INIT mode is selected). | |
| atmosFile | File used for atmosphere initialization. |
| SatId EECFI.AtmosId::satId | ( | ) |
Get satellite id.
1.7.1