CodeAirspaceAggregationBaseType
CodeAirspaceAggregationBaseType
missing data
| Properties | Definition | Type |
|---|---|---|
| BASE | 'Parent' airspace is the basis for subsequent operations. | string |
| INTERS | 'Parent' airspace is second operand in intersection operation. | string |
| OTHER | Other | string |
| SUBTR | 'Parent' airspace is second operand in subtraction operation. | string |
| UNION | 'Parent' airspace is second operand in a union operation. | string |
Details
BASE
CodeAirspaceAggregationBaseType.BASE
'Parent' airspace is the basis for subsequent operations.
Semantic Correspondence
| AIRM Concept | Definition |
|---|---|
| CodeAirspaceAggregationType.BASE | 'Parent' airspace is the basis for subsequent operations. |
INTERS
CodeAirspaceAggregationBaseType.INTERS
'Parent' airspace is second operand in intersection operation.
Semantic Correspondence
| AIRM Concept | Definition |
|---|---|
| CodeAirspaceAggregationType.INTERSECTION | 'Parent' airspace is second operand in intersection operation. |
OTHER
CodeAirspaceAggregationBaseType.OTHER
Other
Semantic Correspondence
| AIRM Concept | Definition |
|---|---|
| Out of scope | This concept is considered as out of the scope of the AIRM. |
SUBTR
CodeAirspaceAggregationBaseType.SUBTR
'Parent' airspace is second operand in subtraction operation.
Semantic Correspondence
| AIRM Concept | Definition |
|---|---|
| CodeAirspaceAggregationType.SUBTRACTION | 'Parent' airspace is second operand in subtraction operation. |
UNION
CodeAirspaceAggregationBaseType.UNION
'Parent' airspace is second operand in a union operation.
Semantic Correspondence
| AIRM Concept | Definition |
|---|---|
| CodeAirspaceAggregationType.UNION | 'Parent' airspace is second operand in a union operation. |