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
FieldsModifier and TypeFieldDescriptionstatic final StringThe description of the runway direction.static final StringThe height of the threshold of the runway direction in reference to the WGS-84 ellipsoid.static final StringThe unit of measurement of the ellipsoidal height.static final StringThe gradient in percent.static final StringFlag that indicates if the Runway Landing Threshold Elevation meets the runway accuracy requirements, which are defined as follows: The difference between the Runway Landing Threshold Elevation and the runway landing threshold elevation measured with an independent means is 5 meters or less. The accuracy compliance is of the typeBoolean.static final StringThe category of the first localizer associated with the runway direction.static final StringThe id of the first localizer associated with the runway direction.static final StringFlag that indicates if the runway parameters meet the runway accuracy requirements, which are defined as follows: The difference between the coded Runway Length and the runway length measured with an independent means (e.g., satellite imagery) is 5 meters or less. The difference between the coded Runway Threshold Position and the runway landing threshold location measured with an independent means (e.g., satellite imagery) is 5 meters or less. The difference between the coded Runway Threshold Displacement Distance and the runway threshold displacement distance measured with an independent means (e.g., satellite imagery) is 5 meters or less. The difference between the runway true bearing computed using the coded Runway Magnetic Bearing and the coded Airport Magnetic Variation and the runway true bearing measured with an independent means (e.g., satellite imagery) is less than 0.5°. The accuracy compliance is of the typeBoolean.static final StringThe category of the second localizer associated with the runway direction.static final StringThe id of the second localizer associated with the runway direction.static final StringThe 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 StringThe unit of measurement of the stopway.static final StringThe height above the landing threshold on a normal glide path.static final StringDefines which threshold crossing height value is provided in the runway direction.static final StringThe unit of measurement of the threshold crossing height.static final StringThe distance from the extremity of a runway to a threshold not located at that extremity of that runway.static final StringThe unit of measurement of the threshold displacement distance.static final StringThe elevation of the threshold of the runway direction.static final StringThe 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:
-
RUNWAY_ACCURACY_COMPLIANCE
Flag that indicates if the runway parameters meet the runway accuracy requirements, which are defined as follows:- The difference between the coded Runway Length and the runway length measured with an independent means (e.g., satellite imagery) is 5 meters or less.
- The difference between the coded Runway Threshold Position and the runway landing threshold location measured with an independent means (e.g., satellite imagery) is 5 meters or less.
- The difference between the coded Runway Threshold Displacement Distance and the runway threshold displacement distance measured with an independent means (e.g., satellite imagery) is 5 meters or less.
- The difference between the runway true bearing computed using the coded Runway Magnetic Bearing and the coded Airport Magnetic Variation and the runway true bearing measured with an independent means (e.g., satellite imagery) is less than 0.5°.
Boolean.- Since:
- 2025.0.06
- See Also:
-
LANDING_THRESHOLD_ELEVATION_ACCURACY_COMPLIANCE
Flag that indicates if the Runway Landing Threshold Elevation meets the runway accuracy requirements, which are defined as follows:- The difference between the Runway Landing Threshold Elevation and the runway landing threshold elevation measured with an independent means is 5 meters or less.
Boolean.- Since:
- 2025.0.06
- See Also:
-