|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.tides.TidalCorrectionPerThread
public abstract class TidalCorrectionPerThread
Provides per-thread TidalCorrectionModel.
Constructor Summary | |
---|---|
TidalCorrectionPerThread()
|
Method Summary | |
---|---|
protected abstract TidalCorrectionModel |
buildModel()
Factory method to create a model. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TidalCorrectionPerThread()
Method Detail |
---|
public PoleCorrection getPoleCorrection(AbsoluteDate date)
getPoleCorrection
in interface TidalCorrectionModel
date
- date
public double getUT1Correction(AbsoluteDate date)
getUT1Correction
in interface TidalCorrectionModel
date
- date
public double getLODCorrection(AbsoluteDate date)
getLODCorrection
in interface TidalCorrectionModel
date
- date
protected abstract TidalCorrectionModel buildModel()
public FrameConvention getOrigin()
getOrigin
in interface TidalCorrectionModel
public boolean isDirect()
isDirect
in interface TidalCorrectionModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |