Enum Class SbasId
- All Implemented Interfaces:
Serializable,Comparable<SbasId>,Constable
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 ConstantsEnum ConstantDescriptionAfrican 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
-
Enum Constant Details
-
WAAS
Wide Area Augmentation System. -
EGNOS
European Geostationary Navigation Overlay Service. -
MSAS
Multi-functional Satellite Augmentation System. -
GAGAN
GPS Aided Geo Augmented Navigation. -
SDCM
System for Differential Corrections and Monitoring. -
BDSBAS
BeiDou Satellite-based Augmentation System. -
SACCSA
Soluciόn de Aumentaciόn para Caribe, Centro y Sudamérica. -
KASS
Korea Augmentation Satellite System. -
A_SBAS
African Satellite-Based Augmentation System (ASECNA). -
SPAN
Southern Positioning Augmentation System.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-