public static class CRD.RangeSupplement extends Object implements TimeStamped
Constructor and Description |
---|
RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
double |
getCenterOfMassCorrection()
获取目标质心。
|
AbsoluteDate |
getDate()
获取日期。
|
double |
getNdFilterValue()
获取中性密度(ND)滤波器值。
|
double |
getRangeRate()
获取距离速率。
|
String |
getSystemConfigurationId()
获取系统配置ID。
|
double |
getTimeBiasApplied()
获取应用的时间偏差。
|
double |
getTroposphericRefractionCorrection()
获取对流层折射校正。
|
String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
durationFrom
public RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate)
date
- 数据时刻
systemConfigurationId
- 系统配置ID
troposphericRefractionCorrection
- 对流层折射校正(单程)
centerOfMassCorrection
- 目标质心校正(单程)
ndFilterValue
- 中性密度(ND)滤波器值
timeBiasApplied
- 应用的时间偏差
rangeRate
- 距离速率
public AbsoluteDate getDate()
TimeStamped
getDate
在接口 TimeStamped
public String getSystemConfigurationId()
public double getTroposphericRefractionCorrection()
public double getCenterOfMassCorrection()
public double getNdFilterValue()
public double getTimeBiasApplied()
public double getRangeRate()
@DefaultDataContext public String toCrdString()
@DefaultDataContext public String toString()
Copyright © 2002-2023 CS GROUP. All rights reserved.