Interface GNSSConstants


  • public interface GNSSConstants
    Set of useful physical constants used in Global Navigation Satellite Systems (GNSS).
    Author:
    Bryan Cazabonne, Pascal Parraud
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double BEIDOU_AV
      Value of the earth's rotation rate in rad/s for Beidou user.
      static double BEIDOU_MU
      Earth's universal gravitational parameter for Beidou user in m³/s².
      static int BEIDOU_WEEK_NB
      Number of weeks in the Beidou cycle.
      static double GALILEO_AV
      Value of the earth's rotation rate in rad/s for Galileo user.
      static double GALILEO_MU
      Earth's universal gravitational parameter for Galileo user in m³/s².
      static int GALILEO_WEEK_NB
      Number of weeks in the Galileo cycle.
      static double GLONASS_MU
      Value of the Earth's universal gravitational parameter for GLONASS user in m³/s².
      static double GLONASS_PI
      Value of Pi for conversion from semicircles to radian.
      static double GNSS_PI
      Value of Pi for conversion from semicircles to radians in GNSS.
      static double GNSS_WEEK_IN_SECONDS
      Duration of the GNSS week in seconds.
      static double GPS_AV
      Value of the earth's rotation rate in rad/s for GPS user.
      static double GPS_MU
      WGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².
      static int GPS_WEEK_NB
      Number of weeks in the GPS cycle.
      static double IRNSS_AV
      Value of the earth's rotation rate in rad/s for IRNSS user.
      static double IRNSS_MU
      WGS 84 value of the Earth's universal gravitational parameter for IRNSS user in m³/s².
      static int IRNSS_WEEK_NB
      Number of weeks in the IRNSS cycle.
      static double QZSS_AV
      Value of the earth's rotation rate in rad/s for QZSS user.
      static double QZSS_MU
      WGS 84 value of the Earth's universal gravitational parameter for QZSS user in m³/s².
      static int QZSS_WEEK_NB
      Number of weeks in the QZSS cycle.
      static double SBAS_MU
      WGS 84 value of the Earth's universal gravitational parameter for SBAS user in m³/s².
    • Field Detail

      • GNSS_PI

        static final double GNSS_PI
        Value of Pi for conversion from semicircles to radians in GNSS.
        See Also:
        Constant Field Values
      • GNSS_WEEK_IN_SECONDS

        static final double GNSS_WEEK_IN_SECONDS
        Duration of the GNSS week in seconds.
        See Also:
        Constant Field Values
      • BEIDOU_MU

        static final double BEIDOU_MU
        Earth's universal gravitational parameter for Beidou user in m³/s².
        See Also:
        Constant Field Values
      • BEIDOU_WEEK_NB

        static final int BEIDOU_WEEK_NB
        Number of weeks in the Beidou cycle.
        See Also:
        Constant Field Values
      • BEIDOU_AV

        static final double BEIDOU_AV
        Value of the earth's rotation rate in rad/s for Beidou user.
        See Also:
        Constant Field Values
      • GALILEO_MU

        static final double GALILEO_MU
        Earth's universal gravitational parameter for Galileo user in m³/s².
        See Also:
        Constant Field Values
      • GALILEO_WEEK_NB

        static final int GALILEO_WEEK_NB
        Number of weeks in the Galileo cycle.
        See Also:
        Constant Field Values
      • GALILEO_AV

        static final double GALILEO_AV
        Value of the earth's rotation rate in rad/s for Galileo user.
        See Also:
        Constant Field Values
      • GLONASS_MU

        static final double GLONASS_MU
        Value of the Earth's universal gravitational parameter for GLONASS user in m³/s².
        See Also:
        Constant Field Values
      • GLONASS_PI

        static final double GLONASS_PI
        Value of Pi for conversion from semicircles to radian.
        See Also:
        Constant Field Values
      • GPS_MU

        static final double GPS_MU
        WGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².
        See Also:
        Constant Field Values
      • GPS_WEEK_NB

        static final int GPS_WEEK_NB
        Number of weeks in the GPS cycle.
        See Also:
        Constant Field Values
      • GPS_AV

        static final double GPS_AV
        Value of the earth's rotation rate in rad/s for GPS user.
        See Also:
        Constant Field Values
      • IRNSS_MU

        static final double IRNSS_MU
        WGS 84 value of the Earth's universal gravitational parameter for IRNSS user in m³/s².
        See Also:
        Constant Field Values
      • IRNSS_WEEK_NB

        static final int IRNSS_WEEK_NB
        Number of weeks in the IRNSS cycle.
        See Also:
        Constant Field Values
      • IRNSS_AV

        static final double IRNSS_AV
        Value of the earth's rotation rate in rad/s for IRNSS user.
        See Also:
        Constant Field Values
      • QZSS_MU

        static final double QZSS_MU
        WGS 84 value of the Earth's universal gravitational parameter for QZSS user in m³/s².
        See Also:
        Constant Field Values
      • QZSS_WEEK_NB

        static final int QZSS_WEEK_NB
        Number of weeks in the QZSS cycle.
        See Also:
        Constant Field Values
      • QZSS_AV

        static final double QZSS_AV
        Value of the earth's rotation rate in rad/s for QZSS user.
        See Also:
        Constant Field Values
      • SBAS_MU

        static final double SBAS_MU
        WGS 84 value of the Earth's universal gravitational parameter for SBAS user in m³/s².
        See Also:
        Constant Field Values