Class PolygonSelectListener

java.lang.Object
org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener
org.gvsig.app.project.documents.view.toolListeners.PolygonSelectListener
All Implemented Interfaces:
org.gvsig.fmap.mapcontrol.tools.Listeners.PolylineListener, org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener

public class PolygonSelectListener extends org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener

Inherits PolygonSelectionListener enabling/disabling special controls for managing the data selected.

Author:
Vicente Caballero Navarro
See Also:
  • PolygonSelectionListener
  • Constructor Summary

    Constructors
    Constructor
    Description
    PolygonSelectListener(org.gvsig.fmap.mapcontrol.MapControl mapCtrl)
    Creates a new PolygonSelectListener object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    polylineFinished(org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent event)
     

    Methods inherited from class org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener

    cancelDrawing, getImageCursor, pointFixed, points

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolygonSelectListener

      public PolygonSelectListener(org.gvsig.fmap.mapcontrol.MapControl mapCtrl)

      Creates a new PolygonSelectListener object.

      Parameters:
      mapCtrl - the MapControl where is drawn the polyline
  • Method Details

    • polylineFinished

      public void polylineFinished(org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
      Specified by:
      polylineFinished in interface org.gvsig.fmap.mapcontrol.tools.Listeners.PolylineListener
      Overrides:
      polylineFinished in class org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener
      Throws:
      org.gvsig.fmap.mapcontrol.tools.BehaviorException