Class EarthOrientationParameterParser
- java.lang.Object
-
- org.orekit.files.rinex.navigation.parsers.RecordLineParser
-
- org.orekit.files.rinex.navigation.parsers.EarthOrientationParameterParser
-
public class EarthOrientationParameterParser extends RecordLineParser
Parser for Earth Orientation Parameter.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description EarthOrientationParameterParser(ParseInfo parseInfo, EarthOrientationParameterMessage message)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseRecord(RinexNavigation file)Close a record as the last line was parsed.voidparseLine00()Parse line 0 of the navigation record.voidparseLine01()Parse line 1 of the navigation record.voidparseLine02()Parse line 2 of the navigation record.-
Methods inherited from class org.orekit.files.rinex.navigation.parsers.RecordLineParser
fmod, parseLine03, parseLine04, parseLine05, parseLine06, parseLine07, parseLine08, parseLine09, parseSvEpochSvClockLine, parseSvEpochSvClockLineRinex2
-
-
-
-
Constructor Detail
-
EarthOrientationParameterParser
public EarthOrientationParameterParser(ParseInfo parseInfo, EarthOrientationParameterMessage message)
Simple constructor.- Parameters:
parseInfo- container for parsing datamessage- container for navigation message
-
-
Method Detail
-
parseLine00
public void parseLine00()
Parse line 0 of the navigation record.- Specified by:
parseLine00in classRecordLineParser
-
parseLine01
public void parseLine01()
Parse line 1 of the navigation record.- Overrides:
parseLine01in classRecordLineParser
-
parseLine02
public void parseLine02()
Parse line 2 of the navigation record.- Overrides:
parseLine02in classRecordLineParser
-
closeRecord
public void closeRecord(RinexNavigation file)
Close a record as the last line was parsed.- Specified by:
closeRecordin classRecordLineParser- Parameters:
file- navigation file where to put the completed record
-
-