Interface ILcdARINCTACANFeature
- All Superinterfaces:
ILcdARINCNavaidFeature
,ILcdNavaidFeature
,ILcdTACANFeature
This interface extends the more general applicable features defined in the
ILcdTACANFeature
interface with ARINC 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 an ARINC TACAN is
TLcdARINCTACANDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
An indication of the usable ranges of the navaid.static final String
The value of the frequency.static final String
The distance in nautical miles to the next nearest navaid on the same frequency.static final String
The unit of measurement of the frequency.static final String
The value of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked.static final String
The type of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked.static final String
Fields inherited from interface com.luciad.format.arinc.model.navaid.ILcdARINCNavaidFeature
AERODROME_ID, CUSTOMER_AREA_CODE, CYCLE_DATE, FACILITY_CHARACTERISTICS, FACILITY_ELEVATION, FACILITY_ELEVATION_UNIT, FIR_IDENTIFIER, ICAO_REGION, NAVAID_CLASS, UIR_IDENTIFIER
Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature
IDENTIFIER, NAME
Fields inherited from interface com.luciad.ais.model.navaid.ILcdTACANFeature
CHANNEL
-
Field Details
-
TACAN_CLASS
- See Also:
-
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:
-
FREQUENCY_PROTECTION
The distance in nautical miles to the next nearest navaid on the same frequency. The frequency protection is of the typeString
.- See Also:
-
FIGURE_OF_MERIT
An indication of the usable ranges of the navaid. The figure of Merit is of the typeTLcdFigureOfMerit
.- See Also:
-
STATION_DECLINATION
The value of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination is of the typeFloat
.- See Also:
-
STATION_DECLINATION_TYPE
The type of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination type is of the typeTLcdStationDeclinationType
.- See Also:
-