Interface GNSSClockElements

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      double getAf0()
      Gets the Zeroth Order Clock Correction.
      double getAf1()
      Gets the First Order Clock Correction.
      double getAf2()
      Gets the Second Order Clock Correction.
      double getCycleDuration()
      Gets the duration of the GNSS cycle in seconds.
      double getTGD()
      Gets the estimated group delay differential TGD for L1-L2 correction.
      default double getToc()
      Gets the clock correction reference time toc.
    • Method Detail

      • getAf0

        double getAf0()
        Gets the Zeroth Order Clock Correction.
        Returns:
        the Zeroth Order Clock Correction (s)
        See Also:
        getAf1(), getAf2(), getToc()
      • getAf1

        double getAf1()
        Gets the First Order Clock Correction.
        Returns:
        the First Order Clock Correction (s/s)
        See Also:
        getAf0(), getAf2(), getToc()
      • getAf2

        double getAf2()
        Gets the Second Order Clock Correction.
        Returns:
        the Second Order Clock Correction (s/s²)
        See Also:
        getAf0(), getAf1(), getToc()
      • getTGD

        double getTGD()
        Gets the estimated group delay differential TGD for L1-L2 correction.
        Returns:
        the estimated group delay differential TGD for L1-L2 correction (s)
      • getCycleDuration

        double getCycleDuration()
        Gets the duration of the GNSS cycle in seconds.
        Returns:
        the duration of the GNSS cycle in seconds
      • getToc

        default double getToc()
        Gets the clock correction reference time toc.
        Returns:
        the clock correction reference time (s)
        See Also:
        getAf0(), getAf1(), getAf2()