![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class containing common attitude data for the output data in the adapter configuration file. More...
Public Member Functions | |
AdpAttitudeOutputConfiguration () | |
Empty class constructor. More... | |
Public Attributes | |
String | type |
Data type for output attitude file (default = "EO_FILE") More... | |
String | ffsVersion |
Default FFS version. More... | |
String | defaultFile |
Default output attitude file name. More... | |
long | timeRef |
Default time reference (according to EOCFI::TimeRefDataHandlingEnum) More... | |
long | refFrame |
Coodinate system frame for the OSV. More... | |
long | targetFrame |
Attitude target frame (according to EOCFI::XDAttDefFrameEnum) More... | |
AdpFileHeaderConfiguration | headerConfig |
Configuration data for the fixed header in output file. More... | |
Class containing common attitude data for the output data in the adapter configuration file.
This class contains the following public elements:
EoOrbAttAdapter.AdpAttitudeOutputConfiguration.AdpAttitudeOutputConfiguration | ( | ) |
Empty class constructor.
String EoOrbAttAdapter.AdpAttitudeOutputConfiguration.defaultFile |
Default output attitude file name.
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.EoOrbAttAdapter.writeAttitudeDataToFile().
String EoOrbAttAdapter.AdpAttitudeOutputConfiguration.ffsVersion |
Default FFS version.
Referenced by EoOrbAttAdapter.EoOrbAttAdapter.getAttitudeData(), and EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations().
AdpFileHeaderConfiguration EoOrbAttAdapter.AdpAttitudeOutputConfiguration.headerConfig |
Configuration data for the fixed header in output file.
Referenced by EoOrbAttAdapter.EoOrbAttAdapter.clearAttitudeData(), and EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations().
long EoOrbAttAdapter.AdpAttitudeOutputConfiguration.refFrame |
Coodinate system frame for the OSV.
Referenced by EoOrbAttAdapter.EoOrbAttAdapter.addParsedVectors(), and EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations().
long EoOrbAttAdapter.AdpAttitudeOutputConfiguration.targetFrame |
Attitude target frame (according to EOCFI::XDAttDefFrameEnum)
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations(), and EoOrbAttAdapter.AdpDfdl4sParser.parseDfdl4sDoc().
long EoOrbAttAdapter.AdpAttitudeOutputConfiguration.timeRef |
Default time reference (according to EOCFI::TimeRefDataHandlingEnum)
Referenced by EoOrbAttAdapter.EoOrbAttAdapter.addParsedVectors(), and EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations().
String EoOrbAttAdapter.AdpAttitudeOutputConfiguration.type |
Data type for output attitude file (default = "EO_FILE")
Referenced by EoOrbAttAdapter.AdpMainConfiguration.getTimeCorrelations().