Class TLcdDAFIFTHeliportDataProperties
java.lang.Object
com.luciad.format.dafift.model.aerodrome.TLcdDAFIFTHeliportDataProperties
This class provides easy access to the properties of the Heliport type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code indicating that a vector of airport/heliport communication features is attached to the aerodrome.static final TLcdDataProperty
A code indicating the country in which the aerodrome is located.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static 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
An identifier for an aerodrome.static final TLcdDataProperty
The angular difference between True North and Magnetic North at the location of the aerodrome.static final TLcdDataProperty
A free text name of the aerodrome.static final TLcdDataProperty
A code indicating whether an aerodrome is to used for military, civil or both types of operations.static final TLcdDataProperty
A boolean flag indicating the presence of a navaid that displays flashes of white and/or colored light indicating the location of the aerodrome.static final TLcdDataProperty
A code indicating the state/province in which the aerodrome is located.static final TLcdDataProperty
The world area code in which the aerodrome is located. -
Method Summary
-
Field Details
-
IDENTIFICATION
An identifier for an aerodrome. The identifier is of the typeString
.This feature may be format dependent.
-
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
. -
OPERATIONS_TYPE
A code indicating whether an aerodrome is to used for military, civil or both types of operations. The operations type is of typeTLcdAerodromeOperationsType
-
COUNTRY_CODE
A code indicating the country in which the aerodrome is located. The country code is of the typeString
. -
STATE_PROVINCE_CODE
A code indicating the state/province in which the aerodrome is located. The state/province identification is of the typeInteger
. -
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
. -
ROTATING_BEACON
A boolean flag indicating the presence of a navaid that displays flashes of white and/or colored light indicating the location of the aerodrome. The rotating beacon is of the typeBoolean
. -
WORLD_AREA_CODE
The world area code in which the aerodrome is located. The area code is of typeString
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North at the location of the aerodrome. The magnetic variation is of typeString
-
AERODROME_COMMUNICATIONS
A code indicating that a vector of airport/heliport communication features is attached to the aerodrome. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
-