public class AdpDfdl4sParser extends AdpDefaultParser
attitudeData, attitudeParserEnabled, mainConfiguration, nofItems, nofProcessedItems, orbitData, orbitParserEnabled, parserConfiguration
Modifier | Constructor and Description |
---|---|
protected |
AdpDfdl4sParser()
Class constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
void |
parse(java.lang.String dataFile)
Read the input file and parse the orbit and attitude data to an attitude file object.
|
disableAttitudeParser, disableOrbitParser, enableAttitudeParser, enableOrbitParser, getAttitudeData, getNofItems, getNofProcessedItems, getOrbitData, getParserConfiguration, setMainConfiguration, setParserConfiguration
protected AdpDfdl4sParser() throws EoAdapterError
EoAdapterError
public void parse(java.lang.String dataFile) throws EoAdapterError
parse
in interface AdpParser
parse
in class AdpDefaultParser
dataFile
- data file to be readEoAdapterError
- if file cannot be parsedprotected void finalize()
finalize
in class java.lang.Object