Sensors and Systems
Breaking News
GIS Certification Institute Welcomes InterDev as a New GISCI Endorsing Employer
Rating12345Des Plaines, IL — The GIS Certification Institute (GISCI)...
Kongsberg Discovery and MacArtney partner for turnkey ROTV surveying and inspection capability
Rating12345Kongsberg Discovery and MacArtney Underwater Technology have signed a...
Looq AI Expands Global Partner Ecosystem to Advance Ground-Based Reality Capture in Surveying, Engineering, and Utilities
Rating12345Partnerships Across North America, Europe, and Asia Extend Survey-Grade...

June 6th, 2011
Esri File Geodatabase API Is Now Available

  • Rating12345

This API allows developers to work with file geodatabases outside ArcObjects (the library of software components that make up the foundation of ArcGIS). With this API, developers can now create independent applications to view or modify data stored in a file geodatabase. Geodatabases comprise the native structure for ArcGIS to store, manage, and use geospatial data. With the Esri File Geodatabase API, developers can now create independent applications to view or modify data stored in a file geodatabase without having to rely on ArcObjects.

The File Geodatabase API is a collection of C++ libraries (.dll) for 32-bit and 64-bit Windows and Linux platforms that allows direct access to data stored in a file geodatabase. The API allows developers to

  • Create new file geodatabases.
  • Read file geodatabase schema.
  • Create schemas for simple features.
  • Read, edit, and delete data in the file geodatabase.
  • Perform attribute and spatial queries.

The File Geodatabase API does not replace ArcObjects as the recommended approach to interacting with the geodatabase.

For more information and to download the API, go to esri.com/filegdbAPI.