Interface ILcdARINCMinimumSectorAltitudeFeature
- All Superinterfaces:
ILcdMinimumSectorAltitudeFeature
This interface extends the more general applicable features defined in
ILcdMinimumSectorAltitudeFeature
with
features specific for ARINC.
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 an ARINC Minimum Sector Altitude is
TLcdARINCMinimumSectorAltitudeDataProperties
.
- Since:
- 2022.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The two letter ICAO code of the aerodrome.static final String
The aerodrome identifier of this Minimum Sector Altitude.static final String
The two letter ICAO code of the center.static final String
The identifier of the center of this Minimum Sector Altitude.static final String
The calendar period in which the record was added to the file or last revised.static final String
A single character (M or T) indicating whether the Minimum Sector Altitude data is with respect to Magnetic North or True North.
-
Field Details
-
AERODROME_IDENTIFIER
The aerodrome identifier of this Minimum Sector Altitude. The aerodrome identifier is of the typeString
.- See Also:
-
AERODROME_ICAO_CODE
The two letter ICAO code of the aerodrome. The ICAO code is of the typeString
.- See Also:
-
CENTER_IDENTIFIER
The identifier of the center of this Minimum Sector Altitude. The center identifier is of the typeString
.- See Also:
-
CENTER_ICAO_CODE
The two letter ICAO code of the center. The ICAO code is of the typeString
.- See Also:
-
MAGNETIC_TRUE_INDICATOR
A single character (M or T) indicating whether the Minimum Sector Altitude data is with respect to Magnetic North or True North. The magnetic true indicator is of typeString
.- See Also:
-
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- See Also:
-