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 Details

    • NavICKlobucharParser

      public NavICKlobucharParser(ParseInfo parseInfo, IonosphereNavICKlobucharMessage message)
      Simple constructor.
      Parameters:
      parseInfo - container for parsing data
      message - container for navigation message
  • Method Details

    • parseLine00

      public void parseLine00()
      Parse line 0 of the navigation record.
      Specified by:
      parseLine00 in class RecordLineParser
    • parseLine01

      public void parseLine01()
      Parse line 1 of the navigation record.
      Overrides:
      parseLine01 in class RecordLineParser
    • parseLine02

      public void parseLine02()
      Parse line 2 of the navigation record.
      Overrides:
      parseLine02 in class RecordLineParser
    • parseLine03

      public void parseLine03()
      Parse line 3 of the navigation record.
      Overrides:
      parseLine03 in class RecordLineParser
    • closeRecord

      public void closeRecord(RinexNavigation file)
      Close a record as the last line was parsed.
      Specified by:
      closeRecord in class RecordLineParser
      Parameters:
      file - navigation file where to put the completed record