public class GalileoScale extends Object implements TimeScale
按照惯例,在伽利略纪元(1999-08-22T00:00:00Z),TGST = UTC + 13秒。
这应通过TimeScales
访问,因此没有公共构造函数。
伽利略系统时间和GPS时间是非常接近的时间标度。在没有任何误差的情况下,它们应该是相同的。这两个标度之间的偏移量是GGTO,它取决于用于实现时间标度的时钟。它大约是几十纳秒的数量级。这个类不实现这个偏移量,因此它在实质上与GPS标度
几乎相同。
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 到实例的转换偏移量。
|
double |
offsetToTAI(DateComponents date, TimeComponents time)
获取从实例到 TAIScale 的转换偏移量。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration
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)
public double offsetToTAI(DateComponents date, TimeComponents time)
TAIScale
的转换偏移量。
offsetToTAI
在接口 TimeScale
中
date
- 时间标度中的日期位置
time
- 时间标度中的时间位置
TAIScale
时间标度中位置的秒数偏移量
TimeScale.offsetFromTAI(AbsoluteDate)
Copyright © 2002-2023 CS GROUP. All rights reserved.