Import FileGDB
Instructions for use
FileGDB (ESRI File Geodatabase) is a common geographic data storage format that can store, query, and manage spatial data and non-spatial data. The Import FileGDB tool is used to import File GDB files. During import, it supports selecting one or more datasets or data groups from the *.gdb folder for import, achieving efficient migration and integration of spatial data.
Parameter description
| Parameter Name | parameter interpretation | parameter type |
|---|---|---|
| select file | Input the path where the File GDB folder to be imported is located. | String |
| Character Set | Select the character set type of the file to be imported, default is UTF-8. | Charset |
| import data | In the import data list, you can select existing groups in the GDB or data under groups for import; by default, all data is imported. It also supports directly entering the data name from the GDB in the dataset name column cell of the table to specify the data to import. | String |
| result datasource | The datasource where the result dataset is located after import. | Datasource |
| result dataset | The specified name for the resulting dataset. | String |
| Group | Supports importing data into a specified group; if no group is selected, data is imported under the datasource. | String |
| encode type | Specify the encoding type of the dataset to be generated. | EncodeType |
| import schema | Set the import mode when datasets with the same name exist. | ImportMode |
| import null dataset | Check this box; if the import dataset is an empty dataset, an empty dataset without objects is imported by default. Otherwise, the program will prompt that the import failed. | Boolean |
| create spatial index | Set whether to create a spatial index for the import dataset; it is checked by default. If checked, a spatial index will be created for the dataset according to the index types supported by the dataset, which can improve the efficiency of spatial queries and data access. | Boolean |
| Import 3D Dataset | If checked, retain the Z values from the source data and import as a 3D dataset; if not checked, 3D data is imported as 2D data. It is checked by default. | Boolean |
| import attributes | Used to set whether to import attribute information; it is checked by default. If checked, it means importing attributes along with spatial data; otherwise, only geometry is imported without attributes. | Boolean |
Output Result
| Parameter Name | parameter interpretation | parameter type |
|---|---|---|
| result dataset | result dataset | DatasetVector |