Package com.luciad.ais.model.navaid
Interface ILcdMarkerFeature
- All Known Subinterfaces:
ILcdAIXMMarkerFeature
,ILcdARINCMarkerFeature
,ILcdDAFIFMarkerFeature
public interface ILcdMarkerFeature
This interface defines general applicable features for a marker.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Details
-
MARKER_TYPE
The type of this marker. The marker type is of the typeTLcdMarkerType
.- See Also:
-
FREQUENCY
The frequency of this marker. 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:
-