public final class TidalCorrection extends Object implements TimeStamped
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() |
public TidalCorrection(AbsoluteDate dateIn, PoleCorrection poleIn, double ut1Corr, double lodCor)
dateIn
- the date of the coordiantes setpoleIn
- the coordinates correction dataut1Corr
- the UT1-UTC 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 © 2017 CNES. All rights reserved.