Class TLcdAIXM51CodeAircraftStand
java.lang.Object
com.luciad.format.aixm51.model.datatypes.ALcdAIXM51Code
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeAircraftStand
A code indicating the type of stand.
For example, parking position on the apron, isolated aircraft stand, terminal building gate, etc..
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeAircraftStand
static final TLcdAIXM51CodeAircraftStand
static final TLcdAIXM51CodeAircraftStand
static final TLcdAIXM51CodeAircraftStand
static final TLcdAIXM51CodeAircraftStand
static final TLcdAIXM51CodeAircraftStand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.luciad.format.aixm51.model.datatypes.ALcdAIXM51Code
getWellKnown, getWellKnown
-
Field Details
-
NI
-
ANG_NI
-
ANG_NO
-
PARL
-
RMT
-
ISOL
-
-
Constructor Details
-
TLcdAIXM51CodeAircraftStand
-
-
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
-