new ChangeProjectionEvent()
视图所发的改变投影坐标系的消息结构体
Properties:
Name | Type | Description |
---|---|---|
oldProjection |
Projection | String | 原来的投影坐标系 |
newProjection |
Projection | String | 改变后的投影坐标系 |
Extends
Members
-
propagationStopped :boolean
-
是否停止传递事件消息
Type:
- boolean
- Inherited From:
- Overrides:
-
type :String
-
事件类型
Type:
- String
- Inherited From:
- Overrides:
-
target :Object
-
发出事件的对象
Type:
- Object
- Inherited From:
- Overrides:
Methods
-
preventDefault()
-
停止传递事件消息
- Inherited From:
- Overrides:
-
stopPropagation()
-
停止传递事件消息
- Inherited From:
- Overrides: