|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.eop.EOPEntry
org.orekit.frames.configuration.eop.EOP2000Entry
public class EOP2000Entry
This class holds an Earth Orientation Parameters entry (IAU2000).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.orekit.frames.configuration.eop.EOPEntry |
|---|
EOPEntry.DtType |
| Constructor Summary | |
|---|---|
EOP2000Entry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with an AbsoluteDate parameter. |
|
EOP2000Entry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with an AbsoluteDate parameter. |
|
EOP2000Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Constructor with DateComponents parameter. |
|
EOP2000Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Constructor with DateComponents parameter. |
|
EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
Simple constructor. |
|
EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
Simple constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.orekit.frames.configuration.eop.EOPEntry |
|---|
getDate, getDX, getDY, getLOD, getUT1MinusTAI, getX, getY |
| 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,
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 parameter type)lod - length of dayx - X component of pole motiony - Y component of pole motiondx - nutation correction for the X componentdy - nutation correction for the Y componenttype - type for dt (UT1-UTC or UT1-TAI)
OrekitException - if UTC time scale cannot be retrieved
public EOP2000Entry(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 parameter 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 - type for dt (UT1-UTC or UT1-TAI)
OrekitException - if UTC time scale cannot be retrieved
public EOP2000Entry(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 parameter 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 - type for dt (UT1-UTC or UT1-TAI)
OrekitException - if UTC time scale cannot be retrieved
public EOP2000Entry(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 componentdy - nutation correction for the Y component
OrekitException - if UTC time scale cannot be retrieved
public EOP2000Entry(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 EOP2000Entry(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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||