Class TLcdARINCHoldingDataProperties
java.lang.Object
com.luciad.format.arinc.model.procedure.TLcdARINCHoldingDataProperties
This class provides easy access to the properties of the Holding type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
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 TLcdDataProperty
The two letter ICAO region of the holding.static final TLcdDataProperty
The identifier of the fix.static final TLcdDataProperty
The notes of the holding.static final TLcdDataProperty
A statement of the navigation performance accuracy necessary for the holding (expressed in Nautical Miles).static final TLcdDataProperty
The type of this holding. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the fix. The identifier is of the typeString
. -
TYPE
The type of this holding. The type is of the typeTLcdHoldingType
-
ICAO_REGION
The two letter ICAO region of the holding. The ICAO region is of the typeString
. -
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
. -
REQUIRED_NAVIGATION_PERFORMANCE
A statement of the navigation performance accuracy necessary for the holding (expressed in Nautical Miles). The RNP is of the typeFloat
. -
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
-
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
-