/* 530 */ for (int i = 0; i < this.numBands; i++) {
/* 531 */ this.shortDataArrays[i] = dbus.getData(bankIndices[i]);
/* */ }
/* 533 */ break;
/* */ case 2:
/* 536 */ DataBufferShort dbs = (DataBufferShort)raster.getDataBuffer();
/* 537 */ this.shortDataArrays = new short[this.numBands][];
/* 538 */ for (int i = 0; i < this.numBands; i++) {
/* 539 */ this.shortDataArrays[i] = dbs.getData(bankIndices[i]);
/* */ }
/* 541 */ break;
/* */ case 3:
/* 544 */ DataBufferInt dbi = (DataBufferInt)raster.getDataBuffer();
/* 545 */ this.intDataArrays = new int[this.numBands][];