OpenLayers. | |
Properties | |
dragControl | {<OpenLayers.Control.ModifyFeature>} |
offsetX | {Integer} Offset in pixel for the X axis. |
offsetY | {Integer} Offset in pixel for the Y axis. |
Functions | |
OpenLayers. | Create a new EditFeature_Split control. |
setFeatureControl | Create a new OpenLayers.Control.ModifyFeature control and assign it to this control. |
getLayerEventListeners | {Object} The events to add/remove listeners for this control |
delegateToEditFeature | Used to delegate the editing to the updateControl. |
cloneFeature | Feature handler callback method. |
onModificationEnd | Call parent onModificationEnd and re-enable feature handler. |
toggleFeatureHandler |
Create a new OpenLayers.Control.ModifyFeature control and assign it to this control.
setFeatureControl: function( layer )
{Object} The events to add/remove listeners for this control
getLayerEventListeners: function()
Used to delegate the editing to the updateControl.
delegateToEditFeature_Update: function( object )
Feature handler callback method.
cloneFeature: function( feature )
Call parent onModificationEnd and re-enable feature handler.
onModificationEnd: function( object )
toggleFeatureHandler: function( toggle )