public interface ILcdARINCLocalizerFeature extends ILcdLocalizerFeature
ILcdLocalizerFeature
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 localizer is
TLcdARINCLocalizerDataProperties
.
TLcdARINCLocalizerDataProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AIRPORT_ID
The identification of the aerodrome to which the localizer
relates.
|
static java.lang.String |
IDENTIFIER
A code identifying the localizer.
|
static java.lang.String |
ILS_CATEGORY
The localizer category.
|
static java.lang.String |
LOCALIZER_BEARING
The bearing of the localizer course.
|
static java.lang.String |
LOCALIZER_BEARING_TYPE
The type of the ILS bearing (grid, magnetic or true).
|
static java.lang.String |
POSITION
The distance in feet from a line drawn at right angles
to the threshold of the runway.
|
static java.lang.String |
POSITION_REFERENCE
A code indicating whether the antenna is located beyond the stop end
of the runway, ahead of or beyond the approach end of the runway.
|
static java.lang.String |
RUNWAY_ID
The identification of the runway served by the localizer.
|
static java.lang.String |
STATION_DECLINATION
The value of the station declination, which is the angular difference between true
north and magnetic north at the localizer antenna site at the time the magnetic bearing
of the localizer course was established.
|
static java.lang.String |
STATION_DECLINATION_TYPE
The type of the station declination, which is the angular difference between true
north and magnetic north at the localizer antenna site at the time the magnetic bearing
of the localizer course was established.
|
FREQUENCY, FREQUENCY_UNIT, WIDTH
static final java.lang.String AIRPORT_ID
String
.static final java.lang.String RUNWAY_ID
String
.static final java.lang.String IDENTIFIER
String
.static final java.lang.String POSITION
String
.static final java.lang.String POSITION_REFERENCE
Character
.static final java.lang.String ILS_CATEGORY
TLcdILSMLSCategoryType
.static final java.lang.String LOCALIZER_BEARING
Float
.static final java.lang.String LOCALIZER_BEARING_TYPE
TLcdBearingType
.static final java.lang.String STATION_DECLINATION
Float
.static final java.lang.String STATION_DECLINATION_TYPE
TLcdStationDeclinationType
.