public class RinexComment extends Object
Constructor and Description |
---|
RinexComment(int lineNumber,
String text)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber()
Get the line number.
|
String |
getText()
Get the text.
|
public RinexComment(int lineNumber, String text)
lineNumber
- line numbertext
- textpublic int getLineNumber()
public String getText()
Copyright © 2002-2023 CS GROUP. All rights reserved.