Serializable
, TimeStamped
public class EOPEntry extends Object implements TimeStamped, Serializable
Constructor | Description |
---|---|
EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
double dx,
double dy) |
Deprecated.
as of 9.2 replaced with
EOPEntry(int, double, double,
double, double, double, double, double, double, ITRFVersion) |
EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
double dx,
double dy,
ITRFVersion itrfType) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
AbsoluteDate |
getDate() |
Get the date.
|
double |
getDdEps() |
Get the correction for nutation in obliquity δΔε.
|
double |
getDdPsi() |
Get the correction for nutation in longitude δΔΨ.
|
double |
getDx() |
Get the correction for Celestial Intermediate Pole (CIP) coordinates.
|
double |
getDy() |
Get the correction for Celestial Intermediate Pole (CIP) coordinates.
|
ITRFVersion |
getITRFType() |
Get the ITRF version this entry defines.
|
double |
getLOD() |
Get the LoD (Length of Day) value.
|
int |
getMjd() |
Get the entry date (modified julian day, 00h00 UTC scale).
|
double |
getUT1MinusUTC() |
Get the UT1-UTC value.
|
double |
getX() |
Get the X component of the pole motion.
|
double |
getY() |
Get the Y component of the pole motion.
|
@Deprecated public EOPEntry(int mjd, double dt, double lod, double x, double y, double ddPsi, double ddEps, double dx, double dy)
EOPEntry(int, double, double,
double, double, double, double, double, double, ITRFVersion)
This constructor uses ITRFVersion.ITRF_2014
by default.
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 longitude δΔΨddEps
- correction for nutation in obliquity δΔεdx
- correction for Celestial Intermediate Pole (CIP) coordinatesdy
- correction for Celestial Intermediate Pole (CIP) coordinatespublic EOPEntry(int mjd, double dt, double lod, double x, double y, double ddPsi, double ddEps, double dx, double dy, ITRFVersion itrfType)
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 longitude δΔΨddEps
- correction for nutation in obliquity δΔεdx
- correction for Celestial Intermediate Pole (CIP) coordinatesdy
- correction for Celestial Intermediate Pole (CIP) coordinatesitrfType
- ITRF version this entry definespublic int getMjd()
getDate()
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public double getUT1MinusUTC()
public double getLOD()
public double getX()
public double getY()
public double getDdPsi()
public double getDdEps()
public double getDx()
public double getDy()
public ITRFVersion getITRFType()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.