Interface GNSSConstants
-
public interface GNSSConstantsSet 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 doubleBEIDOU_AVValue of the earth's rotation rate in rad/s for Beidou user.static doubleBEIDOU_MUEarth's universal gravitational parameter for Beidou user in m³/s².static intBEIDOU_WEEK_NBNumber of weeks in the Beidou cycle.static doubleGALILEO_AVValue of the earth's rotation rate in rad/s for Galileo user.static doubleGALILEO_MUEarth's universal gravitational parameter for Galileo user in m³/s².static intGALILEO_WEEK_NBNumber of weeks in the Galileo cycle.static doubleGLONASS_MUValue of the Earth's universal gravitational parameter for GLONASS user in m³/s².static doubleGLONASS_PIValue of Pi for conversion from semicircles to radian.static doubleGNSS_PIValue of Pi for conversion from semicircles to radians in GNSS.static doubleGNSS_WEEK_IN_SECONDSDuration of the GNSS week in seconds.static doubleGPS_AVValue of the earth's rotation rate in rad/s for GPS user.static doubleGPS_MUWGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².static intGPS_WEEK_NBNumber of weeks in the GPS cycle.static doubleNAVIC_AVValue of the earth's rotation rate in rad/s for NavIC user.static doubleNAVIC_MUWGS 84 value of the Earth's universal gravitational parameter for NavIC user in m³/s².static intNAVIC_WEEK_NBNumber of weeks in the NavIC cycle.static doubleQZSS_AVValue of the earth's rotation rate in rad/s for QZSS user.static doubleQZSS_MUWGS 84 value of the Earth's universal gravitational parameter for QZSS user in m³/s².static intQZSS_WEEK_NBNumber of weeks in the QZSS cycle.static doubleSBAS_MUWGS 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
-
NAVIC_MU
static final double NAVIC_MU
WGS 84 value of the Earth's universal gravitational parameter for NavIC user in m³/s².- See Also:
- Constant Field Values
-
NAVIC_WEEK_NB
static final int NAVIC_WEEK_NB
Number of weeks in the NavIC cycle.- See Also:
- Constant Field Values
-
NAVIC_AV
static final double NAVIC_AV
Value of the earth's rotation rate in rad/s for NavIC 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
-
-