public class RinexNavigationHeader extends RinexBaseHeader
| Constructor and Description |
|---|
RinexNavigationHeader()
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTimeSystemCorrections(TimeSystemCorrection timeSystemCorrection)
Add a time system correction to the list.
|
IonosphericCorrectionType |
getIonosphericCorrectionType()
Getter for the ionospheric correction type.
|
int |
getMergedFiles()
Getter for the number of merged files.
|
int |
getNumberOfLeapSeconds()
Getter for the current number of leap seconds.
|
List<TimeSystemCorrection> |
getTimeSystemCorrections()
Getter for the time system corrections contained in the file header.
|
void |
setIonosphericCorrectionType(IonosphericCorrectionType ionosphericCorrectionType)
Setter for the ionospheric correction type.
|
void |
setMergedFiles(int mergedFiles)
Setter for the number of merged files.
|
void |
setNumberOfLeapSeconds(int numberOfLeapSeconds)
Setter for the current number of leap seconds.
|
getCreationDate, getCreationDateComponents, getCreationTimeZone, getDoi, getFileType, getFormatVersion, getLicense, getProgramName, getRunByName, getSatelliteSystem, getStationInformation, setCreationDate, setCreationDateComponents, setCreationTimeZone, setDoi, setFormatVersion, setLicense, setProgramName, setRunByName, setSatelliteSystem, setStationInformationpublic IonosphericCorrectionType getIonosphericCorrectionType()
public void setIonosphericCorrectionType(IonosphericCorrectionType ionosphericCorrectionType)
ionosphericCorrectionType - the ionospheric correction type to setpublic List<TimeSystemCorrection> getTimeSystemCorrections()
Corrections to transform the system time to UTC or oter time system.
public void addTimeSystemCorrections(TimeSystemCorrection timeSystemCorrection)
timeSystemCorrection - the element to addpublic int getMergedFiles()
public void setMergedFiles(int mergedFiles)
mergedFiles - the number of merged filespublic int getNumberOfLeapSeconds()
public void setNumberOfLeapSeconds(int numberOfLeapSeconds)
numberOfLeapSeconds - the number of leap seconds to setCopyright © 2002-2023 CS GROUP. All rights reserved.