Interface ILcdARINCGlidePathFeature
- All Superinterfaces:
ILcdGlidePathFeature
This interface extends the more general applicable features defined in the
ILcdGlidePathFeature
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 glide path is
TLcdARINCGlidePathDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the glide path relates.static final String
A code identifying the glide path.static final String
The distance in feet from a line drawn at right angles to the threshold of the runway.static final String
The identification of the runway served by the glide path.static final String
The height above the landing threshold on a normal glide path.static final String
The unit of measurement of the threshold crossing height.Fields inherited from interface com.luciad.ais.model.navaid.ILcdGlidePathFeature
FREQUENCY, FREQUENCY_UNIT, GLIDE_PATH_ANGLE
-
Field Details
-
AIRPORT_ID
The identification of the aerodrome to which the glide path relates. The aerodrome identifier is of the typeString
.- See Also:
-
RUNWAY_ID
The identification of the runway served by the glide path. The runway identifier is of the typeString
.- See Also:
-
IDENTIFIER
A code identifying the glide path. The identifier is of the typeString
.- See Also:
-
POSITION
The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the typeString
.- See Also:
-
THRESHOLD_CROSSING_HEIGTH
The height above the landing threshold on a normal glide path. The threshold crossing height is of the typeInteger
- See Also:
-
THRESHOLD_CROSSING_HEIGTH_UNIT
The unit of measurement of the threshold crossing height. The threshold crossing height unit is of the typeTLcdAltitudeUnit
.- See Also:
-