Package com.luciad.ais.model.navaid
Interface ILcdVORFeature
- All Superinterfaces:
ILcdNavaidFeature
- All Known Subinterfaces:
ILcdAIXMVORFeature
,ILcdARINCVORFeature
,ILcdDAFIFVORFeature
This interface defines general applicable features for a VOR facility.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The value of the frequency.static final String
The unit of measurement of the frequency.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:
-