Interface ILcdDAFIFRunwayDirectionFeature

All Superinterfaces:
ILcdRunwayDirectionFeature

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

See Also:
  • Field Details

    • LANDING_DISTANCE_AVAILABLE

      static final String LANDING_DISTANCE_AVAILABLE
      The runway length declared available and suitable for a landing airplane. The landing distance available is of the type Integer
      See Also:
    • LANDING_DISTANCE_AVAILABLE_UNIT

      static final String LANDING_DISTANCE_AVAILABLE_UNIT
      The unit of measurement of the landing distance available. The unit of measurement of the landing distance available is of the type TLcdDistanceUnit.
      See Also:
    • TAKEOFF_DISTANCE_AVAILABLE

      static final String TAKEOFF_DISTANCE_AVAILABLE
      The runway length declared available and suitable for the ground run of an airplane taking off. The takeoff distance available is of the type Integer.
      See Also:
    • TAKEOFF_DISTANCE_AVAILABLE_UNIT

      static final String TAKEOFF_DISTANCE_AVAILABLE_UNIT
      The unit of measurement of the takeoff distance available. The unit of measurement of the takeoff distance available is of the type TLcdDistanceUnit.
      See Also:
    • SLOPE

      static final String SLOPE
      The slope in percent. The slope is of the type Float
      See Also:
    • TOUCHDOWN_ZONE_ELEVATION

      static final String TOUCHDOWN_ZONE_ELEVATION
      The highest elevation of the runway touch down zone. The touchdown zone elevation is of the type Float.
      See Also:
    • TOUCHDOWN_ZONE_ELEVATION_UNIT

      static final String TOUCHDOWN_ZONE_ELEVATION_UNIT
      The unit of measurement of the touchdown zone elevation. The unit of measurement of the touchdown zone elevation is of the type TLcdAltitudeUnit.
      See Also:
    • THRESHOLD_ELEVATION

      static final String THRESHOLD_ELEVATION
      The elevation at the point of threshold on 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: