|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.eop.AbstractEOPHistory org.orekit.frames.configuration.eop.EOP2000History org.orekit.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
public class EOP2000HistoryConstantOutsideInterval
This class extends the EOP data outside of the historic definition interval. Outside of this interval the value corresponding to the closest bound will be returned.
Constructor Summary | |
---|---|
EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.orekit.frames.configuration.eop.EOP2000History |
---|
fillHistory, isActive |
Methods inherited from class org.orekit.frames.configuration.eop.AbstractEOPHistory |
---|
addEntry, checkEOPContinuity, getEOPInterpolationMethod, getNeighbors, iterator, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
interpMethod
- EOP interpolation methodMethod Detail |
---|
public 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 desired
public 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 desired
public 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 desired
public PoleCorrection getPoleCorrection(AbsoluteDate date) throws TimeStampedCacheException
The data provided comes from the IERS files. It is smoothed data.
getPoleCorrection
in class AbstractEOPHistory
date
- date at which the correction is desired
TimeStampedCacheException
- for TimeStampedCache problemspublic NutationCorrection getNutationCorrection(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
getNutationCorrection
in class AbstractEOPHistory
date
- date at which the correction is desired
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |