Interface ILcdARINCLocalizerFeature
- All Superinterfaces:
ILcdLocalizerFeature
This interface extends the more general applicable features defined in the
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
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the localizer relates.static final String
A code identifying the localizer.static final String
The localizer category.static final String
The bearing of the localizer course.static final String
The type of the ILS bearing (grid, magnetic or true).static final String
The distance in feet from a line drawn at right angles to the threshold of the runway.static final String
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 final String
The identification of the runway served by the localizer.static final String
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 final String
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.Fields inherited from interface com.luciad.ais.model.navaid.ILcdLocalizerFeature
FREQUENCY, FREQUENCY_UNIT, WIDTH
-
Field Details
-
AIRPORT_ID
The identification of the aerodrome to which the localizer relates. The aerodrome identifier is of the typeString
.- See Also:
-
RUNWAY_ID
The identification of the runway served by the localizer. The runway identifier is of the typeString
.- See Also:
-
IDENTIFIER
A code identifying the localizer. The identifier is of the typeString
.- See Also:
-
POSITION
The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the typeString
.- See Also:
-
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. The position reference is of the typeCharacter
.- See Also:
-
ILS_CATEGORY
The localizer category. The ILS category is of the typeTLcdILSMLSCategoryType
.- See Also:
-
LOCALIZER_BEARING
The bearing of the localizer course. The bearing is of the typeFloat
.- See Also:
-
LOCALIZER_BEARING_TYPE
The type of the ILS bearing (grid, magnetic or true). The bearing type is of the typeTLcdBearingType
.- See Also:
-
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. The station declination is of the typeFloat
.- See Also:
-
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. The station declination type is of the typeTLcdStationDeclinationType
.- See Also:
-