Package org.orekit.files.ilrs
Class CRD.RangeSupplement
- java.lang.Object
-
- org.orekit.files.ilrs.CRD.RangeSupplement
-
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
- CRD
public static class CRD.RangeSupplement extends Object implements TimeStamped
Range Supplement Record.- Since:
- 12.0
-
-
Constructor Summary
Constructors Constructor Description RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCenterOfMassCorrection()Get the target center of mass.AbsoluteDategetDate()Get the date.doublegetNdFilterValue()Get the neutral density (ND) filter value.doublegetRangeRate()Get the range rate.StringgetSystemConfigurationId()Get the system configuration id.doublegetTimeBiasApplied()Get the time bias applied.doublegetTroposphericRefractionCorrection()Get the tropospheric refraction correction.StringtoCrdString()Get a string representation of the instance in the CRD format.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
RangeSupplement
public RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate)
Constructor.- Parameters:
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 rate
-
-
Method Detail
-
getDate
public AbsoluteDate getDate()
Description copied from interface:TimeStampedGet the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- date attached to the object
-
getSystemConfigurationId
public String getSystemConfigurationId()
Get the system configuration id.- Returns:
- the system configuration id
-
getTroposphericRefractionCorrection
public double getTroposphericRefractionCorrection()
Get the tropospheric refraction correction.- Returns:
- the tropospheric refraction correction
-
getCenterOfMassCorrection
public double getCenterOfMassCorrection()
Get the target center of mass.- Returns:
- the target center of mass
-
getNdFilterValue
public double getNdFilterValue()
Get the neutral density (ND) filter value.- Returns:
- the neutral density (ND) filter value
-
getTimeBiasApplied
public double getTimeBiasApplied()
Get the time bias applied.- Returns:
- the time bias applied
-
getRangeRate
public double getRangeRate()
Get the range rate.- Returns:
- the range rate
-
toCrdString
@DefaultDataContext public String toCrdString()
Get a string representation of the instance in the CRD format.- Returns:
- a string representation of the instance, in the CRD format.
-
toString
@DefaultDataContext public String toString()
-
-