* @param e
* @param bounds
*/
protected void sendSelectionCommand( MapMouseEvent e, Envelope bounds ) {
SetAOILayerCommand command = new SetAOILayerCommand(e, bounds);
getContext().sendASyncCommand(command);
selecting = false;
shapeCommand.setValid(false);