|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.EOPEntry
org.orekit.frames.EOP1980Entry
public class EOP1980Entry
This class holds an Earth Orientation Parameters entry (IAU1980).
| Constructor Summary | |
|---|---|
EOP1980Entry(int mjd,
double dt,
double lod,
double ddPsi,
double ddEps)
Simple constructor. |
|
| Method Summary | |
|---|---|
double |
getDdEps()
Get the correction for nutation in obliquity. |
double |
getDdPsi()
Get the correction for nutation in longitude. |
| Methods inherited from class org.orekit.frames.EOPEntry |
|---|
getDate, getLOD, getMjd, getUT1MinusUTC |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EOP1980Entry(int mjd,
double dt,
double lod,
double ddPsi,
double ddEps)
throws OrekitException
mjd - entry date (modified julian day, 00h00 UTC scale)dt - UT1-UTC in secondslod - length of dayddPsi - correction for nutation in longitudeddEps - correction for nutation in obliquity
OrekitException - if UTC time scale cannot be retrieved| Method Detail |
|---|
public double getDdPsi()
public double getDdEps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||