Class TLcdDAFIFTMinimumSectorAltitudeDataProperties
java.lang.Object
com.luciad.format.dafift.model.sector.TLcdDAFIFTMinimumSectorAltitudeDataProperties
This class provides easy access to the properties of the Minimum Sector Altitude type.
- Since:
- 2022.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyThe airport identification of a Minimum Sector Altitude.static final TLcdDataPropertyThe ICAO code of a Minimum Sector Altitude.static final TLcdDataPropertyThe navaid country code of a Minimum Sector Altitude.static final TLcdDataPropertyThe navaid identifier of a Minimum Sector Altitude.static final TLcdDataPropertyThe navaid key code of a Minimum Sector Altitude.static final TLcdDataPropertyThe navaid type of a Minimum Sector Altitude.static final TLcdDataPropertyThe procedure type of a Minimum Sector Altitude.static final TLcdDataPropertyThe terminal identifier of a Minimum Sector Altitude.static final TLcdDataPropertyThe way point country code of a Minimum Sector Altitude.static final TLcdDataPropertyThe way point identifier of a Minimum Sector Altitude. -
Method Summary
-
Field Details
-
AIRPORT_IDENTIFICATION
The airport identification of a Minimum Sector Altitude. The airport identification is of the typeString. -
PROCEDURE
The procedure type of a Minimum Sector Altitude. The procedure type is of the typeTLcdProcedureType. -
TERMINAL_IDENTIFIER
The terminal identifier of a Minimum Sector Altitude. The terminal identifier is of the typeString. -
ICAO_CODE
The ICAO code of a Minimum Sector Altitude. The ICAO code is of the typeString. -
NAVAID_IDENTIFIER
The navaid identifier of a Minimum Sector Altitude. The navaid identifier is of the typeString. -
NAVAID_TYPE
The navaid type of a Minimum Sector Altitude. The navaid type is of the typeTLcdNavaidType. -
NAVAID_COUNTRY_CODE
The navaid country code of a Minimum Sector Altitude. The navaid country code is of the typeString. -
NAVAID_KEY_CODE
The navaid key code of a Minimum Sector Altitude. The navaid key code is of the typeString. -
WAYPOINT_IDENTIFIER
The way point identifier of a Minimum Sector Altitude. The way point identifier is of the typeString. -
WAYPOINT_COUNTRY_CODE
The way point country code of a Minimum Sector Altitude. The way point country code is of the typeString.
-