Interface RotatePointListener

All Superinterfaces:
org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
All Known Implementing Classes:
RotatePointListenerImpl

public interface RotatePointListener extends org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
Author:
gvSIG Team
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rotate(org.gvsig.fmap.dal.feature.Feature feature, String fieldName, double angle)
     

    Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener

    cancelDrawing, getImageCursor
  • Method Details

    • rotate

      void rotate(org.gvsig.fmap.dal.feature.Feature feature, String fieldName, double angle) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
      Throws:
      org.gvsig.fmap.mapcontrol.tools.BehaviorException