The horizontal boundary of some airspace may be derived from the horizontal boundary of another airspace. A typical examples are UIR that inherit the horizontal limits of an FIR.
The geometry of such (dependent) airspace can be coded with a single AirspaceVolume, which has its own vertical limits but which does not have its own horizontalProjection. Instead, the AirspaceVolume needs the contributorAirspace and its AirspaceVolumeDependency association class properties (dependency = 'HORZ_PROJECTION'). Note that the operation and operationSequence attributes of the AirspaceComponentGeometry association class shall not be left empty. They should get the values 'BASE' and '1', respectively.
Note: The model offers an additional (theoretical) possibility - that an AirspaceVolume inherits the complete geometry (both horizontal projection and vertical limits) of another Airspace (dependency = 'FULL_GEOMETRY'). However, there are no known usages of this possibility for single volume airspace. This possibility is expected to be used only for airspace defined with Multiple volumes.
Coding Example
The figure below shows a simple example of such an airspace.
The lateral limits of the UIR YORK NEW are derived from the horizontal projection defined for the FIR YORK NEW. Dedicated vertical limits (FL 180 - UNL) are defined for the UIR YORK NEW.
Note
This is a fictitious example part of the AIXM DONLON Specimen 2022.
No. | Description | XPath Expression |
---|---|---|
ASE-EX-20 | UIR with derived lateral limits from FIR (Single volume with derived geometry) | //aixm:AirspaceTimeSlice[@gml:id='ASE_YORKNEW_UIR'] |