public final class NoEOP2000History extends EOP2000History
AbstractEOPHistory.DoubleInterpolationFunctionBuilder<T extends EOPEntry>OPTIMAL_CACHE_SIZE| Constructor and Description |
|---|
NoEOP2000History()
NoEOP2000History.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getEndDate()
getEndDate.
|
EOPInterpolators |
getEOPInterpolationMethod()
EOPInterpolators.
|
double |
getLOD(AbsoluteDate date)
getLOD.
|
NutationCorrection |
getNutationCorrection(AbsoluteDate date)
Get the correction to the nutation parameters.
|
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Get the pole IERS Reference Pole correction.
|
AbsoluteDate |
getStartDate()
getStartDate.
|
double |
getUT1MinusTAI(AbsoluteDate date)
getUT1MinusTAI.
|
boolean |
isActive()
Returns true if EOP are computed.
|
Iterator<TimeStamped> |
iterator()
Iterator.
|
int |
size()
size.
|
fillHistoryaddEntry, checkEOPContinuity, fillHistory, getEOPEntryArray, getFirst, getLast, getUT1MinusUTC, isEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<TimeStamped> iterator()
iterator in interface Iterable<TimeStamped>iterator in class AbstractEOPHistorypublic int size()
size in interface EOPHistorysize in class AbstractEOPHistorypublic AbsoluteDate getStartDate()
getStartDate in interface EOPHistorygetStartDate in class AbstractEOPHistorypublic AbsoluteDate getEndDate()
getEndDate in interface EOPHistorygetEndDate in class AbstractEOPHistorypublic double getUT1MinusTAI(AbsoluteDate date)
getUT1MinusTAI in interface EOPHistorygetUT1MinusTAI in class AbstractEOPHistorydate - datepublic double getLOD(AbsoluteDate date)
getLOD in interface EOPHistorygetLOD in class AbstractEOPHistorydate - datepublic EOPInterpolators getEOPInterpolationMethod()
getEOPInterpolationMethod in interface EOPHistorygetEOPInterpolationMethod in class AbstractEOPHistorypublic 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 desiredNutationCorrection.NULL_CORRECTION if date is outside covered range)public 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 desiredPoleCorrection.NULL_CORRECTION if date is outside covered range)public boolean isActive()
isActive in class EOP2000HistoryCopyright © 2025 CNES. All rights reserved.