OpenLayers.Control.EditFeature_Split

Inherits From

Summary
OpenLayers.Control.EditFeature_Split
Properties
splitControl{<OpenLayers.Control.SplitFeature>}
splitFeatures{Array} Is populated with an hash of original + split features on each split event triggered.
Functions
OpenLayers.Control.EditFeature_SplitCreate a new EditFeature_Split control.
setFeatureControlCreate a new OpenLayers.Contro.Split control and assign it to this control.

Properties

splitControl

{<OpenLayers.Control.SplitFeature>}

splitFeatures

{Array} Is populated with an hash of original + split features on each split event triggered.

Functions

OpenLayers.Control.EditFeature_Split

Create a new EditFeature_Split control.

Parameters

options{Object} Optional object whose properties will be set on the control.

setFeatureControl

setFeatureControl: function(layer)

Create a new OpenLayers.Contro.Split control and assign it to this control.

Parameters

layer{<OpenLayers.Layer.Vector>} The vector layer to assign the created control to.
setFeatureControl: function(layer)
Create a new OpenLayers.Contro.Split control and assign it to this control.
N.B.
Close