new LayerEvent(type, target)
Defines the class of event objects fired by map layers.
It also defines the constants representing various layer event types.
Parameters:
Name | Type | Description |
---|---|---|
type |
String | The event type |
target |
Object | The event target |
Returns:
- Type
- OM.event.LayerEvent
Extends
Members
-
<static, constant> AFTER_REFRESH :String
-
<static, constant> BEFORE_REFRESH :String
-
<static, constant> FEATURE_DESELECTED :String
-
<static, constant> FEATURE_EDITED :String
-
<static, constant> FEATURE_MOVED :String
-
<static, constant> FEATURE_MOVING :String
-
<static, constant> FEATURE_SELECTED :String
-
<static, constant> FEATURES_DISPLAYED :String
-
<static, constant> FEATURES_LOADED :String
-
<static, constant> HOVER_STYLE_CHANGED :String
-
<static, constant> LABELING_STYLE_CHANGED :String
-
<static, constant> LAYER_REMOVED :String
-
<static, constant> LAYER_VISIBILITY_CHANGED :String
-
<static, constant> LAYER_Z_INDEX_CHANGED :String
-
<static, constant> RENDERING_STYLE_CHANGED :String
-
<static, constant> SELECTION_STYLE_CHANGED :String
-
affectedFeature :OM.Feature
-
evt :Object
-
target :Object
-
type :String