|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FramesConfiguration
Interface providing the basic services for frame configurations.
Method Summary | |
---|---|
double[] |
getCIPMotion(AbsoluteDate date)
Compute the corrected Celestial Intermediate Pole motion (X, Y, S) in the GCRS. |
double[] |
getCIPMotionTimeDerivative(AbsoluteDate date)
Compute the time derivative Celestial Intermediate Pole motion in the GCRS. |
DiurnalRotation |
getDiurnalRotationModel()
Get the diurnal rotation model. |
EOP2000History |
getEOP2000History()
Get the EOP history. |
EOPInterpolators |
getEOPInterpolationMethod()
Return the EOP interpolation method. |
double[] |
getPolarMotion(AbsoluteDate date)
Compute corrected polar motion. |
PolarMotion |
getPolarMotionModel()
Get the polar motion model. |
PrecessionNutation |
getPrecessionNutationModel()
Get the precession nutation model. |
double |
getSprime(AbsoluteDate date)
Compute S' value. |
AbsoluteDateInterval |
getTimeIntervalOfValidity()
Time interval of validity for the EOP files. |
double |
getUT1Correction(AbsoluteDate date)
Compute correction dut1. |
double |
getUT1MinusTAI(AbsoluteDate date)
Compute corrected ut1-tai. |
Method Detail |
---|
double[] getPolarMotion(AbsoluteDate date) throws OrekitException
date
- date for which one the polar motion is computed
OrekitException
- when an Orekit error occursdouble getSprime(AbsoluteDate date)
date
- date for which one S prime is computed
double getUT1MinusTAI(AbsoluteDate date)
date
- date for which one the ut1-tai is computed.
double getUT1Correction(AbsoluteDate date)
date
- date for which the correction is computed.
double[] getCIPMotion(AbsoluteDate date)
date
- date for which one the CIP motion is computed.
double[] getCIPMotionTimeDerivative(AbsoluteDate date)
date
- date for which one the time derivative CIP motion is computed.
EOPInterpolators getEOPInterpolationMethod()
AbsoluteDateInterval getTimeIntervalOfValidity()
AbsoluteDateInterval
EOP2000History getEOP2000History()
PolarMotion getPolarMotionModel()
DiurnalRotation getDiurnalRotationModel()
PrecessionNutation getPrecessionNutationModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |