Class RinexComment

java.lang.Object
org.orekit.files.rinex.section.RinexComment

public class RinexComment extends Object
Container for comment in RINEX file.
Since:
12.0
Author:
Luc Maisonobe
  • Constructor Details

    • RinexComment

      public RinexComment(int lineNumber, String text)
      Simple constructor.
      Parameters:
      lineNumber - line number
      text - text
  • Method Details

    • getLineNumber

      public int getLineNumber()
      Get the line number.
      Returns:
      line number
    • getText

      public String getText()
      Get the text.
      Returns:
      text