Class TLcdDAFIFILSDMEDataProperties
java.lang.Object
com.luciad.format.dafif.model.navaid.TLcdDAFIFILSDMEDataProperties
This class provides easy access to the properties of the ILSDME type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The aerodrome identifier of this DME.static final TLcdDataProperty
A code indicating the channel of the DME.static final TLcdDataProperty
A code indicating how a locator or navaid is collocated.static final TLcdDataProperty
The ground equipment that provides an approach path for alignment and descent on final approach to a runway.static final TLcdDataProperty
A code indicating the country in which the navaid is located.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The value of the frequency.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The identification of the navaid.static final TLcdDataProperty
The distance between the DME and associated landing threshold.static final TLcdDataProperty
The angular difference between the True North and the Magnetic North.static final TLcdDataProperty
The name of the navaid.static final TLcdDataProperty
A system generated number used to distinguish between navaids with the same identifier, type and country code.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
The runway identifier of this DME.static final TLcdDataProperty
The type of navaid. -
Method Summary
-
Field Details
-
AIRPORT_IDENTIFIER
The aerodrome identifier of this DME. The aerodrome identifier is intended only for DMEs in an ILS installation. The aerodrome identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The runway identifier of this DME. The runway identifier is intended only for DMEs in an ILS installation. The runway identifier is of the typeString
. -
COMPONENT_TYPE
The ground equipment that provides an approach path for alignment and descent on final approach to a runway. The component type is intended only for DMEs in an ILS installation. The component type is of the typeCharacter
. -
COLLOCATION
A code indicating how a locator or navaid is collocated. The collocation field is intended only for DMEs in an ILS installation. The collocation is of the typeString
. -
NAME
The name of the navaid. The name is of the typeString
. -
FREQUENCY
The value of the frequency. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
CHANNEL
A code indicating the channel of the DME. The channel is of the typeString
. -
MAGNETIC_VARIATION
The angular difference between the True North and the Magnetic North. The magnetic variation is of the typeString
. -
ILS_DME_BIAS
The distance between the DME and associated landing threshold. The ILS/DME Bias field is intended only for DMEs in an ILS installation. The ILS/DME bias is of the typeFloat
. -
IDENTIFIER
The identification of the navaid. The identifier is of the typeString
. -
TYPE
The type of navaid. The type is of the typeTLcdNavaidType
. -
COUNTRY_CODE
A code indicating the country in which the navaid is located. The country code is of the typeString
. -
NAVAID_KEY_CODE
A system generated number used to distinguish between navaids with the same identifier, type and country code. The key code is of the typeString
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
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
-