public class RinexBaseHeader extends Object
Modifier | Constructor and Description |
---|---|
protected |
RinexBaseHeader(RinexFileType fileType)
简单构造函数。
|
protected RinexBaseHeader(RinexFileType fileType)
fileType
- 文件类型
public RinexFileType getFileType()
public double getFormatVersion()
public void setFormatVersion(double formatVersion)
formatVersion
- 要设置的格式版本
public SatelliteSystem getSatelliteSystem()
对于RINEX 2.X版本未指定(值为null)。
public void setSatelliteSystem(SatelliteSystem satelliteSystem)
satelliteSystem
- 要设置的卫星系统
public String getProgramName()
public void setProgramName(String programName)
programName
- 要设置的程序名称
public String getRunByName()
public void setRunByName(String runByName)
runByName
- 要设置的运行/由名称
public DateTimeComponents getCreationDateComponents()
public void setCreationDateComponents(DateTimeComponents creationDateComponents)
creationDateComponents
- 要设置的创建日期
public String getCreationTimeZone()
public void setCreationTimeZone(String creationTimeZone)
creationTimeZone
- 要设置的创建时区
public AbsoluteDate getCreationDate()
public void setCreationDate(AbsoluteDate creationDate)
creationDate
- 要设置的创建日期
public String getDoi()
public void setDoi(String doi)
doi
- 要设置的数字对象信息
public String getLicense()
public void setLicense(String license)
license
- 使用许可证
public String getStationInformation()
public void setStationInformation(String stationInformation)
stationInformation
- 要设置的站点信息
Copyright © 2002-2023 CS GROUP. All rights reserved.