DEIMOS
Earth Observation Mission CFI Software
Pointing Software User Manual
for JAVA
ESA

EECFI.AtmosId Class Reference

Class for the atmospheric model parameters. More...

Inheritance diagram for EECFI.AtmosId:
EECFI.CfiId EECFI.CfiClass

List of all members.

Public Member Functions

 AtmosId ()
 Empty Class constructor.
void close () throws CfiError
 Release all resources managed by this object.
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.

Detailed Description

Class for the atmospheric model parameters.


Constructor & Destructor Documentation

EECFI.AtmosId.AtmosId (  ) 

Empty Class constructor.


Member Function Documentation

void EECFI.AtmosId.close (  )  throws CfiError

Release all resources managed by this object.

IMPORTANT: The life time of the EOCFI Java objects must be explicitly managed by the program work flow. Failure to perform this release will lead to resource leakage and might have a significant impact in performance.

AtmosIdData EECFI.AtmosId::getData (  )  throws CfiError

Get atmosphere parameters.

Returns:
Atmospheric data.
void EECFI.AtmosId::init ( long  atmosMode,
long  atmosModel,
final String  atmosFile 
) throws CfiError

Initialise the atmospheric parameters.

Parameters:
atmosMode Atmosphere initialization mode (AtmosModeEnum).
atmosModel Atmospheric model (Not used in the current implementation).
atmosFile File used for atmosphere initialization.
SatId EECFI.AtmosId::satId (  ) 

Get satellite id.

Returns:
Satellite id.

Generated on Mon Dec 11 2023 14:48:29 for by doxygen 1.7.1