Revision 17878 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/clipping/ClippingProcess.java

View differences:

ClippingProcess.java
176 176
			
177 177
			insertLineLog(PluginServices.getText(this, "leyendo_raster"));
178 178

  
179
			dsetCopy = rasterSE.getDataSource().copy();
179
			dsetCopy = rasterSE.getDataSource().newDataset();
180 180
			BufferFactory bufferFactory = new BufferFactory(dsetCopy);
181 181
			bufferFactory.setDrawableBands(drawableBands);
182 182
	

Also available in: Unified diff