File Geodatabase API
|
A set of functions for accessing, creating and deleting file geodatabases. More...
Functions | |
EXT_FILEGDB_API fgdbError | FileGDBAPI::CreateGeodatabase (const std::wstring &path, Geodatabase &geodatabase) |
Creates a new 10.x file geodatabase in the specified location. More... | |
EXT_FILEGDB_API fgdbError | FileGDBAPI::OpenGeodatabase (const std::wstring &path, Geodatabase &geodatabase) |
Opens an existing 10.x file geodatabase. More... | |
EXT_FILEGDB_API fgdbError | FileGDBAPI::CloseGeodatabase (Geodatabase &geodatabase) |
Closes an open file geodatabase. More... | |
EXT_FILEGDB_API fgdbError | FileGDBAPI::DeleteGeodatabase (const std::wstring &path) |
Deletes a file geodatabase. More... | |
A set of functions for accessing, creating and deleting file geodatabases.