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

View differences:

ColorTableIntegerFilter.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
		int value = raster.getElemInt(line, col, 0);
35 35
		byte[] rgba = colorTable.getRGBAByBand((double) (value));
36 36
		rasterResult.setElemByte(line, col, rgba);

Also available in: Unified diff