public class UT1Scale extends Object implements TimeScale
UT1 is a time scale directly linked to the actual rotation of the Earth.
It is an irregular scale, reflecting Earth irregular rotation rate. The offset
between UT1 and UTC is found in the Earth Orientation
Parameters published by IERS.
AbsoluteDate,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
EOPHistory |
getEOPHistory()
Get the EOP history.
|
double |
getLeap(AbsoluteDate date)
Get the value of the previous leap.
|
String |
getName()
Get the name time scale.
|
boolean |
insideLeap(AbsoluteDate date)
Check if date is within a leap second introduction in this time scale.
|
double |
offsetFromTAI(AbsoluteDate 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() |
public EOPHistory getEOPHistory()
public 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 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 boolean insideLeap(AbsoluteDate date)
This method will return false for all time scales that do not
implement leap seconds, even if the date corresponds to a leap second
in UTC scale.
insideLeap in interface TimeScaledate - date to checkpublic double getLeap(AbsoluteDate date)
This method will return 0.0 for all time scales that do not implement leap seconds.
public String getName()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.