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 Details

    • EarthOrientationParameterParser

      public EarthOrientationParameterParser(ParseInfo parseInfo, EarthOrientationParameterMessage 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
    • 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