Interface ILcdDAFIFLocalizerFeature
- All Superinterfaces:
ILcdLocalizerFeature
This interface extends the more general applicable features defined in the
ILcdLocalizerFeature
interface with DAFIF 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 a DAFIF localizer is
TLcdDAFIFLocalizerDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the localizer relates.static final String
A code indicating how a locator or navaid is collocated.static final String
A code indicating which part of an ILS or MLS installation is represented by the localizer.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The bearing of the localizer beam, leading to the localizer antenna.static final String
The type of the ILS bearing (grid, magnetic or true).static final String
The performance category of the localizer.static final String
The distance in feet from the localizer antenna to the runway end.static final String
The angular difference between True North and Magnetic North.static final String
The official name of assigned to the localizer.static final String
The country code of the navaid collocated with the localizer.static final String
The identification of the navaid collocated with the localizer.static final String
The key code of the navaid collocated with the localizer.static final String
The type of the navaid collocated with the localizer.static final String
The identification of the runway served by the localizer.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:
-
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
.- See Also:
-
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation is of the typeString
.- See Also:
-
NAME
The official name of assigned to the localizer. The name is of the typeString
.- See Also:
-
LOCATION
The distance in feet from the localizer antenna to the runway end. The location is of the typeString
.- See Also:
-
ILS_MLS_CATEGORY
The performance category of the localizer. The ILS/MLS category is of the typeTLcdILSMLSCategoryType
.- See Also:
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
.- See Also:
-
ILS_BEARING
The bearing of the localizer beam, leading to the localizer antenna. The bearing is of the typeFloat
.- See Also:
-
ILS_BEARING_TYPE
The type of the ILS bearing (grid, magnetic or true). The bearing type is of the typeTLcdBearingType
.- See Also:
-
NAVAID_IDENTIFIER
The identification of the navaid collocated with the localizer. The navaid identifier is of the typeString
.- See Also:
-
NAVAID_TYPE
The type of the navaid collocated with the localizer. The navaid type is of the typeTLcdNavaidType
.- See Also:
-
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with the localizer. The navaid country code is of the typeString
.- See Also:
-
NAVAID_KEY_CODE
The key code of the navaid collocated with the localizer. The navaid key code is of the typeString
.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the 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
- See Also:
-