public interface EstimationsProvider
轨道确定引擎提供此接口的实现,以便用户可以监视
轨道确定过程。
BatchLSObserver
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement<?> |
getEstimatedMeasurement(int index)
获取一个估计测量值。
|
int |
getNumber()
获取可用的评估数量。
|
int getNumber()
EstimatedMeasurement<?> getEstimatedMeasurement(int index)
index
- 估计测量值的索引,必须介于0和getNumber()
- 1之间,按时间顺序排序
Copyright © 2002-2023 CS GROUP. All rights reserved.