Class TLcdProcedureLegPhase
java.lang.Object
com.luciad.format.aixm.model.procedure.type.TLcdProcedureLegPhase
Type safe enumeration class, indicating the phase of a SID, STAR or IAP.
Note: Some of the values apply only for a SID, other apply only for a STAR
and other apply only for an IAP (the 'A' value).
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdProcedureLegPhaseOther (key = OTHER).static final TLcdProcedureLegPhaseEngine out (SID) (key = 0).static final TLcdProcedureLegPhaseRunway transition (SID) or enroute transition (STAR) (key = 1).static final TLcdProcedureLegPhaseCommon route (key = 2).static final TLcdProcedureLegPhaseEnroute transition (SID) or runway transition (STAR) (key = 3).static final TLcdProcedureLegPhaseRNAV runway transition (SID) or enroute transition (STAR) (key = 4).static final TLcdProcedureLegPhaseRNAV Common route (key = 5).static final TLcdProcedureLegPhaseRNAV enroute transition (SID) or runway transition (STAR) (key = 6).static final TLcdProcedureLegPhaseProfile descent enroute transition (key = 7).static final TLcdProcedureLegPhaseProfile descent common route (key = 8).static final TLcdProcedureLegPhaseProfile descent runway transition (key = 9).static final TLcdProcedureLegPhaseApproach transition (IAP) (key = A).static final TLcdProcedureLegPhaseFMS runway transition (SID) or enroute transition (STAR) (key = F).static final TLcdProcedureLegPhaseFMS common route (key = M).static final TLcdProcedureLegPhasePrimary Missed Approach (key = P).static final TLcdProcedureLegPhaseSecondary Missed Approach (key = R).static final TLcdProcedureLegPhaseFMS enroute transition (SID) or runway transition (STAR) (key = S).static final TLcdProcedureLegPhaseVector runway transition (SID) (key = T).static final TLcdProcedureLegPhaseVector enroute transition (SID) (key = V).static final TLcdProcedureLegPhaseMissed approach (IAP) (key = Z). -
Method Summary
-
Field Details
-
PHASE_0
Engine out (SID) (key = 0). -
PHASE_1
Runway transition (SID) or enroute transition (STAR) (key = 1). -
PHASE_2
Common route (key = 2). -
PHASE_3
Enroute transition (SID) or runway transition (STAR) (key = 3). -
PHASE_4
RNAV runway transition (SID) or enroute transition (STAR) (key = 4). -
PHASE_5
RNAV Common route (key = 5). -
PHASE_6
RNAV enroute transition (SID) or runway transition (STAR) (key = 6). -
PHASE_7
Profile descent enroute transition (key = 7). -
PHASE_8
Profile descent common route (key = 8). -
PHASE_9
Profile descent runway transition (key = 9). -
PHASE_F
FMS runway transition (SID) or enroute transition (STAR) (key = F). -
PHASE_M
FMS common route (key = M). -
PHASE_S
FMS enroute transition (SID) or runway transition (STAR) (key = S). -
PHASE_T
Vector runway transition (SID) (key = T). -
PHASE_V
Vector enroute transition (SID) (key = V). -
PHASE_A
Approach transition (IAP) (key = A). -
PHASE_Z
Missed approach (IAP) (key = Z). -
PHASE_P
Primary Missed Approach (key = P). -
PHASE_R
Secondary Missed Approach (key = R). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdProcedurePhaseobject.- Returns:
- the name of the
TLcdProcedurePhaseobject.
-
valueOf
Returns theTLcdProcedurePhaseobject matching the given code.- Parameters:
aCode- The key by which to retrieve aTLcdProcedurePhase. This key must not be null.- Returns:
- A
TLcdProcedurePhaseobject if the parameter matches to a procedure phase, null otherwise.
-
toString
-