public enum NavigationSystem extends Enum<NavigationSystem>
DataStreamRecord
.Enum Constant and Description |
---|
BDS
Beidou.
|
EMPTY
No navigation system for this stream.
|
GAL
Galileo.
|
GLO
Glonass.
|
GPS
GPS.
|
QZS
QZNSS.
|
SBAS
SBAS.
|
Modifier and Type | Method and Description |
---|---|
static NavigationSystem |
getNavigationSystem(String keyword)
Get the navigation system corresponding to a keyword.
|
String |
toString() |
static NavigationSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationSystem GPS
public static final NavigationSystem GLO
public static final NavigationSystem GAL
public static final NavigationSystem BDS
public static final NavigationSystem QZS
public static final NavigationSystem SBAS
public static final NavigationSystem EMPTY
public static NavigationSystem[] values()
for (NavigationSystem c : NavigationSystem.values()) System.out.println(c);
public static NavigationSystem 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<NavigationSystem>
public static NavigationSystem getNavigationSystem(String keyword)
keyword
- navigation system keywordCopyright © 2002-2022 CS GROUP. All rights reserved.