Class RinexFile<T extends RinexBaseHeader>

    • Constructor Detail

      • RinexFile

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

      • 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