public enum GNSSFMSIndicator extends Enum<GNSSFMSIndicator>
Java class for GNSSFMSIndicator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GNSSFMSIndicator"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="GnssFmsOverlayAuthNotPublished"/> <enumeration value="GnssOverlayAuthNavaidOperatingAndMonitored"/> <enumeration value="GnssOverlayAuthNoMonitorNavaidAuth"/> <enumeration value="GnssOverlayTitleIncludesGpsOrGnss"/> <enumeration value="FmsOverlayAuthorized"/> <enumeration value="SbasVerticalAuthorized"/> <enumeration value="SbasVerticalNotAuthorized"/> <enumeration value="SbasVerticalNotPublished"/> <enumeration value="StandAloneGNSS"/> <enumeration value="SbasVerticalNA"/> <enumeration value="OverlayAuthNotPublished"/> <enumeration value="PbnRnpGps"/> <enumeration value="LocOnlyIls"/> </restriction> </simpleType>
Enum Constant and Description |
---|
FMS_OVERLAY_AUTHORIZED
Procedure Authorized for FMS Overlay
|
GNSS_FMS_OVERLAY_AUTH_NOT_PUBLISHED
Procedure Not Authorized for GNSS or FMS Overlay ? Authorization not published.
|
GNSS_OVERLAY_AUTH_NAVAID_OPERATING_AND_MONITORED
Procedure Authorized for GNSS Overlay, primary Navaids operating and monitored.
|
GNSS_OVERLAY_AUTH_NO_MONITOR_NAVAID_AUTH
Procedure Authorized for GNSS Overlay, primary Navaids installed, not monitored Authorization is published.
|
GNSS_OVERLAY_TITLE_INCLUDES_GPS_OR_GNSS
Procedure Authorized for GNSS Overlay, Procedure Title includes GPS or GNSS
|
LOC_ONLY_ILS
Localizer only coding portion of ILS.
|
OVERLAY_AUTH_NOT_PUBLISHED
Procedure Overlay Authorization not published
|
PBN_RNP_GPS
PBN RNP Approach provide as GPS.
|
SBAS_VERTICAL_AUTHORIZED
RNAV (GPS), RNAV (RNP) or RNAV (GNSS) Procedure SBAS use authorized; SBAS-based vertical navigation authorized
|
SBAS_VERTICAL_NA
RNAV (GPS) RNAV (RNP), or RNAV (GNSS) Procedure within the SBAS operational footprint, but SBAS-based vertical navigation NOT Authorized
|
SBAS_VERTICAL_NOT_AUTHORIZED
RNAV (GPS), RNAV (RNP), RNAV (GNSS) or RNAV Visual Procedure, SBAS-based vertical navigation NOT Authorized
|
SBAS_VERTICAL_NOT_PUBLISHED
RNAV (GPS) RNAV (RNP), or RNAV (GNSS) Procedure, SBAS-based vertical navigation use not published
|
STAND_ALONE_GNSS
Stand Alone GNSS Procedure
|
Modifier and Type | Method and Description |
---|---|
static GNSSFMSIndicator |
fromValue(String v) |
String |
value() |
static GNSSFMSIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GNSSFMSIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GNSSFMSIndicator GNSS_FMS_OVERLAY_AUTH_NOT_PUBLISHED
public static final GNSSFMSIndicator GNSS_OVERLAY_AUTH_NAVAID_OPERATING_AND_MONITORED
public static final GNSSFMSIndicator GNSS_OVERLAY_AUTH_NO_MONITOR_NAVAID_AUTH
public static final GNSSFMSIndicator GNSS_OVERLAY_TITLE_INCLUDES_GPS_OR_GNSS
public static final GNSSFMSIndicator FMS_OVERLAY_AUTHORIZED
public static final GNSSFMSIndicator SBAS_VERTICAL_AUTHORIZED
public static final GNSSFMSIndicator SBAS_VERTICAL_NOT_AUTHORIZED
public static final GNSSFMSIndicator SBAS_VERTICAL_NOT_PUBLISHED
public static final GNSSFMSIndicator STAND_ALONE_GNSS
public static final GNSSFMSIndicator SBAS_VERTICAL_NA
public static final GNSSFMSIndicator OVERLAY_AUTH_NOT_PUBLISHED
public static final GNSSFMSIndicator PBN_RNP_GPS
public static final GNSSFMSIndicator LOC_ONLY_ILS
public static GNSSFMSIndicator[] values()
for (GNSSFMSIndicator c : GNSSFMSIndicator.values()) System.out.println(c);
public static GNSSFMSIndicator 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 value()
public static GNSSFMSIndicator fromValue(String v)
Copyright © 2017. All rights reserved.