Class TLcdFinalApproachPathDataProperties
java.lang.Object
com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPathDataProperties
- Direct Known Subclasses:
TLcdDAFIFTPrecisionApproachPathDataProperties
This class provides easy access to the properties of the final approach path type.
- Since:
- 2023.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The approach identifier of the final approach path.static final TLcdDataProperty
The approach/route indicator of the final approach path.static final TLcdDataProperty
The approach performance designator of the final approach path.static final TLcdDataProperty
The approach type identifier of the final approach path.static final TLcdDataProperty
The course width at threshold of the final approach path.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The flight path alignment point of the final approach path.static final TLcdDataProperty
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 TLcdDataProperty
The height of the flight path alignment point of the final approach path, expressed in meters above or below MSL.static final TLcdDataProperty
The glide path angle of the final approach path.static final TLcdDataProperty
The GNSS channel of the final approach path.static final TLcdDataProperty
The helicopter procedure course of the final approach path.static final TLcdDataProperty
The horizontal alert limit of the final approach path.static final TLcdDataProperty
The landing threshold point of the final approach path.static final TLcdDataProperty
The height of the landing threshold point of the final approach path, expressed in meters above or below the WGS-84 ellipsoid.static final TLcdDataProperty
The height of the landing threshold point of the final approach path, expressed in meters above or below MSL.static final TLcdDataProperty
The length offset of the final approach path, expressed in meters.static final TLcdDataProperty
The operation type of the final approach path.static final TLcdDataProperty
The reference path data selector of the final approach path.static final TLcdDataProperty
The reference path identifier of the final approach path.static final TLcdDataProperty
The runway/helipad identifier of the final approach path.static final TLcdDataProperty
The SBAS service provider identifier of the final approach path.static final TLcdDataProperty
The FPCP threshold crossing height of the final approach path.static final TLcdDataProperty
The vertical alert limit of the final approach path. -
Constructor Summary
-
Method Summary
-
Field Details
-
APPROACH_IDENTIFIER
The approach identifier of the final approach path. The approach identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The runway/helipad identifier of the final approach path. The runway/helipad identifier is of the typeString
. -
OPERATION_TYPE
The operation type of the final approach path. The operation type is of the typeInteger
. -
APPROACH_INDICATOR
The approach/route indicator of the final approach path. The approach/route indicator is of the typeString
. -
SBAS_SERVICE_PROVIDER_IDENTIFIER
The SBAS service provider identifier of the final approach path. The SBAS service provider identifier is of the typeInteger
. -
REFERENCE_PATH_DATA_SELECTOR
The reference path data selector of the final approach path. The reference path data selector is of the typeInteger
. -
REFERENCE_PATH_IDENTIFIER
The reference path identifier of the final approach path. The reference path identifier is of the typeString
. -
APPROACH_PERFORMANCE_DESIGNATOR
The approach performance designator of the final approach path. The approach performance designator is of the typeInteger
. -
LANDING_THRESHOLD_POINT
The landing threshold point of the final approach path. The landing threshold point is of the typeILcdPoint
. -
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
. -
THRESHOLD_CROSSING_HEIGHT
The FPCP threshold crossing height of the final approach path. The FPCP threshold crossing height is of the typeILcdISO19103Measure
. -
GLIDE_PATH_ANGLE
The glide path angle of the final approach path. The glide path angle is of the typeDouble
. -
FLIGHT_PATH_ALIGNMENT_POINT
The flight path alignment point of the final approach path. The flight path alignment point is of the typeILcdPoint
. -
COURSE_WIDTH_AT_THRESHOLD
The course width at threshold of the final approach path. The course width at threshold is of the typeDouble
. -
LENGTH_OFFSET
The length offset of the final approach path, expressed in meters. The length offset is of the typeInteger
. -
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
. -
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
. -
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
. -
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 typeString
. -
GNSS_CHANNEL
The GNSS channel of the final approach path. The GNSS channel is of the typeInteger
. -
HORIZONTAL_ALERT_LIMIT
The horizontal alert limit of the final approach path. The horizontal alert limit is of the typeDouble
. -
VERTICAL_ALERT_LIMIT
The vertical alert limit of the final approach path. The vertical alert limit is of the typeDouble
. -
APPROACH_TYPE_IDENTIFIER
The approach type identifier of the final approach path. The approach type identifier is of the typeString
. -
HELICOPTER_PROCEDURE_COURSE
The helicopter procedure course of the final approach path. The helicopter procedure course is of the typeInteger
.
-
-
Constructor Details
-
TLcdFinalApproachPathDataProperties
protected TLcdFinalApproachPathDataProperties()
-