Ticket #3332 (reopened enhancement)
[PATCH] Add ArcObjects OGR driver to allow reading of GeoDatabase (e.g FileGDB) FeatureClasses
| Reported by: | rburhum | Owned by: | rburhum |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | FileGDB,ArcObjects,AO |
| Cc: | warmerdam, springmeyer |
Description
This driver allows reading of FileGDB FeatureClasses? as long as there is an ESRI ArcView? License (or higher) available.
The connection string starts with "AO:" followed by the connection string to be sent to the ArcObjects? Workspace Factory.
For example, to open a FileGDB, the connection string would be "AO:c:\mypath\mydb.gdb"
Similarly, to open a Personal GDB (aka Access), one would use: "AO:c:\somepath\mydb.mdb"
There is also basic support for Enterprise GeoDatabases? (aka ArcSDE). Currently, the only way to support connections is done through an .sde file. "AO:c:\somepath\connfile.sde"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

