public class Waypoint extends A424Point
Java class for Waypoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Waypoint"> <complexContent> <extension base="{}A424Point"> <sequence> <element name="nameFormatIndicator" type="{http://www.arinc424.com/xml/datatypes}NameFormatIndicator" minOccurs="0"/> <element name="waypointType" type="{http://www.arinc424.com/xml/datatypes}WaypointType"/> <element name="waypointUsage" type="{http://www.arinc424.com/xml/datatypes}WaypointUsage"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected NameFormatIndicator |
nameFormatIndicator
The “Name Format Indicator” field is used to describe the format of the “Waypoint Name/Description” field (5.43).
|
protected WaypointType |
waypointType
The “Waypoint Type” field identifies a number of data conditions.
|
protected WaypointUsage |
waypointUsage
The waypoint usage field is employed to indicate the structure in which the waypoint is utilized.
|
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRef
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
Waypoint() |
Modifier and Type | Method and Description |
---|---|
NameFormatIndicator |
getNameFormatIndicator()
Gets the value of the nameFormatIndicator property.
|
WaypointType |
getWaypointType()
Gets the value of the waypointType property.
|
WaypointUsage |
getWaypointUsage()
Gets the value of the waypointUsage property.
|
void |
setNameFormatIndicator(NameFormatIndicator value)
Sets the value of the nameFormatIndicator property.
|
void |
setWaypointType(WaypointType value)
Sets the value of the waypointType property.
|
void |
setWaypointUsage(WaypointUsage value)
Sets the value of the waypointUsage property.
|
getDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceID, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceID, setUirRef
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected NameFormatIndicator nameFormatIndicator
protected WaypointType waypointType
protected WaypointUsage waypointUsage
public NameFormatIndicator getNameFormatIndicator()
The “Name Format Indicator” field is used to describe the format of the “Waypoint Name/Description” field (5.43). This field will be formatted according to the rules described in Chapter 7 of this Specification, Waypoint Naming Conventions.
NameFormatIndicator
public void setNameFormatIndicator(NameFormatIndicator value)
value
- allowed object is
NameFormatIndicator
getNameFormatIndicator()
public WaypointType getWaypointType()
The “Waypoint Type” field identifies a number of data conditions. 1. The first is whether or not the waypoint has been published in an official government source or created during database coding of routes or procedures. 2. The second is whether or not the waypoint is an intersection formed with reference to ground based navaids or is an RNAV Waypoint formed by the latitude and longitude. 3. The third is an indication of one or more functions assigned to that waypoint in terminal procedure coding. 4. The fourth is an indication of location of the waypoint with reference to airspace boundaries and/or grid lines. 5. The fifth is an indication of how ATC might be using the waypoint in operational clearances. 6. The sixth is an indication that the waypoint has been published for VFR use only. 7. Lastly, there is an indication of whether the waypoint is published for use in terminal procedure coding of a specific type, multiple types or not published at all.
WaypointType
public void setWaypointType(WaypointType value)
value
- allowed object is
WaypointType
getWaypointType()
public WaypointUsage getWaypointUsage()
The waypoint usage field is employed to indicate the structure in which the waypoint is utilized.
WaypointUsage
public void setWaypointUsage(WaypointUsage value)
value
- allowed object is
WaypointUsage
getWaypointUsage()
Copyright © 2017. All rights reserved.