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