Import WAL
Instructions for use
WAL files (*.wal) are line plain code files of MapGIS, converted from line files (*.WL). This tool is used to import WAL files as simple datasets or CAD datasets.
Parameter description
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| select file | Input the data path information that needs to be imported. | String |
| Character Set | Select the character set type of the file to be imported, default is ASCII. | Charset |
| result datasource | Specify the datasource where the result dataset is stored. | Datasource |
| result dataset | The specified resulting dataset name. | String |
| Group | Supports importing data into a specified group. When no group is selected, data is imported under the datasource. | String |
| encode type | The encoding type of the dataset to be generated. | EncodeType |
| import schema | Set the import mode when a dataset with the same name exists. | ImportMode |
| dataset type | Select the type of dataset after import. Supports importing as CAD dataset or simple dataset, default is CAD dataset. | Boolean |
| create spatial index | Set whether to create a spatial index for the imported dataset, default is checked. If checked, a spatial index will be created for the dataset according to the supported index types, which can improve the efficiency of spatial queries and data access. | Boolean |
| Color Index File | Set the file path of the color index table when importing MapGIS data, default is the built-in MapGISColor.wat. | String |
Output Result
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| result dataset | Result dataset | DatasetVector |