Interface ILcdAIXMRunwayDirectionFeature

All Superinterfaces:
ILcdRunwayDirectionFeature

public interface ILcdAIXMRunwayDirectionFeature extends ILcdRunwayDirectionFeature
This interface extends the more general applicable features defined in the ILcdRunwayDirectionFeature interface with AIXM 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 AIXM runway direction is TLcdAIXMRunwayDirectionDataProperties.

See Also:
  • Field Details

    • TDZ_ELEVATION

      static final String TDZ_ELEVATION
      The value of the highest elevation of the runway Touch Down Zone (TDZ). The elevation is of the type Float.
      See Also:
    • TDZ_ELEVATION_ACCURACY

      static final String TDZ_ELEVATION_ACCURACY
      The accuracy of the Touch Down Zone (TDZ) elevation value. The elevation is of the type Float.
      See Also:
    • TDZ_ELEVATION_UNIT

      static final String TDZ_ELEVATION_UNIT
      The unit of measurement for the Touch Down Zone (TDZ) elevation value. The unit of measurement is of the type TLcdAltitudeUnit.
      See Also:
    • TAXI_TIME_ESTIMATION

      static final String TAXI_TIME_ESTIMATION
      An estimation of the taxi time to the runway direction. The taxi time is of the type Float.
      See Also:
    • VASIS_TYPE

      static final String VASIS_TYPE
      A code indicating the type of the visual approach slope indicator system. The VASIS type is of the type TLcdRunwayDirectionVASISType.
      See Also:
    • VASIS_POSITION

      static final String VASIS_POSITION
      A textual description of the position where the visual approach slope indicator system has been installed. The description is of the type String.
      See Also:
    • VASIS_NUMBER_OF_BOXES

      static final String VASIS_NUMBER_OF_BOXES
      The number of boxes that compose the visual approach slope indicator system. The number of boxes is of the type Integer.
      See Also:
    • PORTABLE_VASIS

      static final String PORTABLE_VASIS
      A code indicating whether the visual approach slope indicator system is a portable one. The portable VASIS is of the type Boolean.
      See Also:
    • APPROACH_SLOPE_ANGLE

      static final String APPROACH_SLOPE_ANGLE
      The appropriate approach slope angle to be used by an aircraft using the approach. The slope angle is of the type Float.
      See Also:
    • MIN_EYE_HEIGHT_OVER_TRESHOLD

      static final String MIN_EYE_HEIGHT_OVER_TRESHOLD
      The cockpit height over the threshold given the type of VASIS as specified in the VASIS_TYPE feature. The height is of the type Float.
      See Also:
    • MIN_EYE_HEIGHT_OVER_TRESHOLD_UNIT

      static final String MIN_EYE_HEIGHT_OVER_TRESHOLD_UNIT
      The unit of measurement for the cockpit height over the threshold. The unit of measurement is of the type TLcdAltitudeUnit.
      See Also:
    • ARRESTING_DEVICE

      static final String ARRESTING_DEVICE
      A textual description of an arresting device provided for the runway direction. The description is of the type String.
      See Also:
    • RVR_METEOROLOGICAL_EQUIPMENT

      static final String RVR_METEOROLOGICAL_EQUIPMENT
      A textual description of the RVR meteorological equipment provided for the runway direction. The description is of the type String.
      See Also:
    • VFR_PATTERN

      static final String VFR_PATTERN
      A code indicating the direction of the VFR flight pattern at an aerodrome/heliport, i.e. left or right. The direction is of the type TLcdVFRFlightPatternDirectionType.
      See Also:
    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the features of the runway direction. The date is of the type String.
      See Also:
    • DATE_TILL

      static final String DATE_TILL
      The end date and time of validity for the features of the runway direction. The date is of the type String.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: