-
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!-- | ||
* @Author: zouyaoji@https://github.com/zouyaoji | ||
* @Date: 2022-01-06 11:30:01 | ||
* @LastEditTime: 2022-03-09 09:46:56 | ||
* @LastEditors: zouyaoji | ||
* @LastEditTime: 2023-06-07 11:19:33 | ||
* @LastEditors: zouyaoji [email protected] | ||
* @Description: | ||
* @FilePath: \vue-cesium@next\website\docs\en-US\analyses\vc-analyses.md | ||
* @FilePath: \vue-cesium\website\docs\en-US\analyses\vc-analyses.md | ||
--> | ||
|
||
## VcAnalyses | ||
|
@@ -200,7 +200,7 @@ The parameter configuration of each drawing result is too long to list here. If | |
| editorEvt | (evt: VcDrawingEditorEvt, viewer: Cesium.Viewer) | Triggers when the editor button is clicked. | | ||
| mouseEvt | (evt: VcDrawingMouseEvt, viewer: Cesium.Viewer) | Triggers when the mouse is mouse over or mouse out on the drawing point. | | ||
| fabUpdated | (value: boolean) | Triggers when the floating button is expanded or collapsed. | | ||
| onClearEvt | (evt: object, viewer: Cesium.Viewer) | Triggers when the clear button is clicked. | | ||
| clearEvt | (evt: object, viewer: Cesium.Viewer) | Triggers when the clear button is clicked. | | ||
|
||
### Methods | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!-- | ||
* @Author: zouyaoji@https://github.com/zouyaoji | ||
* @Date: 2022-01-06 11:30:01 | ||
* @LastEditTime: 2023-02-10 09:38:38 | ||
* @LastEditors: XIAOLIJUN | ||
* @LastEditTime: 2023-06-07 11:19:50 | ||
* @LastEditors: zouyaoji [email protected] | ||
* @Description: | ||
* @FilePath: \vue-cesium@next\website\docs\zh-CN\analyses\vc-analyses.md | ||
* @FilePath: \vue-cesium\website\docs\zh-CN\analyses\vc-analyses.md | ||
--> | ||
|
||
## VcAnalyses | ||
|
@@ -196,7 +196,7 @@ | |
| editorEvt | (evt: VcDrawingEditorEvt, viewer: Cesium.Viewer) | 点击编辑按钮时触发。 | | ||
| mouseEvt | (evt: VcDrawingMouseEvt, viewer: Cesium.Viewer) | 鼠标移进、移出绘制点时触发。 | | ||
| fabUpdated | (value: boolean) | 浮动按钮展开、收拢时触发。 | | ||
| onClearEvt | (evt: object, viewer: Cesium.Viewer) | 清除绘制时触发。 | | ||
| clearEvt | (evt: object, viewer: Cesium.Viewer) | 清除绘制时触发。 | | ||
|
||
### 方法 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters