v1.0.6
AsrnEdge encoding
This section provides ‘AsrnEdge’ 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 ASRNEdge represents a directional or bi-directional connection between nodes having an attached geometry which can be used for a graphical depiction of the taxi route. The key attributes are the longitude, latitude and the elevation in reference with WGS-84.
AMD encoding
AIXM 5.1
Feature AsrnEdge is out of scope of the AIXM 5.1 and can not be replaced or substituted by other feature. Therefore, it is available in the extension.
Geometry
The geometry of the AsrnEdge 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.
Time
Feature AsrnEdge shall be established in accordance with coding rules and requirements listed in AIXM 5.1 Temporality Model.
AIXM 5.1 features
AsrnEdge is encoded to the AIXM 5.1 extension as ASRNEdge features.
All associations are shown in the UML Diagram in Information definition for ASRN extension.
Coding example - Structure of message
<AIXMBasicMessage ...> <aixm:messageMetadata/> <hasMember> <asrn:ASRNEdge gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362a2222"> </hasMember> <hasMember> <asrn:ASRNNode gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362a3333"> </hasMember> <hasMember> <aixm:AirportHeliport gml:id="uuid.0b7a2688-ab95-47e6-82c2-23fe321c4a48"> </hasMember> <hasMember> <aixm:Apron gml:id="uuid.4687fe5c-01b9-4bd3-9c26-4f707aa6668d"> </hasMember> <hasMember> <aixm:ApronElement gml:id="uuid.c0c53b4a-0a1b-4fa8-8dc3-fd1059ed03d8"> </hasMember> <hasMember> <aixm:Taxiway gml:id="uuid.3ae48a00-5f20-42c4-bb60-032252a56aa6"> </hasMember> <hasMember> <aixm:TaxiwayElement gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362ace80"> </hasMember> <hasMember> <aixm:DeicingArea gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362a4444"> </hasMember> <hasMember> <aixm:RunwayElement gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362a5555"> </hasMember> <hasMember> <aixm:AircraftStand gml:id="uuid.190eb7f6-59e8-4a02-aa88-891f362a6666"> </hasMember> <hasMember> <aixm:Runway gml:id="uuid.3ae48a00-5f20-42c4-bb60-032252a56bc6"> </hasMember> </AIXMBasicMessage>
Coding example - ASRNEdge
<hasMember> <asrn:ASRNEdge gml:id="uuid.bae6b598-96ce-4e6c-918b-4d0e978e513a"> <asrn:timeSlice> <asrn:ASRNEdgeTimeSlice gml:id="uuid.7f247d76-ad71-4b69-9263-828935f0eca1"> <gml:validTime> <gml:TimePeriod gml:id="uuid.9b7011a6-2752-454c-aea6-fa7567177998"> <gml:beginPosition>2016-08-09T16:39:02.479Z</gml:beginPosition> <gml:endPosition indeterminatePosition="unknown"/> </gml:TimePeriod> </gml:validTime> <aixm:interpretation>BASELINE</aixm:interpretation> <aixm:featureLifetime> <gml:TimePeriod gml:id="uuid.7f714988-e814-4f42-a126-50a6860e7dc8"> <gml:beginPosition>2016-08-09T16:39:02.479Z</gml:beginPosition> <gml:endPosition indeterminatePosition="unknown"/> </gml:TimePeriod> </aixm:featureLifetime> <asrn:nameInNetwork>RN_48</asrn:nameInNetwork> <asrn:directionality>BOTH</asrn:directionality> <asrn:type>RUNWAY_EXIT_EDGE</asrn:type> <asrn:length uom="M">20</asrn:length> <asrn:nodeOne xlink:href="#f4947eb1-f502-40d3-9ad9-2b4c49e0cfd2" xlink:title="RN_39"/> <asrn:nodeTwo xlink:href="#1e1f1b27-5df4-42f9-86ae-8afe00598abd" xlink:title="RN_48"/> <asrn:associatedAirportHeliport xlink:href="#2c814b2b-5665-4b63-842b-7365b31f7cb5" xlink:title="EDDR"/> <asrn:associatedTaxiwayElement xlink:href="#190eb7f3-59e8-4a02-aa88-891f362ace80"/> <asrn:curveExtent> <aixm:ElevatedCurve gml:id="uuid.6c50ba61-414a-4e14-8bb4-6aa06eec0dfa" srsName="urn:ogc:def:crs:EPSG::4326"> <gml:segments> <gml:GeodesicString interpolation="geodesic"> <gml:posList count="4" srsDimension="2">49.2147873812236 7.11026549224155 49.2148536474932 7.11031855834944 49.2149251551674 7.11037196244626 49.2149808430863 7.11040145654951</gml:posList> </gml:GeodesicString> </gml:segments> </aixm:ElevatedCurve> </asrn:curveExtent> <asrn:aircraftCategory> <aixm:AircraftCharacteristic gml:id="uuid.7f59f034-9db9-4c4c-b2f0-7f7d5e960fbd"> <aixm:typeAircraftICAO nilReason="unknown" xsi:nil="true"></aixm:typeAircraftICAO> <aixm:wingSpan uom="M">32.3</aixm:wingSpan> <aixm:wingSpanInterpretation>BELOW</aixm:wingSpanInterpretation> </aixm:AircraftCharacteristic> </asrn:aircraftCategory> </asrn:ASRNEdgeTimeSlice> </asrn:timeSlice> </asrn:ASRNEdge> </hasMember>
Download feature ASRNEdge:
Status: Published