|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.eop.AbstractEOPHistory
org.orekit.frames.configuration.eop.EOP2000History
org.orekit.frames.configuration.eop.NoEOP2000History
public final class NoEOP2000History
NoEOP2000History.
| Constructor Summary | |
|---|---|
NoEOP2000History()
NoEOP2000History. |
|
| Method Summary | |
|---|---|
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. |
Iterator<TimeStamped> |
iterator()
Iterator. |
int |
size()
size. |
| Methods inherited from class org.orekit.frames.configuration.eop.EOP2000History |
|---|
fillHistory |
| Methods inherited from class org.orekit.frames.configuration.eop.AbstractEOPHistory |
|---|
addEntry, checkEOPContinuity, getNeighbors, getUT1MinusUTC |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoEOP2000History()
| Method Detail |
|---|
public 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 - date
public double getLOD(AbsoluteDate date)
getLOD in interface EOPHistorygetLOD in class AbstractEOPHistorydate - date
public EOPInterpolators getEOPInterpolationMethod()
getEOPInterpolationMethod in interface EOPHistorygetEOPInterpolationMethod in class AbstractEOPHistorypublic NutationCorrection getNutationCorrection(AbsoluteDate date)
AbstractEOPHistoryThe data provided comes from the IERS files. It is smoothed data.
getNutationCorrection in class AbstractEOPHistorydate - date at which the correction is desired
NutationCorrection.NULL_CORRECTION if date is outside covered range)public PoleCorrection getPoleCorrection(AbsoluteDate date)
AbstractEOPHistoryThe data provided comes from the IERS files. It is smoothed data.
getPoleCorrection in class AbstractEOPHistorydate - date at which the correction is desired
PoleCorrection.NULL_CORRECTION if date is outside covered range)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||