Revision 27361 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/mosaic/process/FeatherProcessBuff.java

View differences:

FeatherProcessBuff.java
302 302
		}
303 303
	}
304 304

  
305
	private void setValue(int col, int row) throws OutOfGridException {
305
	private void setValue(int col, int row) throws OutOfGridException, InterruptedException {
306 306
		// ?Est? el punto en la intersecci?n?
307 307
		Point2D worldCoords = rasterToWorld(col, row);
308 308
		if (intersection.contains(worldCoords)) {
......
327 327
		}
328 328
	}
329 329

  
330
	private void setFeatherValue(int col, int row) throws OutOfGridException {
330
	private void setFeatherValue(int col, int row) throws OutOfGridException, InterruptedException {
331 331
		Point2D worldPoint = rasterToWorld(col, row);
332 332

  
333 333
		totalD = 0;

Also available in: Unified diff