public class ObservationData extends Object
Constructor and Description |
---|
ObservationData(ObservationType observationType, double value, int lli, int signalStrength)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getLossOfLockIndicator()
获取丢失锁定指示器。
|
ObservationType |
getObservationType()
获取观测类型。
|
int |
getSignalStrength()
获取信号强度。
|
double |
getValue()
获取观测值。
|
public ObservationData(ObservationType observationType, double value, int lli, int signalStrength)
observationType
- 观测类型
value
- 观测值(如果观测不可用,则可能为Double.NaN
)
lli
- 丢失锁定指示器
signalStrength
- 信号强度
public ObservationType getObservationType()
public double getValue()
Double.NaN
)
public int getLossOfLockIndicator()
public int getSignalStrength()
Copyright © 2002-2023 CS GROUP. All rights reserved.