T
- Type of the header
public class RinexFile<T extends RinexBaseHeader> extends Object
Modifier | Constructor and Description |
---|---|
protected |
RinexFile(T header)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
addComment(RinexComment comment)
添加注释。
|
List<RinexComment> |
getComments()
获取注释的不可修改视图。
|
T |
getHeader()
获取头部。
|
protected RinexFile(T header)
header
- 头部
public T getHeader()
public List<RinexComment> getComments()
public void addComment(RinexComment comment)
comment
- 要添加的注释
Copyright © 2002-2023 CS GROUP. All rights reserved.