public class TimeSystemCorrection extends Object
Constructor and Description |
---|
TimeSystemCorrection(String timeSystemCorrectionType,
AbsoluteDate referenceDate,
double timeSystemCorrectionA0,
double timeSystemCorrectionA1)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getReferenceDate()
Getter for the reference date of the time system correction polynomial.
|
double |
getTimeSystemCorrectionA0()
Getter for the A0 coefficient of the time system correction.
|
double |
getTimeSystemCorrectionA1()
Getter for the A1 coefficient of the time system correction.
|
String |
getTimeSystemCorrectionType()
Getter for the time system correction type.
|
public TimeSystemCorrection(String timeSystemCorrectionType, AbsoluteDate referenceDate, double timeSystemCorrectionA0, double timeSystemCorrectionA1)
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 correctionpublic String getTimeSystemCorrectionType()
public double getTimeSystemCorrectionA0()
public double getTimeSystemCorrectionA1()
public AbsoluteDate getReferenceDate()
Copyright © 2002-2023 CS GROUP. All rights reserved.