public static class RinexNavigation.TimeSystemCorrection extends Object
Constructor and Description |
---|
TimeSystemCorrection(String timeSystemCorrectionType,
double timeSystemCorrectionA0,
double timeSystemCorrectionA1,
int timeSystemCorrectionSecOfWeek,
int timeSystemCorrectionWeekNumber)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getTimeSystemCorrectionA0()
Getter for the A0 coefficient of the time system correction.
|
double |
getTimeSystemCorrectionA1()
Getter for the A1 coefficient of the time system correction.
|
int |
getTimeSystemCorrectionSecOfWeek()
Getter for the reference time of the time system correction polynomial.
|
String |
getTimeSystemCorrectionType()
Getter for the time system correction type.
|
int |
getTimeSystemCorrectionWeekNumber()
Getter for the reference week number of the time system correction polynomial.
|
public TimeSystemCorrection(String timeSystemCorrectionType, double timeSystemCorrectionA0, double timeSystemCorrectionA1, int timeSystemCorrectionSecOfWeek, int timeSystemCorrectionWeekNumber)
timeSystemCorrectionType
- time system correction typetimeSystemCorrectionA0
- A0 coefficient of linear polynomial for time system correctiontimeSystemCorrectionA1
- A1 coefficient of linear polynomial for time system correctiontimeSystemCorrectionSecOfWeek
- reference time for time system correctiontimeSystemCorrectionWeekNumber
- reference week number for time system correctionpublic String getTimeSystemCorrectionType()
public double getTimeSystemCorrectionA0()
public double getTimeSystemCorrectionA1()
public int getTimeSystemCorrectionSecOfWeek()
Seconds into GNSS week
public int getTimeSystemCorrectionWeekNumber()
Continuous number since the reference epoch of the corresponding GNSS constellation
Copyright © 2002-2022 CS GROUP. All rights reserved.