Skip to main content
Generates records containing raster tiles resulting from the split of the input raster based upon the desired dimensions of the output rasters. RS_TileExplode

Signatures

Parameters

Raster
required
The input raster.
Int
required
The width value.
Int
required
The height value.
Boolean
default:"false"
required
The pad with no data value.
Double
default:"null"
required
The no data val value.

Return type

A struct containing the result fields.

Example