Class TLcdAircraftCategory
java.lang.Object
com.luciad.format.aixm.model.procedure.type.TLcdAircraftCategory
Type safe enumeration class, indicating an aircraft classification based on 1.3 times
stall speed in landing configuration at maximum certified landing mass:
- Category A: - less than 169 km/h (91 kt) IAS
- Category B: - 169 km/h (91 kt) or more but less than 224 km/h (121 kt) IAS
- Category C: - 224 km/h (121 kt) or more but less than 261 km/h (141 kt) IAS
- Category D: - 261 km/h (141 kt) or more but less than 307 km/h (166 kt) IAS
- Category E: - 307 km/h (166 kt) or more but less than 391 km/h (211 kt) IAS
- Category H: - helicopter (the stall speed method of calculating aircraft category does not apply)
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAircraftCategory
Category A (key = A).static final TLcdAircraftCategory
Category A with 2% climb gradient ability (key = A20).static final TLcdAircraftCategory
Category A with 3% climb gradient ability (key = A30).static final TLcdAircraftCategory
Category A with 3.5% climb gradient ability (key = A35).static final TLcdAircraftCategory
Categories A and B (key = AB).static final TLcdAircraftCategory
Categories A, B and C (key = ABC).static final TLcdAircraftCategory
Categories A, B, C and D (key = ABCD).static final TLcdAircraftCategory
Category B (key = B).static final TLcdAircraftCategory
Categories B, C and D (key = BCD).static final TLcdAircraftCategory
Category C (key = C).static final TLcdAircraftCategory
Categories C and D (key = CD).static final TLcdAircraftCategory
Categories C, D and E (key = CDE).static final TLcdAircraftCategory
Category D (key = D).static final TLcdAircraftCategory
Categories D and E (key = DE).static final TLcdAircraftCategory
Category E (key = E).static final TLcdAircraftCategory
Category H (key = H).static final TLcdAircraftCategory
Other (key = OTHER).static final TLcdAircraftCategory
Undefined (key = Undefined). -
Method Summary
-
Field Details
-
A
Category A (key = A). -
A20
Category A with 2% climb gradient ability (key = A20). -
B
Category B (key = B). -
A30
Category A with 3% climb gradient ability (key = A30). -
A35
Category A with 3.5% climb gradient ability (key = A35). -
C
Category C (key = C). -
D
Category D (key = D). -
E
Category E (key = E). -
AB
Categories A and B (key = AB). -
CD
Categories C and D (key = CD). -
CDE
Categories C, D and E (key = CDE). -
BCD
Categories B, C and D (key = BCD). -
ABCD
Categories A, B, C and D (key = ABCD). -
DE
Categories D and E (key = DE). -
ABC
Categories A, B and C (key = ABC). -
H
Category H (key = H). -
OTHER
Other (key = OTHER). -
UNDEFINED
Undefined (key = Undefined).
-
-
Method Details
-
getName
Returns the name of theTLcdAircraftCategory
object.- Returns:
- the name of the
TLcdAircraftCategory
object.
-
valueOf
Returns theTLcdAircraftCategory
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdAircraftCategory
. This key must not be null.- Returns:
- A
TLcdAircraftCategory
object if the parameter matches to an aircraft category, null otherwise.
-
toString
-