|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TidalCorrectionModel
This interface provides the pole corrections as well as the ut1-utc corrections due to tidal effects.
Method Summary | |
---|---|
double |
getLODCorrection(AbsoluteDate date)
Get length of day correction. |
FrameConvention |
getOrigin()
Get IERS model origin. |
PoleCorrection |
getPoleCorrection(AbsoluteDate date)
Compute the pole corrections at a given date. |
double |
getUT1Correction(AbsoluteDate date)
Compute the UT1-TAI corrections at a given date. |
boolean |
isDirect()
Returns true if model uses direct computation, false if interpolated computation. |
Method Detail |
---|
PoleCorrection getPoleCorrection(AbsoluteDate date)
date
- date
double getUT1Correction(AbsoluteDate date)
date
- date
double getLODCorrection(AbsoluteDate date)
date
- date
FrameConvention getOrigin()
boolean isDirect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |