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 final double
    Value of the earth's rotation rate in rad/s for Beidou user.
    static final double
    Earth's universal gravitational parameter for Beidou user in m³/s².
    static final int
    Number of weeks in the Beidou cycle.
    static final double
    Value of the earth's rotation rate in rad/s for Galileo user.
    static final double
    Earth's universal gravitational parameter for Galileo user in m³/s².
    static final int
    Number of weeks in the Galileo cycle.
    static final double
    Value of the Earth's universal gravitational parameter for GLONASS user in m³/s².
    static final double
    Value of Pi for conversion from semicircles to radian.
    static final double
    Value of Pi for conversion from semicircles to radians in GNSS.
    static final double
    Duration of the GNSS week in seconds.
    static final double
    Value of the earth's rotation rate in rad/s for GPS user.
    static final double
    WGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².
    static final int
    Number of weeks in the GPS cycle.
    static final double
    Value of the earth's rotation rate in rad/s for NavIC user.
    static final double
    WGS 84 value of the Earth's universal gravitational parameter for NavIC user in m³/s².
    static final int
    Number of weeks in the NavIC cycle.
    static final double
    Value of the earth's rotation rate in rad/s for QZSS user.
    static final double
    WGS 84 value of the Earth's universal gravitational parameter for QZSS user in m³/s².
    static final int
    Number of weeks in the QZSS cycle.
    static final double
    WGS 84 value of the Earth's universal gravitational parameter for SBAS user in m³/s².
  • Field Details

    • GNSS_PI

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

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

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

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

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

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

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

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

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

      static final double GLONASS_PI
      Value of Pi for conversion from semicircles to radian.
      See Also:
    • 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:
    • GPS_WEEK_NB

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

      static final double GPS_AV
      Value of the earth's rotation rate in rad/s for GPS user.
      See Also:
    • 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:
    • QZSS_WEEK_NB

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

      static final double QZSS_AV
      Value of the earth's rotation rate in rad/s for QZSS user.
      See Also:
    • 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: