DumpRasterInfo Data Member Function

Populates an <Int32Array> object with meta-data about the raster data set this object represents. The output values are as follows: total raster dimensions in x pixels, total raster dimensions in y pixels, chunk dimension in x pixels, chunk dimension in y pixels, the number of chunks on x, the number of chunks on y, size of each block pixel in bytes, block item count in pixel elements, and the block offset in bytes.

Prototype

int32 DumpRasterInfo( Int32Array p_oDst )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_oDstA pointer to the <Int32Array> that stores the raster meta-data.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.