Put data in specific block of big image
setBlock(
sets the pixel data in the block of big image bigimg
,level
,locationWorld
,data
)bigimg
that contains
coordinate locationWorld
at the specified resolution level.
Create a writeable bigimage
by using a syntax that does not
initialize image data. If you create a bigimage
by specifying the file
name, directory name, or variable name of image data, or by using the
apply
function, then the bigimage
is not
writeable and you cannot use the setBlock
function.
If the size of data
is less than the block size
bigimg.BlockSize
, then
setBlock
pads the data with the default value,
bigimg.UnloadedValue
.
setBlock
trims data for partial edge blocks.