public final class ITRFEquinoxProvider extends Object implements TransformProvider
Handles pole motion effects and depends on GTODProvider
, its parent frame.
Constructor and Description |
---|
ITRFEquinoxProvider()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GTOD at specified date.
|
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date.
|
public ITRFEquinoxProvider() throws PatriusException
PatriusException
- if EOP parameters cannot be readpublic Transform getTransform(AbsoluteDate date) throws PatriusException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the datePatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config) throws PatriusException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usePatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, boolean computeSpinDerivatives) throws PatriusException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the datecomputeSpinDerivatives
- not usedPatriusException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config, boolean computeSpinDerivatives) throws PatriusException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usecomputeSpinDerivatives
- not usedPatriusException
- if the nutation model data embedded in the
library cannot be readCopyright © 2019 CNES. All Rights Reserved.