Interface ILcdDAFIFMarkerFeature
- All Superinterfaces:
ILcdMarkerFeature
This interface extends the more general applicable features defined in the
ILcdMarkerFeature
interface with DAFIF 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 a DAFIF marker is
TLcdDAFIFMarkerDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the marker relates.static final String
A code indicating how a locator or navaid is collocated.static final String
A code indicating which part of an ILS or MLS installation is represented by the marker.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The the distance from the approach end of the runway to the marker in thousandths of nautical miles.static final String
The angular difference between True North and Magnetic North.static final String
The official name assigned to the marker by the controlling authority.static final String
The country code of the navaid collocated with the marker.static final String
The identification of the navaid collocated with the marker.static final String
The key code of the navaid collocated with the marker.static final String
The type of the navaid collocated with the marker.static final String
The identification of the runway served by the marker.Fields inherited from interface com.luciad.ais.model.navaid.ILcdMarkerFeature
FREQUENCY, FREQUENCY_UNIT, MARKER_TYPE
-
Field Details
-
AIRPORT_ID
The identification of the aerodrome to which the marker relates. The aerodrome identifier is of the typeString
.- See Also:
-
RUNWAY_ID
The identification of the runway served by the marker. The runway identifier is of the typeString
.- See Also:
-
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
.- See Also:
-
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation is of the typeString
.- See Also:
-
NAME
The official name assigned to the marker by the controlling authority. The name is of the typeString
.- See Also:
-
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
.- See Also:
-
NAVAID_IDENTIFIER
The identification of the navaid collocated with the marker. The navaid identifier is of the typeString
.- See Also:
-
NAVAID_TYPE
The type of the navaid collocated with the marker. The navaid type is of the typeTLcdNavaidType
.- See Also:
-
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with the marker. The navaid country code is of the typeString
.- See Also:
-
NAVAID_KEY_CODE
The key code of the navaid collocated with the marker. The navaid key code is of the typeString
.- See Also:
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the 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
- See Also:
-