Interface ILcdARINCHoldingFeature
- All Superinterfaces:
ILcdHoldingFeature
This interface extends the more general applicable features defined in the
ILcdHoldingFeature
interface with ARINC specific features.
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 an ARINC holding is
TLcdARINCHoldingDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The calendar period in which the record was added to the file or last revised.static final String
A code giving more information about the airspace structure in which the holding is to be used and about the multiple designations of holdings on a waypoint or navaid.static final String
The identifier of the fix.static final String
The two letter ICAO region of the holding.static final String
The notes of the holding.static final String
A statement of the navigation performance accuracy necessary for the holding (expressed in Nautical Miles).static final String
The type of this holding.
-
Field Details
-
ICAO_REGION
The two letter ICAO region of the holding. The ICAO region is of the typeString
.- See Also:
-
DUPLICATE_IDENTIFIER
A code giving more information about the airspace structure in which the holding is to be used and about the multiple designations of holdings on a waypoint or navaid. The duplicate identifier is of the typeString
.- See Also:
-
FIX_IDENTIFIER
The identifier of the fix. The identifier is of the typeString
.- See Also:
-
TYPE
The type of this holding. The type is of the typeTLcdHoldingType
- See Also:
-
RNP
A statement of the navigation performance accuracy necessary for the holding (expressed in Nautical Miles). The RNP is of the typeFloat
.- See Also:
-
NOTES
The notes of the holding. In ARINC 424 - 15, this feature contains information supplementary to the holding. In ARINC 424 - 17/18, this feature contains the name commonly applied to the navigation entity. This feature is of the 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
.- Since:
- 2016.1.51
- See Also:
-