new StyleManagerDialogEvent(type, style, point3DStyle, pointHeight, features, layers)
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
type |
string | Event type. |
|
style |
ol.style.Style | Mapspace.StyleCollection | A style object. |
|
point3DStyle |
Mapspace.Point3DStyle |
<nullable> |
An optional 3D style for points. In the case of style collections this value goes in each style rule. |
pointHeight |
Mapspace.HeightReference |
<nullable> |
An optional option that controls how points are positioned in height. In the case of style collections this value goes in each style rule. |
features |
Array.<ol.Feature> |
<nullable> |
An optional array of features that has been passed to the dialog. |
layers |
Array.<Mapspace.layer.Vector> |
<nullable> |
An optional array of layers that has been passed to the dialog. If there are features, layers are the reference to the layer that contains each feature. |
- Source:
- mapspace/events.js
Extends
Members
-
<nullable> features :Array.<ol.Feature>
-
An optional array of features that has been passed to the dialog.
- Source:
- mapspace/events.js
-
<nullable> layers :Array.<Mapspace.layer.Vector>
-
An optional array of layers that has been passed to the dialog. If there are features, layers are the reference to the layer that contains each feature.
- Source:
- mapspace/events.js
-
<nullable> point3DStyle :Mapspace.Point3DStyle
-
An optional style for 3D points.
- Source:
- mapspace/events.js
-
<nullable> pointHeight :Mapspace.HeightReference
-
An optional option that controls how points are positioned in height.
- Source:
- mapspace/events.js
-
style :ol.style.Style|Mapspace.StyleCollection
-
A style object.
- Source:
- mapspace/events.js