Package org.orekit.time
Class ClockTimeScale
- java.lang.Object
-
- org.orekit.time.ClockTimeScale
-
-
Constructor Summary
Constructors Constructor Description ClockTimeScale(String name, TimeScale reference, ClockModel clockModel)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name time scale.TimeOffsetoffsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.<T extends CalculusFieldElement<T>>
ToffsetFromTAI(FieldAbsoluteDate<T> date)Get the offset to convert locations fromTAIScaleto instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeScale
getLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration, offsetToTAI
-
-
-
-
Constructor Detail
-
ClockTimeScale
public ClockTimeScale(String name, TimeScale reference, ClockModel clockModel)
Simple constructor.- Parameters:
name- name of the time scalereference- reference time scaleclockModel- clock offset model
-
-
Method Detail
-
offsetFromTAI
public TimeOffset offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScaleto instance.- Specified by:
offsetFromTAIin interfaceTimeScale- Parameters:
date- conversion date- Returns:
- offset in seconds to add to a location in
TAIScaletime scale to get a location in instance time scale - See Also:
TimeScale.offsetToTAI(DateComponents, TimeComponents)
-
offsetFromTAI
public <T extends CalculusFieldElement<T>> T offsetFromTAI(FieldAbsoluteDate<T> date)
Get the offset to convert locations fromTAIScaleto instance.- Specified by:
offsetFromTAIin interfaceTimeScale- Type Parameters:
T- type of the filed elements- Parameters:
date- conversion date- Returns:
- offset in seconds to add to a location in
TAIScaletime scale to get a location in instance time scale - See Also:
TimeScale.offsetToTAI(DateComponents, TimeComponents)
-
-