public class AbstractTimeInterpolator.InterpolationData extends Object
It makes the interpolator thread safe.
Modifier | Constructor and Description |
---|---|
protected |
InterpolationData(AbsoluteDate interpolationDate,
Collection<T> sample)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ImmutableTimeStampedCache<T> |
getCachedSamples()
Get cached samples.
|
protected AbsoluteDate |
getCentralDate(AbsoluteDate date)
Get the central date to use to find neighbors while taking into account extrapolation threshold.
|
AbsoluteDate |
getInterpolationDate()
Get interpolation date.
|
List<T> |
getNeighborList()
Get neighbor list.
|
protected InterpolationData(AbsoluteDate interpolationDate, Collection<T> sample)
interpolationDate
- interpolation datesample
- time stamped sampleprotected AbsoluteDate getCentralDate(AbsoluteDate date)
date
- interpolation datepublic AbsoluteDate getInterpolationDate()
public ImmutableTimeStampedCache<T> getCachedSamples()
Copyright © 2002-2023 CS GROUP. All rights reserved.