Class TLcdARINCLocalizerDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCLocalizerDataProperties
This class provides easy access to the properties of the Localizer type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the localizer relates.static final TLcdDataProperty
The frequency value of the ILS localizer.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
A code identifying the localizer.static final TLcdDataProperty
The bearing of the localizer course.static final TLcdDataProperty
The type of the ILS bearing (grid, magnetic or true).static final TLcdDataProperty
The localizer category.static final TLcdDataProperty
The distance in feet from a line drawn at right angles to the threshold of the runway.static final TLcdDataProperty
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 TLcdDataProperty
The identification of the runway served by the localizer.static final TLcdDataProperty
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 TLcdDataProperty
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.static final TLcdDataProperty
The localizer course with in degrees. -
Method Summary
-
Field Details
-
AIRPORT_IDENTIFIER
The identification of the aerodrome to which the localizer relates. The aerodrome identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The identification of the runway served by the localizer. The runway identifier is of the typeString
. -
IDENTIFIER
A code identifying the localizer. The identifier is of the typeString
. -
ILS_MLS_CATEGORY
The localizer category. The ILS category is of the typeTLcdILSMLSCategoryType
. -
FREQUENCY
The frequency value of the ILS localizer. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
ILS_BEARING
The bearing of the localizer course. The bearing is of the typeFloat
. -
ILS_BEARING_TYPE
The type of the ILS bearing (grid, magnetic or true). The bearing type is of the typeTLcdBearingType
. -
POSITION
The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the typeString
. -
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
. -
WIDTH
The localizer course with in degrees. The width is of the typeDouble
. -
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
. -
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
.
-