This is an old revision of the document!


Volumes

Volumes are indivisible elements of airspace which form sectors. Volumes are defined the same way as shapes are and are automatically closed.

Elementvolume
AttributeFormatRemarks
idstringvolume id - used when referring to the volume
firstringFIR in which the volume occurs (avoids duplicates)
bottomintegerBase level of airspace block
topintegerTop level of airspace block

Example

<volume id="Y_sect_1" fir="ABXX" bottom="000" top="999">
  <point lat="N0494918000" lon="E0041835000" />
  <point lat="N0494918000" lon="E0041835000" />
  <point lat="N0494918000" lon="E0041835000" />
</volume>

Back