Class TLcdDAFIFTPrecisionApproachPathDataProperties
java.lang.Object
com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPathDataProperties
com.luciad.format.dafift.model.precisionapproachpath.TLcdDAFIFTPrecisionApproachPathDataProperties
public class TLcdDAFIFTPrecisionApproachPathDataProperties
extends TLcdFinalApproachPathDataProperties
This class provides easy access to the properties of the precision approach path type.
- Since:
- 2023.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The airport identification of the precision approach path.static final TLcdDataProperty
The ICAO FAA host country identifier of the precision approach path.static final TLcdDataProperty
The terminal identifier of the precision approach path.Fields inherited from class com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPathDataProperties
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
-
Method Summary
-
Field Details
-
AIRPORT_IDENTIFICATION
The airport identification of the precision approach path. The airport identification is of the typeString
. -
TERMINAL_IDENTIFIER
The terminal identifier of the precision approach path. The terminal identifier is of the typeString
. -
HOST_COUNTRY_IDENTIFIER
The ICAO FAA host country identifier of the precision approach path. The ICAO FAA host country identifier is of the typeString
.
-