Class RinexFile<T extends RinexBaseHeader>

java.lang.Object
org.orekit.files.rinex.RinexFile<T>
Type Parameters:
T - Type of the header
Direct Known Subclasses:
RinexClock, RinexNavigation, RinexObservation

public class RinexFile<T extends RinexBaseHeader> extends Object
Container for Rinex file.
Since:
12.0
Author:
Luc Maisonobe
  • Constructor Details

    • RinexFile

      protected RinexFile(T header)
      Simple constructor.
      Parameters:
      header - header
  • Method Details

    • getHeader

      public T getHeader()
      Get the header.
      Returns:
      header
    • getComments

      public List<RinexComment> getComments()
      Get an unmodifiable view of the comments.
      Returns:
      unmodifiable view of the comments
    • addComment

      public void addComment(RinexComment comment)
      Add a comment.
      Parameters:
      comment - comment to add