Class TLcdDAFIFTLocalizerDataProperties
java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTLocalizerDataProperties
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
A code indicating how a locator or navaid is collocated.static final TLcdDataProperty
A code indicating which part of an ILS or MLS installation is represented by the localizer.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The frequency value of the ILS localizer.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The bearing of the localizer beam, leading to the localizer antenna.static final TLcdDataProperty
The type of the ILS bearing (grid, magnetic or true).static final TLcdDataProperty
The performance category of the localizer.static final TLcdDataProperty
The distance in feet from the localizer antenna to the runway end.static final TLcdDataProperty
The angular difference between True North and Magnetic North.static final TLcdDataProperty
The official name of assigned to the localizer.static final TLcdDataProperty
The country code of the navaid collocated with the localizer.static final TLcdDataProperty
The identification of the navaid collocated with the localizer.static final TLcdDataProperty
The key code of the navaid collocated with the localizer.static final TLcdDataProperty
The type of the navaid collocated with the localizer.static final TLcdDataProperty
The identification of the runway served by the localizer.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
. -
COMPONENT_TYPE
A code indicating which part of an ILS or MLS installation is represented by the localizer. The component type of a localizer will always be 'Z'. The component type is of the typeCharacter
. -
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation is of the typeString
. -
NAME
The official name of assigned to the localizer. The name is of the typeString
. -
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
. -
LOCATION
The distance in feet from the localizer antenna to the runway end. The location is of the typeString
. -
ILS_MLS_CATEGORY
The performance category of the localizer. The ILS/MLS category is of the typeTLcdILSMLSCategoryType
. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
. -
ILS_BEARING
The bearing of the localizer beam, leading to the localizer antenna. 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
. -
WIDTH
The localizer course with in degrees. The width is of the typeDouble
. -
NAVAID_IDENTIFIER
The identification of the navaid collocated with the localizer. The navaid identifier is of the typeString
. -
NAVAID_TYPE
The type of the navaid collocated with the localizer. The navaid type is of the typeTLcdNavaidType
. -
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with the localizer. The navaid country code is of the typeString
. -
NAVAID_KEY_CODE
The key code of the navaid collocated with the localizer. The navaid key code is of the typeString
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
-