Construct a gdal_open_opts() object for the OpenFileGDB driver.
Arguments
- list_all_tables
Value for
LIST_ALL_TABLES("YES"/"NO"; logical coerced). Whether to list all tables, including system/internalGDB_*tables. GDAL default"NO".- ...
Additional
NAME = valueoptions passed through verbatim alongside the typed arguments. They are coerced and validated against the driver metadata in the same way, and take precedence over a typed argument that sets the same option.- .set_defaults
Logical. If
TRUE, options left unset (NULL) are filled with the driver's documented GDAL metadata defaults (via the relevantgdal_vector_driver_*_opts_defaults()); user-supplied values always take precedence. Defaults toFALSE.
Value
A gdal_open_opts() object for the OpenFileGDB driver.