public class GPSScale extends Object implements TimeScale
按照惯例,TGPS = TAI - 19秒。
这应通过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 到实例的转换偏移量。
|
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.