Revision 2308 org.gvsig.raster/branches/org.gvsig.raster_dataaccess_refactoring/org.gvsig.raster.algorithm/src/main/java/org/gvsig/raster/algorithm/process/ProcessUtils.java

View differences:

ProcessUtils.java
56 56
 * funciones comunes como incremento de la tarea, gesti?n de eventos a la tarea, 
57 57
 * par?metros de la tarea, etc ...
58 58
 * 
59
 * 18/12/2007
60 59
 * @author Nacho Brodin nachobrodin@gmail.com
61 60
 */
62 61
public abstract class ProcessUtils {
......
178 177
			int nBands = buf.getBandCount();
179 178
			ColorInterpretation colorInterpretation = null;
180 179
			if(alphaBuffer != null) {
181
				writerBufferServer.setAlphaBuffer(alphaBuffer);
182
				nBands ++;
183 180
				colorInterpretation = RasterLocator.getManager().getDataStructFactory().createColorInterpretation(
184 181
						new String[] { 
185 182
								ColorInterpretation.RED_BAND, 

Also available in: Unified diff