public class AbstractTimeInterpolator.InterpolationData extends Object
使插值器线程安全。
Modifier | Constructor and Description |
---|---|
protected |
InterpolationData(AbsoluteDate interpolationDate, Collection<T> sample)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
ImmutableTimeStampedCache<T> |
getCachedSamples()
获取缓存的样本。
|
protected AbsoluteDate |
getCentralDate(AbsoluteDate date)
获取用于查找邻居的中心日期,同时考虑外推阈值。
|
AbsoluteDate |
getInterpolationDate()
获取插值日期。
|
List<T> |
getNeighborList()
获取邻居列表。
|
protected InterpolationData(AbsoluteDate interpolationDate, Collection<T> sample)
interpolationDate
- 插值日期
sample
- 时间戳样本
protected AbsoluteDate getCentralDate(AbsoluteDate date)
date
- 插值日期
public AbsoluteDate getInterpolationDate()
public ImmutableTimeStampedCache<T> getCachedSamples()
Copyright © 2002-2023 CS GROUP. All rights reserved.