Package com.luciad.ais.model.util
Class TLcdAltitudeType
java.lang.Object
com.luciad.ais.model.util.TLcdAltitudeType
A type safe enumeration class indicating the type of altitude.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdAltitudeType
At or above altitude specified in altitude one.static final TLcdAltitudeType
At or above altitude specified in altitude two.static final TLcdAltitudeType
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at or above' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach.static final TLcdAltitudeType
At or below altitude specified in altitude one.static final TLcdAltitudeType
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at or below' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach.static final TLcdAltitudeType
As assigned.static final TLcdAltitudeType
At altitude specified in altitude one.static final TLcdAltitudeType
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach.static final TLcdAltitudeType
Between altitudes specified in altitude one and altitude two.static final TLcdAltitudeType
Second 'Altitude' field contains Glide Slope intercept altitude (FACF), 'at or above' altitude in first 'Altitude' field.static final TLcdAltitudeType
Second 'Altitude' field contains Glide Slope intercept altitude (FACF), 'at' altitude in first 'Altitude' field.static final TLcdAltitudeType
Glide Slope altitude (MSL) at waypoint specified in second 'Altitude' field (FAF), 'at or above' altitude in first 'Altitude' field, 'at' altitude in second 'Altitude' field.static final TLcdAltitudeType
Glide Slope altitude (MSL) at waypoint specified in second 'Altitude' field (FAF), 'at' altitude in first and second 'Altitude' field.static final TLcdAltitudeType
Recommended altitude. -
Method Summary
-
Field Details
-
AT
At altitude specified in altitude one. -
BETWEEN
Between altitudes specified in altitude one and altitude two. -
AB
At or below altitude specified in altitude one. -
AA
At or above altitude specified in altitude one. -
AA_SECOND_ALTITUDE
At or above altitude specified in altitude two. -
AS
As assigned. -
RA
Recommended altitude. -
GLIDE_SLOPE_ON_SECOND_ALTITUDE_AT_AT
Glide Slope altitude (MSL) at waypoint specified in second 'Altitude' field (FAF), 'at' altitude in first and second 'Altitude' field. -
GLIDE_SLOPE_ON_SECOND_ALTITUDE_AA_AT
Glide Slope altitude (MSL) at waypoint specified in second 'Altitude' field (FAF), 'at or above' altitude in first 'Altitude' field, 'at' altitude in second 'Altitude' field. -
GLIDE_SLOPE_INTERCEPT_AT
Second 'Altitude' field contains Glide Slope intercept altitude (FACF), 'at' altitude in first 'Altitude' field. -
GLIDE_SLOPE_INTERCEPT_AA
Second 'Altitude' field contains Glide Slope intercept altitude (FACF), 'at or above' altitude in first 'Altitude' field. -
AA_STEPDOWN_FIX
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at or above' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach. -
AT_STEPDOWN_FIX
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach. -
AB_STEPDOWN_FIX
'At' altitude on the coded vertical angle in the second 'Altitude' field and 'at or below' altitude specified in the first 'Altitude' field for Stepdown Fix in Final Approach.
-
-
Method Details