Revision 27361 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/imagefusion/process/PCAFusionProcess.java

View differences:

PCAFusionProcess.java
177 177
	
178 178
	
179 179
	/** 
180
	 * @throws InterruptedException 
180 181
	 * @ return valor de la posicion line col de la banda pancrom?tica
181 182
	 * 
182 183
	 * */
183
	protected double getValuePanc(int line, int col){
184
	protected double getValuePanc(int line, int col) throws InterruptedException{
184 185

  
185 186
		double value= 0.0;
186 187
		switch (highBandGrid.getRasterBuf().getDataType()){

Also available in: Unified diff