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