Interface ILcdAIXMRunwayDirectionFeature
- All Superinterfaces:
ILcdRunwayDirectionFeature
This interface extends the more general applicable features defined in the
ILcdRunwayDirectionFeature
interface with AIXM 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 AIXM runway direction is
TLcdAIXMRunwayDirectionDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The appropriate approach slope angle to be used by an aircraft using the approach.static final String
A textual description of an arresting device provided for the runway direction.static final String
The beginning date and time of validity for the features of the runway direction.static final String
The end date and time of validity for the features of the runway direction.static final String
An artificial unique identifier in a given context.static final String
The cockpit height over the threshold given the type of VASIS as specified in theVASIS_TYPE
feature.static final String
The unit of measurement for the cockpit height over the threshold.static final String
A code indicating whether the visual approach slope indicator system is a portable one.static final String
Free text remarks.static final String
A textual description of the RVR meteorological equipment provided for the runway direction.static final String
An estimation of the taxi time to the runway direction.static final String
The value of the highest elevation of the runway Touch Down Zone (TDZ).static final String
The accuracy of the Touch Down Zone (TDZ) elevation value.static final String
The unit of measurement for the Touch Down Zone (TDZ) elevation value.static final String
The number of boxes that compose the visual approach slope indicator system.static final String
A textual description of the position where the visual approach slope indicator system has been installed.static final String
A code indicating the type of the visual approach slope indicator system.static final String
A code indicating the direction of the VFR flight pattern at an aerodrome/heliport, i.e. left or right.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdRunwayDirectionFeature
IDENTIFIER, MAGNETIC_HEADING, RUNWAY_LENGTH, RUNWAY_LENGTH_UNIT, TRUE_BEARING
-
Field Details
-
TDZ_ELEVATION
The value of the highest elevation of the runway Touch Down Zone (TDZ). The elevation is of the typeFloat
.- See Also:
-
TDZ_ELEVATION_ACCURACY
The accuracy of the Touch Down Zone (TDZ) elevation value. The elevation is of the typeFloat
.- See Also:
-
TDZ_ELEVATION_UNIT
The unit of measurement for the Touch Down Zone (TDZ) elevation value. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
TAXI_TIME_ESTIMATION
An estimation of the taxi time to the runway direction. The taxi time is of the typeFloat
.- See Also:
-
VASIS_TYPE
A code indicating the type of the visual approach slope indicator system. The VASIS type is of the typeTLcdRunwayDirectionVASISType
.- See Also:
-
VASIS_POSITION
A textual description of the position where the visual approach slope indicator system has been installed. The description is of the typeString
.- See Also:
-
VASIS_NUMBER_OF_BOXES
The number of boxes that compose the visual approach slope indicator system. The number of boxes is of the typeInteger
.- See Also:
-
PORTABLE_VASIS
A code indicating whether the visual approach slope indicator system is a portable one. The portable VASIS is of the typeBoolean
.- See Also:
-
APPROACH_SLOPE_ANGLE
The appropriate approach slope angle to be used by an aircraft using the approach. The slope angle is of the typeFloat
.- See Also:
-
MIN_EYE_HEIGHT_OVER_TRESHOLD
The cockpit height over the threshold given the type of VASIS as specified in theVASIS_TYPE
feature. The height is of the typeFloat
.- See Also:
-
MIN_EYE_HEIGHT_OVER_TRESHOLD_UNIT
The unit of measurement for the cockpit height over the threshold. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
ARRESTING_DEVICE
A textual description of an arresting device provided for the runway direction. The description is of the typeString
.- See Also:
-
RVR_METEOROLOGICAL_EQUIPMENT
A textual description of the RVR meteorological equipment provided for the runway direction. The description is of the typeString
.- See Also:
-
VFR_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
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the runway direction. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the features of the runway direction. The date is of the typeString
.- See Also:
-
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
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-