Copies data back into the RasterAccessor's raster. Note that the data is cast from the intermediate data format to the raster's format. If clamping is needed, the call clampDataArrays() method needs to be called before calling the copyDataToRaster() method. Note: the raster is expected to be writable - typically a destination raster - otherwise, a run-time exception will occur.
If the data are binary, then the target bit will be set if and only if the corresponding byte is non-zero.
Copies data back into the RasterAccessor's raster. Note that the data is cast from the intermediate data format to the raster's format. If clamping is needed, the call clampDataArrays() method needs to be called before calling the copyDataToRaster() method. Note: the raster is expected to be writable - typically a destination raster - otherwise, a run-time exception will occur.
If the data are binary, then the target bit will be set if and only if the corresponding byte is non-zero.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.