Import BMP
Instructions for use
Import BMP image bitmap file
Parameter description
| Parameter Name | Default Value | Parameter interpretation | Parameter type |
|---|---|---|---|
| file path | The path information of the data to be imported. | String | |
| target datasource | Specifies the datasource where the result dataset is stored. | Datasource | |
| the name of the resulting dataset | The specified name of the resulting dataset. | String | |
| Group | Supports importing data into a specified group. If no group is selected, the data is imported under the datasource. | String | |
| character set type | ANSI | The character set type of the file to be imported. | Charset |
| encoding type of the dataset | NONE | The encoding type of the dataset to be generated. | EncodeType |
| import schema | NONE | The import mode when a dataset with the same name exists. | ImportMode |
| dataset type | false | Import as a grid dataset or image dataset. True indicates importing as a grid dataset. | Boolean |
| Whether to automatically build image pyramid | false | Whether to automatically build the image pyramid. True indicates automatically building the image pyramid; false indicates not automatically building the image pyramid. | Boolean |
| Coordinate reference file for the image file (Optional) |
The path of the coordinate reference file for the image file (WorldFile). | String |
Output Result
| Parameter Name | Parameter interpretation | Parameter type |
|---|---|---|
| result dataset | Result dataset | Dataset |