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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The airport identification of a Minimum Sector Altitude.static final TLcdDataProperty
The ICAO code of a Minimum Sector Altitude.static final TLcdDataProperty
The navaid country code of a Minimum Sector Altitude.static final TLcdDataProperty
The navaid identifier of a Minimum Sector Altitude.static final TLcdDataProperty
The navaid key code of a Minimum Sector Altitude.static final TLcdDataProperty
The navaid type of a Minimum Sector Altitude.static final TLcdDataProperty
The procedure type of a Minimum Sector Altitude.static final TLcdDataProperty
The terminal identifier of a Minimum Sector Altitude.static final TLcdDataProperty
The way point country code of a Minimum Sector Altitude.static final TLcdDataProperty
The 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
.
-