Package org.orekit.files.rinex.section
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 Summary
Constructors Constructor Description RinexComment(int lineNumber, String text)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLineNumber()
Get the line number.String
getText()
Get the text.
-
-
-
Constructor Detail
-
RinexComment
public RinexComment(int lineNumber, String text)
Simple constructor.- Parameters:
lineNumber
- line numbertext
- text
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
Get the line number.- Returns:
- line number
-
getText
public String getText()
Get the text.- Returns:
- text
-
-