|
||||||||||
| 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.EOP2000Entry
public class EOP2000Entry
This class holds an Earth Orientation Parameters entry (IAU2000).
| Constructor Summary | |
|---|---|
EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y)
Simple constructor. |
|
| Method Summary | |
|---|---|
double |
getX()
Get the X component of the pole motion. |
double |
getY()
Get the Y component of the pole motion. |
| 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 EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y)
throws OrekitException
mjd - entry date (modified julian day, 00h00 UTC scale)dt - UT1-UTC in secondslod - length of dayx - X component of pole motiony - Y component of pole motion
OrekitException - if UTC time scale cannot be retrieved| Method Detail |
|---|
public double getX()
public double getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||