T - Type of the headerpublic class RinexFile<T extends RinexBaseHeader> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RinexFile(T header)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(RinexComment comment)
Add a comment.
|
List<RinexComment> |
getComments()
Get an unmodifiable view of the comments.
|
T |
getHeader()
Get the header.
|
protected RinexFile(T header)
header - headerpublic T getHeader()
public List<RinexComment> getComments()
public void addComment(RinexComment comment)
comment - comment to addCopyright © 2002-2023 CS GROUP. All rights reserved.