|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.eop.EOPEntry org.orekit.frames.configuration.eop.EOP1980Entry
public class EOP1980Entry
This class holds an Earth Orientation Parameters entry (IAU1980).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.orekit.frames.configuration.eop.EOPEntry |
---|
EOPEntry.DtType |
Constructor Summary | |
---|---|
EOP1980Entry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps)
Constructor with an AbsoluteDate parameter. |
|
EOP1980Entry(AbsoluteDate adate,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
EOPEntry.DtType type)
Constructor with an AbsoluteDate parameter. |
|
EOP1980Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps)
Constructor with DateComponents parameter. |
|
EOP1980Entry(DateComponents datec,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
EOPEntry.DtType type)
Constructor with DateComponents parameter. |
|
EOP1980Entry(int mjd,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps)
Simple constructor. |
|
EOP1980Entry(int mjd,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
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 EOP1980Entry(int mjd, double dt, double lod, double x, double y, double ddPsi, double ddEps, 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 motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquitytype
- type for dt (UT1-UTC or UT1-TAI)
OrekitException
- if UTC time scale cannot be retrievedpublic EOP1980Entry(DateComponents datec, double dt, double lod, double x, double y, double ddPsi, double ddEps, 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 motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquitytype
- type for dt (UT1-UTC or UT1-TAI)
OrekitException
- if UTC time scale cannot be retrievedpublic EOP1980Entry(AbsoluteDate adate, double dt, double lod, double x, double y, double ddPsi, double ddEps, 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 motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquitytype
- type for dt (UT1-UTC or UT1-TAI)
OrekitException
- if UTC time scale cannot be retrievedpublic EOP1980Entry(int mjd, double dt, double lod, double x, double y, double ddPsi, double ddEps) 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 motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquity
OrekitException
- if UTC time scale cannot be retrievedpublic EOP1980Entry(DateComponents datec, double dt, double lod, double x, double y, double ddPsi, double ddEps) throws OrekitException
datec
- a DateComponents instancedt
- UT1-UTC in secondslod
- length of dayx
- X component of pole motiony
- Y component of pole motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquity
OrekitException
- if UTC time scale cannot be retrievedpublic EOP1980Entry(AbsoluteDate adate, double dt, double lod, double x, double y, double ddPsi, double ddEps) throws OrekitException
adate
- an AbsoluteDate instancedt
- UT1-UTC in secondslod
- length of dayx
- X component of pole motiony
- Y component of pole motionddPsi
- correction for nutation in longitudeddEps
- correction for nutation in obliquity
OrekitException
- if UTC time scale cannot be retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |