Interface ILcdDAFIFHelipadFeature

All Superinterfaces:
ILcdHelipadFeature

public interface ILcdDAFIFHelipadFeature extends ILcdHelipadFeature
This interface extends the more general applicable features defined in the ILcdHelipadFeature interface with DAFIF 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 a DAFIF helipad is TLcdDAFIFHelipadDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A flag indicating whether this helipad is closed or unused.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The identifier of the heliport to which this helipad belongs.
    static final String
    The maximum demonstrated usage for an aircraft/helicopter known to have used the landing surface the last five years.
    static final String
    A lighting system of this helipad.
    static final String
    A lighting system of this helipad.
    static final String
    A lighting system of this helipad.
    static final String
    The identifier of this helipad.
    static final String
    The sequence number of the helipad.
    static final String
    The surface type of this helipad.
  • Field Details

    • HELIPORT_ID

      static final String HELIPORT_ID
      The identifier of the heliport to which this helipad belongs. The heliport identifier is of the type String.
      See Also:
    • SEQUENCE_NUMBER

      static final String SEQUENCE_NUMBER
      The sequence number of the helipad. The sequence number is of the type String.
      See Also:
    • SURFACE

      static final String SURFACE
      The surface type of this helipad. The surface is of the type TLcdRunwaySurfaceType.
      See Also:
    • LANDING_AREA_AIRCRAFT_TYPE

      static final String LANDING_AREA_AIRCRAFT_TYPE
      The maximum demonstrated usage for an aircraft/helicopter known to have used the landing surface the last five years. The landing area aircraft type is of the type TLcdLandingAreaAircraftType
      See Also:
    • CLOSED

      static final String CLOSED
      A flag indicating whether this helipad is closed or unused. The closed feature is of the type Boolean.
      See Also:
    • LGT_SYS1

      static final String LGT_SYS1
      A lighting system of this helipad. Lighting systems are of the type TLcdLightingSystemType.
      See Also:
    • LGT_SYS2

      static final String LGT_SYS2
      A lighting system of this helipad. Lighting systems are of the type TLcdLightingSystemType.
      See Also:
    • LGT_SYS3

      static final String LGT_SYS3
      A lighting system of this helipad. Lighting systems are of the type TLcdLightingSystemType.
      See Also:
    • PAD_IDENTIFIER

      static final String PAD_IDENTIFIER
      The identifier of this helipad. The pad identifier is of the type String.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the 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 type String.
      Since:
      2022.0
      See Also: