Class TLcdDAFIFTRunwayDirectionDataProperties

java.lang.Object
com.luciad.format.dafift.model.aerodrome.TLcdDAFIFTRunwayDirectionDataProperties

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

    • IDENTIFIER

      public static final TLcdDataProperty IDENTIFIER
      The identifier of the runway direction. The identifier is of the type String.
    • MAGNETIC_HEADING

      public static final TLcdDataProperty MAGNETIC_HEADING
      The magnetic heading of the runway direction. The magnetic heading is of the type Float.
    • TRUE_BEARING

      public static final TLcdDataProperty TRUE_BEARING
      The true bearing of the runway direction. The true bearing is of the type Float.
    • LANDING_DISTANCE_AVAILABLE

      public static final TLcdDataProperty LANDING_DISTANCE_AVAILABLE
      The runway length declared available and suitable for a landing airplane. The landing distance available is of the type Integer
    • LANDING_DISTANCE_AVAILABLE_UNIT

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

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

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

      public static final TLcdDataProperty SLOPE
      The slope in percent. The slope is of the type Float
    • TOUCHDOWN_ZONE_ELEVATION

      public static final TLcdDataProperty TOUCHDOWN_ZONE_ELEVATION
      The highest elevation of the runway touch down zone. The touchdown zone elevation is of the type Float.
    • TOUCHDOWN_ZONE_ELEVATION_UNIT

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

      public static final TLcdDataProperty THRESHOLD_ELEVATION
      The elevation at the point of threshold on the runway direction. The elevation of the threshold is of the type Float.
    • THRESHOLD_ELEVATION_UNIT

      public static final TLcdDataProperty THRESHOLD_ELEVATION_UNIT
      The unit of measurement of the threshold elevation. The unit of measurement of the threshold elevation is of the type TLcdAltitudeUnit.