Class IdentifyLayerListener
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
org.gvsig.app.project.documents.view.toolListeners.IdentifyLayerListener
- All Implemented Interfaces:
org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener,org.gvsig.fmap.mapcontrol.tools.Listeners.RectangleListener,org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
public class IdentifyLayerListener
extends org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
implements org.gvsig.fmap.mapcontrol.tools.Listeners.RectangleListener
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
pointDoubleClickMethods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
cancelDrawing, getImageCursorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
-
Constructor Details
-
IdentifyLayerListener
public IdentifyLayerListener(org.gvsig.fmap.mapcontrol.MapControl mapControl)
-
-
Method Details
-
point
public void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent e) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException - Specified by:
pointin interfaceorg.gvsig.fmap.mapcontrol.tools.Listeners.PointListener- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-
rectangle
public void rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent e) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException - Specified by:
rectanglein interfaceorg.gvsig.fmap.mapcontrol.tools.Listeners.RectangleListener- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-