public class TimeSystemCorrection extends Object
Constructor and Description |
---|
TimeSystemCorrection(String timeSystemCorrectionType, AbsoluteDate referenceDate, double timeSystemCorrectionA0, double timeSystemCorrectionA1)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getReferenceDate()
获取时间系统校正多项式的参考日期。
|
double |
getTimeSystemCorrectionA0()
获取时间系统校正的A0系数。
|
double |
getTimeSystemCorrectionA1()
获取时间系统校正的A1系数。
|
String |
getTimeSystemCorrectionType()
获取时间系统校正类型。
|
public TimeSystemCorrection(String timeSystemCorrectionType, AbsoluteDate referenceDate, double timeSystemCorrectionA0, double timeSystemCorrectionA1)
timeSystemCorrectionType
- 时间系统校正类型
referenceDate
- 时间系统校正的参考日期
timeSystemCorrectionA0
- 时间系统校正的线性多项式的A0系数
timeSystemCorrectionA1
- 时间系统校正的线性多项式的A1系数
public String getTimeSystemCorrectionType()
public double getTimeSystemCorrectionA0()
public double getTimeSystemCorrectionA1()
public AbsoluteDate getReferenceDate()
Copyright © 2002-2023 CS GROUP. All rights reserved.