Interface ILcdFinalApproachPathFeature
- All Known Subinterfaces:
ILcdDAFIFPrecisionApproachPathFeature
public interface ILcdFinalApproachPathFeature
This interface defines a list of possible features for a final approach path.
- Since:
- 2023.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The approach identifier of the final approach path.static final String
The approach/route indicator of the final approach path.static final String
The approach performance designator of the final approach path.static final String
The approach type identifier of the final approach path.static final String
The course width at threshold of the final approach path.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The flight path alignment point of the final approach path.static final String
The height of the flight path alignment point of the final approach path, expressed in meters above or below the WGS-84 ellipsoid.static final String
The height of the flight path alignment point of the final approach path, expressed in meters above or below MSL.static final String
The glide path angle of the final approach path.static final String
The GNSS channel of the final approach path.static final String
The helicopter procedure course of the final approach path.static final String
The horizontal alert limit of the final approach path.static final String
The landing threshold point of the final approach path.static final String
The height of the landing threshold point of the final approach path, expressed in meters above or below the WGS-84 ellipsoid.static final String
The height of the landing threshold point of the final approach path, expressed in meters above or below MSL.static final String
The length offset of the final approach path, expressed in meters.static final String
The operation type of the final approach path.static final String
The reference path data selector of the final approach path.static final String
The reference path identifier of the final approach path.static final String
The runway/helipad identifier of the final approach path.static final String
The SBAS service provider identifier of the final approach path.static final String
The FPCP threshold crossing height of the final approach path.static final String
The vertical alert limit of the final approach path.
-
Field Details
-
APPROACH_IDENTIFIER
The approach identifier of the final approach path. The approach identifier is of the typeString
.- See Also:
-
RUNWAY_IDENTIFIER
The runway/helipad identifier of the final approach path. The runway/helipad identifier is of the typeString
.- See Also:
-
OPERATION_TYPE
The operation type of the final approach path. The operation type is of the typeInteger
.- See Also:
-
APPROACH_INDICATOR
The approach/route indicator of the final approach path. The approach/route indicator type is of the typeString
.- See Also:
-
SBAS_SERVICE_PROVIDER_IDENTIFIER
The SBAS service provider identifier of the final approach path. The SBAS service provider identifier is of the typeInteger
.- See Also:
-
REFERENCE_PATH_DATA_SELECTOR
The reference path data selector of the final approach path. The reference path data selector is of the typeInteger
.- See Also:
-
REFERENCE_PATH_IDENTIFIER
The reference path identifier of the final approach path. The reference path identifier is of the typeString
.- See Also:
-
APPROACH_PERFORMANCE_DESIGNATOR
The approach performance designator of the final approach path. The approach performance designator is of the typeInteger
.- See Also:
-
LANDING_THRESHOLD_POINT
The landing threshold point of the final approach path. The landing threshold point is of the typeILcdPoint
.- See Also:
-
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 typeDouble
.- See Also:
-
THRESHOLD_CROSSING_HEIGHT
The FPCP threshold crossing height of the final approach path. The FPCP threshold crossing height is of the typeILcdISO19103Measure
.- See Also:
-
GLIDE_PATH_ANGLE
The glide path angle of the final approach path. The glide path angle is of the typeDouble
.- See Also:
-
FLIGHT_PATH_ALIGNMENT_POINT
The flight path alignment point of the final approach path. The flight path alignment point is of the typeILcdPoint
.- See Also:
-
COURSE_WIDTH_AT_THRESHOLD
The course width at threshold of the final approach path. The course width at threshold is of the typeDouble
.- See Also:
-
LENGTH_OFFSET
The length offset of the final approach path, expressed in meters. The length offset is of the typeInteger
.- See Also:
-
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 typeDouble
.- See Also:
-
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 typeDouble
.- See Also:
-
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 typeDouble
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the 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 typeString
.- See Also:
-
GNSS_CHANNEL
The GNSS channel of the final approach path. The GNSS channel is of the typeInteger
.- See Also:
-
HORIZONTAL_ALERT_LIMIT
The horizontal alert limit of the final approach path. The horizontal alert limit is of the typeDouble
.- See Also:
-
VERTICAL_ALERT_LIMIT
The vertical alert limit of the final approach path. The vertical alert limit is of the typeDouble
.- See Also:
-
APPROACH_TYPE_IDENTIFIER
The approach type identifier of the final approach path. The approach type identifier is of the typeString
.- See Also:
-
HELICOPTER_PROCEDURE_COURSE
The helicopter procedure course of the final approach path. The helicopter procedure course is of the typeInteger
.- See Also:
-