public class SinexEopEntry extends Object implements TimeStamped
Constructor and Description |
---|
SinexEopEntry(AbsoluteDate epoch)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getLod()
Get the length of day.
|
double |
getNutLn()
Get the nutation correction in longitude.
|
double |
getNutOb()
Get the nutation correction in obliquity.
|
double |
getNutX()
Get the nutation correction X.
|
double |
getNutY()
Get the nutation correction Y.
|
double |
getUt1MinusUtc()
Get the UT1-UTC offset.
|
double |
getXPo()
Get the X polar motion.
|
double |
getYPo()
Get the Y polar motion.
|
void |
setLod(double lod)
Set the length of day.
|
void |
setNutLn(double nutLn)
Set the nutation correction in longitude.
|
void |
setNutOb(double nutOb)
Set the nutation correction in obliquity.
|
void |
setNutX(double nutX)
Set the nutation correction X.
|
void |
setNutY(double nutY)
Set the nutation correction Y.
|
void |
setUt1MinusUtc(double ut1MinusUtc)
Set the UT1-UTC offset.
|
void |
setxPo(double xPo)
Set the X polar motion.
|
void |
setyPo(double yPo)
Set the Y polar motion.
|
EOPEntry |
toEopEntry(IERSConventions.NutationCorrectionConverter converter,
ITRFVersion version,
TimeScale scale)
Converts to an
EOPEntry . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public SinexEopEntry(AbsoluteDate epoch)
epoch
- epoch of the datapublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public double getLod()
public void setLod(double lod)
lod
- the length of day to set in secondspublic double getUt1MinusUtc()
public void setUt1MinusUtc(double ut1MinusUtc)
ut1MinusUtc
- the value to set in secondspublic double getXPo()
public void setxPo(double xPo)
xPo
- the X polar motion to set in radianspublic double getYPo()
public void setyPo(double yPo)
yPo
- the Y polar motion to set in radianspublic double getNutLn()
public void setNutLn(double nutLn)
nutLn
- the nutation correction in longitude to set in radianspublic double getNutOb()
public void setNutOb(double nutOb)
nutOb
- the nutation correction in obliquity to set in radianspublic double getNutX()
public void setNutX(double nutX)
nutX
- the nutation correction X to set in radianspublic double getNutY()
public void setNutY(double nutY)
nutY
- the nutation correction Y to set in radianspublic EOPEntry toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale)
EOPEntry
.converter
- converter to use for nutation correctionsversion
- ITRF versionscale
- time scale for epochsEOPEntry
Copyright © 2002-2023 CS GROUP. All rights reserved.