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.
AbstractEOPHistory.DoubleInterpolationFunctionBuilder<T extends EOPEntry>OPTIMAL_CACHE_SIZE| 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, isActiveaddEntry, checkEOPContinuity, fillHistory, getEOPEntryArray, getEOPInterpolationMethod, getFirst, getLast, isEmpty, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
interpMethod - EOP interpolation methodpublic AbsoluteDate getStartDate()
AbstractEOPHistorygetStartDate in interface EOPHistorygetStartDate in class AbstractEOPHistorypublic AbsoluteDate getEndDate()
AbstractEOPHistorygetEndDate in interface EOPHistorygetEndDate in class AbstractEOPHistorypublic double getUT1MinusTAI(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getUT1MinusTAI in interface EOPHistorygetUT1MinusTAI in class AbstractEOPHistorydate - 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 EOPHistorygetUT1MinusUTC in class AbstractEOPHistorydate - 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 EOPHistorygetLOD in class AbstractEOPHistorydate - date at which the value is desiredpublic PoleCorrection getPoleCorrection(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getPoleCorrection in interface EOPHistorygetPoleCorrection in class AbstractEOPHistorydate - date at which the correction is desiredpublic NutationCorrection getNutationCorrection(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getNutationCorrection in interface EOPHistorygetNutationCorrection in class AbstractEOPHistorydate - date at which the correction is desiredCopyright © 2025 CNES. All rights reserved.