Serializable
, EOPBasedTransformProvider
, TransformProvider
public class GTODProvider extends Object implements EOPBasedTransformProvider
This frame handles the sidereal time according to IAU-82 model.
Its parent frame is the TODProvider
.
The pole motion is not applied here.
Modifier | Constructor | Description |
---|---|---|
protected |
GTODProvider(IERSConventions conventions,
EOPHistory eopHistory) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
EOPHistory |
getEOPHistory() |
Get the EOP history.
|
GTODProvider |
getNonInterpolatingProvider() |
Get a version of the provider that does not cache tidal corrections.
|
Transform |
getTransform(AbsoluteDate date) |
Get the
Transform corresponding to specified date. |
<T extends org.hipparchus.RealFieldElement<T>> |
getTransform(FieldAbsoluteDate<T> date) |
Get the
FieldTransform corresponding to specified date. |
protected GTODProvider(IERSConventions conventions, EOPHistory eopHistory)
conventions
- IERS conventions to useeopHistory
- EOP history (may be null)public EOPHistory getEOPHistory()
getEOPHistory
in interface EOPBasedTransformProvider
public GTODProvider getNonInterpolatingProvider()
This method removes the performance enhancing interpolation features that are
used by default in EOP-based provider, in order to focus on accuracy. The
interpolation features are intended to save processing time by avoiding doing
tidal correction evaluation at each time step and caching some results. This
method can be used to avoid this (it is automatically called by FramesFactory.getNonInterpolatingTransform(Frame, Frame, AbsoluteDate)
, when
very high accuracy is desired, or for testing purposes. It should be used with
care, as doing the full computation is really costly.
getNonInterpolatingProvider
in interface EOPBasedTransformProvider
FramesFactory.getNonInterpolatingTransform(Frame, Frame, AbsoluteDate)
public Transform getTransform(AbsoluteDate date)
Transform
corresponding to specified date.getTransform
in interface TransformProvider
date
- current datepublic <T extends org.hipparchus.RealFieldElement<T>> FieldTransform<T> getTransform(FieldAbsoluteDate<T> date)
FieldTransform
corresponding to specified date.getTransform
in interface TransformProvider
T
- type of the field elementsdate
- current dateCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.