public interface ILcdARINCTACANFeature extends ILcdTACANFeature, ILcdARINCNavaidFeature
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
.
TLcdARINCTACANDataProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIGURE_OF_MERIT
An indication of the usable ranges of the navaid.
|
static java.lang.String |
FREQUENCY
The value of the frequency.
|
static java.lang.String |
FREQUENCY_PROTECTION
The distance in nautical miles to the next nearest navaid on the same frequency.
|
static java.lang.String |
FREQUENCY_UNIT
The unit of measurement of the frequency.
|
static java.lang.String |
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.
|
static java.lang.String |
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.
|
static java.lang.String |
TACAN_CLASS |
CHANNEL
AERODROME_ID, CUSTOMER_AREA_CODE, CYCLE_DATE, FACILITY_CHARACTERISTICS, FACILITY_ELEVATION, FACILITY_ELEVATION_UNIT, FIR_IDENTIFIER, ICAO_REGION, NAVAID_CLASS, UIR_IDENTIFIER
IDENTIFIER, NAME
static final java.lang.String TACAN_CLASS
static final java.lang.String FREQUENCY
Float
.static final java.lang.String FREQUENCY_UNIT
TLcdFrequencyUnit
.static final java.lang.String FREQUENCY_PROTECTION
String
.static final java.lang.String FIGURE_OF_MERIT
TLcdFigureOfMerit
.static final java.lang.String STATION_DECLINATION
Float
.static final java.lang.String STATION_DECLINATION_TYPE
TLcdStationDeclinationType
.