Class TLcdDAFIFTArrestingGearDataProperties
java.lang.Object
com.luciad.format.dafift.model.aerodrome.TLcdDAFIFTArrestingGearDataProperties
This class provides easy access to the properties of the ArrestingGear type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The aerodrome identification of the arresting gear.static final TLcdDataProperty
The type of the energy absorbing device of the arresting gear.static final TLcdDataProperty
The type of the engaging (or catching) device of the arresting gear.static final TLcdDataProperty
The ICAO location identifier of the arresting gear.static final TLcdDataProperty
The runway identifier of the arresting gear. -
Method Summary
-
Field Details
-
AERODROME_IDENTIFICATION
The aerodrome identification of the arresting gear. The aerodrome identification is of the typeString
. -
RUNWAY_IDENTIFIER
The runway identifier of the arresting gear. The runway identifier is of the typeString
. -
ENERGY_ABSORBING_DEVICE_CODE
The type of the energy absorbing device of the arresting gear. The energy absorbing device code is of the typeString
. -
ENGAGING_DEVICE_CODE
The type of the engaging (or catching) device of the arresting gear. The engaging device code is of the typeString
. -
ICAO_CODE
The ICAO location identifier of the arresting gear. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
.
-