Revision 652 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/tools/PointSelectionListener.java

View differences:

PointSelectionListener.java
7 7

  
8 8
import javax.swing.ImageIcon;
9 9

  
10
import com.iver.cit.gvsig.fmap.DriverException;
10 11
import com.iver.cit.gvsig.fmap.NewMapControl;
11 12
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
12 13
import com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent;
......
34 35
	 * @throws DriverIOException
35 36
	 * @see com.iver.cit.gvsig.fmap.tools.Listeners.PointListener#point(com.iver.cit.gvsig.fmap.tools.Events.PointEvent)
36 37
	 */
37
	public void point(PointEvent event) throws DriverIOException {
38
	public void point(PointEvent event) throws DriverException {
38 39
		mapCtrl.getMapContext().selectByPoint(event.getPoint(), 1);
39 40
		mapCtrl.drawMap();
40 41
	}

Also available in: Unified diff