public class FramesConfigurationImplementation extends Object implements FramesConfiguration
Modifier | Constructor and Description |
---|---|
protected |
FramesConfigurationImplementation()
Protected constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
EOPHistory |
getEOPHistory()
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(EOPHistory 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.
|
protected FramesConfigurationImplementation()
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(EOPHistory eopHistory)
eopHistory
- EOP historypublic double[] getPolarMotion(AbsoluteDate date) throws PatriusException
getPolarMotion
in interface FramesConfiguration
date
- date for which one the polar motion is computedPatriusException
- when an Orekit error occurspublic double getSprime(AbsoluteDate date)
getSprime
in interface FramesConfiguration
date
- date for which one S prime is computedpublic 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 EOPHistory getEOPHistory()
getEOPHistory
in interface FramesConfiguration
public PolarMotion getPolarMotionModel()
getPolarMotionModel
in interface FramesConfiguration
public DiurnalRotation getDiurnalRotationModel()
getDiurnalRotationModel
in interface FramesConfiguration
public PrecessionNutation getPrecessionNutationModel()
getPrecessionNutationModel
in interface FramesConfiguration
Copyright © 2019 CNES. All Rights Reserved.