|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
public class IERS20032010PrecessionNutation
This class implement the IERS 2003 and 2010 Precession Nutation models.
PrecessionNutationModel
Constructor Summary | |
---|---|
IERS20032010PrecessionNutation(PrecessionNutationConvention convention,
boolean nonConstantRotation)
Constructor. |
Method Summary | |
---|---|
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 IERS20032010PrecessionNutation(PrecessionNutationConvention convention, boolean nonConstantRotation)
convention
- IERS convention to usenonConstantRotation
- true if derivatives are to be computed, false otherwiseMethod Detail |
---|
public double[] getCIPMotion(AbsoluteDate date)
getCIPMotion
in interface PrecessionNutationModel
date
- date
public double[] getCIPMotionTimeDerivative(AbsoluteDate date)
getCIPMotionTimeDerivative
in interface PrecessionNutationModel
date
- date
public boolean isDirect()
PrecessionNutationModel
isDirect
in interface PrecessionNutationModel
public FrameConvention getOrigin()
getOrigin
in interface PrecessionNutationModel
public boolean isConstant()
isConstant
in interface PrecessionNutationModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |