v1.0.6

PaintedCenterline encoding

This section provides ‘PaintedCenterline’ 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, several points of the outer border of the PaintedCenterline need to be captured. The key attributes are the longitude, latitude in reference with WGS-84 and the elevation of each captured point. 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 RunwayMarking is 'Curve'. The definition of Line/Curve can be found in the Table A1-9 Data types of the Aeronautical Data Catalogue.

AMD encoding

AIXM 5.1

ED-99 feature PaintedCenterline is mapped to the the AIXM 5.1 as feature RunwayMarking with property Location set to "CL".

Geometry

In the AIXM 5.1 the geometry of the RunwayMarking can be point, curve or polygon, but in case of this feature the right geometry is curve encoded as object ElevatedCurve.

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 locations shall be transferred into a GML geometry object GeodesicString.


Figure 1 : PaintedCenterline

Time

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

AIXM 5.1 features

PaintedCenterline is encoded to the AIXM 5.1 as feature RunwayMarking with property markingLocation set to 'CL'.

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

RunwayElement feature

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

UML Diagram (SurfaceMarking)

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

Content of example

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

Coding example - Structure of message

<AIXMBasicMessage  ...>
  <aixm:messageMetadata>
  </aixm:messageMetadata>
  <hasMember>
    <aixm:AirportHeliport gml:id="uuid.0b7a2688-ab95-47e6-82c2-23fe321c4a48">
  </hasMember>
  <hasMember>
    <aixm:Runway gml:id="uuid.3f4952ee-a237-47d9-ab33-23f46a6332b1">
  </hasMember>
  <hasMember>
    <aixm:RunwayMarking gml:id="uuid.2cf3bea4-7e68-407e-a94e-0e913485d131">
  </hasMember>
</AIXMBasicMessage>

Coding example - PaintedCenterline

  <hasMember>
    <aixm:RunwayMarking gml:id="uuid.2cf3bea4-7e68-407e-a94e-0e913485d131">
      <gml:identifier codeSpace="urn:uuid:">2cf3bea4-7e68-407e-a94e-0e913485d131</gml:identifier>
      <aixm:timeSlice>
        <aixm:RunwayMarkingTimeSlice gml:id="uuid.f36e72d6-cd58-46c0-831e-d79efe9337fe">
          <gml:validTime>
            <gml:TimePeriod gml:id="uuid.849debdf-0945-42fe-b80a-3d56f17d3a11">
              <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.5cf9e429-7ce8-4968-aae3-7b8177b4eaea">
              <gml:beginPosition>2020-09-01T00:00:00Z</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown" />
            </gml:TimePeriod>
          </aixm:featureLifetime>
          <aixm:element>
            <aixm:MarkingElement gml:id="uuid.7d5ee9d2-2769-4472-a0c8-a715ba57c8d6">
              <aixm:extent_curveExtent>
                <aixm:ElevatedCurve gml:id="uuid.7feba19f-3a0d-426e-b109-1ceee11fb42b" srsName="urn:ogc:def:crs:EPSG::4326">
                  <gml:segments>
                    <gml:GeodesicString interpolation="geodesic">
                      <gml:posList>50.10183611 14.2263 50.11594706 14.27336372</gml:posList>
                    </gml:GeodesicString>
                  </gml:segments>
                  <aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
                  <aixm:elevation uom="M">376</aixm:elevation>
                  <aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
                </aixm:ElevatedCurve>
              </aixm:extent_curveExtent>
            </aixm:MarkingElement>
          </aixm:element>
          <aixm:markingLocation>CL</aixm:markingLocation>
          <aixm:markedRunway xlink:href="#3f4952ee-a237-47d9-ab33-23f46a6332b1" xlink:title="06/24" />
        </aixm:RunwayMarkingTimeSlice>
      </aixm:timeSlice>
    </aixm:RunwayMarking>
  </hasMember>


Download feature PaintedCenterline:

BL_PaintedCenterline.xml

 



Status: Published