Class CodeBias


  • public class CodeBias
    extends Object
    Container for code bias data.
    Since:
    11.0
    Author:
    Bryan Cazabonne
    • Constructor Detail

      • CodeBias

        public CodeBias​(int signalID,
                        double codeBias)
        Constructor.
        Parameters:
        signalID - GNSS signal and tracking mode identifier
        codeBias - code bias associated to the signal ID in meters
    • Method Detail

      • getSignalID

        public int getSignalID()
        Get the GNSS signal and tracking mode identifier.
        Returns:
        the GNSS signal and tracking mode identifier
      • getCodeBias

        public double getCodeBias()
        Get the code bias associated to the signal ID.
        Returns:
        the code bias in meters