The File Geodatabase API provides a non-ArcObjects based means by which developers can work with File Geodatabases
Questions tagged [file-geodatabase-api]
40 questions
17
votes
2 answers
When was Esri File Geodatabase API made available?
When was the Esri File Geodatabase API made available?
This question was originally asked to try and determine when the File Geodatabase API would be made available.
Mapperz
- 49,701
- 9
- 73
- 132
6
votes
2 answers
FileGDB open API and tools based on it
Esri shared their library which makes it possible to work with FileGDB format without using ArcObjects.
What kind of applications could be created in order to help GIS specialist to solve their tasks related with this format?
For instance, I have an…
Kirill Lykov
- 689
- 1
- 10
- 19
2
votes
1 answer
Writing a blob with Esri.FileGDB.Row.SetBinary return an empty value when reread the blob field
I am trying to write an image/png in an ESRI FileGDB field.
I use the Esri.FileGDB.API 1.4, both 32/64, in C#.
The type of the field is "esriFieldTypeBlob".
I am currently able to write the image, without errors, as follows:
Table table =…
lele3p
- 900
- 1
- 7
- 14