Using derived geometries
Introduction
Two typical cases exist:
- an airspace that is fully derived from other existing airspace, which have their own operational reason to exist as separate airspace. For example, a control area (CTA) that is defined by the union of all its sectors
- an airspace that is composed by a number of 'Parts', which do not have any operational meaning taken in isolation. However, these parts may still be coded as individual Airspace elements.
Note
The previous AIXM 4.5 version did not offer the possibility to aggregate two ore more AirspaceVolume with their own horizontalProjection and vertical limits. Thus, the only possibility was to code each such volume as an independent Airspace (of type PART) and to apply an aggregation operation afterwards;
Referencing other operational airspace volumes
The AirspaceVolumeDependency class defines the relationship between the geometry of an AirspaceVolume and the geometry of another (parent) Airspace.
The dependency attribute will be used to define, if only the horizontal limits of the "parent" airspace(s) shall be considered ('HORZ_PROJECTION') or also the vertical limits ( 'FULL_GEOMETRY').
The figure below illustrates a simple referencing (full geometry), again using as example the BRUSSELS TMA with its two parts: TMA one and TMA two.
The coding example below provides a XML fragment of a case like shown above for the fictitious TMA MAGNETTO (example is also part of the AIP Data Set - Specimen (DONLON)).
More coding examples can be found in the AIP Data Set - Specimen (DONLON).
No. | Description | XPath Expression |
---|---|---|
ASE-EX-11 ASE-EX-12 ASE-EX-13 | ATS airspace, CTA (Airspace aggregation by copying the geometry), Union of two airspace components | //aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON_CTA'] | /aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON1_CTA_P'] | /aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON2_CTA_P'] |
ASE-EX-14 ASE-EX-15 ASE-EX-16 | ATS airspace, TMA, (Airspace aggregation by referencing), Union of two parts (AirspaceVolumeDependency) | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO_TMA'] | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO1_TMA_P'] | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO2_TMA_P'] |
Using airspace of type 'PART'
There are situations when an airspace is made of several parts and each part is described as an airspace volume with a defined horizontal border and specific vertical limits.
Such airspace parts are modelled using the Airspace.type 'PART'. For airspaces used for ATS provision, it is possible to be more specific by using dedicated types, such as: TMA Part ('TMA-P'), FIR Part ('FIR-P'), CTR Part ('CTR-P'), etc.
Note
Thus, airspaces of type 'PART' are solely used as an auxiliary device to construct an appropriate airspace geometry of a "real" existing airspace (e.g. a TMA or D-Area). The figure below illustrates how such constructions are used:
Steps:
Description | |
---|---|
1 | Define the central circle as Airspace.type 'PART' with a horizontalProjection. |
2 | Define the polygon airspace to be added, as Airspace.type 'PART' with a horizontalProjection. |
3 | Define the polygon airspace to be subtracted as Airspace.type 'PART' with a horizontalProjection. |
4 | Create the derived geometry by 1 + 2 - 3 (using the AirspaceVolumeDependency). |
5 | By defining vertical limits, the 3-dimensional shape of the airspace is finalized. |
Using airspace of type 'XXX-P'
On the other side, an airspace of type 'TMA/FIR/CTA/etc.-P' (where P stands for PART) is not necessarily used to define the geometry of a compound airspace, but rather to indicate some specific characteristics of a subsection of a larger airspace. For example, a specific ATS Unit provides services in that airspace part, or different vertical limits are applied. The following figure illustrates such an example:
Typically, the name of such airspace parts includes a number (1, 2, 3, etc.), a letter (a, b, c, etc.) or a geographical direction (East, West, North, etc.), for example Ljubliana TMA 1 and Ljubliana TMA 2.
Coding Examples
No. | Description | XPath Expression |
---|---|---|
ASE-EX-11 ASE-EX-12 ASE-EX-13 | ATS airspace, CTA (Airspace aggregation by copying the geometry), Union of two airspace components | //aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON_CTA'] | /aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON1_CTA_P'] | /aixm:AirspaceTimeSlice[@gml:id='ASE_DONLON2_CTA_P'] |
ASE-EX-14 ASE-EX-15 ASE-EX-16 | ATS airspace, TMA, (Airspace aggregation by referencing), Union of two parts | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO_TMA'] | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO1_TMA_P'] | //aixm:AirspaceTimeSlice[@gml:id='ASE_MAGNETTO2_TMA_P'] |