Class NavICKlobucharParser
- java.lang.Object
-
- org.orekit.files.rinex.navigation.parsers.RecordLineParser
-
- org.orekit.files.rinex.navigation.parsers.ionosphere.NavICKlobucharParser
-
public class NavICKlobucharParser extends RecordLineParser
Parser for NavIC Klobuchar ionosphere.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description NavICKlobucharParser(ParseInfo parseInfo, IonosphereNavICKlobucharMessage 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.voidparseLine03()Parse line 3 of the navigation record.-
Methods inherited from class org.orekit.files.rinex.navigation.parsers.RecordLineParser
fmod, parseLine04, parseLine05, parseLine06, parseLine07, parseLine08, parseLine09, parseSvEpochSvClockLine, parseSvEpochSvClockLineRinex2
-
-
-
-
Constructor Detail
-
NavICKlobucharParser
public NavICKlobucharParser(ParseInfo parseInfo, IonosphereNavICKlobucharMessage 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
-
parseLine03
public void parseLine03()
Parse line 3 of the navigation record.- Overrides:
parseLine03in 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
-
-