public class RectangleSelectListener extends RectangleSelectionListener
Inherits RectangleSelectionListener enabling/disabling special
controls for managing the data selected.
RectangleSelectionListener| Constructor and Description |
|---|
RectangleSelectListener(MapControl mapCtrl)
Creates a new
RectangleSelectListener object. |
| Modifier and Type | Method and Description |
|---|---|
void |
rectangle(EnvelopeEvent event)
Called when user executes a double click with the mouse, finishing the
drawn of the rectangle.
|
cancelDrawing, getImageCursorpublic RectangleSelectListener(MapControl mapCtrl)
Creates a new RectangleSelectListener object.
mapCtrl - the MapControl where is defined the rectanglepublic void rectangle(EnvelopeEvent event) throws BehaviorException
RectangleListenerCalled when user executes a double click with the mouse, finishing the drawn of the rectangle.
All features of the active and vector layers of the associated MapControl object that
their area intersect with the polygonal area defined in the event, will be selected.
rectangle in interface RectangleListenerrectangle in class RectangleSelectionListenerevent - mouse event and information about the rectangle definedBehaviorException - will be thrown when fails the process of this tool