Interface GNSSConstants
public interface GNSSConstants
Set of useful physical constants used in Global Navigation Satellite Systems (GNSS).
- Author:
- Bryan Cazabonne, Pascal Parraud
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleValue of the earth's rotation rate in rad/s for Beidou user.static final doubleEarth's universal gravitational parameter for Beidou user in m³/s².static final intNumber of weeks in the Beidou cycle.static final doubleValue of the earth's rotation rate in rad/s for Galileo user.static final doubleEarth's universal gravitational parameter for Galileo user in m³/s².static final intNumber of weeks in the Galileo cycle.static final doubleValue of the Earth's universal gravitational parameter for GLONASS user in m³/s².static final doubleValue of Pi for conversion from semicircles to radian.static final doubleValue of Pi for conversion from semicircles to radians in GNSS.static final doubleDuration of the GNSS week in seconds.static final doubleValue of the earth's rotation rate in rad/s for GPS user.static final doubleWGS 84 value of the Earth's universal gravitational parameter for GPS user in m³/s².static final intNumber of weeks in the GPS cycle.static final doubleValue of the earth's rotation rate in rad/s for NavIC user.static final doubleWGS 84 value of the Earth's universal gravitational parameter for NavIC user in m³/s².static final intNumber of weeks in the NavIC cycle.static final doubleValue of the earth's rotation rate in rad/s for QZSS user.static final doubleWGS 84 value of the Earth's universal gravitational parameter for QZSS user in m³/s².static final intNumber of weeks in the QZSS cycle.static final doubleWGS 84 value of the Earth's universal gravitational parameter for SBAS user in m³/s².
-
Field Details
-
GNSS_PI
static final double GNSS_PIValue of Pi for conversion from semicircles to radians in GNSS.- See Also:
-
GNSS_WEEK_IN_SECONDS
static final double GNSS_WEEK_IN_SECONDSDuration of the GNSS week in seconds.- See Also:
-
BEIDOU_MU
static final double BEIDOU_MUEarth's universal gravitational parameter for Beidou user in m³/s².- See Also:
-
BEIDOU_WEEK_NB
static final int BEIDOU_WEEK_NBNumber of weeks in the Beidou cycle.- See Also:
-
BEIDOU_AV
static final double BEIDOU_AVValue of the earth's rotation rate in rad/s for Beidou user.- See Also:
-
GALILEO_MU
static final double GALILEO_MUEarth's universal gravitational parameter for Galileo user in m³/s².- See Also:
-
GALILEO_WEEK_NB
static final int GALILEO_WEEK_NBNumber of weeks in the Galileo cycle.- See Also:
-
GALILEO_AV
static final double GALILEO_AVValue of the earth's rotation rate in rad/s for Galileo user.- See Also:
-
GLONASS_MU
static final double GLONASS_MUValue of the Earth's universal gravitational parameter for GLONASS user in m³/s².- See Also:
-
GLONASS_PI
static final double GLONASS_PIValue of Pi for conversion from semicircles to radian.- See Also:
-
GPS_MU
static final double GPS_MUWGS 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_NBNumber of weeks in the GPS cycle.- See Also:
-
GPS_AV
static final double GPS_AVValue of the earth's rotation rate in rad/s for GPS user.- See Also:
-
NAVIC_MU
static final double NAVIC_MUWGS 84 value of the Earth's universal gravitational parameter for NavIC user in m³/s².- See Also:
-
NAVIC_WEEK_NB
static final int NAVIC_WEEK_NBNumber of weeks in the NavIC cycle.- See Also:
-
NAVIC_AV
static final double NAVIC_AVValue of the earth's rotation rate in rad/s for NavIC user.- See Also:
-
QZSS_MU
static final double QZSS_MUWGS 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_NBNumber of weeks in the QZSS cycle.- See Also:
-
QZSS_AV
static final double QZSS_AVValue of the earth's rotation rate in rad/s for QZSS user.- See Also:
-
SBAS_MU
static final double SBAS_MUWGS 84 value of the Earth's universal gravitational parameter for SBAS user in m³/s².- See Also:
-