|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.precessionnutation.PrecessionNutationPerThread
public abstract class PrecessionNutationPerThread
Provides per-thread PrecessionNutationCorrectionModel.
| Constructor Summary | |
|---|---|
PrecessionNutationPerThread()
|
|
| Method Summary | |
|---|---|
protected abstract PrecessionNutationModel |
buildModel()
Factory method to create a model. |
double[] |
getCIPMotion(AbsoluteDate date)
Compute the Celestial Intermediate pole motion in the GCRS. |
double[] |
getCIPMotionTimeDerivative(AbsoluteDate date)
Compute the Celestial Intermediate pole motion in the GCRS. |
FrameConvention |
getOrigin()
Get IERS model origin. |
boolean |
isConstant()
Returns true if model uses constant rotation. |
boolean |
isDirect()
Return computation type : direct or interpolated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrecessionNutationPerThread()
| Method Detail |
|---|
public double[] getCIPMotion(AbsoluteDate date)
getCIPMotion in interface PrecessionNutationModeldate - date
public double[] getCIPMotionTimeDerivative(AbsoluteDate date)
getCIPMotionTimeDerivative in interface PrecessionNutationModeldate - date
public boolean isDirect()
isDirect in interface PrecessionNutationModelpublic FrameConvention getOrigin()
getOrigin in interface PrecessionNutationModelpublic boolean isConstant()
isConstant in interface PrecessionNutationModelprotected abstract PrecessionNutationModel buildModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||