Interface ILcdARINCAerodromeFeature

All Superinterfaces:
ILcdAerodromeFeature

public interface ILcdARINCAerodromeFeature extends ILcdAerodromeFeature
This interface extends the more general applicable features defined in the ILcdAerodromeFeature interface with ARINC specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for an ARINC aerodrome is TLcdARINCAerodromeDataProperties.

See Also:
  • Field Details

    • CUSTOMER_AREA_CODE

      static final String 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 type String.
      See Also:
    • ATA_IATA_DESIGNATOR

      static final String ATA_IATA_DESIGNATOR
      A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763. The ATA/IATA designator is of type String
      See Also:
    • SPEED_LIMIT_ALTITUDE_VALUE

      static final String SPEED_LIMIT_ALTITUDE_VALUE
      An altitude below which speed limits may be imposed. The speed limit altitude is of the type Double.
      See Also:
    • SPEED_LIMIT_ALTITUDE_UNIT

      static final String 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 type TLcdAltitudeUnit.
      See Also:
    • LONGEST_RUNWAY

      static final String 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 type Integer
      See Also:
    • LONGEST_RUNWAY_SURFACE_CODE

      static final String 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 type TLcdRunwaySurfaceType
      See Also:
    • IFR_CAPABILITY_FLAG

      static final String IFR_CAPABILITY_FLAG
      A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures. The IFR capability is of type Boolean
      See Also:
    • SPEED_LIMIT

      static final String SPEED_LIMIT
      A maximum speed expressed in K.I.A.S. The speed limit is of type String
      See Also:
    • TRANSITION_ALTITUDE_VALUE

      static final String TRANSITION_ALTITUDE_VALUE
      The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes. The transition altitude is of the type Float.
      See Also:
    • TRANSITION_ALTITUDE_UNIT

      static final String TRANSITION_ALTITUDE_UNIT
      The unit of measurement of the transition altitude. The transition altitude unit of measurement is of the type TLcdAltitudeUnit
      See Also:
    • TRANSITION_FLIGHT_LEVEL

      static final String TRANSITION_FLIGHT_LEVEL
      The lowest flight level available for use above the transition altitude. The transition flight level is of the type Integer.
      See Also:
    • TRANSITION_FLIGHT_LEVEL_UNIT

      static final String TRANSITION_FLIGHT_LEVEL_UNIT
      The transition flight level unit of measurement. The unit of measurement for the transition flight level is of the type TLcdAltitudeUnit.
      See Also:
    • TIME_ZONE

      static final String TIME_ZONE
      The time zone of the aerodrome. The time zone is of type String
      See Also:
    • DAYLIGHT_INDICATOR

      static final String DAYLIGHT_INDICATOR
      A boolean flag indicating whether the aerodrome observes Daylight/Summer time or not. The daylight indicator is of type Boolean
      See Also:
    • MAGNETIC_TRUE_INDICATOR

      static final String 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 type String
      See Also:
    • PAD_IDENTIFIER

      static final String PAD_IDENTIFIER
      The identifier of the helipad, described in the heliport records, helipad field, or that pad served by ILS/MLS described in the Airport and Heliport ILS/MLS records. The pad identifier is of type String
      See Also:
    • PAD_DIMENSIONS

      static final String PAD_DIMENSIONS
      The pad dimensions define the landing surface dimensions of the helicopter landing pad, which is either a circle or a rectangle. Six numeric character are used: three digits for each side of the rectangle or three digits for the diameter followed by 000 in case of a circle. The unit of measurement is feet. The pad dimensions are of type String
      See Also:
    • ELEVATION

      static final String 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
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      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 type String.
      Since:
      2016.1.51
      See Also: