public class EOP2000Entry extends EOPEntry
EOPEntry.DtType| Constructor and Description |
|---|
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.
|
public EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy,
EOPEntry.DtType type)
throws PatriusException
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)PatriusException - if UTC time scale cannot be retrievedpublic EOP2000Entry(DateComponents datec, double dt, double lod, double x, double y, double dx, double dy, EOPEntry.DtType type) throws PatriusException
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)PatriusException - if UTC time scale cannot be retrievedpublic EOP2000Entry(AbsoluteDate adate, double dt, double lod, double x, double y, double dx, double dy, EOPEntry.DtType type) throws PatriusException
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)PatriusException - if UTC time scale cannot be retrievedpublic EOP2000Entry(int mjd,
double dt,
double lod,
double x,
double y,
double dx,
double dy)
throws PatriusException
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 componentPatriusException - if UTC time scale cannot be retrievedpublic EOP2000Entry(DateComponents datec, double dt, double lod, double x, double y, double dx, double dy) throws PatriusException
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)PatriusException - if UTC time scale cannot be retrievedpublic EOP2000Entry(AbsoluteDate adate, double dt, double lod, double x, double y, double dx, double dy) throws PatriusException
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)PatriusException - if UTC time scale cannot be retrievedCopyright © 2025 CNES. All rights reserved.