Class TLcdProcedureRouteType
java.lang.Object
com.luciad.format.aixm.model.procedure.type.TLcdProcedureRouteType
Type safe enumeration class, indicating the procedure route type to be observed.
Note: Some of the values apply only for a SID, other apply only for a STAR
and other apply only for an IAP.
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdProcedureRouteType
LLZ Back-course (IAP) (key = B).static final TLcdProcedureRouteType
Conventional (SID, STAR) (key = C).static final TLcdProcedureRouteType
RNAV, GPS Required (IAP) (key = E).static final TLcdProcedureRouteType
Flight Management System (IAP, SID, STAR) (key = F).static final TLcdProcedureRouteType
Instrument Guidance System (IAP) (key = G).static final TLcdProcedureRouteType
Helicopter to runway (IAP) (key = H).static final TLcdProcedureRouteType
Instrument Landing System (IAP) (key = I).static final TLcdProcedureRouteType
LAAS-GPS/GLS (IAP) (key = J).static final TLcdProcedureRouteType
WAAS-GPS (IAP) (key = K).static final TLcdProcedureRouteType
Localizer Only (LOC) (IAP) (key = L).static final TLcdProcedureRouteType
Microwave Landing System (IAP) (key = M).static final TLcdProcedureRouteType
NDB (IAP) (key = N).static final TLcdProcedureRouteType
Engine Out (SID) (key = O).static final TLcdProcedureRouteType
Other (key = OTHER).static final TLcdProcedureRouteType
Global Positioning System (IAP) (key = P).static final TLcdProcedureRouteType
Area Navigation (RNAV) (IAP, SID, STAR) (key = R).static final TLcdProcedureRouteType
Tacan (IAP) (key = T).static final TLcdProcedureRouteType
Simplified Directional Facility (IAP) (key = U).static final TLcdProcedureRouteType
VOR (IAP) (key = V).static final TLcdProcedureRouteType
MLS, Type A (IAP) (key = W).static final TLcdProcedureRouteType
MLS, Type B and C (IAP) (key = Y). -
Method Summary
-
Field Details
-
B
LLZ Back-course (IAP) (key = B). -
E
RNAV, GPS Required (IAP) (key = E). -
F
Flight Management System (IAP, SID, STAR) (key = F). -
G
Instrument Guidance System (IAP) (key = G). -
H
Helicopter to runway (IAP) (key = H). -
I
Instrument Landing System (IAP) (key = I). -
J
LAAS-GPS/GLS (IAP) (key = J). -
K
WAAS-GPS (IAP) (key = K). -
L
Localizer Only (LOC) (IAP) (key = L). -
M
Microwave Landing System (IAP) (key = M). -
N
NDB (IAP) (key = N). -
P
Global Positioning System (IAP) (key = P). -
R
Area Navigation (RNAV) (IAP, SID, STAR) (key = R). -
T
Tacan (IAP) (key = T). -
U
Simplified Directional Facility (IAP) (key = U). -
V
VOR (IAP) (key = V). -
W
MLS, Type A (IAP) (key = W). -
Y
MLS, Type B and C (IAP) (key = Y). -
O
Engine Out (SID) (key = O). -
C
Conventional (SID, STAR) (key = C). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdProcedureRouteType
object.- Returns:
- the name of the
TLcdProcedureRouteType
object.
-
valueOf
Returns theTLcdProcedureRouteType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdProcedureRouteType
. This key must not be null.- Returns:
- A
TLcdProcedureRouteType
object if the parameter matches to a procedure route type, null otherwise.
-
toString
-