public class CircleSelectionListener
extends org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractCircleListener
Listener that selects all features of the active, available and vector layers
which intersect with the defined circle area in the associated
MapControl object.
| Constructor and Description |
|---|
CircleSelectionListener(org.gvsig.fmap.mapcontrol.MapControl mc)
Creates a new listener for selecting circular areas.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelDrawing() |
void |
circle(org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent event) |
java.awt.Cursor |
getCursor() |
java.awt.Image |
getImageCursor() |
public CircleSelectionListener(org.gvsig.fmap.mapcontrol.MapControl mc)
Creates a new listener for selecting circular areas.
mc - the MapControl object where the measures are madepublic boolean cancelDrawing()
public void circle(org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent event)
throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
org.gvsig.fmap.mapcontrol.tools.BehaviorExceptionpublic java.awt.Cursor getCursor()
public java.awt.Image getImageCursor()
Copyright © 2024 gvSIG Association. All rights reserved.