Hello list,<div><br></div><div>I checked it a **very alpha** version of a driver that uses the FileGDB API <a href="http://resources.arcgis.com/content/geodatabases/10.0/file-gdb-api">http://resources.arcgis.com/content/geodatabases/10.0/file-gdb-api</a></div>
<div><br></div><div>It was mostly plumbing work, so right now it is very limited:</div><div><br></div><div>- Only works with Points (it is all the samples where doing). The "API" published the spec for the binary format, but the accessor methods only provide access to the binary array, which means</div>
<div>that there still needs a lot more of binary tinkering and more sample files to get it right.</div><div>- Readonly (even though it can be extended to do write support).</div><div>- Currently, ESRI's FileGDB API only exposes the schema through a new XML format available in 10, which probably means that it will only work with FileGDBs 10 or higher.</div>
<div><br></div><div>Don't use it with production data! Feel free to tinker with it, let me know how it goes.</div><div><br></div><div>- Ragi</div>