public final class TidalCorrection extends Object implements TimeStamped, Serializable
Constructor and Description |
---|
TidalCorrection(AbsoluteDate dateIn,
PoleCorrection poleIn,
double ut1Corr,
double lodCor) |
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getLODCorrection()
Get the length of day correction.
|
PoleCorrection |
getPoleCorrection() |
double |
getUT1Correction()
Returns the UT1-TAI correction.
|
public TidalCorrection(AbsoluteDate dateIn, PoleCorrection poleIn, double ut1Corr, double lodCor)
dateIn
- the date of the coordinates setpoleIn
- the coordinates correction dataut1Corr
- the UT1-TAI correction (seconds)lodCor
- length of day correction (seconds)public PoleCorrection getPoleCorrection()
public double getUT1Correction()
public AbsoluteDate getDate()
TimeStamped
getDate
in interface TimeStamped
public double getLODCorrection()
Copyright © 2023 CNES. All rights reserved.