Interface ILcdDAFIFDMEFeature
- All Superinterfaces:
ILcdDAFIFNavaidFeature
,ILcdDMEFeature
,ILcdNavaidFeature
This interface extends the more general applicable features defined in the
ILcdDMEFeature
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 DME is
TLcdDAFIFDMEDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The aerodrome identifier of this DME.static final String
A code indicating the channel of the DME.static final String
A code indicating how a locator or navaid is collocated.static final String
The ground equipment that provides an approach path for alignment and descent on final approach to a runway.static final String
The value of the frequency.static final String
The unit of measurement of the frequency.static final String
The distance between the DME and associated landing threshold.static final String
The unit of measurement of the ILS/DME bias.static final String
The runway identifier of this DME.Fields inherited from interface com.luciad.format.dafif.model.navaid.ILcdDAFIFNavaidFeature
COUNTRY_CODE, CYCLE_DATE, FREQUENCY_PROTECTION, ICAO_CODE, ICAO_REGION, KEY_CODE, MAGNETIC_VARIATION, POWER, POWER_UNIT, RADIO_CLASS_CODE, RANGE, RANGE_UNIT, SLAVED_VARIATION, STATE_PROVINCE_CODE, TYPE, USAGE_CODE, WORLD_AREA_CODE
Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature
IDENTIFIER, NAME
-
Field Details
-
FREQUENCY
The value of the frequency. The frequency is of the typeFloat
.- See Also:
-
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
.- See Also:
-
CHANNEL
A code indicating the channel of the DME. The channel is of the typeString
.- See Also:
-
ILS_DME_BIAS
The distance between the DME and associated landing threshold. The ILS/DME Bias field is intended only for DMEs in an ILS installation. The ILS/DME bias is of the typeFloat
.- See Also:
-
ILS_DME_BIAS_UNIT
The unit of measurement of the ILS/DME bias. The ILS/DME Bias field is intended only for DMEs in an ILS installation. The ILS/DME bias unit is of the typeTLcdDistanceUnit
.- See Also:
-
AIRPORT_ID
The aerodrome identifier of this DME. The aerodrome identifier is intended only for DMEs in an ILS installation. The aerodrome identifier is of the typeString
.- See Also:
-
RUNWAY_ID
The runway identifier of this DME. The runway identifier is intended only for DMEs in an ILS installation. The runway identifier is of the typeString
.- See Also:
-
COMPONENT_TYPE
The ground equipment that provides an approach path for alignment and descent on final approach to a runway. The component type is intended only for DMEs in an ILS installation. The component type is of the typeCharacter
.- See Also:
-
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation field is intended only for DMEs in an ILS installation. The collocation is of the typeString
.- See Also:
-