public class RinexBaseHeader extends Object
Modifier | Constructor and Description |
---|---|
protected |
RinexBaseHeader(RinexFileType fileType)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getCreationDate()
Getter for the creation date.
|
DateTimeComponents |
getCreationDateComponents()
Getter for the creation date of the file as a string.
|
String |
getCreationTimeZone()
Getter for the creation time zone of the file as a string.
|
String |
getDoi()
Getter for the Digital Object Information.
|
RinexFileType |
getFileType()
Get the file type.
|
double |
getFormatVersion()
Getter for the format version.
|
String |
getLicense()
Getter for the license of use.
|
String |
getProgramName()
Getter for the program name.
|
String |
getRunByName()
Getter for the run/by name.
|
SatelliteSystem |
getSatelliteSystem()
Getter for the satellite system.
|
String |
getStationInformation()
Getter for the station information.
|
void |
setCreationDate(AbsoluteDate creationDate)
Setter for the creation date.
|
void |
setCreationDateComponents(DateTimeComponents creationDateComponents)
Setter for the creation date as a string.
|
void |
setCreationTimeZone(String creationTimeZone)
Setter for the creation time zone.
|
void |
setDoi(String doi)
Setter for the Digital Object Information.
|
void |
setFormatVersion(double formatVersion)
Setter for the format version.
|
void |
setLicense(String license)
Setter for the license of use.
|
void |
setProgramName(String programName)
Setter for the program name.
|
void |
setRunByName(String runByName)
Setter for the run/by name.
|
void |
setSatelliteSystem(SatelliteSystem satelliteSystem)
Setter for the satellite system.
|
void |
setStationInformation(String stationInformation)
Setter for the station information.
|
protected RinexBaseHeader(RinexFileType fileType)
fileType
- file typepublic RinexFileType getFileType()
public double getFormatVersion()
public void setFormatVersion(double formatVersion)
formatVersion
- the format version to setpublic SatelliteSystem getSatelliteSystem()
Not specified for RINEX 2.X versions (value is null).
public void setSatelliteSystem(SatelliteSystem satelliteSystem)
satelliteSystem
- the satellite system to setpublic String getProgramName()
public void setProgramName(String programName)
programName
- the program name to setpublic String getRunByName()
public void setRunByName(String runByName)
runByName
- the run/by name to setpublic DateTimeComponents getCreationDateComponents()
public void setCreationDateComponents(DateTimeComponents creationDateComponents)
creationDateComponents
- the creation date to setpublic String getCreationTimeZone()
public void setCreationTimeZone(String creationTimeZone)
creationTimeZone
- the creation time zone to setpublic AbsoluteDate getCreationDate()
public void setCreationDate(AbsoluteDate creationDate)
creationDate
- the creation date to setpublic String getDoi()
public void setDoi(String doi)
doi
- the Digital Object Information to setpublic String getLicense()
public void setLicense(String license)
license
- the license of usepublic String getStationInformation()
public void setStationInformation(String stationInformation)
stationInformation
- the station information to setCopyright © 2002-2023 CS GROUP. All rights reserved.