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.
However it worked for XML without C.D.V values. Filegeodb API says that
call for geodatabase->createTable will ignore C.D.Vs
Thanks
Gane
On Thu, Dec 24, 2015
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
I loaded the XML and created a buffer
XML_DEFINITION=xmlcontent and sent in the layer creation options ? any
suggesion or code snippets already worki
Le mardi 22 décembre 2015 12:46:29, Gane R a écrit :
> I tried to read the coded domain values from GDAL, I used special sql
> requests from GDAL as described in FileGeoDB driver. I got the values in
> the XML format.
>
> Is it possible to write coded domain values from GDAL using special sql
> re
I tried to read the coded domain values from GDAL, I used special sql
requests from GDAL as described in FileGeoDB driver. I got the values in
the XML format.
Is it possible to write coded domain values from GDAL using special sql
request.
I saw that it was possible from ESRI filegeodb API, can th