public abstract class PrecessionNutationPerThread extends Object implements PrecessionNutationModel
| Constructor and Description |
|---|
PrecessionNutationPerThread() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public double[] getCIPMotion(AbsoluteDate date)
getCIPMotion in interface PrecessionNutationModeldate - datepublic double[] getCIPMotionTimeDerivative(AbsoluteDate date)
getCIPMotionTimeDerivative in interface PrecessionNutationModeldate - datepublic boolean isDirect()
isDirect in interface PrecessionNutationModelpublic FrameConvention getOrigin()
getOrigin in interface PrecessionNutationModelpublic boolean isConstant()
isConstant in interface PrecessionNutationModelprotected abstract PrecessionNutationModel buildModel()
Copyright © 2021 CNES. All rights reserved.