Class TLcdDAFIFTMarkerDataProperties
java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTMarkerDataProperties
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 indicating how a locator or navaid is collocated.static final TLcdDataProperty
A code indicating which part of an ILS or MLS installation is represented by the marker.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT 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 the distance from the approach end of the runway to the marker in thousandths of nautical miles.static final TLcdDataProperty
The angular difference between True North and Magnetic North.static final TLcdDataProperty
The type of this marker.static final TLcdDataProperty
The official name assigned to the marker by the controlling authority.static final TLcdDataProperty
The country code of the navaid collocated with the marker.static final TLcdDataProperty
The identification of the navaid collocated with the marker.static final TLcdDataProperty
The key code of the navaid collocated with the marker.static final TLcdDataProperty
The type of the navaid collocated with the marker.static final TLcdDataProperty
The identification of the runway served by the marker. -
Method Summary
-
Field Details
-
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
. -
COMPONENT_TYPE
A code indicating which part of an ILS or MLS installation is represented by the marker. The component type of a marker will always be 'B', 'I', 'M' or 'O'. The component type is of the typeCharacter
. -
MARKER_TYPE
The type of this marker. The marker type is of the typeTLcdMarkerType
. -
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation is of the typeString
. -
NAME
The official name assigned to the marker by the controlling authority. The name is of the typeString
. -
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
. -
LOCATION
The the distance from the approach end of the runway to the marker in thousandths of nautical miles. The location is of the typeFloat
. -
NAVAID_IDENTIFIER
The identification of the navaid collocated with the marker. The navaid identifier is of the typeString
. -
NAVAID_TYPE
The type of the navaid collocated with the marker. The navaid type is of the typeTLcdNavaidType
. -
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with the marker. The navaid country code is of the typeString
. -
NAVAID_KEY_CODE
The key code of the navaid collocated with the marker. The navaid key code is of the typeString
. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
-