public final class StelaPrecessionNutationModel extends Object implements PrecessionNutationModel
Constructor and Description |
---|
StelaPrecessionNutationModel()
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
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 StelaPrecessionNutationModel()
public double[] getCIPMotion(AbsoluteDate date)
getCIPMotion
in interface PrecessionNutationModel
date
- datepublic double[] getCIPMotionTimeDerivative(AbsoluteDate date)
getCIPMotionTimeDerivative
in interface PrecessionNutationModel
date
- datepublic boolean isDirect()
isDirect
in interface PrecessionNutationModel
public FrameConvention getOrigin()
getOrigin
in interface PrecessionNutationModel
public boolean isConstant()
isConstant
in interface PrecessionNutationModel
Copyright © 2019 CNES. All Rights Reserved.