Interface ILcdARINCRunwayDirectionFeature

All Superinterfaces:
ILcdRunwayDirectionFeature

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

See Also:
  • Field Details

    • GRADIENT

      static final String GRADIENT
      The gradient in percent. The gradient is of the type Float
      See Also:
    • THRESHOLD_ELEVATION

      static final String THRESHOLD_ELEVATION
      The elevation of the threshold of the runway direction. The elevation of the threshold is of the type Float.
      See Also:
    • THRESHOLD_ELEVATION_UNIT

      static final String THRESHOLD_ELEVATION_UNIT
      The unit of measurement of the threshold elevation. The unit of measurement of the threshold elevation is of the type TLcdAltitudeUnit.
      See Also:
    • THRESHOLD_CROSSING_HEIGHT

      static final String THRESHOLD_CROSSING_HEIGHT
      The height above the landing threshold on a normal glide path. The threshold crossing height is of the type Float.
      See Also:
    • THRESHOLD_CROSSING_HEIGHT_UNIT

      static final String THRESHOLD_CROSSING_HEIGHT_UNIT
      The unit of measurement of the threshold crossing height. The unit of measurement of the threshold crossing height is of the type TLcdAltitudeUnit.
      See Also:
    • THRESHOLD_CROSSING_HEIGHT_INDICATOR

      static final String THRESHOLD_CROSSING_HEIGHT_INDICATOR
      Defines which threshold crossing height value is provided in the runway direction. The threshold crossing height value indicator is of the type TLcdThresholdCrossingHeightIndicator.
      See Also:
    • ELLIPSOIDAL_HEIGHT

      static final String ELLIPSOIDAL_HEIGHT
      The height of the threshold of the runway direction in reference to the WGS-84 ellipsoid. The ellipsoidal height is of the type Float.
      See Also:
    • ELLIPSOIDAL_HEIGHT_UNIT

      static final String ELLIPSOIDAL_HEIGHT_UNIT
      The unit of measurement of the ellipsoidal height. The unit of measurement of the ellipsoidal height is of the type TLcdAltitudeUnit.
      See Also:
    • LOCALIZER_ID

      static final String LOCALIZER_ID
      The id of the first localizer associated with the runway direction. The localizer id is of the type String.
      See Also:
    • LOCALIZER_CATEGORY

      static final String LOCALIZER_CATEGORY
      The category of the first localizer associated with the runway direction. The localizer category is of the type TLcdILSMLSCategoryType.
      See Also:
    • SECOND_LOCALIZER_ID

      static final String SECOND_LOCALIZER_ID
      The id of the second localizer associated with the runway direction. The second localizer id is of the type String.
      See Also:
    • SECOND_LOCALIZER_CATEGORY

      static final String SECOND_LOCALIZER_CATEGORY
      The category of the second localizer associated with the runway direction. The second localizer category is of the type TLcdILSMLSCategoryType.
      See Also:
    • STOPWAY

      static final String STOPWAY
      The length of the area beyond the runway direction, no less wide than the runway and centered upon the extended center line of the runway direction, designated for use in decelerating the airplane during an aborted takeoff. The stopway is of the type Float.
      See Also:
    • STOPWAY_UNIT

      static final String STOPWAY_UNIT
      The unit of measurement of the stopway. The stopway unit is of the type TLcdDistanceUnit.
      See Also:
    • DESCRIPTION

      static final String DESCRIPTION
      The description of the runway direction. The description is of the type String.
      See Also:
    • THRESHOLD_DISPLACEMENT_DISTANCE

      static final String THRESHOLD_DISPLACEMENT_DISTANCE
      The distance from the extremity of a runway to a threshold not located at that extremity of that runway. The threshold displacement distance is of the type Integer (in feet).
      Since:
      2016.1.56
      See Also:
    • THRESHOLD_DISPLACEMENT_DISTANCE_UNIT

      static final String THRESHOLD_DISPLACEMENT_DISTANCE_UNIT
      The unit of measurement of the threshold displacement distance. The unit of measurement of the threshold displacement distance is of the type TLcdDistanceUnit.
      Since:
      2016.1.56
      See Also: