|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.PrecessionNutation
public class PrecessionNutation
This class contains the precession nutation model used within the FramesConfigurationImplementation
class.
Constructor Summary | |
---|---|
PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
Constructor. |
Method Summary | |
---|---|
double[] |
getCIPMotion(AbsoluteDate date)
Compute the CIP pole coordinates at given date. |
double[] |
getCIPMotionTimeDerivative(AbsoluteDate date)
Compute the CIP pole coordinate derivatives at given date. |
PrecessionNutationModel |
getPrecessionNutationModel()
|
boolean |
useEopData()
Use EOP data for nutation correction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrecessionNutation(boolean useEopData, PrecessionNutationModel iersPrecessionNutation)
useEopData
- true if nutation corrections from EOP data are to be used, false otherwise.iersPrecessionNutation
- model of precession nutation to use.Method Detail |
---|
public double[] getCIPMotion(AbsoluteDate date)
date
- date at which to compute CIP coordinates
public double[] getCIPMotionTimeDerivative(AbsoluteDate date)
date
- date at which to compute CIP coordinate derivatives
public boolean useEopData()
public PrecessionNutationModel getPrecessionNutationModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |