public class TCGScale extends Object implements TimeScale
地球质心的坐标时间。这个时间尺度与地球时
线性相关。
这个时间尺度应通过TimeScales
访问,因此没有公共构造函数。
AbsoluteDate
, Serialized Form
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取时间尺度的名称。
|
double |
offsetFromTAI(AbsoluteDate date)
获取从 国际原子时尺度 到实例的转换偏移量。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
offsetFromTAI(FieldAbsoluteDate<T> date)
获取从 国际原子时尺度 到实例的转换偏移量。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration, offsetToTAI
public double offsetFromTAI(AbsoluteDate date)
国际原子时尺度
到实例的转换偏移量。
offsetFromTAI
在接口 TimeScale
中
date
- 转换日期
国际原子时尺度
位置的偏移量,以获取实例时间尺度中的位置的秒数偏移量
TimeScale.offsetToTAI(DateComponents, TimeComponents)
public <T extends org.hipparchus.CalculusFieldElement<T>> T offsetFromTAI(FieldAbsoluteDate<T> date)
国际原子时尺度
到实例的转换偏移量。
offsetFromTAI
在接口 TimeScale
中
T
- 字段元素的类型
date
- 转换日期
国际原子时尺度
位置的偏移量,以获取实例时间尺度中的位置的秒数偏移量
TimeScale.offsetToTAI(DateComponents, TimeComponents)
Copyright © 2002-2023 CS GROUP. All rights reserved.