Enum Class PredefinedGnssSignal

java.lang.Object
java.lang.Enum<PredefinedGnssSignal>
org.orekit.gnss.PredefinedGnssSignal
All Implemented Interfaces:
Serializable, Comparable<PredefinedGnssSignal>, Constable, GnssSignal, RadioWave

public enum PredefinedGnssSignal extends Enum<PredefinedGnssSignal> implements GnssSignal
Enumerate for GNSS predefined signals.
Since:
9.2
Author:
Luc Maisonobe
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Beidou B1 (1561.098 MHz).
    Beidou B2 (1207.14 MHz).
    Beidou B3 (1268.52 MHz).
    Beidou B2 (B2a + B2b) (1191.795MHz).
    Beidou B1A (1575.42 MHz).
    Beidou B1C (1575.42 MHz).
    Beidou B2a (1176.45 MHz).
    Beidou B2b (1207.14 MHz).
    Beidou B3A (1268.52 MHz).
    In the ANTEX files, both C01 and C02 refer to Beidou B1 signal (1561.098 MHz).
    In the ANTEX files, both C01 and C02 refer to Beidou B1 signal (1561.098 MHz).
    In the ANTEX files, C05 appears without much reference for consistency with Rinex 4 tables, we assume it is B2a (1176.45 MHz).
    In the ANTEX files, C06 appears without much reference, we assume it is B2 (1207.14 MHz).
    In the ANTEX files, C07 seems to refer to a signal close to E06, probably B3... (1268.52 MHz).
    In the ANTEX files, C08 appears without much reference for consistency with Rinex 4 tables, we assume it is B2 (B2a+B2b) (1191.795 MHz).
    Galileo, "E1" (1575.42 MHz).
    Galileo E5a (1176.45 MHz).
    Galileo E6 (1278.75 MHz).
    Galileo E5b (1207.14 MHz).
    Galileo E5 (E5a + E5b) (1191.795MHz).
    GPS L1 (1575.42 MHz).
    GPS L2 (1227.6 MHz).
    GPS L5 (1176.45 MHz).
    NavIC L1. (1575.42 MHz)
    NavIC L5. (1176.45 MHz)
    NavIC S (2492.028 MHz).
    QZSS L1 (1575.42 MHz).
    QZSS L2 (1227.6 MHz).
    QZSS L5 (1176.45 MHz).
    QZSS LEX (1278.75 MHz).
    GLONASS, "G1" (1602 MHZ).
    GLONASS, "G2" (1246 MHz).
    GLONASS, "G3" (1202.025 MHz).
    GLONASS, "G1a" (1600.995 MHZ).
    GLONASS, "G2a" (1248.06 MHz).
    SBAS L1 (1575.42 MHz).
    SBAS L5 (1176.45 MHz).
  • Field Summary

    Fields inherited from interface org.orekit.gnss.GnssSignal

    F0

    Fields inherited from interface org.orekit.gnss.RadioWave

    ONE_MILLI_HERTZ
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Get the value of the frequency in Hz.
    Get the RINEX name for the frequency.
    double
    Get the ratio f/f0, where f0 is the common frequency.
    Get the satellite system for which this frequency is defined.
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.orekit.gnss.RadioWave

    closeTo, closeTo, getWavelength