public class PolyLineSelectListener extends PolyLineSelectionListener
| Constructor and Description |
|---|
PolyLineSelectListener(MapControl mc) |
| Modifier and Type | Method and Description |
|---|---|
void |
polylineFinished(MeasureEvent event)
Called when user executes a double click with the mouse, finishing the
drawn of the polyline.
|
cancelDrawing, getCursor, getImageCursor, pointFixed, pointspublic PolyLineSelectListener(MapControl mc)
public void polylineFinished(MeasureEvent event) throws BehaviorException
PolylineListenerCalled when user executes a double click with the mouse, finishing the drawn of the polyline.
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.
polylineFinished in interface PolylineListenerpolylineFinished in class PolyLineSelectionListenerevent - information about the mouse event, and geometry data of the polylineBehaviorException - will be thrown when fails the process of this tool