Class TLcdARINCRunwayDirectionDataProperties
java.lang.Object
com.luciad.format.arinc.model.aerodrome.TLcdARINCRunwayDirectionDataProperties
This class provides easy access to the properties of the RunwayDirection type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The description of the runway direction.static final TLcdDataProperty
The height of the threshold of the runway direction in reference to the WGS-84 ellipsoid.static final TLcdDataProperty
The unit of measurement of the ellipsoidal height.static final TLcdDataProperty
The gradient in percent.static final TLcdDataProperty
The identifier of the runway direction.static final TLcdDataProperty
The category of the first localizer associated with the runway direction.static final TLcdDataProperty
The id of the first localizer associated with the runway direction.static final TLcdDataProperty
The magnetic heading of the runway direction.static final TLcdDataProperty
The length of the runway to which this direction belongs.static final TLcdDataProperty
The unit of measurement of the runway length.static final TLcdDataProperty
The category of the second localizer associated with the runway direction.static final TLcdDataProperty
The id of the second localizer associated with the runway direction.static final TLcdDataProperty
The length of the area beyond the runway direction, no less wide than the runway and centered upon the extended center line of the runway direction, designated for use in decelerating the airplane during an aborted takeoff.static final TLcdDataProperty
The unit of measurement of the stopway.static final TLcdDataProperty
The height above the landing threshold on a normal glide path.static final TLcdDataProperty
Defines which threshold crossing height value is provided in the runway direction.static final TLcdDataProperty
The unit of measurement of the threshold crossing height.static final TLcdDataProperty
The distance from the extremity of a runway to a threshold not located at that extremity of that runway.static final TLcdDataProperty
The unit of measurement of the threshold displacement distance.static final TLcdDataProperty
The elevation of the threshold of the runway direction.static final TLcdDataProperty
The unit of measurement of the threshold elevation.static final TLcdDataProperty
A true bearing value, entered independently of the magnetic variation given in the primary record. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the runway direction. The identifier is of the typeString
. -
MAGNETIC_HEADING
The magnetic heading of the runway direction. The magnetic heading is of the typeFloat
. -
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. -
GRADIENT
The gradient in percent. The gradient is of the typeFloat
-
THRESHOLD_ELEVATION
The elevation of the threshold of the runway direction. The elevation of the threshold is of the typeFloat
. -
THRESHOLD_ELEVATION_UNIT
The unit of measurement of the threshold elevation. The unit of measurement of the threshold elevation is of the typeTLcdAltitudeUnit
. -
RUNWAY_LENGTH
The length of the runway to which this direction belongs. The runway length is of the typeDouble
. -
RUNWAY_LENGTH_UNIT
The unit of measurement of the runway length. The runway length unit is of the typeTLcdDistanceUnit
. -
ELLIPSOIDAL_HEIGHT
The height of the threshold of the runway direction in reference to the WGS-84 ellipsoid. The ellipsoidal height is of the typeFloat
. -
ELLIPSOIDAL_HEIGHT_UNIT
The unit of measurement of the ellipsoidal height. The unit of measurement of the ellipsoidal height is of the typeTLcdAltitudeUnit
. -
THRESHOLD_CROSSING_HEIGHT
The height above the landing threshold on a normal glide path. The threshold crossing height is of the typeFloat
. -
THRESHOLD_CROSSING_HEIGHT_UNIT
The unit of measurement of the threshold crossing height. The unit of measurement of the threshold crossing height is of the typeTLcdAltitudeUnit
. -
THRESHOLD_CROSSING_HEIGHT_INDICATOR
Defines which threshold crossing height value is provided in the runway direction. The threshold crossing height value indicator is of the typeTLcdThresholdCrossingHeightIndicator
. -
LOCALIZER_IDENTIFIER
The id of the first localizer associated with the runway direction. The localizer id is of the typeString
. -
LOCALIZER_CATEGORY
The category of the first localizer associated with the runway direction. The localizer category is of the typeTLcdILSMLSCategoryType
. -
SECOND_LOCALIZER_IDENTIFIER
The id of the second localizer associated with the runway direction. The second localizer id is of the typeString
. -
SECOND_LOCALIZER_CATEGORY
The category of the second localizer associated with the runway direction. The second localizer category is of the typeTLcdILSMLSCategoryType
. -
STOPWAY
The length of the area beyond the runway direction, no less wide than the runway and centered upon the extended center line of the runway direction, designated for use in decelerating the airplane during an aborted takeoff. The stopway is of the typeFloat
. -
STOPWAY_UNIT
The unit of measurement of the stopway. The stopway unit is of the typeTLcdDistanceUnit
. -
DESCRIPTION
The description of the runway direction. The description is of the typeString
. -
THRESHOLD_DISPLACEMENT_DISTANCE
The distance from the extremity of a runway to a threshold not located at that extremity of that runway. The threshold displacement distance is of the typeInteger
(in feet).- Since:
- 2016.1.56
-
THRESHOLD_DISPLACEMENT_DISTANCE_UNIT
The unit of measurement of the threshold displacement distance. The unit of measurement of the threshold displacement distance is of the typeTLcdDistanceUnit
.- Since:
- 2016.1.56
-