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 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()
-
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:TimeStamped
Get the date.- Specified by:
getDate
in 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()
-
-