public class UT1Scale extends Object implements TimeScale
UT1是一种直接与地球实际旋转相关联的时间尺度。它是一种不规则的尺度,反映了地球不规则的旋转速率。UT1与UTC
之间的偏移量可以在IERS发布的地球定向参数中找到。
AbsoluteDate
, Serialized Form
Modifier | Constructor and Description |
---|---|
protected |
UT1Scale(EOPHistory eopHistory, UTCScale utc)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
EOPHistory |
getEOPHistory()
获取EOP历史。
|
String |
getName()
获取时间尺度的名称。
|
UTCScale |
getUTCScale()
获取关联的UTC尺度。
|
double |
offsetFromTAI(AbsoluteDate date)
获取将位置从 TAIScale 转换为实例所需的偏移量。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
offsetFromTAI(FieldAbsoluteDate<T> date)
获取将位置从 TAIScale 转换为实例所需的偏移量。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration, offsetToTAI
protected UT1Scale(EOPHistory eopHistory, UTCScale utc)
eopHistory
- 用户提供的EOP历史(可以为null)
utc
- UTC时间尺度
public UTCScale getUTCScale()
public EOPHistory getEOPHistory()
public double offsetFromTAI(AbsoluteDate date)
TAIScale
转换为实例所需的偏移量。
offsetFromTAI
在接口 TimeScale
中
date
- 转换日期
TAIScale
时间尺度中的位置的秒数偏移量,以获取实例时间尺度中的位置
TimeScale.offsetToTAI(DateComponents, TimeComponents)
public <T extends org.hipparchus.CalculusFieldElement<T>> T offsetFromTAI(FieldAbsoluteDate<T> date)
TAIScale
转换为实例所需的偏移量。
offsetFromTAI
在接口 TimeScale
中
T
- 字段元素的类型
date
- 转换日期
TAIScale
时间尺度中的位置的秒数偏移量,以获取实例时间尺度中的位置
TimeScale.offsetToTAI(DateComponents, TimeComponents)
Copyright © 2002-2023 CS GROUP. All rights reserved.