Associated features missing in Export AIXM tool

283
1
10-17-2024 08:44 AM
Labels (2)
RemiFoicikADP
New Contributor

Hello everyone,

Here is my concern:

I have AMDB data, I have created an aviation database with the tool in AIS format.
I have started to fill in some data in order to carry out some tests:
- ADHP

RemiFoicikADP_0-1729178982150.png

 

-Surface Area (Runway)

RemiFoicikADP_1-1729179042306.png

 

- Surface Element (Runway Element)

RemiFoicikADP_2-1729179113337.png

In the SurfaceAreaID field, I put the GFID of the runway entities in SurfaceArea.

In the AIS database, when I select a runway element, I have all the active relationships. 

RemiFoicikADP_3-1729179190832.png

All's well in the best of worlds at the moment, but when I do the AIXM Export and try to open it on a AIXM viewer (Luciad). I can't see the relations between my features...

RemiFoicikADP_4-1729179439383.png

in the xml file, I don't see all this information either, so I imagine the problem is with the export, but I'm really having trouble understanding where this could be coming from. I've looked at the different files (Export template, ExportRelationships.json), I even tried to force the Keyclient_ID field

RemiFoicikADP_5-1729179570029.png

The export does a good job of making the link with the characteristic Surface table, but I have to confess I don't understand what I'm missing.

Am I missing something? I've tried to find data samples to investigate further, but I can't find any data concerning the geometries of an airport.

Thank you all if you have any leads that might help me 🙂

Have a nice evening, 

Rémi

0 Kudos
1 Reply
DavidWickliffe
Esri Contributor

Hello Rémi,

AIS gdb ClientKey_ID fields are used as the source for persistent AIXM gml:id values for AIXM features and some AIXM objects.   The Import AIXM 5.1 Message tool populates ClientKey_ID values in the AIS gdb with these from AIXM and the Export AIXM 5.1 Message tool populates these to exported AIXM messages. 

I looks like your data may only need to have ClientKey_ID populated with unique values for the Export AIXM 5.1 Message tool to populate this property in the exported message.  

The 51ExportTemplate.xml has this templated:

DavidWickliffe_1-1729777392146.png

 

Output should look like this:

DavidWickliffe_2-1729777454956.png

 

Search for clientkey_id in the 51ExportTemplate.xml for all the AIS sources which should have ClientKey_ID populated for full export.

Thanks,

 David

 

 

0 Kudos