abstractpublic void copyPixelData(SeRasterTile tile, WritableRaster raster, int copyOffX, int copyOffY, int targetBand) throws DataSourceException(Code)
Parameters: tile - The actual tile you wish to copy from Parameters: raster - The raster into which data should be copied Parameters: copyOffX - The x-coordinate of the TILE at which the raster should start copying Parameters: copyOffY - The y-coordinate of the TILE at which the raster should start copying Parameters: targetBand - The band in the supplied raster into which the data from this tile should be copied throws: DataSourceException -
createTransferObject
protectedObject createTransferObject(int transferType, int numPixels)(Code)