Revision 5362 trunk/extensions/extGeoreferencing/src/com/iver/cit/gvsig/fmap/layers/FLyrGeoRaster.java

View differences:

FLyrGeoRaster.java
18 18
 */
19 19
package com.iver.cit.gvsig.fmap.layers;
20 20

  
21
import java.awt.Dialog;
21 22
import java.awt.Graphics2D;
22 23
import java.awt.geom.Point2D;
23 24
import java.awt.geom.Rectangle2D;
24 25
import java.awt.image.BufferedImage;
26
import java.beans.PropertyVetoException;
25 27

  
26 28
import org.cresques.px.Extent;
27 29

  
......
293 295
	public void updateData(int nPunto, Point2D pixel, Point2D map, View view){
294 296
		this.geoUI.updateData(nPunto, pixel, map, view);
295 297
	}
298
	
299
	/**
300
	 * Borra de la lista de listeners el que se pasa como par?metro.
301
	 *
302
	 * @param o LayerListener a borrar.
303
	 *
304
	 * @return True si ha sido correcto el borrado del Listener.
305
	 */
306
	public boolean removeLayerListener(LayerListener o) {
307
		geoUI.close();
308
		return super.removeLayerListener(o);
309
	}
296 310
	//**********************End Methods**********************************
297 311
	
298 312
	//**********************Setters & Getters****************************

Also available in: Unified diff