Revision 20872 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/classification/ClassificationGeneralProcess.java

View differences:

ClassificationGeneralProcess.java
151 151
			bufferFactory.setReadOnly(true);
152 152
		try {	
153 153
			bufferFactory.setAllDrawableBands();
154
			inputGrid = new Grid(bufferFactory,bandList);		
154
			inputGrid = new Grid(bufferFactory,bandList);	
155 155
		} catch (RasterBufferInvalidException e) {
156 156
			RasterToolsUtil.messageBoxError("buffer_incorrecto", this, e);
157 157
		}

Also available in: Unified diff