|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.FramesConfigurationImplementation
public class FramesConfigurationImplementation
This class represents a frames configuration.
Constructor Summary | |
---|---|
protected |
FramesConfigurationImplementation()
Protected constructor. |
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()
Get 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()
Get the time interval of validity. |
double |
getUT1Correction(AbsoluteDate date)
Compute correction dut1. |
double |
getUT1MinusTAI(AbsoluteDate date)
Compute corrected ut1-tai. |
protected void |
setDiurnalRotationModel(DiurnalRotation model)
Set the diurnal rotation model. |
protected void |
setEOPHistory(EOP2000History eopHistory)
Set the EOP history. |
protected void |
setPolarMotionModel(PolarMotion model)
Set the polar motion model. |
protected void |
setPrecessionNutationModel(PrecessionNutation model)
Set the precession nutation model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FramesConfigurationImplementation()
Method Detail |
---|
protected void setPolarMotionModel(PolarMotion model)
model
- polar motion modelprotected void setDiurnalRotationModel(DiurnalRotation model)
model
- diurnal rotation modelprotected void setPrecessionNutationModel(PrecessionNutation model)
model
- precession nutation modelprotected void setEOPHistory(EOP2000History eopHistory)
eopHistory
- EOP historypublic double[] getPolarMotion(AbsoluteDate date) throws OrekitException
getPolarMotion
in interface FramesConfiguration
date
- date for which one the polar motion is computed
OrekitException
- when an Orekit error occurspublic double getSprime(AbsoluteDate date)
getSprime
in interface FramesConfiguration
date
- date for which one S prime is computed
public double getUT1MinusTAI(AbsoluteDate date)
getUT1MinusTAI
in interface FramesConfiguration
date
- date for which one the ut1-tai is computed.
public double getUT1Correction(AbsoluteDate date)
getUT1Correction
in interface FramesConfiguration
date
- date for which the correction is computed.
public double[] getCIPMotion(AbsoluteDate date)
getCIPMotion
in interface FramesConfiguration
date
- date for which one the CIP motion is computed.
public double[] getCIPMotionTimeDerivative(AbsoluteDate date)
getCIPMotionTimeDerivative
in interface FramesConfiguration
date
- date for which one the time derivative CIP motion is computed.
public AbsoluteDateInterval getTimeIntervalOfValidity()
getTimeIntervalOfValidity
in interface FramesConfiguration
public EOPInterpolators getEOPInterpolationMethod()
getEOPInterpolationMethod
in interface FramesConfiguration
public EOP2000History getEOP2000History()
getEOP2000History
in interface FramesConfiguration
public PolarMotion getPolarMotionModel()
getPolarMotionModel
in interface FramesConfiguration
public DiurnalRotation getDiurnalRotationModel()
getDiurnalRotationModel
in interface FramesConfiguration
public PrecessionNutation getPrecessionNutationModel()
getPrecessionNutationModel
in interface FramesConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |