Class TLcdDAFIFRunwayDirectionDataProperties
java.lang.Object
com.luciad.format.dafif.model.aerodrome.TLcdDAFIFRunwayDirectionDataProperties
This class provides easy access to the properties of the RunwayDirection type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identifier of the runway direction.static final TLcdDataProperty
The runway length declared available and suitable for a landing airplane.static final TLcdDataProperty
The unit of measurement of the landing distance available.static final TLcdDataProperty
The magnetic heading of the runway direction.static final TLcdDataProperty
The slope in percent.static final TLcdDataProperty
The runway length declared available and suitable for the ground run of an airplane taking off.static final TLcdDataProperty
The unit of measurement of the takeoff distance available.static final TLcdDataProperty
The elevation at the point of threshold on the runway direction.static final TLcdDataProperty
The unit of measurement of the threshold elevation.static final TLcdDataProperty
The highest elevation of the runway touch down zone.static final TLcdDataProperty
The unit of measurement of the touchdown zone elevation.static final TLcdDataProperty
The true bearing of the runway direction. -
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
The true bearing of the runway direction. The true bearing is of the typeFloat
. -
LANDING_DISTANCE_AVAILABLE
The runway length declared available and suitable for a landing airplane. The landing distance available is of the typeInteger
-
LANDING_DISTANCE_AVAILABLE_UNIT
The unit of measurement of the landing distance available. The unit of measurement of the landing distance available is of the typeTLcdDistanceUnit
. -
TAKEOFF_DISTANCE_AVAILABLE
The runway length declared available and suitable for the ground run of an airplane taking off. The takeoff distance available is of the typeInteger
. -
TAKEOFF_DISTANCE_AVAILABLE_UNIT
The unit of measurement of the takeoff distance available. The unit of measurement of the takeoff distance available is of the typeTLcdDistanceUnit
. -
SLOPE
The slope in percent. The slope is of the typeFloat
-
TOUCHDOWN_ZONE_ELEVATION
The highest elevation of the runway touch down zone. The touchdown zone elevation is of the typeFloat
. -
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
. -
THRESHOLD_ELEVATION
The elevation at the point of threshold on 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
.
-