Feature Description
Performs band combination, format conversion, coordinate system transformation, and other processing on input image files to achieve standardization of data formats.
Parameter description
| Parameter Name | parameter interpretation | parameter type |
| image file list |
Manages the image files to be exported.
|
DatasetImage |
| export directory | Sets the storage path for the result image. | String |
| file type | Sets the storage type for the result image. Provides four options: Not Set, Tiff/GeoTIFF, Erdas Image, and PCIDSK. The default is Tiff/GeoTIFF. Selecting Not Set means using the original storage type of the image for output. | FileType |
| compression method | Sets the compression method for the output image. Available only when the output format is Tiff/GeoTIFF. The default is NONE. | CompressMethod |
| resolution type |
Sets the resolution for image export. Provides two setting methods: original resolution and fixed value.
|
OrthoRatioType |
| Resolution | Required when the resolution type is set to fixed value. Outputs the result image based on the specified resolution value. | Double |
| resampling method | Sets the resampling method for image export. Provides three options: Nearest, Bilinear, Cubic. The default is Nearest. For more method introductions, please refer to Resampling Method. | ResampleMethod |
| band | Sets the band information included in the output image. | Boolean |
| pixel format | Sets the pixel bit depth for the output channels after processing. Available options include:
|
PixelFormat |
| Scale Pixel Values |
Specifies whether to scale pixel values when the output pixel format differs from the input, to match the numerical range of the new bit depth.
|
Boolean |
| coordinate system transformation |
Specifies whether the input images need to undergo coordinate system transformation before output.
|
Boolean |
| conversion method |
Required to be set after coordinate system transformation is specified. Sets the method used for projection, generally categorized into three-parameter conversion methods and seven-parameter conversion methods. For more method introductions, please refer to Datum Conversion Method Description. |
CoordSysTransMethod |
| target coordinate system |
Required to be set after coordinate system transformation is specified. Provides the following three setting methods. After the target projection is set, the name and details of the target coordinate system will be displayed.
|
PrjCoordSys |
Output Result
Image data processed through resampling, band combination, coordinate system transformation, etc.