Import FileGDB
Instructions for use
FileGDB (ESRI File Geodatabase) is a common geospatial data storage format that can store, query, and manage spatial and non-spatial data. The Import FileGDB tool is used to import FileGDB files. During import, it supports selecting one or more datasets or data groups from the *.gdb folder for import, enabling efficient migration and integration of spatial data.
Parameter description
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
Select File | Enter the path to the FileGDB folder to be imported. | String |
Charset | Select the character set type for 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; all data is imported by default. It also supports directly entering the data name in the GDB in the cell of the dataset name column to specify the data to import. | String[] |
Result Datasource | The datasource where the result dataset is located. | Datasource |
Result Dataset | The specified name of the result dataset. | String |
Encode Type | Specify the encoding type for the dataset to be generated. | EncodeType |
Import Mode | Set the import mode when a dataset with the same name exists. | ImportMode |
Import Null Dataset | Check this checkbox to import an empty dataset with no objects by default if the imported dataset is empty. Otherwise, the program will prompt that the import failed. | Boolean |
Create Spatial Index | Set whether to create a spatial index for the imported dataset; it is checked by default. If checked, a spatial index will be created for the dataset according to the supported index types, which can improve spatial query and access efficiency. | Boolean |
Import 3D Dataset | If checked, retain the Z value 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 as Multipoint Dataset | If checked, retain multipoint data from the source data after import; if not checked, multipoint data is imported as simple point data. It is not checked by default. | Boolean |
Import M Value | If checked, retain the M value from the source data after import; if not checked, the M value from the source data is lost after import. It is not checked by default. | Boolean |
Output Result
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
Result Dataset | Result dataset | DatasetVector |