public class PrecisionApproachNavaid extends Navaid
Java class for PrecisionApproachNavaid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrecisionApproachNavaid">
<complexContent>
<extension base="{}Navaid">
<sequence>
<element name="approachAngle" type="{http://www.arinc424.com/xml/datatypes}PrecisionApproachAngle" minOccurs="0"/>
<element name="approachCourseBearing" type="{http://www.arinc424.com/xml/datatypes}Bearing" minOccurs="0"/>
<element name="category" type="{http://www.arinc424.com/xml/enumerations}PrecisionApproachCategory" minOccurs="0"/>
<element name="runwayIdentifier" type="{http://www.arinc424.com/xml/datatypes}RunwayIdentifier" minOccurs="0"/>
<element name="runwayReference" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
approachAngle
The “Glide Slope Angle” field defines the glide slope angle of an ILS facility/GLS approach.
|
protected Bearing |
approachCourseBearing
The “Localizer Bearing” field defines the magnetic bearing of the localizer course of the ILS facility/GLS approach described in the record.
|
protected PrecisionApproachCategory |
category
The Localizer/MLS/GLS Performance Categories have established operating minimums and are listed as Category I, II, and III.
|
protected RunwayIdentifier |
runwayIdentifier
The “Runway Identifier” field identifies the runways described in runway records and runways served by the ILS/MLS described in ILS/MLSrecords.
|
protected PointReference |
runwayReference |
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
PrecisionApproachNavaid() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getApproachAngle()
Gets the value of the approachAngle property.
|
Bearing |
getApproachCourseBearing()
Gets the value of the approachCourseBearing property.
|
PrecisionApproachCategory |
getCategory()
Gets the value of the category property.
|
RunwayIdentifier |
getRunwayIdentifier()
Gets the value of the runwayIdentifier property.
|
PointReference |
getRunwayReference()
Gets the value of the runwayReference property.
|
void |
setApproachAngle(BigDecimal value)
Sets the value of the approachAngle property.
|
void |
setApproachCourseBearing(Bearing value)
Sets the value of the approachCourseBearing property.
|
void |
setCategory(PrecisionApproachCategory value)
Sets the value of the category property.
|
void |
setRunwayIdentifier(RunwayIdentifier value)
Sets the value of the runwayIdentifier property.
|
void |
setRunwayReference(PointReference value)
Sets the value of the runwayReference property.
|
getElevation, getPortRef, setElevation, setPortRefgetDatumCode, 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 approachAngle
protected Bearing approachCourseBearing
protected PrecisionApproachCategory category
protected RunwayIdentifier runwayIdentifier
protected PointReference runwayReference
public BigDecimal getApproachAngle()
The “Glide Slope Angle” field defines the glide slope angle of an ILS facility/GLS approach. The “Minimum Elevation Angle” field defines the lowest elevation angle authorized for the MLS procedure.
BigDecimalpublic void setApproachAngle(BigDecimal value)
value - allowed object is
BigDecimalgetApproachAngle()public Bearing getApproachCourseBearing()
The “Localizer Bearing” field defines the magnetic bearing of the localizer course of the ILS facility/GLS approach described in the record. 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 setApproachCourseBearing(Bearing value)
value - allowed object is
BearinggetApproachCourseBearing()public PrecisionApproachCategory getCategory()
The Localizer/MLS/GLS Performance Categories have established operating minimums and are listed as Category I, II, and III. The level of Performance Category does not imply that permission exists to use the facility for landing guidance to that level and does not limit minimal using designated classification. This field is also used to define the classification, non- ILS/MLS/GLS, and localizer installation such as IGS, LDA, or SDF. As used in the runway record, there are two fields, one labeled Localizer/MLS/GLS Category/Classification and the other labeled Second Localizer/MLS/GLS Category/Classification.
PrecisionApproachCategorypublic void setCategory(PrecisionApproachCategory value)
value - allowed object is
PrecisionApproachCategorygetCategory()public RunwayIdentifier getRunwayIdentifier()
The “Runway Identifier” field identifies the runways described in runway records and runways served by the ILS/MLS described in ILS/MLSrecords.
RunwayIdentifierpublic void setRunwayIdentifier(RunwayIdentifier value)
value - allowed object is
RunwayIdentifiergetRunwayIdentifier()public PointReference getRunwayReference()
PointReferencepublic void setRunwayReference(PointReference value)
value - allowed object is
PointReferenceCopyright © 2017. All rights reserved.