Enum Class SbasId

java.lang.Object
java.lang.Enum<SbasId>
org.orekit.files.rinex.navigation.SbasId
All Implemented Interfaces:
Serializable, Comparable<SbasId>, Constable

public enum SbasId extends Enum<SbasId>
Enumerate for the SBAS ids.
Since:
12.0
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
    African Satellite-Based Augmentation System (ASECNA).
    BeiDou Satellite-based Augmentation System.
    European Geostationary Navigation Overlay Service.
    GPS Aided Geo Augmented Navigation.
    Korea Augmentation Satellite System.
    Multi-functional Satellite Augmentation System.
    Soluciόn de Aumentaciόn para Caribe, Centro y Sudamérica.
    System for Differential Corrections and Monitoring.
    Southern Positioning Augmentation System.
    Wide Area Augmentation System.
  • Method Summary

    Modifier and Type
    Method
    Description
    static SbasId
    Returns the enum constant of this class with the specified name.
    static SbasId[]
    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
  • Enum Constant Details

    • WAAS

      public static final SbasId WAAS
      Wide Area Augmentation System.
    • EGNOS

      public static final SbasId EGNOS
      European Geostationary Navigation Overlay Service.
    • MSAS

      public static final SbasId MSAS
      Multi-functional Satellite Augmentation System.
    • GAGAN

      public static final SbasId GAGAN
      GPS Aided Geo Augmented Navigation.
    • SDCM

      public static final SbasId SDCM
      System for Differential Corrections and Monitoring.
    • BDSBAS

      public static final SbasId BDSBAS
      BeiDou Satellite-based Augmentation System.
    • SACCSA

      public static final SbasId SACCSA
      Soluciόn de Aumentaciόn para Caribe, Centro y Sudamérica.
    • KASS

      public static final SbasId KASS
      Korea Augmentation Satellite System.
    • A_SBAS

      public static final SbasId A_SBAS
      African Satellite-Based Augmentation System (ASECNA).
    • SPAN

      public static final SbasId SPAN
      Southern Positioning Augmentation System.
  • Method Details

    • values

      public static SbasId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SbasId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null