...
- If two consecutive points have the same latitude value, then the line connecting the two points is a parallel on the surface of the Earth; this may be explicitly stated using words such as “along the parallel to” (for the detailed encoding see page Parallels);
- Otherwise, it is considered a “straight line on the map” (for the detailed encoding see page TBD).
In addition, the source map used when the airspace was designed is typically unknown.
...
the real flight trajectory of an aircraft, as stored in the Flight Management System (FMS).
Curve
In AIXM 5 lines are encoded using the Curve or ElevatedCurve element, which are extensions of the gml:Curve.
For the ElevatedCurve class, also elevation may be specified (e.g. the elevation of a fence).
They are typically published as a series of latitude/longitude positions.
The pairs of lat/long coordinates can be encoded as either a sequence of gml:pos or, more compact, using a gml:posList element.
The same separator (space) is used both between the latitude and longitude values (coordinate separator) and also between the latitude/longitude groups (tuple separator).
The figure below shows the encoding of a Taxiway Guidance Line.
The figure below gives an example of the encoding of a fence that is a Vertical Structure.
Surfaces are encoded in GML using gml:PolygonPatch elements.
The pairs of lat/long coordinates can be encoded as either a sequence of gml:pos or, more compact, using a gml:posList element.
They are closed shape, i.e. the first latitude/longitude pair has to be equal with the last one.
Note | ||
---|---|---|
| ||
In GML 3.3 there are new compact encodings for geometry primitives, such as SimplePolygon that do not require the repeated last coordinate. However, these are not available yet in AIXM 5.1, which uses GML 3.2.1. |
The figure below shows the encoding of an Elevated Surface for a Taxiway Element.
The figure below shows the encoding of an Elevated Surface for an Apron Element.