public class GMSTScale extends Object implements TimeScale
格林尼治平均恒星时是格林尼治子午线和日期平均春分点之间的时角,在0h UT1。
这是通过TimeScales
访问的,因此没有公共构造函数。
AbsoluteDate
, Serialized Form
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取时间标度的名称。
|
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
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.