Interface ILcdDAFIFPrecisionApproachPathFeature
- All Superinterfaces:
ILcdFinalApproachPathFeature
This interface extends the more general applicable features defined in
ILcdFinalApproachPathFeature
with features specific for DAFIF.
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 DAFIF Precision Approach Path Points is
TLcdDAFIFTPrecisionApproachPathDataProperties
.
- Since:
- 2023.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The airport identification of the precision approach path.static final String
The ICAO FAA host country identifier of the precision approach path.static final String
The terminal identifier of the precision approach path.Fields inherited from interface com.luciad.ais.model.finalapproachpath.ILcdFinalApproachPathFeature
APPROACH_IDENTIFIER, APPROACH_INDICATOR, APPROACH_PERFORMANCE_DESIGNATOR, APPROACH_TYPE_IDENTIFIER, COURSE_WIDTH_AT_THRESHOLD, CYCLE_DATE, FLIGHT_PATH_ALIGNMENT_POINT, FLIGHT_PATH_ALIGNMENT_POINT_ELLIPSOID_HEIGHT, FLIGHT_PATH_ALIGNMENT_POINT_ORTHOMETRIC_HEIGHT, GLIDE_PATH_ANGLE, GNSS_CHANNEL, HELICOPTER_PROCEDURE_COURSE, HORIZONTAL_ALERT_LIMIT, LANDING_THRESHOLD_POINT, LANDING_THRESHOLD_POINT_ELLIPSOID_HEIGHT, LANDING_THRESHOLD_POINT_ORTHOMETRIC_HEIGHT, LENGTH_OFFSET, OPERATION_TYPE, REFERENCE_PATH_DATA_SELECTOR, REFERENCE_PATH_IDENTIFIER, RUNWAY_IDENTIFIER, SBAS_SERVICE_PROVIDER_IDENTIFIER, THRESHOLD_CROSSING_HEIGHT, VERTICAL_ALERT_LIMIT
-
Field Details
-
AIRPORT_IDENTIFICATION
The airport identification of the precision approach path. The airport identification is of the typeString
.- See Also:
-
TERMINAL_IDENTIFIER
The terminal identifier of the precision approach path. The terminal identifier is of the typeString
.- See Also:
-
HOST_COUNTRY_IDENTIFIER
The ICAO FAA host country identifier of the precision approach path. The ICAO FAA host country identifier is of the typeString
.- See Also:
-