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, setParserConfigurationprotected AdpDfdl4sParser()
throws EoAdapterError
EoAdapterErrorpublic void parse(java.lang.String dataFile)
throws EoAdapterError
parse in interface AdpParserparse in class AdpDefaultParserdataFile - data file to be readEoAdapterError - if file cannot be parsedprotected void finalize()
finalize in class java.lang.Object