Serializable, TimeScalepublic class TTScale extends Object implements TimeScale
Coordinate time at the surface of the Earth. IT is the successor of Ephemeris Time TE.
By convention, TT = TAI + 32.184 s.
This is intended to be accessed thanks to the TimeScalesFactory class,
so there is no public constructor.
AbsoluteDate,
Serialized Form| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Get the name time scale.
|
double |
offsetFromTAI(AbsoluteDate date) |
Get the offset to convert locations from
TAIScale to instance. |
<T extends RealFieldElement<T>> |
offsetFromTAI(FieldAbsoluteDate<T> date) |
Get the offset to convert locations from
TAIScale to instance. |
double |
offsetToTAI(DateComponents date,
TimeComponents time) |
Get the offset to convert locations from instance to
TAIScale. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDurationpublic double offsetFromTAI(AbsoluteDate date)
TAIScale to instance.offsetFromTAI in interface TimeScaledate - conversion dateTAIScale
time scale to get a location in instance time scaleTimeScale.offsetToTAI(DateComponents, TimeComponents)public <T extends RealFieldElement<T>> T offsetFromTAI(FieldAbsoluteDate<T> date)
TAIScale to instance.offsetFromTAI in interface TimeScaleT - type of the filed elementsdate - conversion dateTAIScale
time scale to get a location in instance time scaleTimeScale.offsetToTAI(DateComponents, TimeComponents)public double offsetToTAI(DateComponents date, TimeComponents time)
TAIScale.offsetToTAI in interface TimeScaledate - date location in the time scaletime - time location in the time scaleTAIScale time scaleTimeScale.offsetFromTAI(AbsoluteDate)public String getName()
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.