Class TLcdARINCRunwayDataProperties
java.lang.Object
com.luciad.format.arinc.model.aerodrome.TLcdARINCRunwayDataProperties
This class provides easy access to the properties of the Runway type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome.static final TLcdDataProperty
A code permitting to categorize runways by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
The two letter ICAO region of the runway.static final TLcdDataProperty
The length of the runway.static final TLcdDataProperty
The unit of measurement of the length.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
The highest elevation in the first 3000 feet of the landing surface beginning at the threshold.static final TLcdDataProperty
The unit of measurement of the touchdown zone elevation.static final TLcdDataProperty
A true bearing value, entered independently of the magnetic variation given in the primary record.static final TLcdDataProperty
The width of the runway.static final TLcdDataProperty
The unit of measurement of the width. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize runways by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
. -
ICAO_REGION
The two letter ICAO region of the runway. The ICAO region is of the typeString
. -
AERODROME_IDENTIFICATION
The identification of the aerodrome. The aerodrome identification is of the typeString
. -
LENGTH
The length of the runway. The length is of the typeDouble
. -
LENGTH_UNIT
The unit of measurement of the length. The unit of measurement of the length is of typeTLcdDistanceUnit
. -
WIDTH
The width of the runway. The width is of the typeDouble
. -
WIDTH_UNIT
The unit of measurement of the width. The unit of measurement of the width is of the typeTLcdDistanceUnit
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
TRUE_BEARING
A true bearing value, entered independently of the magnetic variation given in the primary record. The true bearing is of the typeFloat
, in degrees, tenths of a degree and hundredths of a degree, with the decimal point suppressed. -
TOUCHDOWN_ZONE_ELEVATION
The highest elevation in the first 3000 feet of the landing surface beginning at the threshold. The touchdown zone elevation is of the typeInteger
, with a resolution of 1 foot, with respect to MSL - for below MSL elevations, the first character of the field is a minus (-) sign.- Since:
- 2016.1.43
-
TOUCHDOWN_ZONE_ELEVATION_UNIT
The unit of measurement of the touchdown zone elevation. The unit of measurement of the touchdown zone elevation is of the typeTLcdAltitudeUnit
.- Since:
- 2016.1.43
-
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
-