Class ObservationData


  • public class ObservationData
    extends Object
    Observation Data.
    Since:
    9.2
    • Constructor Detail

      • ObservationData

        public ObservationData​(ObservationType observationType,
                               double value,
                               int lli,
                               int signalStrength)
        Simple constructor.
        Parameters:
        observationType - observation type
        value - observed value (may be Double.NaN if observation not available)
        lli - Loss of Lock Indicator
        signalStrength - signal strength
    • Method Detail

      • getObservationType

        public ObservationType getObservationType()
        Get the observation type.
        Returns:
        observation type
      • getValue

        public double getValue()
        Get the observed value.
        Returns:
        observed value (may be Double.NaN if 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