|
||||||||||
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.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. |
boolean |
isActive()
Returns true if EOP are computed. |
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 AbstractEOPHistory
public int size()
size
in interface EOPHistory
size
in class AbstractEOPHistory
public AbsoluteDate getStartDate()
getStartDate
in interface EOPHistory
getStartDate
in class AbstractEOPHistory
public AbsoluteDate getEndDate()
getEndDate
in interface EOPHistory
getEndDate
in class AbstractEOPHistory
public double getUT1MinusTAI(AbsoluteDate date)
getUT1MinusTAI
in interface EOPHistory
getUT1MinusTAI
in class AbstractEOPHistory
date
- date
public double getLOD(AbsoluteDate date)
getLOD
in interface EOPHistory
getLOD
in class AbstractEOPHistory
date
- date
public EOPInterpolators getEOPInterpolationMethod()
getEOPInterpolationMethod
in interface EOPHistory
getEOPInterpolationMethod
in class AbstractEOPHistory
public NutationCorrection getNutationCorrection(AbsoluteDate date)
AbstractEOPHistory
The data provided comes from the IERS files. It is smoothed data.
getNutationCorrection
in class AbstractEOPHistory
date
- date at which the correction is desired
NutationCorrection.NULL_CORRECTION
if date is outside covered range)public PoleCorrection getPoleCorrection(AbsoluteDate date)
AbstractEOPHistory
The data provided comes from the IERS files. It is smoothed data.
getPoleCorrection
in class AbstractEOPHistory
date
- date at which the correction is desired
PoleCorrection.NULL_CORRECTION
if date is outside covered range)public boolean isActive()
isActive
in class EOP2000History
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |