Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This example shows how AIP information about the geometry of an airspace (LFBD TMA AQUITAINE part 2-1) is used to calculate the AIXM/GML digital representation of the horizontal projection of that Airspace.

Information published in AIP France ENR 2.3

Image Added


Screenshot of map showing the horizontal extent of the TMA

Image Modified

The horizontal projection of the airspace starts with a "clockwise arc". The center is 44°49'37"N; 000°43'16"W. The first point is A (45°07'24"N; 001°03'41"W) and the second point is B (44°47'02"N; 000°11'15"W). The radius is declared as 23 NM.

Assuming that EPSG::4326 will be used as coordinated reference system in GML, the start and end arc angles can be calculated with a geodesic tool:

  • startAngle: - 39.056642 (from centre to point A)
    • note that most geodetic tools will return a true bearing (such as 320.943358 deg in this case). However, the actual statAngle value used in the ArcByCenterPoint will need to take into consideration the CRS type (left-handed in this case) and the arc direction (clockwose in this case). Therefore, the startAngle value needs to be smaller than the endAngle value. For this purpose, the startAngle is calculated by subtracting the bearing from 360.

Image Added

  • endAngle: 96.278174 (from centre to point B)

In order to encode the ArcByCenterPoint, the value of the arc radius is also necessary. The AIP information indicates 23 NM. Before using that value, it is worth checking that it is close enough (less than 1% difference) to the actual distances between the arc center and the two points (A and B). Otherwise, the geometry will not close correctly when adding the next segments.

  • distance from center to point A:
  • distance from center to point B: