<div dir="ltr"><div><div>I just figured out the issue, I tried to see that the C.D.V are created on the layer, but for XML with C.D.Vs the layer returned was NULL.<br></div><div>However it worked for XML without C.D.V values. Filegeodb API says that call for geodatabase->createTable will ignore C.D.Vs<br><br></div>Thanks<br></div>Gane<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 24, 2015 at 12:13 PM, Gane R <span dir="ltr"><<a href="mailto:gane.prog@gmail.com" target="_blank">gane.prog@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5"><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>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><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>
</div></div></blockquote></div><br></div>