Package org.orekit.time
Class QZSSScale
- java.lang.Object
-
- org.orekit.time.ConstantOffsetTimeScale
-
- org.orekit.time.QZSSScale
-
- All Implemented Interfaces:
Serializable
,TimeScale
public class QZSSScale extends ConstantOffsetTimeScale
QZSS time scale.By convention, TQZSS = TAI - 19 s.
The time scale is defined in Quasi-Zenith Satellite System Navigation Service - Interface Specification for QZSS version 1.6, 2014.
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
-
-