Uma comunidade global de usuários Esri onde você pode encontrar soluções, compartilhar ideias e colaborar.
During our development work, we noticed that the current API does not provide interfaces to write materials, including setting colors and textures. We would like to ask: 1. Do you have any plans to add this feature in future releases? 2. If so, could you share a rough timeline or roadmap for this capability? This would be…
ArcGIS can load TFW files. I found ESRI's definition of TFW files, but I still have some questions: 1. Can images from oblique cameras be perfectly aligned with the ground by loading a TFW file? 2. This is easy to do with orthorectified images, but I'm not sure how to calculate the TFW file for oblique camera images. 3.…
Currently we still use FileGDBAPI.dll in version 1.5.1 and it works fine. We wanted to upgrade to the latest version 1.5.3 but we observed very strange issues in our application in various places after upgrading FileGDBAPI.dll to 1.5.3 on systems where user has non-default regional format settings. E.g when system locale…
Howdy folks. I'm not using the FGDB API at all. But I think is the best community/forum to ask because it's a question about low-level FGDB functionality and manipulation. I'm using 3rd party software that's built on top of Pro. It involves a number of tables in a file geodatabase. And it's critical that rows remain in…
The File Geodatabase API 1.5.3 released in June 2024 is now available for download from the Esri/file-geodatabase-api GitHub public repository, the main release platform. For more general information about the geodatabase API, check out the Guide to the File Geodatabase API blog article.
Hello. I'm using FileGDB API for .NET 1.5.3 I cannot get the field definitions of a feature class in an FGDB. Here's the code sample: var geodatabase = Geodatabase.Open("....gdb"); var table = geodatabase.OpenTable("..."); var fieldDefs = table.FieldDefs; <== exception thrown here The FieldInformation property works just…
Hi, I'm getting a General Function Failure when I try to use GetString in a row. I can get the field information and type without a problem. on an integer field I can get the value. Dim myId As Integer = r.GetInteger("OIDN") Dim myValue As String = r.GetString("WAARDE") In the above code the .GetString is nog working, can…
Is there a way to create a standalone table in a FGDB using the file geodatabase API? If yes, does the table get automatically registered with the geodatabase? Or would we need to use the Register with Geodatabase geoprocessing tool after the fact?
Does anybody have a sample in C# that create a GDB, create a feature class in it and add a point to this feature class. Without using the XML as the example do? Thanks
Hai, i want to read blobs field data size from my filegdb by fileGDBAPI with C++, But i always get NULL Binary data, please check what is wrong; ## arcgis catlog My C++ Code: My Console Log: How can i get the Blob Data Size! thank your for feedback!
Faça login para postar, seguir conteúdo e mais. Novo aqui? Registre-se gratuitamente.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.