Revision 27361 trunk/libraries/libRaster/src/org/gvsig/raster/grid/filter/bands/ColorTableByteFilter.java

View differences:

ColorTableByteFilter.java
30 30
	 * (non-Javadoc)
31 31
	 * @see org.gvsig.raster.grid.filter.bands.ColorTableFilter#process(int, int)
32 32
	 */
33
	public void process(int col, int line) {
33
	public void process(int col, int line) throws InterruptedException {
34 34
		byte value = raster.getElemByte(line, col, 0);
35 35
		byte[] rgba = colorTable.getRGBAByBand((double) (value & 0x000000ff));
36 36
		rasterResult.setElemByte(line, col, rgba);

Also available in: Unified diff