예제 #1
0
 public WritableRaster copyData(WritableRaster wr) {
   copyToRasterByBlocks(wr);
   return wr;
 }