![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class with the DFDL4S Parser. More...
Public Member Functions | |
void | parse (String dataFile) throws EoAdapterError |
Read the input file and parse the orbit and attitude data to an attitude file object. | |
void | parse (byte[] dataArr) throws EoAdapterError |
parse the input data arrat into orbit and attitude data | |
void | parseDfdl4sDoc (Document document) throws EoAdapterError |
parse the input DFDL4S Document . | |
![]() | |
AdpParserConfiguration | getParserConfiguration () |
Get the parser configuration. | |
void | setParserConfiguration (AdpParserConfiguration inParserConfiguration) |
Set the configuration for the parser. | |
long | getNofItems () |
Get the the number of items in the data file. | |
long | getNofProcessedItems () |
Get the number of processed items from the data file. | |
OrbitFile | getOrbitData () |
Get the OrbitFile object containing the parsed orbit data. | |
AttFile | getAttitudeData () |
Get the AttitudeFile object containing the parsed attitude data. | |
void | disableOrbitParser () |
disable the orbit parser | |
void | enableOrbitParser () |
Enable the orbit parser. | |
void | disableAttitudeParser () |
disable the attitude parser | |
void | enableAttitudeParser () |
Enable the attitude parser. | |
Protected Member Functions | |
AdpDfdl4sParser () throws EoAdapterError | |
Class constructor. | |
![]() | |
void | setMainConfiguration (AdpMainConfiguration inMainConfiguration) |
Set the main configuration (as it could be needed by the parser). | |
Class with the DFDL4S Parser.
|
protected |
Class constructor.
void EoOrbAttAdapter.AdpDfdl4sParser.parse | ( | byte[] | dataArr | ) | throws EoAdapterError |
parse the input data arrat into orbit and attitude data
dataArr | data arry to be parsed |
EoAdapterError | if dataArr cannot be parsed |
Reimplemented from EoOrbAttAdapter.AdpDefaultParser.
References EoOrbAttAdapter.EoAdapterError.addError(), and parseDfdl4sDoc().
void EoOrbAttAdapter.AdpDfdl4sParser.parse | ( | String | dataFile | ) | throws EoAdapterError |
Read the input file and parse the orbit and attitude data to an attitude file object.
dataFile | data file to be read |
EoAdapterError | if file cannot be parsed |
Reimplemented from EoOrbAttAdapter.AdpDefaultParser.
References EoOrbAttAdapter.EoAdapterError.addError(), and parseDfdl4sDoc().
void EoOrbAttAdapter.AdpDfdl4sParser.parseDfdl4sDoc | ( | Document | document | ) | throws EoAdapterError |
parse the input DFDL4S Document .
document | input data |
EoAdapterError | if document cannot be parsed |
References EoOrbAttAdapter.EoAdapterError.addCfiErrors(), EoOrbAttAdapter.EoAdapterError.addError(), EoOrbAttAdapter.AdpOutputConfiguration.commonOutputConfig, and EoOrbAttAdapter.AdpCommonOutputConfiguration.missionId.