Class TLcdAIXM51CodeAircraftCategory
java.lang.Object
com.luciad.format.aixm51.model.datatypes.ALcdAIXM51Code
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeAircraftCategory
Classification of aircraft 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)
(IAS = indicated air speed)
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
static final TLcdAIXM51CodeAircraftCategory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.luciad.format.aixm51.model.datatypes.ALcdAIXM51Code
getWellKnown, getWellKnown
-
Field Details
-
A
-
B
-
C
-
D
-
E
-
H
-
ALL
-
-
Constructor Details
-
TLcdAIXM51CodeAircraftCategory
-
-
Method Details
-
getCode
- Specified by:
getCode
in classALcdAIXM51Code
-
toString
- Overrides:
toString
in classALcdAIXM51Code
-
hashCode
public int hashCode()- Overrides:
hashCode
in classALcdAIXM51Code
-
equals
Description copied from class:ALcdAIXM51Code
Codes are equal if their class matches and their code strings are the same.- Overrides:
equals
in classALcdAIXM51Code
-
getWellKnownValues
Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.- Returns:
- A map that maps a well known code to an instance of this class
-