T
- Type of the object.public interface TimeInterpolable<T extends TimeInterpolable<T>>
Modifier and Type | Method and Description |
---|---|
T |
interpolate(AbsoluteDate date,
Collection<T> sample)
Get an interpolated instance.
|
T interpolate(AbsoluteDate date, Collection<T> sample) throws PatriusException
Note that the state of the current instance may not be used in the interpolation process, only its type and non interpolable fields are used (for example central attraction coefficient or frame when interpolating orbits). The interpolable fields taken into account are taken only from the states of the sample points. So if the state of the instance must be used, the instance should be included in the sample points.
date
- interpolation datesample
- sample points on which interpolation should be donePatriusException
- if the sample points are inconsistentCopyright © 2018 CNES. All Rights Reserved.