Revision 30123

View differences:

branches/v2_0_0_prep/extensions/extRasterTools-SE/src/org/gvsig/raster/util/process/ClippingProcess.java
180 180
			BufferFactory bufferFactory = new BufferFactory(dsetCopy);
181 181
			bufferFactory.setDrawableBands(drawableBands);
182 182
	
183
			if(	interpolationMethod != BufferInterpolation.INTERPOLATION_Undefined &&
184
					interpolationMethod != BufferInterpolation.INTERPOLATION_NearestNeighbour) {
183
			if(interpolationMethod != BufferInterpolation.INTERPOLATION_Undefined) {
185 184
				try {
186 185
					if(pValues != null) {
187 186
						if (RasterBuffer.isBufferTooBig(new double[] { pValues[0], pValues[3], pValues[2], pValues[1] }, drawableBands.length))

Also available in: Unified diff