Class TimeSystemCorrection
- java.lang.Object
 - 
- org.orekit.files.rinex.navigation.TimeSystemCorrection
 
 
- 
public class TimeSystemCorrection extends Object
Container for time system corrections.- Since:
 - 12.0
 - Author:
 - Bryan Cazabonne
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TimeSystemCorrection(String timeSystemCorrectionType, AbsoluteDate referenceDate, double timeSystemCorrectionA0, double timeSystemCorrectionA1)Constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDategetReferenceDate()Getter for the reference date of the time system correction polynomial.doublegetTimeSystemCorrectionA0()Getter for the A0 coefficient of the time system correction.doublegetTimeSystemCorrectionA1()Getter for the A1 coefficient of the time system correction.StringgetTimeSystemCorrectionType()Getter for the time system correction type. 
 - 
 
- 
- 
Constructor Detail
- 
TimeSystemCorrection
public TimeSystemCorrection(String timeSystemCorrectionType, AbsoluteDate referenceDate, double timeSystemCorrectionA0, double timeSystemCorrectionA1)
Constructor.- Parameters:
 timeSystemCorrectionType- time system correction typereferenceDate- reference date for time system correctiontimeSystemCorrectionA0- A0 coefficient of linear polynomial for time system correctiontimeSystemCorrectionA1- A1 coefficient of linear polynomial for time system correction
 
 - 
 
- 
Method Detail
- 
getTimeSystemCorrectionType
public String getTimeSystemCorrectionType()
Getter for the time system correction type.- Returns:
 - the time system correction type
 
 
- 
getTimeSystemCorrectionA0
public double getTimeSystemCorrectionA0()
- Returns:
 - the A0 coefficient of the time system correction
 
 
- 
getTimeSystemCorrectionA1
public double getTimeSystemCorrectionA1()
- Returns:
 - the A1 coefficient of the time system correction
 
 
- 
getReferenceDate
public AbsoluteDate getReferenceDate()
Getter for the reference date of the time system correction polynomial.- Returns:
 - the reference date of the time system correction polynomial, or null for GLONASS correction, which is constant
 
 
 - 
 
 -