Instructions for Use
The image splitting function supports clipping one or multiple images (multiple images will be mosaicked first) according to the specified clip mode, outputting multiple independent image files. This function is suitable for tasks such as data update and mapping involving multi-region collaboration and is often used together with Datasource Splitting. For example, the latest satellite image of a province can be split into multiple files according to municipal administrative divisions and distributed to municipal units to serve as basemaps for field surveys updating land use data.
When using this function, note the following limitations:
- Supported image data formats: *.tif, *.tiff, *.img, *.pix.
- Supported coordinate systems: Geographic coordinate system or projected coordinate system.
Available starting from the SuperMap iDesktopX 2026 version.
Parameter Description
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| Source Data |
Specifies the image data to be split. Manage image files using the Add Image, Select All, Select Reverse, and Delete functions.
|
DatasetImage |
| Output Format |
Sets the method for image splitting. Provides the following options:
|
ImagesExportType |
| Datasource |
Available when Output Format is set to Vector Clipping. Sets the datasource containing the clip dataset. |
DatasetSource |
| Dataset |
Available when Output Format is set to Vector Clipping. Sets the region dataset used to define the clip bounds. Each polygon object in this dataset will serve as an independent clipping bound to generate one result datasource. |
DatasetVector |
| Clip Field |
Available when Output Format is set to Vector Clipping. Specifies the field used to name the result image. After splitting, each resulting image file will be named according to the value in this field. |
String |
| Standard Type |
Available when Output Format is set to Standard Map Sheet. Sets the type of standard map sheet. Provides National Standard and Military Standard. Default is National Standard. |
FrameStandardType |
| Reference Scale |
Available when Output Format is set to Standard Map Sheet. Specifies the scale of the standard map sheet. Default is 1:2000 (1:2 thousand). Also provides eight basic scales as options. |
FrameScaleType |
| Expand Range | Specifies the outward extension range from the clip data. Default value is 100, unit is m. The system first calculates the extended area based on this value, then uses this area to clip the image. | Integer |
| Feather Width | Sets the blur range at the image mosaic seams. Default value is 0, unit is px. | Integer |
| NoData Value |
Specifies the pixel value for areas without valid data in the output image. After adding the image(s) to be clipped, the default value automatically retrieves the NoData value from the image(s):
|
Double |
| Output Format | Specifies the file format for the output image. Provides options: Tiff/GeoTIFF, Erdas Image. Default is Tiff/GeoTIFF. | FileType |
| Export Directory |
Specifies the local folder for storing results. The naming rules for result image files are as follows:
|
String |
Output Result
Multiple independent image files generated after splitting.