public class CombinedObservationData extends Object
Constructor and Description |
---|
CombinedObservationData(CombinationType combinationType, MeasurementType measurementType, double combinedValue, double combinedFrequency, List<ObservationData> usedData)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
CombinationType |
getCombinationType()
获取用于构建实例的测量组合类型。
|
double |
getCombinedMHzFrequency()
获取以MHz为单位的组合频率值。
|
MeasurementType |
getMeasurementType()
获取测量类型。
|
List<ObservationData> |
getUsedObservationData()
获取用于执行测量组合的观测数据列表。
|
double |
getValue()
获取组合观测值。
|
public CombinedObservationData(CombinationType combinationType, MeasurementType measurementType, double combinedValue, double combinedFrequency, List<ObservationData> usedData)
combinationType
- 用于构建组合观测数据的测量组合类型
measurementType
- 用于测量组合的测量类型
combinedValue
- 组合观测值(如果组合观测不可用,则可能为Double.NaN
)
combinedFrequency
- 以MHz为单位的组合观测数据频率(如果组合频率不可用,则可能为Double.NaN
)
usedData
- 用于执行测量组合的观测数据
public double getValue()
Double.NaN
)
public double getCombinedMHzFrequency()
对于单频组合,此方法返回两个测量的公共频率。
public CombinationType getCombinationType()
public MeasurementType getMeasurementType()
public List<ObservationData> getUsedObservationData()
Copyright © 2002-2023 CS GROUP. All rights reserved.