Revision 1023 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.api/src/main/java/org/gvsig/raster/cache/buffer/Buffer.java

View differences:

Buffer.java
7 7

  
8 8
import org.gvsig.raster.cache.buffer.exception.BandNotCompatibleException;
9 9
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
10
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
10 11
import org.gvsig.raster.cache.buffer.exception.WrongParameterException;
11 12
import org.gvsig.raster.cache.buffer.histogram.Histogramable;
12 13

  
......
574 575
	 * @param h Alto de la nueva imagen.
575 576
	 * @param interpolation M?todo de interpolaci?n que se usar? en el ajuste.
576 577
	 */
577
	public Buffer getAdjustedWindow(int w, int h, int interpolationMethod) throws InterruptedException;
578
	public Buffer getAdjustedWindow(int w, int h, int interpolationMethod) throws ProcessInterruptedException;
578 579
    
579 580
	/**
580 581
	 * Selects bands for read-only buffers which referencing a image in disk

Also available in: Unified diff