Constructor and Description |
---|
Observation(ObservationType type, AbsoluteDate epoch, double measurement)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEpoch()
获取时刻的方法。
|
double |
getMeasurement()
获取测量值的方法。
|
ObservationType |
getType()
获取观测类型的方法。
|
public Observation(ObservationType type, AbsoluteDate epoch, double measurement)
type
- 观测类型
epoch
- 时间标记
measurement
- 测量值(以国际单位制表示,从TDM转换而来)
public ObservationType getType()
public AbsoluteDate getEpoch()
public double getMeasurement()
Copyright © 2002-2023 CS GROUP. All rights reserved.