Package org.orekit.time
Class TTScale
- java.lang.Object
-
- org.orekit.time.ConstantOffsetTimeScale
-
- org.orekit.time.TTScale
-
- All Implemented Interfaces:
Serializable
,TimeScale
public class TTScale extends ConstantOffsetTimeScale
Terrestrial Time as defined by IAU(1991) recommendation IV.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
TimeScales
, so there is no public constructor.- Author:
- Luc Maisonobe
- See Also:
AbsoluteDate
, Serialized Form
-
-
Method Summary
-
Methods inherited from class org.orekit.time.ConstantOffsetTimeScale
getName, offsetFromTAI, offsetFromTAI, offsetToTAI, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeScale
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration
-
-