I created file geodatabase in Arc Map consisting of feature classes. These feature classes I want to access in ArcGIS Qt Runtime and see in application.
There is function EsriRuntimeQt::WorkspaceInfo::CreateFileGeoDatabaseConnection in ArcGis Qt Runtime, is this related to file geodatabase?
Yes, that static method should allow you to connect to a file geodatabase. You will need to use this in conjunction with Local Server in C++. I recommend you take a look at the Local Server > Shapefile sample and base your code off that.
Thanks,
Luke
I tried using this static method but not able to access layers present in file geodatabase(*.gdb). Can you please give more insight on how to achieve this in Qt SDK and also if possible any code snippets.
Thanks,Bhargav
Bhargav, I have a couple of questions for you:
Thank you.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.