Interface | Description |
---|---|
MapTool |
Class | Description |
---|---|
AreaListenerImpl |
Listener for calculating the area of a polygon, defined in the associated
MapControl
object. |
BaseMapTool | |
CompoundBehavior |
Allows having multiple behaviors when user works with the associated
MapControl . |
MeasureListenerImpl |
Listener for calculating the length of the segments of a polyline, defined in the associated
MapControl
object. |
PanListenerImpl |
Listener for moving the extent of the associated
MapControl object
according the movement between the initial and final points of line determined by the movement
dragging with the third button of the mouse. |
PointSelectionListener |
Listener that selects all features of the active, and vector layers of the associated
MapControl
that their area intersects with the point selected by a single click of any button of the mouse. |
PolygonSelectionListener |
Listener that selects all features of the active and vector layers which intersect with the defined
polygon area in the associated
MapControl object. |
RectangleSelectionListener |
Listener that selects all features of the active and vector layers which intersect with the defined
rectangle area in the associated
MapControl object. |
SelectImageListenerImpl | Deprecated |
ZoomInListenerImpl |
Listener for doing a zoom in operation of the extent of the
ViewPort of the associated MapControl
object, defining a rectangular area. |
ZoomOutListenerImpl |
Listener for doing a zoom out operation on the extent of the
ViewPort of the associated MapControl
object, selecting a point of the MapControl by a single click of any mouse's button. |
ZoomOutRightButtonListener | Deprecated
use ZoomOutListenerImpl setting mouseButton to right in the Behavior.
|
Exception | Description |
---|---|
BehaviorException |
Exception produced when fails the process that interacts with a
MapControl object,
using some tool. |