public enum EPFDFixTypes extends Enum<EPFDFixTypes>
| Enum Constant and Description |
|---|
Chayka
Chayka
|
CombinedGPSGLONASS
Combined GPS/GLONASS
|
Galileo
Galileo
|
GLONASS
GLONASS
|
GPS
GPS
|
IntegratedNavigationSystem
Integrated navigation system
|
LoranC
Loran-C
|
Surveyed
Surveyed
|
Undefined10 |
Undefined11 |
Undefined12 |
Undefined13 |
Undefined14 |
Undefined15
Note: though values 9-15 are marked "not used" in [IALA],
the EPFD type value 15 (all field bits 1) is not uncommon in the wild;
it appears some receivers emit it as the Undefined value.
|
Undefined9 |
UndefinedDefault
Undefined (default)
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EPFDFixTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPFDFixTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPFDFixTypes UndefinedDefault
public static final EPFDFixTypes GPS
public static final EPFDFixTypes GLONASS
public static final EPFDFixTypes CombinedGPSGLONASS
public static final EPFDFixTypes LoranC
public static final EPFDFixTypes Chayka
public static final EPFDFixTypes IntegratedNavigationSystem
public static final EPFDFixTypes Surveyed
public static final EPFDFixTypes Galileo
public static final EPFDFixTypes Undefined9
public static final EPFDFixTypes Undefined10
public static final EPFDFixTypes Undefined11
public static final EPFDFixTypes Undefined12
public static final EPFDFixTypes Undefined13
public static final EPFDFixTypes Undefined14
public static final EPFDFixTypes Undefined15
public static EPFDFixTypes[] values()
for (EPFDFixTypes c : EPFDFixTypes.values()) System.out.println(c);
public static EPFDFixTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<EPFDFixTypes>Copyright © 2016. All rights reserved.