public class EOP2000HistoryConstantOutsideInterval extends EOP2000History
Warning: as the UT1-TAI remains constant the (UT1-UTC) absolute value may become higher than 0.9 second depending on leap seconds (for UTC time scale) existing outside this interval.
Constructor and Description |
---|
EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEndDate()
Get the date of the last available Earth Orientation Parameters.
|
double |
getLOD(AbsoluteDate date)
Get the LoD (Length of Day) value.
|
NutationCorrection |
getNutationCorrection(AbsoluteDate date)
Get the correction to the nutation parameters.
|
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Get the pole IERS Reference Pole correction.
|
AbsoluteDate |
getStartDate()
Get the date of the first available Earth Orientation Parameters.
|
double |
getUT1MinusTAI(AbsoluteDate date)
Get the UT1-TAI value.
|
double |
getUT1MinusUTC(AbsoluteDate date)
Get the UT1-UTC value.
|
fillHistory, isActive
addEntry, checkEOPContinuity, getEOPInterpolationMethod, getFirst, getLast, getNeighbors, isEmpty, iterator, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
interpMethod
- EOP interpolation methodpublic AbsoluteDate getStartDate()
AbstractEOPHistory
getStartDate
in interface EOPHistory
getStartDate
in class AbstractEOPHistory
public AbsoluteDate getEndDate()
AbstractEOPHistory
getEndDate
in interface EOPHistory
getEndDate
in class AbstractEOPHistory
public double getUT1MinusTAI(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getUT1MinusTAI
in interface EOPHistory
getUT1MinusTAI
in class AbstractEOPHistory
date
- date at which the value is desiredpublic double getUT1MinusUTC(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getUT1MinusUTC
in interface EOPHistory
getUT1MinusUTC
in class AbstractEOPHistory
date
- date at which the value is desiredpublic double getLOD(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getLOD
in interface EOPHistory
getLOD
in class AbstractEOPHistory
date
- date at which the value is desiredpublic PoleCorrection getPoleCorrection(AbsoluteDate date) throws TimeStampedCacheException
The data provided comes from the IERS files. It is smoothed data.
getPoleCorrection
in interface EOPHistory
getPoleCorrection
in class AbstractEOPHistory
date
- date at which the correction is desiredTimeStampedCacheException
- for TimeStampedCache problemspublic NutationCorrection getNutationCorrection(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getNutationCorrection
in interface EOPHistory
getNutationCorrection
in class AbstractEOPHistory
date
- date at which the correction is desiredCopyright © 2019 CNES. All Rights Reserved.