Class TLcdProcedureLegIAPFixRole
java.lang.Object
com.luciad.ais.model.procedure.type.TLcdProcedureLegIAPFixRole
Type safe enumeration class, indicating the type of a fix in IAPs.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdProcedureLegIAPFixRole
FAF: Final Approach Fix.static final TLcdProcedureLegIAPFixRole
IAP: Initial Approach Fix.static final TLcdProcedureLegIAPFixRole
IF: Intermediate approach fix.static final TLcdProcedureLegIAPFixRole
MAPF: Missed Approach Point.static final TLcdProcedureLegIAPFixRole
Other. -
Method Summary
-
Field Details
-
IF
IF: Intermediate approach fix. -
IAF
IAP: Initial Approach Fix. -
FAF
FAF: Final Approach Fix. -
MAPT
MAPF: Missed Approach Point. This role indicates that the fix is the start of the missed approach phase in an IAP procedure. -
OTHER
Other.
-
-
Method Details