v1.0.6

ParkingStandLocation encoding

This section provides ‘ParkingStandLocation’ feature data encoding guidance.


General

AMD data encoding can start when the necessary geographic information, aeronautical information and basic knowledge regarding the structure of created feature is available. 

From the geographical point of view, the ParkingStandLocation represents a designated area on an apron intended to be used for parking an aircraft. . This position is represented by one point and only this point shall be measured. The key attributes are the longitude, latitude and the elevation in reference with WGS-84. In the next part the process of converting the geographical information into the GML form thus into geometry information is described.

Based on Aeronatical Data Catalogue the required type of geometry for feature ParkingStandLocation is 'Point'. The definition of geometry type Point can be found in the Table A1-9 Data types of the Aeronautical Data Catalogue.

AMD encoding

AIXM 5.1

ED-99 feature ParkingStandLocation is mapped to the AIXM 5.1 as feature AircraftStand.

Geometry

In the AIXM 5.1 the geometry of the RunwayCentrelinePoint is point encoded as object ElevatedPoint.

For more information regarding AIXM 5.1 Geometry encoding follow 'AIXM data coding'.

GML considerations:

AIXM 5.1 is based on GML. Hence, obtained geographical location shall be transferred into a GML geometry object Point.


Figure 1 : ParkingStandLocation

Time

Feature ParkingStandLocation shall be established in accordance with coding rules and requirements listed in AIXM 5.1 Temporality Model.

AIXM 5.1 features

ParkingStandLocation is encoded to the AIXM 5.1 as AircraftStand feature.

All associations are shown in the UML Diagram (see below).

AircraftStand feature

http://aixm.aero/sites/aixm.aero/files/imce/AIXM51HTML/AIXM/Class_AircraftStand.html

UML Diagram (AircraftStand)

http://aixm.aero/sites/aixm.aero/files/imce/AIXM51HTML/AIXM/Diagram_AircraftStands.html

Content of example

The following AMD properties are not covered in the AIXM 5.1. coding example: vres, hres, integr, termref. These are covered by an AIXM 5.1. extension.

Coding example - Structure of message

<AIXMBasicMessage  ...>
  <aixm:messageMetadata>
  </aixm:messageMetadata>
  <hasMember>
    <aixm:AircraftStand gml:id="uuid.32108ee2-f6c0-4dcf-b93e-f13167165f7b">
  </hasMember>
  <hasMember>
    <aixm:AirportHeliport gml:id="uuid.0b7a2688-ab95-47e6-82c2-23fe321c4a48">
  </hasMember>
  <hasMember>
    <aixm:Apron gml:id="uuid.61843a22-c959-42e7-8a7b-1a40024a492c">
  </hasMember>
  <hasMember>
    <aixm:ApronElement gml:id="uuid.c232ce80-b58e-4813-a046-e10d2a3c67f1">
  </hasMember>
</AIXMBasicMessage>

Coding example - ParkingStandLocation

  <hasMember>
    <aixm:AircraftStand gml:id="uuid.32108ee2-f6c0-4dcf-b93e-f13167165f7b">
      <gml:identifier codeSpace="urn:uuid:">32108ee2-f6c0-4dcf-b93e-f13167165f7b</gml:identifier>
      <aixm:timeSlice>
        <aixm:AircraftStandTimeSlice gml:id="uuid.dc43c57a-e747-4377-bb47-8e0571ee6ee8">
          <gml:validTime>
            <gml:TimePeriod gml:id="uuid.aa8f6de2-868f-4a30-a347-c04aee83aad0">
              <gml:beginPosition>2020-09-01T00:00:00Z</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown" />
            </gml:TimePeriod>
          </gml:validTime>
          <aixm:interpretation>BASELINE</aixm:interpretation>
          <aixm:sequenceNumber>1</aixm:sequenceNumber>
          <aixm:correctionNumber>0</aixm:correctionNumber>
          <aixm:featureLifetime>
            <gml:TimePeriod gml:id="uuid.6947ce4e-d966-4888-b2e2-08c884129627">
              <gml:beginPosition>2020-09-01T00:00:00Z</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown" />
            </gml:TimePeriod>
          </aixm:featureLifetime>
          <aixm:designator>61</aixm:designator>
          <aixm:location>
            <aixm:ElevatedPoint gml:id="uuid.f9c1f015-0a5a-42a1-b909-60338c87645f" srsName="urn:ogc:def:crs:EPSG::4326">
              <gml:pos>50.10847917 14.25899128</gml:pos>
              <aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
              <aixm:elevation uom="M">356</aixm:elevation>
              <aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
            </aixm:ElevatedPoint>
          </aixm:location>
          <aixm:apronLocation xlink:href="#c232ce80-b58e-4813-a046-e10d2a3c67f1" />
          <aixm:extent>
            <aixm:ElevatedSurface gml:id="uuid.12ba074f-ea70-493f-82f8-3663d2b5968e" srsName="urn:ogc:def:crs:EPSG::4326">
              <gml:patches>
                <gml:PolygonPatch>
                  <gml:exterior>
                    <gml:Ring>
                      <gml:curveMember>
                        <gml:Curve gml:id="uuid.d29c90c4-2857-4207-8381-41c69d00e2ed">
                          <gml:segments>
                            <gml:GeodesicString interpolation="geodesic">
                              <gml:posList>50.10842016 14.25960633 50.10859442 14.259212 50.10855326 14.25894709 50.10856466 14.25892146 50.10849054 14.25884228 50.10847914 14.25886791 50.10836538 14.25889109 50.10832083 14.25884359 50.10828475 14.25892528 50.10827456 14.25894825 50.1081237 14.25928977 50.10842016 14.25960633</gml:posList>
                            </gml:GeodesicString>
                          </gml:segments>
                        </gml:Curve>
                      </gml:curveMember>
                    </gml:Ring>
                  </gml:exterior>
                </gml:PolygonPatch>
              </gml:patches>
            </aixm:ElevatedSurface>
          </aixm:extent>
          <aixm:availability>
            <aixm:ApronAreaAvailability gml:id="uuid.b9d28be8-dcc2-4cf7-94aa-91bae4bf31ac">
              <aixm:usage>
                <aixm:ApronAreaUsage gml:id="uuid.09ef5ef0-bc40-4cde-a0d9-2988a3fa9308">
                  <aixm:type>PERMIT</aixm:type>
                  <aixm:selection>
                    <aixm:ConditionCombination gml:id="uuid.ccad73c8-cca1-40ac-855d-43858033546a">
                      <aixm:logicalOperator>AND</aixm:logicalOperator>
                      <aixm:aircraft>
                        <aixm:AircraftCharacteristic gml:id="uuid.769abc0d-6853-4684-aa5f-a6ac4845d381">
                          <aixm:typeAircraftICAO>B738</aixm:typeAircraftICAO>
                          <aixm:wingSpan uom="M">38</aixm:wingSpan>
                        </aixm:AircraftCharacteristic>
                      </aixm:aircraft>
                    </aixm:ConditionCombination>
                  </aixm:selection>
                </aixm:ApronAreaUsage>
              </aixm:usage>
            </aixm:ApronAreaAvailability>
          </aixm:availability>
        </aixm:AircraftStandTimeSlice>
      </aixm:timeSlice>
    </aixm:AircraftStand>
  </hasMember>


Download feature ParkingStandLocation:

BL_ParkingStandLocation.xml

 



Status: Published