Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static LocalizerAzimuthPositionReference |
LocalizerAzimuthPositionReference.fromValue(String v) |
static LocalizerAzimuthPositionReference |
LocalizerAzimuthPositionReference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalizerAzimuthPositionReference[] |
LocalizerAzimuthPositionReference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected LocalizerAzimuthPositionReference |
MLS.azimuthPositionReference
The “Localizer/Azimuth Position Reference” field indicates whether the antenna is situated beyond the stop end of the runway, ahead of or beyond the approach end of the runway.
|
protected LocalizerAzimuthPositionReference |
MLSBackAzimuthDetails.backAzimuthPositionReference
The “Localizer/Azimuth Position Reference” field indicates whether the antenna is situated beyond the stop end of the runway, ahead of or beyond the approach end of the runway.
|
protected LocalizerAzimuthPositionReference |
LocalizerGlideslope.localizerPositionReference
Element which encapsulates the localizer details for the corresponding Runway.
|
Modifier and Type | Method and Description |
---|---|
LocalizerAzimuthPositionReference |
MLS.getAzimuthPositionReference()
Gets the value of the azimuthPositionReference property.
|
LocalizerAzimuthPositionReference |
MLSBackAzimuthDetails.getBackAzimuthPositionReference()
Gets the value of the backAzimuthPositionReference property.
|
LocalizerAzimuthPositionReference |
LocalizerGlideslope.getLocalizerPositionReference()
Gets the value of the localizerPositionReference property.
|
Modifier and Type | Method and Description |
---|---|
void |
MLS.setAzimuthPositionReference(LocalizerAzimuthPositionReference value)
Sets the value of the azimuthPositionReference property.
|
void |
MLSBackAzimuthDetails.setBackAzimuthPositionReference(LocalizerAzimuthPositionReference value)
Sets the value of the backAzimuthPositionReference property.
|
void |
LocalizerGlideslope.setLocalizerPositionReference(LocalizerAzimuthPositionReference value)
Sets the value of the localizerPositionReference property.
|
Copyright © 2017. All rights reserved.