Interface ILcdARINCRunwayDirectionFeature
- All Superinterfaces:
ILcdRunwayDirectionFeature
This interface extends the more general applicable features defined in the
ILcdRunwayDirectionFeature
interface with ARINC 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 an ARINC runway direction is
TLcdARINCRunwayDirectionDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The description of the runway direction.static final String
The height of the threshold of the runway direction in reference to the WGS-84 ellipsoid.static final String
The unit of measurement of the ellipsoidal height.static final String
The gradient in percent.static final String
The category of the first localizer associated with the runway direction.static final String
The id of the first localizer associated with the runway direction.static final String
The category of the second localizer associated with the runway direction.static final String
The id of the second localizer associated with the runway direction.static final String
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 String
The unit of measurement of the stopway.static final String
The height above the landing threshold on a normal glide path.static final String
Defines which threshold crossing height value is provided in the runway direction.static final String
The unit of measurement of the threshold crossing height.static final String
The distance from the extremity of a runway to a threshold not located at that extremity of that runway.static final String
The unit of measurement of the threshold displacement distance.static final String
The elevation of the threshold of the runway direction.static final String
The unit of measurement of the threshold elevation.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdRunwayDirectionFeature
IDENTIFIER, MAGNETIC_HEADING, RUNWAY_LENGTH, RUNWAY_LENGTH_UNIT, TRUE_BEARING
-
Field Details
-
GRADIENT
The gradient in percent. The gradient is of the typeFloat
- See Also:
-
THRESHOLD_ELEVATION
The elevation of the threshold of the runway direction. The elevation of the threshold is of the typeFloat
.- See Also:
-
THRESHOLD_ELEVATION_UNIT
The unit of measurement of the threshold elevation. The unit of measurement of the threshold elevation is of the typeTLcdAltitudeUnit
.- See Also:
-
THRESHOLD_CROSSING_HEIGHT
The height above the landing threshold on a normal glide path. The threshold crossing height is of the typeFloat
.- See Also:
-
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
.- See Also:
-
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
.- See Also:
-
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
.- See Also:
-
ELLIPSOIDAL_HEIGHT_UNIT
The unit of measurement of the ellipsoidal height. The unit of measurement of the ellipsoidal height is of the typeTLcdAltitudeUnit
.- See Also:
-
LOCALIZER_ID
The id of the first localizer associated with the runway direction. The localizer id is of the typeString
.- See Also:
-
LOCALIZER_CATEGORY
The category of the first localizer associated with the runway direction. The localizer category is of the typeTLcdILSMLSCategoryType
.- See Also:
-
SECOND_LOCALIZER_ID
The id of the second localizer associated with the runway direction. The second localizer id is of the typeString
.- See Also:
-
SECOND_LOCALIZER_CATEGORY
The category of the second localizer associated with the runway direction. The second localizer category is of the typeTLcdILSMLSCategoryType
.- See Also:
-
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
.- See Also:
-
STOPWAY_UNIT
The unit of measurement of the stopway. The stopway unit is of the typeTLcdDistanceUnit
.- See Also:
-
DESCRIPTION
The description of the runway direction. The description is of the typeString
.- See Also:
-
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
- See Also:
-
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
- See Also:
-