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
    Constructor
    Description
    IdentifyLayerListener(org.gvsig.fmap.mapcontrol.MapControl mapControl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent e)
     
    void
    rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent e)
     

    Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener

    pointDoubleClick

    Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener

    cancelDrawing, getImageCursor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      point in interface org.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:
      rectangle in interface org.gvsig.fmap.mapcontrol.tools.Listeners.RectangleListener
      Throws:
      org.gvsig.fmap.mapcontrol.tools.BehaviorException