public interface AdpParser
Implementations of this interface are required to construct any parser inherited from AdpDefaultParser
Modifier and Type | Method and Description |
---|---|
void |
disableAttitudeParser()
disable the attitude parser
|
void |
disableOrbitParser()
disable the orbit parser
|
void |
enableAttitudeParser()
Enable the attitude parser
|
void |
enableOrbitParser()
Enable the orbit parser
|
AttFile |
getAttitudeData()
Get the AttitudeFile object containing the parsed attitude data
|
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
|
void |
parse(java.lang.String dataFile)
Method to parse the dataFile into the CFI objects OrbitFile and AttitudeFile
|
void parse(java.lang.String dataFile) throws EoAdapterError
dataFile
- input data fileEoAdapterError
long getNofItems()
long getNofProcessedItems()
OrbitFile getOrbitData()
AttFile getAttitudeData()
void disableOrbitParser()
void enableOrbitParser()
void disableAttitudeParser()
void enableAttitudeParser()