![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Interface required to parser the user files to CFI orbit/attitude files. More...
Public Member Functions | |
void | parse (String dataFile) throws EoAdapterError |
Method to parse the dataFile into the CFI objects OrbitFile and AttitudeFile. More... | |
void | parse (byte[] dataArr) throws EoAdapterError |
Method to parse the array of bytes into the CFI objects OrbitFile and AttitudeFile. More... | |
long | getNofItems () |
Get the the number of items in the data file. More... | |
long | getNofProcessedItems () |
Get the number of processed items from the data file. More... | |
OrbitFile | getOrbitData () |
Get the OrbitFile object containing the parsed orbit data. More... | |
AttFile | getAttitudeData () |
Get the AttitudeFile object containing the parsed attitude data. More... | |
void | disableOrbitParser () |
disable the orbit parser More... | |
void | enableOrbitParser () |
Enable the orbit parser. More... | |
void | disableAttitudeParser () |
disable the attitude parser More... | |
void | enableAttitudeParser () |
Enable the attitude parser. More... | |
Interface required to parser the user files to CFI orbit/attitude files.
Implementations of this interface are required to construct any parser inherited from AdpDefaultParser
void EoOrbAttAdapter.AdpParser.disableAttitudeParser | ( | ) |
disable the attitude parser
Implemented in EoOrbAttAdapter.AdpDefaultParser.
void EoOrbAttAdapter.AdpParser.disableOrbitParser | ( | ) |
disable the orbit parser
Implemented in EoOrbAttAdapter.AdpDefaultParser.
void EoOrbAttAdapter.AdpParser.enableAttitudeParser | ( | ) |
Enable the attitude parser.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
void EoOrbAttAdapter.AdpParser.enableOrbitParser | ( | ) |
Enable the orbit parser.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
AttFile EoOrbAttAdapter.AdpParser.getAttitudeData | ( | ) |
Get the AttitudeFile object containing the parsed attitude data.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
long EoOrbAttAdapter.AdpParser.getNofItems | ( | ) |
Get the the number of items in the data file.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
long EoOrbAttAdapter.AdpParser.getNofProcessedItems | ( | ) |
Get the number of processed items from the data file.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
OrbitFile EoOrbAttAdapter.AdpParser.getOrbitData | ( | ) |
Get the OrbitFile object containing the parsed orbit data.
Implemented in EoOrbAttAdapter.AdpDefaultParser.
void EoOrbAttAdapter.AdpParser.parse | ( | String | dataFile | ) | throws EoAdapterError |
Method to parse the dataFile into the CFI objects OrbitFile and AttitudeFile.
dataFile | input data file |
Implemented in EoOrbAttAdapter.AdpDfdl4sParser, and EoOrbAttAdapter.AdpDefaultParser.
void EoOrbAttAdapter.AdpParser.parse | ( | byte [] | dataArr | ) | throws EoAdapterError |
Method to parse the array of bytes into the CFI objects OrbitFile and AttitudeFile.
dataArr | input data |
Implemented in EoOrbAttAdapter.AdpDfdl4sParser, and EoOrbAttAdapter.AdpDefaultParser.