Interface ILcdARINCDMEFeature
- All Superinterfaces:
ILcdARINCNavaidFeature
,ILcdDMEFeature
,ILcdNavaidFeature
This interface extends the more general applicable features defined in the
ILcdDMEFeature
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 DME is
TLcdARINCDMEDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static 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
A 2-digit bias term used to specify the DME offset.static final String
The unit of measurement of the ILS/DME bias.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.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
-
Field Details
-
DME_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:
-
ILS_DME_BIAS
A 2-digit bias term used to specify the DME offset.The ILS/DME Bias field is intended only for DMEs in an ILS installation.
The ILS/DME bias is of the type
Float
.- See Also:
-
ILS_DME_BIAS_UNIT
The unit of measurement of the ILS/DME bias.The ILS/DME Bias Unit field is intended only for DMEs in an ILS installation.
The ILS/DME bias unit is of the type
TLcdDistanceUnit
.- 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:
-