Class TLcdARINCAerodromeDataProperties
java.lang.Object
com.luciad.format.arinc.model.aerodrome.TLcdARINCAerodromeDataProperties
This class provides easy access to the properties of the Aerodrome type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763.static final TLcdDataProperty
A code permitting to categorize the aerodromes by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
A boolean flag indicating whether the aerodrome observes Daylight/Summer time or not.static final TLcdDataProperty
The elevation of the Airport/Heliport in feet to a resolution of one foot.static final TLcdDataProperty
The two letter ICAO region of the aerodrome.static final TLcdDataProperty
An identifier for an aerodrome.static final TLcdDataProperty
A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures.static final TLcdDataProperty
The length of the longest operational hard-surface runway at the aerodrome in hundreds feet.static final TLcdDataProperty
A code indicating whether the surface type of the runway whose length is found in the Longest Runway field is hard, soft, water or unknown.static final TLcdDataProperty
A single character (M or T) indicating whether all detail and procedure data for the aerodrome are with respect to Magnetic North or True North.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
The original datum in which the geometry was encoded.static final TLcdDataProperty
An identification of a navaid (VOR, VOR-DME or VORTAC).static final TLcdDataProperty
A maximum speed expressed in K.I.A.S.static final TLcdDataProperty
An altitude below which speed limits may be imposed.static final TLcdDataProperty
The unit of measurement of the speed limit altitude.static final TLcdDataProperty
The time zone of the aerodrome.static final TLcdDataProperty
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes.static final TLcdDataProperty
The unit of measurement of the transition altitude.static final TLcdDataProperty
The lowest flight level available for use above the transition altitude.static final TLcdDataProperty
The transition flight level unit of measurement. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize the aerodromes by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code 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
. -
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
. -
ATA_IATA_DESIGNATOR
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763. The ATA/IATA designator is of 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
-
LONGEST_RUNWAY
The length of the longest operational hard-surface runway at the aerodrome in hundreds feet. If the aerodrome does not have any hard-surface runways that meet the criteria, the length of the longest operational runway will be represented. The longest runway is of typeInteger
-
LONGEST_RUNWAY_SURFACE_CODE
A code indicating whether the surface type of the runway whose length is found in the Longest Runway field is hard, soft, water or unknown. The longest runway surface code is of typeTLcdRunwaySurfaceType
-
SPEED_LIMIT_ALTITUDE
An altitude below which speed limits may be imposed. The speed limit altitude is of the typeDouble
. -
SPEED_LIMIT_ALTITUDE_UNIT
The unit of measurement of the speed limit altitude. The unit of measurement for the speed limit altitude field is of the typeTLcdAltitudeUnit
. -
SPEED_LIMIT
A maximum speed expressed in K.I.A.S. The speed limit is of typeString
-
IFR_CAPABILITY
A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures. The IFR capability is of typeBoolean
-
RECOMMENDED_NAVAID
An identification of a navaid (VOR, VOR-DME or VORTAC). The recommended navaid is of typeString
-
TRANSITION_ALTITUDE
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes. The transition altitude is of the typeFloat
. -
TRANSITION_ALTITUDE_UNIT
The unit of measurement of the transition altitude. The transition altitude unit of measurement is of the typeTLcdAltitudeUnit
-
TRANSITION_FLIGHT_LEVEL
The lowest flight level available for use above the transition altitude. The transition flight level is of the typeInteger
. -
TRANSITION_FLIGHT_LEVEL_UNIT
The transition flight level unit of measurement. The unit of measurement for the transition flight level is of the typeTLcdAltitudeUnit
. -
TIME_ZONE
The time zone of the aerodrome. The time zone is of typeString
-
DAYLIGHT_INDICATOR
A boolean flag indicating whether the aerodrome observes Daylight/Summer time or not. The daylight indicator is of typeBoolean
-
MAGNETIC_TRUE_INDICATOR
A single character (M or T) indicating whether all detail and procedure data for the aerodrome are with respect to Magnetic North or True North. The magnetic true indicator 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
-
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
ELEVATION
The elevation of the Airport/Heliport in feet to a resolution of one foot. For elevations above MSL, the field contains the numeric characters of the elevation only. For below MSL elevations the first character of the field is a minus (-) sign. In most cases, airport elevation is defined as the highest elevation of any landing surface on the airport.- Since:
- 2016.1.49
-
CYCLE_DATA
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
-