Class TLcdDAFIFTNDBDataProperties
java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTNDBDataProperties
This class provides easy access to the properties of the NDB type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 distance and altitude within which frequency reception is assured to be interference free.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The ICAO location identifier of the navaid.static final TLcdDataProperty
The first two letters of the ICAO location identifier of the holding representing the ICAO region code.static final TLcdDataProperty
The identification of the navaid.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 capacity of the navaid facility.static final TLcdDataProperty
The unit of measurement for the power of the navaid.static final TLcdDataProperty
The radio class of this navaid.static final TLcdDataProperty
The capacity of the navaid facility as expressed as effective range in some distance unit.static final TLcdDataProperty
The unit of measurement for the range of this navaid.static final TLcdDataProperty
A fixed value of magnetic variation applied to true direction to obtain the magnetic values for radials, courses and headings.static final TLcdDataProperty
A code indicating the state/province in which the navaid is located.static final TLcdDataProperty
The type of navaid.static final TLcdDataProperty
A code indicating the airspace structure in which the navaid is used.static final TLcdDataProperty
The world area code in which the navaid is located. -
Method Summary
-
Field Details
-
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
. -
ICAO_CODE
The ICAO location identifier of the navaid. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
ICAO_REGION
The first two letters of the ICAO location identifier of the holding representing the ICAO region code. This feature is of the typeString
. -
STATE_PROVINCE_CODE
A code indicating the state/province in which the navaid is located. The state / province code is of typeString
. -
NAME
The name of the navaid. The name is of the typeString
. -
WORLD_AREA_CODE
The world area code in which the navaid is located. The area code is of typeString
-
USAGE_CODE
A code indicating the airspace structure in which the navaid is used. The usage code is of the typeTLcdWaypointNavaidUsageCode
. -
RADIO_CLASS_CODE
The radio class of this navaid. The radio class is of the typeTLcdRadioClass
. -
FREQUENCY_PROTECTION
The distance and altitude within which frequency reception is assured to be interference free. The frequency protection is of the typeString
. -
POWER
The capacity of the navaid facility. The power is of the typeInteger
. -
POWER_UNIT
The unit of measurement for the power of the navaid. The power unit is of the typeTLcdPowerUnit
. -
RANGE
The capacity of the navaid facility as expressed as effective range in some distance unit. The range is of the typeInteger
. -
RANGE_UNIT
The unit of measurement for the range of this navaid. The range unit is of the typeTLcdDistanceUnit
. -
SLAVED_VARIATION
A fixed value of magnetic variation applied to true direction to obtain the magnetic values for radials, courses and headings. The slaved variation is of the typeString
. -
MAGNETIC_VARIATION
The angular difference between the True North and the Magnetic North. The magnetic variation 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
. -
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
-