Interface ILcdDAFIFTACANFeature
- All Superinterfaces:
ILcdDAFIFNavaidFeature
,ILcdNavaidFeature
,ILcdTACANFeature
This interface extends the more general applicable features defined in the
ILcdTACANFeature
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 TACAN is
TLcdDAFIFTACANDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code indicating the channel of the TACAN.static final String
The value of the frequency.static final String
The unit of measurement of the frequency.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 TACAN. The channel is of the typeString
.- See Also:
-