public class MLSBackAzimuthDetails extends A424Point
Java class for MLSBackAzimuthDetails complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="MLSBackAzimuthDetails">
   <complexContent>
     <extension base="{}A424Point">
       <sequence>
         <element name="azimuthTrueBearing" type="{http://www.arinc424.com/xml/datatypes}TrueBearing" minOccurs="0"/>
         <element name="azimuthTrueBearingSource" type="{http://www.arinc424.com/xml/enumerations}TrueBearingSource" minOccurs="0"/>
         <element name="backAzimuthBearing" type="{http://www.arinc424.com/xml/datatypes}Bearing" minOccurs="0"/>
         <element name="backAzimuthCoverageLeft" type="{http://www.arinc424.com/xml/datatypes}AzimuthCoverageSectorRightLeft" minOccurs="0"/>
         <element name="backAzimuthCoverageRight" type="{http://www.arinc424.com/xml/datatypes}AzimuthCoverageSectorRightLeft" minOccurs="0"/>
         <element name="backAzimuthPosition" type="{http://www.arinc424.com/xml/datatypes}BeamPosition" minOccurs="0"/>
         <element name="backAzimuthPositionReference" type="{http://www.arinc424.com/xml/enumerations}LocalizerAzimuthPositionReference" minOccurs="0"/>
         <element name="backAzimuthProportionalSectorLeft" type="{http://www.arinc424.com/xml/datatypes}AzimuthProportionalAngleRightLeft" minOccurs="0"/>
         <element name="backAzimuthProportionalSectorRight" type="{http://www.arinc424.com/xml/datatypes}AzimuthProportionalAngleRightLeft" minOccurs="0"/>
         <element name="backAzimuthTrueBearing" type="{http://www.arinc424.com/xml/datatypes}TrueBearing" minOccurs="0"/>
         <element name="backAzimuthTrueBearingSource" type="{http://www.arinc424.com/xml/enumerations}TrueBearingSource" minOccurs="0"/>
         <element name="glidePathHeightAtLandingThreshold" type="{http://www.arinc424.com/xml/datatypes}ThresholdCrossingHeight" minOccurs="0"/>
         <element name="mlsDatumPointLocation" type="{http://www.arinc424.com/xml/datatypes}Location" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected BigDecimal | azimuthTrueBearingThe “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and
 Runway records is given in the primary record. | 
| protected TrueBearingSource | azimuthTrueBearingSourceThe content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources. | 
| protected Bearing | backAzimuthBearingThe “MLS Azimuth Bearing” and the “MLS Back Azimuth Bearing” fields define the inbound magnetic final approach course assigned to the center of the Azimuth or Back Azimuth Coverage (see Section 6.172). | 
| protected Long | backAzimuthCoverageLeftThe “Azimuth Coverage Sector” fields define the limit of the azimuth transmitter signal on the right and left side of the MLS Bearing (Section 6.167). | 
| protected Long | backAzimuthCoverageRightThe “Azimuth Coverage Sector” fields define the limit of the azimuth transmitter signal on the right and left side of the MLS Bearing (Section 6.167). | 
| protected Long | backAzimuthPositionThe “Localizer/Azimuth Position” field defines the location of the facility antenna relative to one end of the runway. | 
| protected LocalizerAzimuthPositionReference | backAzimuthPositionReferenceThe “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 Long | backAzimuthProportionalSectorLeftThe MLS Azimuth and Back Azimuth Proportional Angle fields define the limits of proportional guidance of the azimuth transmitter signal on the right and left side of the MLS Azimuth bearing (Section 6.167). | 
| protected Long | backAzimuthProportionalSectorRightThe MLS Azimuth and Back Azimuth Proportional Angle fields define the limits of proportional guidance of the azimuth transmitter signal on the right and left side of the MLS Azimuth bearing (Section 6.167). | 
| protected BigDecimal | backAzimuthTrueBearingThe “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and
 Runway records is given in the primary record. | 
| protected TrueBearingSource | backAzimuthTrueBearingSourceThe content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources. | 
| protected Long | glidePathHeightAtLandingThresholdThe “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path. | 
| protected Location | mlsDatumPointLocationLatitude and Longitude details of this point. | 
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| MLSBackAzimuthDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | getAzimuthTrueBearing()Gets the value of the azimuthTrueBearing property. | 
| TrueBearingSource | getAzimuthTrueBearingSource()Gets the value of the azimuthTrueBearingSource property. | 
| Bearing | getBackAzimuthBearing()Gets the value of the backAzimuthBearing property. | 
| Long | getBackAzimuthCoverageLeft()Gets the value of the backAzimuthCoverageLeft property. | 
| Long | getBackAzimuthCoverageRight()Gets the value of the backAzimuthCoverageRight property. | 
| Long | getBackAzimuthPosition()Gets the value of the backAzimuthPosition property. | 
| LocalizerAzimuthPositionReference | getBackAzimuthPositionReference()Gets the value of the backAzimuthPositionReference property. | 
| Long | getBackAzimuthProportionalSectorLeft()Gets the value of the backAzimuthProportionalSectorLeft property. | 
| Long | getBackAzimuthProportionalSectorRight()Gets the value of the backAzimuthProportionalSectorRight property. | 
| BigDecimal | getBackAzimuthTrueBearing()Gets the value of the backAzimuthTrueBearing property. | 
| TrueBearingSource | getBackAzimuthTrueBearingSource()Gets the value of the backAzimuthTrueBearingSource property. | 
| Long | getGlidePathHeightAtLandingThreshold()Gets the value of the glidePathHeightAtLandingThreshold property. | 
| Location | getMlsDatumPointLocation()Gets the value of the mlsDatumPointLocation property. | 
| void | setAzimuthTrueBearing(BigDecimal value)Sets the value of the azimuthTrueBearing property. | 
| void | setAzimuthTrueBearingSource(TrueBearingSource value)Sets the value of the azimuthTrueBearingSource property. | 
| void | setBackAzimuthBearing(Bearing value)Sets the value of the backAzimuthBearing property. | 
| void | setBackAzimuthCoverageLeft(Long value)Sets the value of the backAzimuthCoverageLeft property. | 
| void | setBackAzimuthCoverageRight(Long value)Sets the value of the backAzimuthCoverageRight property. | 
| void | setBackAzimuthPosition(Long value)Sets the value of the backAzimuthPosition property. | 
| void | setBackAzimuthPositionReference(LocalizerAzimuthPositionReference value)Sets the value of the backAzimuthPositionReference property. | 
| void | setBackAzimuthProportionalSectorLeft(Long value)Sets the value of the backAzimuthProportionalSectorLeft property. | 
| void | setBackAzimuthProportionalSectorRight(Long value)Sets the value of the backAzimuthProportionalSectorRight property. | 
| void | setBackAzimuthTrueBearing(BigDecimal value)Sets the value of the backAzimuthTrueBearing property. | 
| void | setBackAzimuthTrueBearingSource(TrueBearingSource value)Sets the value of the backAzimuthTrueBearingSource property. | 
| void | setGlidePathHeightAtLandingThreshold(Long value)Sets the value of the glidePathHeightAtLandingThreshold property. | 
| void | setMlsDatumPointLocation(Location value)Sets the value of the mlsDatumPointLocation property. | 
getDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceID, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceID, setUirRefgetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected BigDecimal azimuthTrueBearing
protected TrueBearingSource azimuthTrueBearingSource
protected Bearing backAzimuthBearing
protected Long backAzimuthCoverageLeft
protected Long backAzimuthCoverageRight
protected Long backAzimuthPosition
protected LocalizerAzimuthPositionReference backAzimuthPositionReference
protected Long backAzimuthProportionalSectorLeft
protected Long backAzimuthProportionalSectorRight
protected BigDecimal backAzimuthTrueBearing
protected TrueBearingSource backAzimuthTrueBearingSource
protected Long glidePathHeightAtLandingThreshold
protected Location mlsDatumPointLocation
public BigDecimal getAzimuthTrueBearing()
The “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and Runway records is given in the primary record. This field allows the true bearing to be entered independently of the magnetic variation.
BigDecimalpublic void setAzimuthTrueBearing(BigDecimal value)
value - allowed object is
     BigDecimalgetAzimuthTrueBearing()public TrueBearingSource getAzimuthTrueBearingSource()
The content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources.
TrueBearingSourcepublic void setAzimuthTrueBearingSource(TrueBearingSource value)
value - allowed object is
     TrueBearingSourcegetAzimuthTrueBearingSource()public Bearing getBackAzimuthBearing()
The “MLS Azimuth Bearing” and the “MLS Back Azimuth Bearing” fields define the inbound magnetic final approach course assigned to the center of the Azimuth or Back Azimuth Coverage (see Section 6.172).
Bearingpublic void setBackAzimuthBearing(Bearing value)
value - allowed object is
     BearinggetBackAzimuthBearing()public Long getBackAzimuthCoverageLeft()
The “Azimuth Coverage Sector” fields define the limit of the azimuth transmitter signal on the right and left side of the MLS Bearing (Section 6.167). The Back Azimuth Coverage Sector is identical to the Azimuth Coverage Sector and also provides guidance for Missed Approach Procedures and departures.
Longpublic void setBackAzimuthCoverageLeft(Long value)
value - allowed object is
     LonggetBackAzimuthCoverageLeft()public Long getBackAzimuthCoverageRight()
The “Azimuth Coverage Sector” fields define the limit of the azimuth transmitter signal on the right and left side of the MLS Bearing (Section 6.167). The Back Azimuth Coverage Sector is identical to the Azimuth Coverage Sector and also provides guidance for Missed Approach Procedures and departures.
Longpublic void setBackAzimuthCoverageRight(Long value)
value - allowed object is
     LonggetBackAzimuthCoverageRight()public Long getBackAzimuthPosition()
The “Localizer/Azimuth Position” field defines the location of the facility antenna relative to one end of the runway.
Longpublic void setBackAzimuthPosition(Long value)
value - allowed object is
     LonggetBackAzimuthPosition()public LocalizerAzimuthPositionReference getBackAzimuthPositionReference()
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. The “Back Azimuth Position Reference” field indicates whether the antenna is situated ahead of the approach end of the runway, ahead of or beyond the stop end of the runway.
LocalizerAzimuthPositionReferencepublic void setBackAzimuthPositionReference(LocalizerAzimuthPositionReference value)
value - allowed object is
     LocalizerAzimuthPositionReferencegetBackAzimuthPositionReference()public Long getBackAzimuthProportionalSectorLeft()
The MLS Azimuth and Back Azimuth Proportional Angle fields define the limits of proportional guidance of the azimuth transmitter signal on the right and left side of the MLS Azimuth bearing (Section 6.167). The BAZ is identical to the AZ and also provides guidance for Missed Approach Procedures and departures. See figure under Section 6.172.
Longpublic void setBackAzimuthProportionalSectorLeft(Long value)
value - allowed object is
     LonggetBackAzimuthProportionalSectorLeft()public Long getBackAzimuthProportionalSectorRight()
The MLS Azimuth and Back Azimuth Proportional Angle fields define the limits of proportional guidance of the azimuth transmitter signal on the right and left side of the MLS Azimuth bearing (Section 6.167). The BAZ is identical to the AZ and also provides guidance for Missed Approach Procedures and departures. See figure under Section 6.172.
Longpublic void setBackAzimuthProportionalSectorRight(Long value)
value - allowed object is
     LonggetBackAzimuthProportionalSectorRight()public BigDecimal getBackAzimuthTrueBearing()
The “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and Runway records is given in the primary record. This field allows the true bearing to be entered independently of the magnetic variation.
BigDecimalpublic void setBackAzimuthTrueBearing(BigDecimal value)
value - allowed object is
     BigDecimalgetBackAzimuthTrueBearing()public TrueBearingSource getBackAzimuthTrueBearingSource()
The content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources.
TrueBearingSourcepublic void setBackAzimuthTrueBearingSource(TrueBearingSource value)
value - allowed object is
     TrueBearingSourcegetBackAzimuthTrueBearingSource()public Long getGlidePathHeightAtLandingThreshold()
The “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path.
Longpublic void setGlidePathHeightAtLandingThreshold(Long value)
value - allowed object is
     LonggetGlidePathHeightAtLandingThreshold()public Location getMlsDatumPointLocation()
Latitude and Longitude details of this point.
Locationpublic void setMlsDatumPointLocation(Location value)
value - allowed object is
     LocationgetMlsDatumPointLocation()Copyright © 2017. All rights reserved.