Constructor
new ModifyCircle(options)
Parameters:
| Name | Type | Description |
|---|---|---|
options |
olx.interaction.ModifyOptions | Options. |
Fires:
- ngeo.interaction.event:ModifyCircleEvent
Extends
- ol.interaction.Pointer
Methods
(static) getDefaultStyleFunction()
Returns:
ol.StyleFunction
Styles.
(static) handleEvent(mapBrowserEvent)
Handles the map browser event and may modify the
geometry.
This:
Parameters:
| Name | Type | Description |
|---|---|---|
mapBrowserEvent |
ol.MapBrowserEvent | Map browser event. |
Returns:
boolean
false to stop event propagation.