Class ObservationData
java.lang.Object
org.orekit.files.rinex.observation.ObservationData
Observation Data.
- Since:
- 9.2
-
Constructor Summary
ConstructorsConstructorDescriptionObservationData(ObservationType observationType, double value, int lli, int signalStrength) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionintGet the Loss of Lock Indicator.Get the observation type.intGet the signal strength.doublegetValue()Get the observed value.
-
Constructor Details
-
ObservationData
Simple constructor.- Parameters:
observationType- observation typevalue- observed value (may beDouble.NaNif observation not available)lli- Loss of Lock IndicatorsignalStrength- signal strength
-
-
Method Details
-
getObservationType
Get the observation type.- Returns:
- observation type
-
getValue
public double getValue()Get the observed value.- Returns:
- observed value (may be
Double.NaNif observation not available)
-
getLossOfLockIndicator
public int getLossOfLockIndicator()Get the Loss of Lock Indicator.- Returns:
- Loss of Lock Indicator
-
getSignalStrength
public int getSignalStrength()Get the signal strength.- Returns:
- signal strength
-