<div dir="ltr"><div>I saw the python example, I tried load the xml and used XML_DEFINITION on layer creation option, I get runtime crash, I guess I am wrong some where<br><br></div>I loaded the XML and created a buffer <br><pre>XML_DEFINITION=xmlcontent and sent in the layer creation options ? any suggesion or code snippets already working<br></pre><pre>will be of great help<br><br></pre><pre>Gane<br></pre>_<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 6:21 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le mardi 22 décembre 2015 12:46:29, Gane R a écrit :<br>
> I tried to read the coded domain values from GDAL, I used special sql<br>
> requests from GDAL as described in FileGeoDB driver. I got the values in<br>
> the XML format.<br>
><br>
> Is it possible to write coded domain values from GDAL using special sql<br>
> request.<br>
> I saw that it was possible from ESRI filegeodb API, can this be done from<br>
> GDAL itself.<br>
<br>
</span>You could likely do it by using the XML_DEFINITION layer creation option.<br>
<br>
It is for example used by ogr_fgdb_11() in<br>
<a href="https://svn.osgeo.org/gdal/trunk/autotest/ogr/ogr_fgdb.py" rel="noreferrer" target="_blank">https://svn.osgeo.org/gdal/trunk/autotest/ogr/ogr_fgdb.py</a><br>
<br>
In this test, the value of XML_DEFINITION is set to the content of<br>
<a href="https://svn.osgeo.org/gdal/trunk/autotest/ogr/data/test_filegdb_field_types.xml" rel="noreferrer" target="_blank">https://svn.osgeo.org/gdal/trunk/autotest/ogr/data/test_filegdb_field_types.xml</a><br>
<br>
It doesn't test Coded Domain Values though , so I'm not completely sure this<br>
will work if you had C.D.V in it.<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>