Class TLcdAIXMRunwayDirectionDataProperties
java.lang.Object
com.luciad.format.aixm.model.aerodrome.TLcdAIXMRunwayDirectionDataProperties
This class provides easy access to the properties of the RunwayDirection type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The accuracy of the Touch Down Zone (TDZ) elevation value.static final TLcdDataProperty
The appropriate approach slope angle to be used by an aircraft using the approach.static final TLcdDataProperty
A textual description of an arresting device provided for the runway direction.static final TLcdDataProperty
The beginning date and time of validity for the features of the runway direction.static final TLcdDataProperty
A code indicating the direction of the VFR flight pattern at an aerodrome/heliport, i.e. left or right.static final TLcdDataProperty
The value of the highest elevation of the runway Touch Down Zone (TDZ).static final TLcdDataProperty
The end date and time of validity for the features of the runway direction.static final TLcdDataProperty
The identifier of the runway direction.static final TLcdDataProperty
The magnetic heading of the runway direction.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
The cockpit height over the threshold given the type of VASIS as specified in theVASIS_TYPE
feature.static final TLcdDataProperty
The unit of measurement for the cockpit height over the threshold.static final TLcdDataProperty
A code indicating whether the visual approach slope indicator system is a portable one.static final TLcdDataProperty
Free text remarks.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
A textual description of the RVR meteorological equipment provided for the runway direction.static final TLcdDataProperty
An estimation of the taxi time to the runway direction.static final TLcdDataProperty
The true bearing of the runway direction.static final TLcdDataProperty
The unit of measurement for the Touch Down Zone (TDZ) elevation value.static final TLcdDataProperty
The number of boxes that compose the visual approach slope indicator system.static final TLcdDataProperty
A textual description of the position where the visual approach slope indicator system has been installed.static final TLcdDataProperty
A code indicating the type of the visual approach slope indicator system. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the runway direction. The identifier is of the typeString
. -
ARRESTING_DEVICE
A textual description of an arresting device provided for the runway direction. The description is of the typeString
. -
APPROACH_SLOPE_ANGLE
The appropriate approach slope angle to be used by an aircraft using the approach. The slope angle is of the typeFloat
. -
MINIMUN_EYE_HEIGHT_OVER_THRESHOLD
The cockpit height over the threshold given the type of VASIS as specified in theVASIS_TYPE
feature. The height is of the typeFloat
. -
MINIMUN_EYE_HEIGHT_OVER_THRESHOLD_UNIT
The unit of measurement for the cockpit height over the threshold. The unit of measurement 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
. -
RVR_METEOROLOGICAL_EQUIPMENT
A textual description of the RVR meteorological equipment provided for the runway direction. The description is of the typeString
. -
TAXI_TIME_ESTIMATION
An estimation of the taxi time to the runway direction. The taxi time is of the typeFloat
. -
ELEVATION_OF_TOUCH_DOWN_ZONE
The value of the highest elevation of the runway Touch Down Zone (TDZ). The elevation is of the typeFloat
. -
ACCURACY_OF_THE_TOUCH_DOWN_ZONE_ELEVATION
The accuracy of the Touch Down Zone (TDZ) elevation value. The elevation is of the typeFloat
. -
UNIT_OF_MEASUREMENT_FOR_THE_TOUCH_DOWN_ZONE_ELEVATION
The unit of measurement for the Touch Down Zone (TDZ) elevation value. The unit of measurement is of the typeTLcdAltitudeUnit
. -
VASIS_TYPE
A code indicating the type of the visual approach slope indicator system. The VASIS type is of the typeTLcdRunwayDirectionVASISType
. -
VASIS_POSITION_DESCRIPTION
A textual description of the position where the visual approach slope indicator system has been installed. The description is of the typeString
. -
VASIS_NUMBER_OF_BOXES
The number of boxes that compose the visual approach slope indicator system. The number of boxes is of the typeInteger
. -
PORTABLE_VASIS
A code indicating whether the visual approach slope indicator system is a portable one. The portable VASIS is of the typeBoolean
. -
DIRECTION_OF_THE_VFR_FLIGHT_PATTERN
A code indicating the direction of the VFR flight pattern at an aerodrome/heliport, i.e. left or right. The direction is of the typeTLcdVFRFlightPatternDirectionType
. -
TRUE_BEARING
The true bearing of the runway direction. The true bearing is of the typeFloat
. -
MAGNETIC_HEADING
The magnetic heading of the runway direction. The magnetic heading is of the typeFloat
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the runway direction. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the runway direction. The date is of the typeString
. -
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
. -
REMARK
Free text remarks. The remark is of the typeString
.
-