public class AbstractFieldTimeInterpolator.InterpolationData extends Object
使插值器线程安全。
Modifier | Constructor and Description |
---|---|
protected |
InterpolationData(FieldAbsoluteDate<KK> interpolationDate, Collection<T> sample)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
ImmutableFieldTimeStampedCache<T,KK> |
getCachedSamples()
获取缓存的样本。
|
protected FieldAbsoluteDate<KK> |
getCentralDate(FieldAbsoluteDate<KK> date)
获取用于查找邻居的中心日期,同时考虑外推阈值。
|
org.hipparchus.Field<KK> |
getField()
获取字段。
|
FieldAbsoluteDate<KK> |
getInterpolationDate()
获取插值日期。
|
List<T> |
getNeighborList()
获取邻居列表。
|
KK |
getOne()
获取一。
|
KK |
getZero()
获取零。
|
protected InterpolationData(FieldAbsoluteDate<KK> interpolationDate, Collection<T> sample)
interpolationDate
- 插值日期
sample
- 时间戳样本
protected FieldAbsoluteDate<KK> getCentralDate(FieldAbsoluteDate<KK> date)
date
- 插值日期
public 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.