Serializable, TimeScalepublic class GMSTScale extends Object implements TimeScale
The Greenwich Mean Sidereal Time is the hour angle between the meridian of Greenwich and mean equinox of date at 0h UT1.
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 org.hipparchus.RealFieldElement<T>> |
offsetFromTAI(FieldAbsoluteDate<T> date) |
Get the offset to convert locations from
TAIScale to instance. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLeap, getLeap, insideLeap, insideLeap, minuteDuration, minuteDuration, offsetToTAIpublic 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 org.hipparchus.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 String getName()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.