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)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCenterOfMassCorrection()
Get the target center of mass.
|
AbsoluteDate |
getDate()
Get the date.
|
double |
getNdFilterValue()
Get the neutral density (ND) filter value.
|
double |
getRangeRate()
Get the range rate.
|
String |
getSystemConfigurationId()
Get the system configuration id.
|
double |
getTimeBiasApplied()
Get the time bias applied.
|
double |
getTroposphericRefractionCorrection()
Get the tropospheric refraction correction.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdurationFrompublic RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate)
date - data epochsystemConfigurationId - system configuration IDtroposphericRefractionCorrection - tropospheric refraction correction (one-way)centerOfMassCorrection - target center of mass correction (one-way)ndFilterValue - Neutral density (ND) filter valuetimeBiasApplied - Time bias appliedrangeRate - Range ratepublic AbsoluteDate getDate()
TimeStampedgetDate in interface TimeStampedpublic 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.