|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.EOPEntry
public class EOPEntry
This class holds an Earth Orientation Parameters entry.
| Constructor Summary | |
|---|---|
EOPEntry(int mjd,
double dt,
double lod)
Simple constructor. |
|
| Method Summary | |
|---|---|
AbsoluteDate |
getDate()
Get the date. |
double |
getLOD()
Get the LoD (Length of Day) value. |
int |
getMjd()
Get the entry date (modified julian day, 00h00 UTC scale). |
double |
getUT1MinusUTC()
Get the UT1-UTC value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EOPEntry(int mjd,
double dt,
double lod)
throws OrekitException
mjd - entry date (modified julian day, 00h00 UTC scale)dt - UT1-UTC in secondslod - length of day
OrekitException - if UTC time scale cannot be retrieved| Method Detail |
|---|
public int getMjd()
getDate()public AbsoluteDate getDate()
getDate in interface TimeStampedpublic double getUT1MinusUTC()
public double getLOD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||