Revision 1023 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.impl/src/main/java/org/gvsig/raster/cache/buffer/impl/BufferStatsImpl.java

View differences:

BufferStatsImpl.java
5 5
import org.gvsig.raster.cache.buffer.Band;
6 6
import org.gvsig.raster.cache.buffer.Buffer;
7 7
import org.gvsig.raster.cache.buffer.BufferStats;
8
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
8 9

  
9 10
/**
10 11
 * This class is used to calculate basic statistics in a band.
......
288 289
	 * (non-Javadoc)
289 290
	 * @see org.gvsig.raster.dataset.Buffer#getLimits()
290 291
	 */
291
	public double[] getLimits() throws InterruptedException {
292
	public double[] getLimits() throws ProcessInterruptedException {
292 293
		if(!isCalculated())
293 294
			calculate();
294 295
		
......
320 321
	 * (non-Javadoc)
321 322
	 * @see org.gvsig.raster.cache.buffer.BufferStats#getAllBandsLimits()
322 323
	 */
323
	public double[][] getAllBandsLimits() throws InterruptedException {
324
	public double[][] getAllBandsLimits() throws ProcessInterruptedException {
324 325
		if(!isCalculated())
325 326
			calculate();
326 327
		

Also available in: Unified diff