Package org.orekit.files.rinex
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
Container for Rinex file.
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(RinexComment comment) Add a comment.Get an unmodifiable view of the comments.Get the header.
-
Constructor Details
-
RinexFile
Simple constructor.- Parameters:
header- header
-
-
Method Details
-
getHeader
Get the header.- Returns:
- header
-
getComments
Get an unmodifiable view of the comments.- Returns:
- unmodifiable view of the comments
-
addComment
Add a comment.- Parameters:
comment- comment to add
-