| Package | org.openscales.core.handler.feature.draw |
| Class | public class AbstractDrawHandler |
| Inheritance | AbstractDrawHandler Handler |
| Subclasses | DrawMultiHandler, DrawPathHandler, DrawPointHandler, DrawPolygonHandler |
| Property | Defined by | ||
|---|---|---|---|
![]() | active : Boolean
Getter and setter of the boolean defining the activity of the handler
| Handler | |
| drawLayer : FeatureLayer
The layer concerned by the drawing Operation
| AbstractDrawHandler | ||
| map : Map
[write-only]
| AbstractDrawHandler | ||
![]() | toggleHandlerActivity : Function
Getter and setter of the callback function used when the handler's
activity changes
| Handler | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| AbstractDrawHandler | ||
| drawLayer | property |
drawLayer:FeatureLayer [read-write]The layer concerned by the drawing Operation
Implementation public function get drawLayer():FeatureLayer
public function set drawLayer(value:FeatureLayer):void
| map | property |
| AbstractDrawHandler | () | constructor |
public function AbstractDrawHandler(map:Map = null, active:Boolean = false, drawLayer:FeatureLayer = null)Constructor
Parametersmap:Map (default = null) — Map Object
|
|
active:Boolean (default = false) — for handler activation
|
|
drawLayer:FeatureLayer (default = null) — the layer concerned by the drawing operation
Abstract class never use this constructor
|