Class TLcdDAFIFCollocatedAerodromeDataProperties
java.lang.Object
com.luciad.format.dafif.model.aerodrome.TLcdDAFIFCollocatedAerodromeDataProperties
This class provides easy access to the properties of the CollocatedAerodrome type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A location identifier assigned by the federal aviation administration.static final TLcdDataProperty
The ICAO location identifier of the aerodrome.static final TLcdDataProperty
The two letter ICAO region of the aerodrome.static final TLcdDataProperty
A free text name of the aerodrome.static final TLcdDataProperty
A code indicating the operating agency of the aerodrome. -
Method Summary
-
Field Details
-
NAME
A free text name of the aerodrome. The name is of the typeString
. -
ICAO_CODE
The ICAO location identifier of the aerodrome. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
ICAO_REGION
The two letter ICAO region of the aerodrome. For ICAO regions starting with a 'K', the second character is not unambiguous specified by the different formats. ARINC will use regions like K1, K2, etc. while DAFIF specifies regions like KZ, KA, etc. . The ICAO region is of the typeString
. -
PRIMARY_OPERATING_AGENCY
A code indicating the operating agency of the aerodrome. The primary operating agency is of the typeString
. -
FEDERAL_AVIATION_ADMINISTRATION_IDENTIFIER
A location identifier assigned by the federal aviation administration. The federal aviation administration identifier/host country identifier is of the typeString
.
-