Class TLcdARINCHeliportDataProperties

java.lang.Object
com.luciad.format.arinc.model.aerodrome.TLcdARINCHeliportDataProperties

public final class TLcdARINCHeliportDataProperties extends Object
This class provides easy access to the properties of the Heliport type.
See Also:
  • Field Details

    • CUSTOMER_AREA_CODE

      public static final TLcdDataProperty 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.
    • ICAO_REGION

      public static final TLcdDataProperty 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 type String.
    • IDENTIFICATION

      public static final TLcdDataProperty IDENTIFICATION
      An identifier for an aerodrome. The identifier is of the type String.

      This feature may be format dependent.

    • NAME

      public static final TLcdDataProperty NAME
      A free text name of the aerodrome. The name is of the type String.
    • ATA_IATA_DESIGNATOR

      public static final TLcdDataProperty 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
    • OPERATIONS_TYPE

      public static final TLcdDataProperty OPERATIONS_TYPE
      A code indicating whether an aerodrome is to used for military, civil or both types of operations. The operations type is of type TLcdAerodromeOperationsType
    • SPEED_LIMIT_ALTITUDE

      public static final TLcdDataProperty SPEED_LIMIT_ALTITUDE
      An altitude below which speed limits may be imposed. The speed limit altitude is of the type Double.
    • SPEED_LIMIT_ALTITUDE_UNIT

      public static final TLcdDataProperty 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.
    • SPEED_LIMIT

      public static final TLcdDataProperty SPEED_LIMIT
      A maximum speed expressed in K.I.A.S. The speed limit is of type String
    • IFR_CAPABILITY

      public static final TLcdDataProperty IFR_CAPABILITY
      A boolean flag indicating whether the aerodrome has any published Instrument Approach Procedures. The IFR capability is of type Boolean
    • TRANSITION_ALTITUDE

      public static final TLcdDataProperty 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 type Float.
    • TRANSITION_ALTITUDE_UNIT

      public static final TLcdDataProperty TRANSITION_ALTITUDE_UNIT
      The unit of measurement of the transition altitude. The transition altitude unit of measurement is of the type TLcdAltitudeUnit
    • TRANSITION_FLIGHT_LEVEL

      public static final TLcdDataProperty TRANSITION_FLIGHT_LEVEL
      The lowest flight level available for use above the transition altitude. The transition flight level is of the type Integer.
    • TRANSITION_FLIGHT_LEVEL_UNIT

      public static final TLcdDataProperty 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.
    • TIME_ZONE

      public static final TLcdDataProperty TIME_ZONE
      The time zone of the aerodrome. The time zone is of type String
    • DAYLIGHT_INDICATOR

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

      public static final TLcdDataProperty 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
    • MAGNETIC_VARIATION

      public static final TLcdDataProperty MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North at the location of the aerodrome. The magnetic variation is of type String
    • ORIGINAL_DATUM

      public static final TLcdDataProperty ORIGINAL_DATUM
      The original datum in which the geometry was encoded. Values are instances of ILcdGeodeticDatum.
    • PAD_IDENTIFIER

      public static final TLcdDataProperty 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
      Since:
      2016.1.43
    • PAD_DIMENSIONS

      public static final TLcdDataProperty 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
      Since:
      2016.1.43
    • ELEVATION

      public static final TLcdDataProperty ELEVATION
      The elevation of the 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.
      Since:
      2016.1.49
    • CYCLE_DATE

      public static final TLcdDataProperty 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