public class TCBScale extends Object implements TimeScale
太阳系质心处的坐标时间。这个时间尺度与太阳系质心动力学时间线性相关。
这个时间尺度应通过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)
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.