|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.eop.EOPEntry
public class EOPEntry
This class holds an Earth Orientation Parameters entry.
| Nested Class Summary | |
|---|---|
static class |
EOPEntry.DtType
dt type. |
| Constructor Summary | |
|---|---|
EOPEntry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with an AbsoluteDate parameter. |
|
EOPEntry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with an AbsoluteDate parameter. |
|
EOPEntry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with DateComponents parameter. |
|
EOPEntry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with DateComponents parameter. |
|
EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Simple constructor. |
|
EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Simple constructor. |
|
| Method Summary | |
|---|---|
AbsoluteDate |
getDate()
Get the date. |
double |
getDX()
Get the dx correction of the X component of the celestial pole (IAU 2000) or celestial pole offset in longitude (IAU 1980). |
double |
getDY()
Get the dy correction of the Y component of the celestial pole (IAU 2000) or celestial pole offset in obliquity (IAU 1980). |
double |
getLOD()
Get the LoD (Length of Day) value. |
double |
getUT1MinusTAI()
Get the UT1-TAI value. |
double |
getX()
Get the X component of the pole motion. |
double |
getY()
Get the Y component of the pole motion. |
| 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,
double x,
double y,
double dx,
double dy)
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 motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)
OrekitException - if UTC time scale cannot be retrieved
public EOPEntry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
throws OrekitException
datec - a DateComponents instancedt - UT1-UTC in secondslod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)
OrekitException - if UTC time scale cannot be retrieved
public EOPEntry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
throws OrekitException
adate - an AbsoluteDate instancedt - UT1-UTC in secondslod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)
OrekitException - if UTC time scale cannot be retrieved
public EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
throws OrekitException
mjd - entry date (modified julian day, 00h00 UTC scale)dt - UT1-UTC or UT1-TAI in seconds (see param type)lod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)type - dt type : UT1-TAI or UT1-UTC
OrekitException - if UTC time scale cannot be retrieved
public EOPEntry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
throws OrekitException
datec - a DateComponents instancedt - UT1-UTC or UT1-TAI in seconds (see param type)lod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)type - dt type : UT1-TAI or UT1-UTC
OrekitException - if UTC time scale cannot be retrieved
public EOPEntry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
throws OrekitException
adate - an AbsoluteDate instancedt - UT1-UTC or UT1-TAI in seconds (see param type)lod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X component (IAU 2000) or longitude offset (IAU 1980)dy - nutation correction for the Y component (IAU 2000) or obliquity offset (IAU 1980)type - dt type : UT1-TAI or UT1-UTC
OrekitException - if UTC time scale cannot be retrieved| Method Detail |
|---|
public AbsoluteDate getDate()
getDate in interface TimeStampedpublic double getUT1MinusTAI()
public double getLOD()
public double getX()
public double getY()
public double getDX()
public double getDY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||