|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for reading/writing orbit files. More...
Public Member Functions | |
| AttitudeDefinitionData () | |
| Constructor. | |
| AttitudeDefinitionData (String fileNam) | |
| Constructor with file name. | |
| native void | read () throws CfiError |
| Read the whole file data block. | |
| native void | write (final String fileNam, FixedHeader fixedHead, AttitudeDefinitionData attData) throws CfiError |
| Write the file. | |
Public Attributes | |
| String | attDefFileDirPath |
| Directory where the Atittude DEF read is placed. | |
| AttitudeDefinitionModel | satNomAttitude |
| Attitude data for satellite nominal attitude. | |
| AttitudeDefinitionModel | satAttitude |
| Attitude data for satellite attribute. | |
| AttitudeDefinitionModel | instrAttitude |
| Attitude data for intrument attitude. | |
Protected Member Functions | |
| native long | getInternalData () throws CfiError |
| Returns C-like data. Memory must be freed where the method is called. | |
Class for reading/writing orbit files.
| EECFI.AttitudeDefinitionData.AttitudeDefinitionData | ( | ) |
Constructor.
| EECFI.AttitudeDefinitionData.AttitudeDefinitionData | ( | String | fileNam | ) |
Constructor with file name.
| native long EECFI.AttitudeDefinitionData.getInternalData | ( | ) | throws CfiError [protected] |
Returns C-like data. Memory must be freed where the method is called.
| void EECFI.AttitudeDefinitionData::read | ( | ) | throws CfiError |
Read the whole file data block.
| void EECFI.AttitudeDefinitionData::write | ( | final String | fileNam, | |
| FixedHeader | fixedHead, | |||
| AttitudeDefinitionData | attData | |||
| ) | throws CfiError |
Write the file.
| fileNam | Name of the file to write. | |
| fixedHead | FixedHeader object with fixed header data. | |
| attData | Attitude Definition Data. |
Directory where the Atittude DEF read is placed.
Attitude data for intrument attitude.
Attitude data for satellite attribute.
Attitude data for satellite nominal attitude.
1.7.1