public static enum SatelliteState.GnssId extends java.lang.Enum<SatelliteState.GnssId>
Enum Constant and Description |
---|
BeiDou |
Galileo |
GLONASS |
GPS |
IMES |
NavIC |
QZSS |
SBAS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbbreviation()
Get the two-letter constellation abbreviation that will be the first two
characters of the sentence name.
|
static SatelliteState.GnssId |
value(java.lang.String abbrev)
Get the GnssId corresponding to a two-character sentence prefix.
|
static SatelliteState.GnssId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SatelliteState.GnssId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SatelliteState.GnssId GPS
public static final SatelliteState.GnssId SBAS
public static final SatelliteState.GnssId Galileo
public static final SatelliteState.GnssId BeiDou
public static final SatelliteState.GnssId IMES
public static final SatelliteState.GnssId QZSS
public static final SatelliteState.GnssId GLONASS
public static final SatelliteState.GnssId NavIC
public static SatelliteState.GnssId[] values()
for (SatelliteState.GnssId c : SatelliteState.GnssId.values()) System.out.println(c);
public static SatelliteState.GnssId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getAbbreviation()
public static SatelliteState.GnssId value(java.lang.String abbrev)
abbrev
- 2-character String