Class TLcdGNSSFMSIndicator
java.lang.Object
com.luciad.ais.model.procedure.type.TLcdGNSSFMSIndicator
A type safe enumeration class, indicating the type of GNSS/FMS indicator.
- Since:
- 2016.1.43
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdGNSSFMSIndicator
Procedure Overlay Authorization not specifiedstatic final TLcdGNSSFMSIndicator
Procedure Authorized for FMS and/or GNSS Overlaystatic final TLcdGNSSFMSIndicator
Procedure Authorized for FMS Overlaystatic final TLcdGNSSFMSIndicator
Procedure Authorized for GNSS Overlay, primary Navaids operating and monitoredstatic final TLcdGNSSFMSIndicator
Procedure Authorized for GNSS Overlay, primary Navaids installed, not monitoredstatic final TLcdGNSSFMSIndicator
Procedure Authorized for GNSS Overlay, Procedure Title includes GPS or GNSSstatic final TLcdGNSSFMSIndicator
Stand Alone GPS (GNSS) Procedurestatic final TLcdGNSSFMSIndicator
Procedure Not Authorized for GNSS or FMS Overlaystatic final TLcdGNSSFMSIndicator
RNAV (GPS) or RNAV (GNSS) Procedure SBAS use authorizedstatic final TLcdGNSSFMSIndicator
RNAV (GPS) or RNAV (GNSS) Procedure, SBAS use not specifiedstatic final TLcdGNSSFMSIndicator
RNAV (GPS) or RNAV (GNSS) Procedure use not authorized SBAS -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static TLcdGNSSFMSIndicator
Returns theTLcdGNSSFMSIndicator
object matching the given code.
-
Field Details
-
NOT_AUTHORIZED
Procedure Not Authorized for GNSS or FMS Overlay -
AUTHORIZED_GNSS_OVERLAY_PRIMARY_NAVAIDS_MONITORED
Procedure Authorized for GNSS Overlay, primary Navaids operating and monitored -
AUTHORIZED_GNSS_OVERLAY_PRIMARY_NAVAIDS_NOT_MONITORED
Procedure Authorized for GNSS Overlay, primary Navaids installed, not monitored -
AUTHORIZED_GNSS_OVERLAY_TITLE_INCLUDING_GPS_OR_GNSS
Procedure Authorized for GNSS Overlay, Procedure Title includes GPS or GNSS -
AUTHORIZED_FMS_OVERLAY
Procedure Authorized for FMS Overlay -
AUTHORIZED_FMS_AND_OR_GNSS_OVERLAY
Procedure Authorized for FMS and/or GNSS Overlay -
RNAV_SBAS_USE_AUTHORIZED
RNAV (GPS) or RNAV (GNSS) Procedure SBAS use authorized -
RNAV_USE_NOT_AUTHORIZED_SBAS
RNAV (GPS) or RNAV (GNSS) Procedure use not authorized SBAS -
RNAV_SBAS_USE_NOT_SPECIFIED
RNAV (GPS) or RNAV (GNSS) Procedure, SBAS use not specified -
AUTHORIZED_STAND_ALONE_GPS
Stand Alone GPS (GNSS) Procedure -
AUTHORIZATION_NOT_SPECIFIED
Procedure Overlay Authorization not specified
-
-
Method Details
-
valueOf
Returns theTLcdGNSSFMSIndicator
object matching the given code.- Parameters:
aCode
- the key by which to retrieve aTLcdGNSSFMSIndicator
. This key must not be null.- Returns:
- a
TLcdGNSSFMSIndicator
object if the parameter matches to a GNSS/FMS indication, null otherwise.
-
toString
-