|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.precessionnutation.NoPrecessionNutation
public class NoPrecessionNutation
In this model the CIP doesnt move.
Constructor Summary | |
---|---|
NoPrecessionNutation()
|
Method Summary | |
---|---|
double[] |
getCIPMotion(AbsoluteDate t)
Compute the Celestial Intermediate pole motion in the GCRS. |
double[] |
getCIPMotionTimeDerivative(AbsoluteDate t)
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 NoPrecessionNutation()
Method Detail |
---|
public double[] getCIPMotion(AbsoluteDate t)
getCIPMotion
in interface PrecessionNutationModel
t
- date
public double[] getCIPMotionTimeDerivative(AbsoluteDate t)
getCIPMotionTimeDerivative
in interface PrecessionNutationModel
t
- date
public boolean isDirect()
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 |