Class TLcdFinalApproachPathDataProperties

java.lang.Object
com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPathDataProperties
Direct Known Subclasses:
TLcdDAFIFTPrecisionApproachPathDataProperties

public class TLcdFinalApproachPathDataProperties extends Object
This class provides easy access to the properties of the final approach path type.
Since:
2023.1
See Also:
  • Field Details

    • APPROACH_IDENTIFIER

      public static final TLcdDataProperty APPROACH_IDENTIFIER
      The approach identifier of the final approach path. The approach identifier is of the type String.
    • RUNWAY_IDENTIFIER

      public static final TLcdDataProperty RUNWAY_IDENTIFIER
      The runway/helipad identifier of the final approach path. The runway/helipad identifier is of the type String.
    • OPERATION_TYPE

      public static final TLcdDataProperty OPERATION_TYPE
      The operation type of the final approach path. The operation type is of the type Integer.
    • APPROACH_INDICATOR

      public static final TLcdDataProperty APPROACH_INDICATOR
      The approach/route indicator of the final approach path. The approach/route indicator is of the type String.
    • SBAS_SERVICE_PROVIDER_IDENTIFIER

      public static final TLcdDataProperty SBAS_SERVICE_PROVIDER_IDENTIFIER
      The SBAS service provider identifier of the final approach path. The SBAS service provider identifier is of the type Integer.
    • REFERENCE_PATH_DATA_SELECTOR

      public static final TLcdDataProperty REFERENCE_PATH_DATA_SELECTOR
      The reference path data selector of the final approach path. The reference path data selector is of the type Integer.
    • REFERENCE_PATH_IDENTIFIER

      public static final TLcdDataProperty REFERENCE_PATH_IDENTIFIER
      The reference path identifier of the final approach path. The reference path identifier is of the type String.
    • APPROACH_PERFORMANCE_DESIGNATOR

      public static final TLcdDataProperty APPROACH_PERFORMANCE_DESIGNATOR
      The approach performance designator of the final approach path. The approach performance designator is of the type Integer.
    • LANDING_THRESHOLD_POINT

      public static final TLcdDataProperty LANDING_THRESHOLD_POINT
      The landing threshold point of the final approach path. The landing threshold point is of the type ILcdPoint.
    • LANDING_THRESHOLD_POINT_ELLIPSOID_HEIGHT

      public static final TLcdDataProperty LANDING_THRESHOLD_POINT_ELLIPSOID_HEIGHT
      The height of the landing threshold point of the final approach path, expressed in meters above or below the WGS-84 ellipsoid. The height of the landing threshold point is of the type Double.
    • THRESHOLD_CROSSING_HEIGHT

      public static final TLcdDataProperty THRESHOLD_CROSSING_HEIGHT
      The FPCP threshold crossing height of the final approach path. The FPCP threshold crossing height is of the type ILcdISO19103Measure.
    • GLIDE_PATH_ANGLE

      public static final TLcdDataProperty GLIDE_PATH_ANGLE
      The glide path angle of the final approach path. The glide path angle is of the type Double.
    • FLIGHT_PATH_ALIGNMENT_POINT

      public static final TLcdDataProperty FLIGHT_PATH_ALIGNMENT_POINT
      The flight path alignment point of the final approach path. The flight path alignment point is of the type ILcdPoint.
    • COURSE_WIDTH_AT_THRESHOLD

      public static final TLcdDataProperty COURSE_WIDTH_AT_THRESHOLD
      The course width at threshold of the final approach path. The course width at threshold is of the type Double.
    • LENGTH_OFFSET

      public static final TLcdDataProperty LENGTH_OFFSET
      The length offset of the final approach path, expressed in meters. The length offset is of the type Integer.
    • LANDING_THRESHOLD_POINT_ORTHOMETRIC_HEIGHT

      public static final TLcdDataProperty LANDING_THRESHOLD_POINT_ORTHOMETRIC_HEIGHT
      The height of the landing threshold point of the final approach path, expressed in meters above or below MSL. The height of the landing threshold point is of the type Double.
    • FLIGHT_PATH_ALIGNMENT_POINT_ORTHOMETRIC_HEIGHT

      public static final TLcdDataProperty FLIGHT_PATH_ALIGNMENT_POINT_ORTHOMETRIC_HEIGHT
      The height of the flight path alignment point of the final approach path, expressed in meters above or below MSL. The height of the flight path alignment point is of the type Double.
    • FLIGHT_PATH_ALIGNMENT_POINT_ELLIPSOID_HEIGHT

      public static final TLcdDataProperty FLIGHT_PATH_ALIGNMENT_POINT_ELLIPSOID_HEIGHT
      The height of the flight path alignment point of the final approach path, expressed in meters above or below the WGS-84 ellipsoid. The height of the flight path alignment point is of the type Double.
    • CYCLE_DATE

      public static final TLcdDataProperty CYCLE_DATE
      Identifies the calendar period in which the record was added to the DAFIFT 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.
    • GNSS_CHANNEL

      public static final TLcdDataProperty GNSS_CHANNEL
      The GNSS channel of the final approach path. The GNSS channel is of the type Integer.
    • HORIZONTAL_ALERT_LIMIT

      public static final TLcdDataProperty HORIZONTAL_ALERT_LIMIT
      The horizontal alert limit of the final approach path. The horizontal alert limit is of the type Double.
    • VERTICAL_ALERT_LIMIT

      public static final TLcdDataProperty VERTICAL_ALERT_LIMIT
      The vertical alert limit of the final approach path. The vertical alert limit is of the type Double.
    • APPROACH_TYPE_IDENTIFIER

      public static final TLcdDataProperty APPROACH_TYPE_IDENTIFIER
      The approach type identifier of the final approach path. The approach type identifier is of the type String.
    • HELICOPTER_PROCEDURE_COURSE

      public static final TLcdDataProperty HELICOPTER_PROCEDURE_COURSE
      The helicopter procedure course of the final approach path. The helicopter procedure course is of the type Integer.
  • Constructor Details

    • TLcdFinalApproachPathDataProperties

      protected TLcdFinalApproachPathDataProperties()