Class TLcdARINCMarkerDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCMarkerDataProperties
This class provides easy access to the properties of the Marker type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the marker relates.static final TLcdDataProperty
A code permitting to categorize markers by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
The frequency of this marker.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The two letter ICAO region of the marker.static final TLcdDataProperty
A code identifying the marker.static final TLcdDataProperty
The angular difference between True North and Magnetic North.static final TLcdDataProperty
The type of this marker.static final TLcdDataProperty
The true bearing of the minor axis of the marker beacon.static final TLcdDataProperty
The identification of the runway served by the marker. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize markers by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
. -
ICAO_REGION
The two letter ICAO region of the marker. The ICAO region is of the typeString
. -
AIRPORT_IDENTIFIER
The identification of the aerodrome to which the marker relates. The aerodrome identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The identification of the runway served by the marker. The runway identifier is of the typeString
. -
IDENTIFIER
A code identifying the marker. The identifier is of the typeString
. -
MARKER_TYPE
The type of this marker. The marker type is of the typeTLcdMarkerType
. -
FREQUENCY
The frequency of this marker. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
. -
MINOR_AXIS_BEARING
The true bearing of the minor axis of the marker beacon. The minor axis bearing is of the typeFloat
. -
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
-