Class TLcdARINCGlidePathDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCGlidePathDataProperties
This class provides easy access to the properties of the GlidePath type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the glide path relates.static final TLcdDataProperty
TThe frequency value of the ILS glide path.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The angle of the glide path.static final TLcdDataProperty
A code identifying the glide path.static final TLcdDataProperty
The distance in feet from a line drawn at right angles to the threshold of the runway.static final TLcdDataProperty
The identification of the runway served by the glide path.static final TLcdDataProperty
The height above the landing threshold on a normal glide path.static final TLcdDataProperty
The unit of measurement of the threshold crossing height. -
Method Summary
-
Field Details
-
AIRPORT_IDENTIFIER
The identification of the aerodrome to which the glide path relates. The aerodrome identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The identification of the runway served by the glide path. The runway identifier is of the typeString
. -
IDENTIFIER
A code identifying the glide path. The identifier is of the typeString
. -
FREQUENCY
TThe frequency value of the ILS glide path. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
GLIDE_PATH_ANGLE
The angle of the glide path. The angle is of the typeFloat
. -
POSITION
The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the typeString
. -
THRESHOLD_CROSSING_HEIGHT
The height above the landing threshold on a normal glide path. The threshold crossing height is of the typeInteger
-
THRESHOLD_CROSSING_HEIGHT_UNIT
The unit of measurement of the threshold crossing height. The threshold crossing height unit is of the typeTLcdAltitudeUnit
.
-