Interface ILcdDAFIFMinimumSectorAltitudeFeature
- All Superinterfaces:
ILcdMinimumSectorAltitudeFeature
This interface extends the more general applicable features defined in
ILcdMinimumSectorAltitudeFeature
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 a DAFIF Minimum Sector Altitude is
TLcdDAFIFTMinimumSectorAltitudeDataProperties
.
- Since:
- 2022.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The airport identification of this Minimum Sector Altitude.static final String
The ICAO code of this Minimum Sector Altitude.static final String
The navaid country code of this Minimum Sector Altitude.static final String
The navaid identifier of this Minimum Sector Altitude.static final String
The navaid key code of this Minimum Sector Altitude.static final String
The navaid type of this Minimum Sector Altitude.static final String
The procedure type of this Minimum Sector Altitude.static final String
The terminal identifier of this Minimum Sector Altitude.static final String
The way point country code of this Minimum Sector Altitude.static final String
The way point identifier of this Minimum Sector Altitude.
-
Field Details
-
AIRPORT_IDENTIFICATION
The airport identification of this Minimum Sector Altitude. The airport identification is of the typeString
.- See Also:
-
PROCEDURE
The procedure type of this Minimum Sector Altitude. The procedure type is of the typeTLcdProcedureType
.- See Also:
-
TERMINAL_IDENTIFIER
The terminal identifier of this Minimum Sector Altitude. The terminal identifier is of the typeString
.- See Also:
-
ICAO_CODE
The ICAO code of this Minimum Sector Altitude. The ICAO code is of the typeString
.- See Also:
-
NAVAID_IDENTIFIER
The navaid identifier of this Minimum Sector Altitude. The navaid identifier is of the typeString
.- See Also:
-
NAVAID_TYPE
The navaid type of this Minimum Sector Altitude. The navaid type is of the typeTLcdNavaidType
.- See Also:
-
NAVAID_COUNTRY_CODE
The navaid country code of this Minimum Sector Altitude. The navaid country code is of the typeString
.- See Also:
-
NAVAID_KEY_CODE
The navaid key code of this Minimum Sector Altitude. The navaid key code is of the typeString
.- See Also:
-
WAYPOINT_IDENTIFIER
The way point identifier of this Minimum Sector Altitude. The way point identifier is of the typeString
.- See Also:
-
WAYPOIMT_COUNTRY_CODE
The way point country code of this Minimum Sector Altitude. The way point country code is of the typeString
.- See Also:
-