|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.AbstractEOPHistory
org.orekit.frames.EOP2000History
public class EOP2000History
This class holds Earth Orientation Parameters (IAU2000) data throughout a large time range.
| Field Summary |
|---|
| Fields inherited from class org.orekit.frames.AbstractEOPHistory |
|---|
dtN, dtP, entries, next, previous |
| Constructor Summary | |
|---|---|
EOP2000History()
Simple constructor. |
|
| Method Summary | |
|---|---|
void |
addEntry(EOP2000Entry entry)
Add an Earth Orientation Parameters entry. |
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Get the pole IERS Reference Pole correction. |
| Methods inherited from class org.orekit.frames.AbstractEOPHistory |
|---|
checkEOPContinuity, getEndDate, getLOD, getStartDate, getUT1MinusUTC, iterator, prepareInterpolation, selectBracketingEntries |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EOP2000History()
| Method Detail |
|---|
public void addEntry(EOP2000Entry entry)
entry - entry to addpublic PoleCorrection getPoleCorrection(AbsoluteDate date)
The data provided comes from the IERS files. It is smoothed data.
date - 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 | |||||||||