public final class NoEOP2000History extends EOP2000History
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.
|
fillHistory
addEntry, checkEOPContinuity, getFirst, getLast, getNeighbors, getUT1MinusUTC, isEmpty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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
- datepublic double getLOD(AbsoluteDate date)
getLOD
in interface EOPHistory
getLOD
in class AbstractEOPHistory
date
- datepublic 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 interface EOPHistory
getNutationCorrection
in class AbstractEOPHistory
date
- date at which the correction is desiredNutationCorrection.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 interface EOPHistory
getPoleCorrection
in class AbstractEOPHistory
date
- date at which the correction is desiredPoleCorrection.NULL_CORRECTION
if date is outside covered range)public boolean isActive()
isActive
in class EOP2000History
Copyright © 2018 CNES. All Rights Reserved.