public static enum NmeaReader.GPGGA extends java.lang.Enum<NmeaReader.GPGGA>
Enum Constant and Description |
---|
GPS_AGE |
HDOP |
HEIGHT |
HEIGHT_2 |
HEIGHT_2_UNTIS |
HEIGHT_UNTIS |
LATITUDE |
LATITUDE_NAME |
LONGITUDE |
LONGITUDE_NAME |
QUALITY
Quality (0 = invalid, 1 = GPS, 2 = DGPS, 6 = estimanted (@since NMEA
2.3))
|
REF |
SATELLITE_COUNT |
TIME |
Modifier and Type | Field and Description |
---|---|
int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.GPGGA |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.GPGGA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.GPGGA TIME
public static final NmeaReader.GPGGA LATITUDE
public static final NmeaReader.GPGGA LATITUDE_NAME
public static final NmeaReader.GPGGA LONGITUDE
public static final NmeaReader.GPGGA LONGITUDE_NAME
public static final NmeaReader.GPGGA QUALITY
public static final NmeaReader.GPGGA SATELLITE_COUNT
public static final NmeaReader.GPGGA HDOP
public static final NmeaReader.GPGGA HEIGHT
public static final NmeaReader.GPGGA HEIGHT_UNTIS
public static final NmeaReader.GPGGA HEIGHT_2
public static final NmeaReader.GPGGA HEIGHT_2_UNTIS
public static final NmeaReader.GPGGA GPS_AGE
public static final NmeaReader.GPGGA REF
public final int position
public static NmeaReader.GPGGA[] values()
for (NmeaReader.GPGGA c : NmeaReader.GPGGA.values()) System.out.println(c);
public static NmeaReader.GPGGA 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 null