@mapgis/webclient-leaflet-plugin 17.0.0 → 17.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +350 -114
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +5 -5
- package/documention/DrawControl.html +16 -184
- package/documention/L.zondy.MapvBaseLayer.html +15 -180
- package/documention/MapViewLeaflet.html +177 -224
- package/documention/Popup.html +37 -186
- package/documention/Screenshot.html +22 -188
- package/documention/SketchEditorLeaflet.html +56 -194
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +97 -222
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +126 -227
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +114 -234
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +59 -195
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +118 -205
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +119 -235
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +144 -241
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +112 -233
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +113 -232
- package/documention/Zondy.Widget.html +11 -177
- package/documention/Zondy.view.UI.html +9 -177
- package/documention/global.html +9 -176
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +98 -0
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +7 -155
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +7 -155
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +7 -155
- package/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> SketchEditorLeaflet</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">SketchEditorLeaflet</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
25
|
-
<div class="top-nav">
|
|
26
|
-
<div class="inner">
|
|
27
|
-
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
-
<span aria-hidden="true"></span>
|
|
29
|
-
<span aria-hidden="true"></span>
|
|
30
|
-
<span aria-hidden="true"></span>
|
|
31
|
-
</a>
|
|
32
|
-
<div class="logo">
|
|
33
|
-
|
|
34
|
-
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</div>
|
|
38
|
-
<div class="menu">
|
|
39
|
-
|
|
40
|
-
<div class="navigation">
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a
|
|
44
|
-
class="link user-link "
|
|
45
|
-
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
-
>
|
|
47
|
-
Common
|
|
48
|
-
</a>
|
|
49
|
-
|
|
50
|
-
<a
|
|
51
|
-
class="link user-link "
|
|
52
|
-
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
-
>
|
|
54
|
-
Cesium-Plugin
|
|
55
|
-
</a>
|
|
56
|
-
|
|
57
|
-
<a
|
|
58
|
-
class="link user-link "
|
|
59
|
-
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
-
>
|
|
61
|
-
MapboxGL-Plugin
|
|
62
|
-
</a>
|
|
63
|
-
|
|
64
|
-
<a
|
|
65
|
-
class="link user-link "
|
|
66
|
-
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
-
>
|
|
68
|
-
Leaflet-Plugin
|
|
69
|
-
</a>
|
|
70
|
-
|
|
71
|
-
<a
|
|
72
|
-
class="link user-link "
|
|
73
|
-
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
-
>
|
|
75
|
-
OpenLayers-Plugin
|
|
76
|
-
</a>
|
|
77
|
-
|
|
78
|
-
<a
|
|
79
|
-
class="link user-link "
|
|
80
|
-
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
-
>
|
|
82
|
-
Video-Plugin
|
|
83
|
-
</a>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
<div id="main">
|
|
93
|
-
<div
|
|
94
|
-
class="sidebar "
|
|
95
|
-
id="sidebarNav"
|
|
96
|
-
>
|
|
97
|
-
<div>
|
|
98
|
-
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div class="search-wrapper">
|
|
102
|
-
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
<nav>
|
|
106
|
-
|
|
107
|
-
<div class="category"><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="DrawControl" href="DrawControl.html">DrawControl</a><img id="DrawControl-detail-arrow" onclick="toggleLinkDetail('DrawControl-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>绘制工具</p></span></li><div class="mapgis-link-detail" id="DrawControl-detail"><div><a href="DrawControl.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="DrawControl.html#function">方法</a></div><div><ul><li><a title="destory" class="mapgis-link-name" href="DrawControl.html#destory">destory</a></li><li><a title="destroy" class="mapgis-link-name" href="DrawControl.html#destroy">destroy</a></li><li><a title="end" class="mapgis-link-name" href="DrawControl.html#end">end</a></li><li><a title="start" class="mapgis-link-name" href="DrawControl.html#start">start</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapViewLeaflet" href="MapViewLeaflet.html">MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
|
-
参考示例:
|
|
109
|
-
<a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
|
|
110
|
-
<br>[ES5引入方式]:<br/>
|
|
111
|
-
Zondy.MapViewLeaflet() <br/>
|
|
112
|
-
[ES6引入方式]:<br/>
|
|
113
|
-
import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><div class="mapgis-link-detail" id="MapViewLeaflet-detail"><div><a href="MapViewLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#function">方法</a></div><div><ul><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="clone" class="mapgis-link-name" href="MapViewLeaflet.html#clone">clone</a></li><li><a title="destroy" class="mapgis-link-name" href="MapViewLeaflet.html#destroy">destroy</a></li><li><a title="flyTo" class="mapgis-link-name" href="MapViewLeaflet.html#flyTo">flyTo</a></li><li><a title="getCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getCenter">getCenter</a></li><li><a title="getExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getExtent">getExtent</a></li><li><a title="getMaxZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMaxZoom">getMaxZoom</a></li><li><a title="getMinZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMinZoom">getMinZoom</a></li><li><a title="getPixelCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelCenter">getPixelCenter</a></li><li><a title="getPixelExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelExtent">getPixelExtent</a></li><li><a title="getPixelWorldExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelWorldExtent">getPixelWorldExtent</a></li><li><a title="getScale" class="mapgis-link-name" href="MapViewLeaflet.html#getScale">getScale</a></li><li><a title="getSize" class="mapgis-link-name" href="MapViewLeaflet.html#getSize">getSize</a></li><li><a title="getZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getZoom">getZoom</a></li><li><a title="getZoomByExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getZoomByExtent">getZoomByExtent</a></li><li><a title="goTo" class="mapgis-link-name" href="MapViewLeaflet.html#goTo">goTo</a></li><li><a title="hitTest" class="mapgis-link-name" href="MapViewLeaflet.html#hitTest">hitTest</a></li><li><a title="takeScreenshot" class="mapgis-link-name" href="MapViewLeaflet.html#takeScreenshot">takeScreenshot</a></li><li><a title="toJSON" class="mapgis-link-name" href="MapViewLeaflet.html#toJSON">toJSON</a></li><li><a title="toMap" class="mapgis-link-name" href="MapViewLeaflet.html#toMap">toMap</a></li><li><a title="toScreen" class="mapgis-link-name" href="MapViewLeaflet.html#toScreen">toScreen</a></li></ul></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#member">成员变量</a></div><div><ul><li><a title="animation" class="mapgis-link-name" href="MapViewLeaflet.html#animation">animation</a></li><li><a title="center" class="mapgis-link-name" href="MapViewLeaflet.html#center">center</a></li><li><a title="engineType" class="mapgis-link-name" href="MapViewLeaflet.html#engineType">engineType</a></li><li><a title="extent" class="mapgis-link-name" href="MapViewLeaflet.html#extent">extent</a></li><li><a title="fullExtent" class="mapgis-link-name" href="MapViewLeaflet.html#fullExtent">fullExtent</a></li><li><a title="height" class="mapgis-link-name" href="MapViewLeaflet.html#height">height</a></li><li><a title="maxScale" class="mapgis-link-name" href="MapViewLeaflet.html#maxScale">maxScale</a></li><li><a title="minScale" class="mapgis-link-name" href="MapViewLeaflet.html#minScale">minScale</a></li><li><a title="popup" class="mapgis-link-name" href="MapViewLeaflet.html#popup">popup</a></li><li><a title="preferCanvas" class="mapgis-link-name" href="MapViewLeaflet.html#preferCanvas">preferCanvas</a></li><li><a title="rotation" class="mapgis-link-name" href="MapViewLeaflet.html#rotation">rotation</a></li><li><a title="scale" class="mapgis-link-name" href="MapViewLeaflet.html#scale">scale</a></li><li><a title="spatialReference" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReference">spatialReference</a></li><li><a title="spatialReferenceLocked" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReferenceLocked">spatialReferenceLocked</a></li><li><a title="stationary" class="mapgis-link-name" href="MapViewLeaflet.html#stationary">stationary</a></li><li><a title="width" class="mapgis-link-name" href="MapViewLeaflet.html#width">width</a></li><li><a title="zoom" class="mapgis-link-name" href="MapViewLeaflet.html#zoom">zoom</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Popup" href="Popup.html">Popup</a><img id="Popup-detail-arrow" onclick="toggleLinkDetail('Popup-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
|
|
114
|
-
参考示例:
|
|
115
|
-
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
116
|
-
[ES6引入方式]:<br/>
|
|
117
|
-
import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
|
|
118
|
-
自定义样式说明:<br/>
|
|
119
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
120
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
122
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a href="Popup.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Popup.html#function">方法</a></div><div><ul><li><a title="close" class="mapgis-link-name" href="Popup.html#close">close</a></li><li><a title="open" class="mapgis-link-name" href="Popup.html#open">open</a></li><li><a title="openPopup" class="mapgis-link-name" href="Popup.html#openPopup">openPopup</a></li></ul></div><div><a class="mapgis-link-name" href="Popup.html#member">成员变量</a></div><div><ul><li><a title="alignment" class="mapgis-link-name" href="Popup.html#alignment">alignment</a></li><li><a title="content" class="mapgis-link-name" href="Popup.html#content">content</a></li><li><a title="defaultButtons" class="mapgis-link-name" href="Popup.html#defaultButtons">defaultButtons</a></li><li><a title="location" class="mapgis-link-name" href="Popup.html#location">location</a></li><li><a title="title" class="mapgis-link-name" href="Popup.html#title">title</a></li><li><a title="view" class="mapgis-link-name" href="Popup.html#view">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Screenshot" href="Screenshot.html">Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a href="Screenshot.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Screenshot.html#function">方法</a></div><div><ul><li><a title="destroy" class="mapgis-link-name" href="Screenshot.html#destroy">destroy</a></li></ul></div><div><a class="mapgis-link-name" href="Screenshot.html#member">成员变量</a></div><div><ul><li><a title="filename" class="mapgis-link-name" href="Screenshot.html#filename">filename</a></li><li><a title="format" class="mapgis-link-name" href="Screenshot.html#format">format</a></li><li><a title="height" class="mapgis-link-name" href="Screenshot.html#height">height</a></li><li><a title="isDownload" class="mapgis-link-name" href="Screenshot.html#isDownload">isDownload</a></li><li><a title="view" class="mapgis-link-name" href="Screenshot.html#view">view</a></li><li><a title="width" class="mapgis-link-name" href="Screenshot.html#width">width</a></li><li><a title="x" class="mapgis-link-name" href="Screenshot.html#x">x</a></li><li><a title="y" class="mapgis-link-name" href="Screenshot.html#y">y</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SketchEditorLeaflet" href="SketchEditorLeaflet.html">SketchEditorLeaflet</a><img id="SketchEditorLeaflet-detail-arrow" onclick="toggleLinkDetail('SketchEditorLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
|
-
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const { SketchEditorLeaflet } = Zondy <br/>
|
|
126
|
-
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorLeaflet-detail"><div><a href="SketchEditorLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SketchEditorLeaflet.html#function">方法</a></div><div><ul><li><a title="addVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#addVertex">addVertex</a></li><li><a title="canRedo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canRedo">canRedo</a></li><li><a title="canUndo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canUndo">canUndo</a></li><li><a title="drawPolylineToPolygon" class="mapgis-link-name" href="SketchEditorLeaflet.html#drawPolylineToPolygon">drawPolylineToPolygon</a></li><li><a title="getGeometry" class="mapgis-link-name" href="SketchEditorLeaflet.html#getGeometry">getGeometry</a></li><li><a title="getSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#getSketchStyle">getSketchStyle</a></li><li><a title="redo" class="mapgis-link-name" href="SketchEditorLeaflet.html#redo">redo</a></li><li><a title="remove" class="mapgis-link-name" href="SketchEditorLeaflet.html#remove">remove</a></li><li><a title="removeVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#removeVertex">removeVertex</a></li><li><a title="setSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#setSketchStyle">setSketchStyle</a></li><li><a title="split" class="mapgis-link-name" href="SketchEditorLeaflet.html#split">split</a></li><li><a title="start" class="mapgis-link-name" href="SketchEditorLeaflet.html#start">start</a></li><li><a title="startCustomDrawTool" class="mapgis-link-name" href="SketchEditorLeaflet.html#startCustomDrawTool">startCustomDrawTool</a></li><li><a title="stop" class="mapgis-link-name" href="SketchEditorLeaflet.html#stop">stop</a></li><li><a title="undo" class="mapgis-link-name" href="SketchEditorLeaflet.html#undo">undo</a></li><li><a title="union" class="mapgis-link-name" href="SketchEditorLeaflet.html#union">union</a></li><li><a title="updateVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#updateVertex">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('RendererModule-sidebar')" id="RendererModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul id="RendererModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer" href="Zondy.ThemeLayer.GraphThemeLayer.html">GraphThemeLayer</a><img id="Zondy.ThemeLayer.GraphThemeLayer-detail-arrow" onclick="toggleLinkDetail('Zondy.ThemeLayer.GraphThemeLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li><div class="mapgis-link-detail" id="Zondy.ThemeLayer.GraphThemeLayer-detail"><div><a href="Zondy.ThemeLayer.GraphThemeLayer.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#function">方法</a></div><div><ul><li><a title="addFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#addFeatures">addFeatures</a></li><li><a title="clear" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clear">clear</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="createThematicFeature" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#createThematicFeature">createThematicFeature</a></li><li><a title="destroyFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#destroyFeatures">destroyFeatures</a></li><li><a title="drawCharts" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#drawCharts">drawCharts</a></li><li><a title="getEvents" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getEvents">getEvents</a></li><li><a title="getFeatureBy" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureBy">getFeatureBy</a></li><li><a title="getFeatureById" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureById">getFeatureById</a></li><li><a title="getFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatures">getFeatures</a></li><li><a title="getFeaturesByAttribute" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeaturesByAttribute">getFeaturesByAttribute</a></li><li><a title="getLocalXY" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getLocalXY">getLocalXY</a></li><li><a title="getShapesByFeatureID" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getShapesByFeatureID">getShapesByFeatureID</a></li><li><a title="getWeightFieldValue" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getWeightFieldValue">getWeightFieldValue</a></li><li><a title="initialize" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#initialize">initialize</a></li><li><a title="isChartInMap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isChartInMap">isChartInMap</a></li><li><a title="isPointInPoly" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isPointInPoly">isPointInPoly</a></li><li><a title="isQuadrilateralOverLap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isQuadrilateralOverLap">isQuadrilateralOverLap</a></li><li><a title="lineIntersection" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#lineIntersection">lineIntersection</a></li><li><a title="off" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#off">off</a></li><li><a title="on" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#on">on</a></li><li><a title="onRemove" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#onRemove">onRemove</a></li><li><a title="redraw" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redraw">redraw</a></li><li><a title="redrawThematicFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redrawThematicFeatures">redrawThematicFeatures</a></li><li><a title="removeAllFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeAllFeatures">removeAllFeatures</a></li><li><a title="removeFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeFeatures">removeFeatures</a></li><li><a title="setChartsType" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setChartsType">setChartsType</a></li><li><a title="setOpacity" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setOpacity">setOpacity</a></li><li><a title="update" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#update">update</a></li></ul></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#event">事件</a></div><div><ul><li><a title="beforefeaturesadded" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#beforefeaturesadded">beforefeaturesadded</a></li><li><a title="changelayer" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#changelayer">changelayer</a></li><li><a title="featuresremoved" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#featuresremoved">featuresremoved</a></li></ul></div></div></ul></div>
|
|
128
|
-
|
|
129
|
-
</nav>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="core" id="main-content-wrapper">
|
|
132
|
-
<div class="content">
|
|
133
|
-
<header id="page-title" class="page-title">
|
|
134
|
-
|
|
135
|
-
<span class="page-title-main">类名</span>
|
|
136
|
-
<span class="page-title-sub">SketchEditorLeaflet</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -216,6 +84,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
216
84
|
<span class="param-type">Object</span>
|
|
217
85
|
|
|
218
86
|
|
|
87
|
+
|
|
219
88
|
|
|
220
89
|
</td>
|
|
221
90
|
|
|
@@ -241,6 +110,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
241
110
|
<span class="param-type">SceneView</span>
|
|
242
111
|
|
|
243
112
|
|
|
113
|
+
|
|
244
114
|
|
|
245
115
|
</td>
|
|
246
116
|
|
|
@@ -263,6 +133,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
263
133
|
<span class="param-type">GraphicsLayer</span>
|
|
264
134
|
|
|
265
135
|
|
|
136
|
+
|
|
266
137
|
|
|
267
138
|
</td>
|
|
268
139
|
|
|
@@ -285,6 +156,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
285
156
|
<span class="param-type">SketchStyle</span>
|
|
286
157
|
|
|
287
158
|
|
|
159
|
+
|
|
288
160
|
|
|
289
161
|
</td>
|
|
290
162
|
|
|
@@ -307,6 +179,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
307
179
|
<span class="param-type">Object</span>
|
|
308
180
|
|
|
309
181
|
|
|
182
|
+
|
|
310
183
|
|
|
311
184
|
</td>
|
|
312
185
|
|
|
@@ -500,7 +373,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
500
373
|
<tbody>
|
|
501
374
|
|
|
502
375
|
<tr class="deep-level-0">
|
|
503
|
-
<td class="name"><code><a href="
|
|
376
|
+
<td class="name"><code><a href="#addVertex">addVertex</a></code></td>
|
|
504
377
|
<td class="name">
|
|
505
378
|
<code>
|
|
506
379
|
|
|
@@ -510,7 +383,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
510
383
|
</tr>
|
|
511
384
|
|
|
512
385
|
<tr class="deep-level-0">
|
|
513
|
-
<td class="name"><code><a href="
|
|
386
|
+
<td class="name"><code><a href="#canRedo">canRedo</a></code></td>
|
|
514
387
|
<td class="name">
|
|
515
388
|
<code>
|
|
516
389
|
|
|
@@ -518,6 +391,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
518
391
|
<span class="param-type">Boolean</span>
|
|
519
392
|
|
|
520
393
|
|
|
394
|
+
|
|
521
395
|
|
|
522
396
|
</code>
|
|
523
397
|
</td>
|
|
@@ -525,7 +399,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
525
399
|
</tr>
|
|
526
400
|
|
|
527
401
|
<tr class="deep-level-0">
|
|
528
|
-
<td class="name"><code><a href="
|
|
402
|
+
<td class="name"><code><a href="#canUndo">canUndo</a></code></td>
|
|
529
403
|
<td class="name">
|
|
530
404
|
<code>
|
|
531
405
|
|
|
@@ -533,6 +407,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
533
407
|
<span class="param-type">Boolean</span>
|
|
534
408
|
|
|
535
409
|
|
|
410
|
+
|
|
536
411
|
|
|
537
412
|
</code>
|
|
538
413
|
</td>
|
|
@@ -540,7 +415,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
540
415
|
</tr>
|
|
541
416
|
|
|
542
417
|
<tr class="deep-level-0">
|
|
543
|
-
<td class="name"><code><a href="
|
|
418
|
+
<td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
|
|
544
419
|
<td class="name">
|
|
545
420
|
<code>
|
|
546
421
|
|
|
@@ -550,7 +425,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
550
425
|
</tr>
|
|
551
426
|
|
|
552
427
|
<tr class="deep-level-0">
|
|
553
|
-
<td class="name"><code><a href="
|
|
428
|
+
<td class="name"><code><a href="#getGeometry">getGeometry</a></code></td>
|
|
554
429
|
<td class="name">
|
|
555
430
|
<code>
|
|
556
431
|
|
|
@@ -558,6 +433,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
558
433
|
<span class="param-type">Geometry</span>
|
|
559
434
|
|
|
560
435
|
|
|
436
|
+
|
|
561
437
|
|
|
562
438
|
</code>
|
|
563
439
|
</td>
|
|
@@ -565,7 +441,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
565
441
|
</tr>
|
|
566
442
|
|
|
567
443
|
<tr class="deep-level-0">
|
|
568
|
-
<td class="name"><code><a href="
|
|
444
|
+
<td class="name"><code><a href="#getSketchStyle">getSketchStyle</a></code></td>
|
|
569
445
|
<td class="name">
|
|
570
446
|
<code>
|
|
571
447
|
|
|
@@ -573,6 +449,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
573
449
|
<span class="param-type">SketchStyle</span>
|
|
574
450
|
|
|
575
451
|
|
|
452
|
+
|
|
576
453
|
|
|
577
454
|
</code>
|
|
578
455
|
</td>
|
|
@@ -580,7 +457,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
580
457
|
</tr>
|
|
581
458
|
|
|
582
459
|
<tr class="deep-level-0">
|
|
583
|
-
<td class="name"><code><a href="
|
|
460
|
+
<td class="name"><code><a href="#redo">redo</a></code></td>
|
|
584
461
|
<td class="name">
|
|
585
462
|
<code>
|
|
586
463
|
|
|
@@ -588,6 +465,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
588
465
|
<span class="param-type">Geometry</span>
|
|
589
466
|
|
|
590
467
|
|
|
468
|
+
|
|
591
469
|
|
|
592
470
|
</code>
|
|
593
471
|
</td>
|
|
@@ -595,7 +473,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
595
473
|
</tr>
|
|
596
474
|
|
|
597
475
|
<tr class="deep-level-0">
|
|
598
|
-
<td class="name"><code><a href="
|
|
476
|
+
<td class="name"><code><a href="#remove">remove</a></code></td>
|
|
599
477
|
<td class="name">
|
|
600
478
|
<code>
|
|
601
479
|
|
|
@@ -605,7 +483,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
605
483
|
</tr>
|
|
606
484
|
|
|
607
485
|
<tr class="deep-level-0">
|
|
608
|
-
<td class="name"><code><a href="
|
|
486
|
+
<td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
|
|
609
487
|
<td class="name">
|
|
610
488
|
<code>
|
|
611
489
|
|
|
@@ -615,7 +493,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
615
493
|
</tr>
|
|
616
494
|
|
|
617
495
|
<tr class="deep-level-0">
|
|
618
|
-
<td class="name"><code><a href="
|
|
496
|
+
<td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
|
|
619
497
|
<td class="name">
|
|
620
498
|
<code>
|
|
621
499
|
|
|
@@ -625,7 +503,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
625
503
|
</tr>
|
|
626
504
|
|
|
627
505
|
<tr class="deep-level-0">
|
|
628
|
-
<td class="name"><code><a href="
|
|
506
|
+
<td class="name"><code><a href="#split">split</a></code></td>
|
|
629
507
|
<td class="name">
|
|
630
508
|
<code>
|
|
631
509
|
|
|
@@ -633,6 +511,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
633
511
|
<span class="param-type">Array.<Polygon></span>
|
|
634
512
|
|
|
635
513
|
|
|
514
|
+
|
|
636
515
|
|
|
637
516
|
</code>
|
|
638
517
|
</td>
|
|
@@ -640,7 +519,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
640
519
|
</tr>
|
|
641
520
|
|
|
642
521
|
<tr class="deep-level-0">
|
|
643
|
-
<td class="name"><code><a href="
|
|
522
|
+
<td class="name"><code><a href="#start">start</a></code></td>
|
|
644
523
|
<td class="name">
|
|
645
524
|
<code>
|
|
646
525
|
|
|
@@ -650,7 +529,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
650
529
|
</tr>
|
|
651
530
|
|
|
652
531
|
<tr class="deep-level-0">
|
|
653
|
-
<td class="name"><code><a href="
|
|
532
|
+
<td class="name"><code><a href="#startCustomDrawTool">startCustomDrawTool</a></code></td>
|
|
654
533
|
<td class="name">
|
|
655
534
|
<code>
|
|
656
535
|
|
|
@@ -660,7 +539,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
660
539
|
</tr>
|
|
661
540
|
|
|
662
541
|
<tr class="deep-level-0">
|
|
663
|
-
<td class="name"><code><a href="
|
|
542
|
+
<td class="name"><code><a href="#stop">stop</a></code></td>
|
|
664
543
|
<td class="name">
|
|
665
544
|
<code>
|
|
666
545
|
|
|
@@ -670,7 +549,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
670
549
|
</tr>
|
|
671
550
|
|
|
672
551
|
<tr class="deep-level-0">
|
|
673
|
-
<td class="name"><code><a href="
|
|
552
|
+
<td class="name"><code><a href="#undo">undo</a></code></td>
|
|
674
553
|
<td class="name">
|
|
675
554
|
<code>
|
|
676
555
|
|
|
@@ -678,6 +557,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
678
557
|
<span class="param-type">Geometry</span>
|
|
679
558
|
|
|
680
559
|
|
|
560
|
+
|
|
681
561
|
|
|
682
562
|
</code>
|
|
683
563
|
</td>
|
|
@@ -685,7 +565,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
685
565
|
</tr>
|
|
686
566
|
|
|
687
567
|
<tr class="deep-level-0">
|
|
688
|
-
<td class="name"><code><a href="
|
|
568
|
+
<td class="name"><code><a href="#union">union</a></code></td>
|
|
689
569
|
<td class="name">
|
|
690
570
|
<code>
|
|
691
571
|
|
|
@@ -693,6 +573,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
693
573
|
<span class="param-type">Polygon</span>
|
|
694
574
|
|
|
695
575
|
|
|
576
|
+
|
|
696
577
|
|
|
697
578
|
</code>
|
|
698
579
|
</td>
|
|
@@ -700,7 +581,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
700
581
|
</tr>
|
|
701
582
|
|
|
702
583
|
<tr class="deep-level-0">
|
|
703
|
-
<td class="name"><code><a href="
|
|
584
|
+
<td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
|
|
704
585
|
<td class="name">
|
|
705
586
|
<code>
|
|
706
587
|
|
|
@@ -776,6 +657,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
776
657
|
<span class="param-type">Point</span>
|
|
777
658
|
|
|
778
659
|
|
|
660
|
+
|
|
779
661
|
|
|
780
662
|
</td>
|
|
781
663
|
|
|
@@ -800,6 +682,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
800
682
|
<span class="param-type">Number</span>
|
|
801
683
|
|
|
802
684
|
|
|
685
|
+
|
|
803
686
|
|
|
804
687
|
</td>
|
|
805
688
|
|
|
@@ -977,6 +860,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
977
860
|
<span class="param-type">Boolean</span>
|
|
978
861
|
|
|
979
862
|
|
|
863
|
+
|
|
980
864
|
</div>
|
|
981
865
|
|
|
982
866
|
</div>
|
|
@@ -1091,6 +975,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
1091
975
|
<span class="param-type">Boolean</span>
|
|
1092
976
|
|
|
1093
977
|
|
|
978
|
+
|
|
1094
979
|
</div>
|
|
1095
980
|
|
|
1096
981
|
</div>
|
|
@@ -1168,6 +1053,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区
|
|
|
1168
1053
|
<span class="param-type">Array.<Polygon></span>
|
|
1169
1054
|
|
|
1170
1055
|
|
|
1056
|
+
|
|
1171
1057
|
|
|
1172
1058
|
</td>
|
|
1173
1059
|
|
|
@@ -1420,6 +1306,7 @@ sketchEditorLeaflet.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1420
1306
|
<span class="param-type">Geometry</span>
|
|
1421
1307
|
|
|
1422
1308
|
|
|
1309
|
+
|
|
1423
1310
|
</div>
|
|
1424
1311
|
|
|
1425
1312
|
</div>
|
|
@@ -1534,6 +1421,7 @@ sketchEditorLeaflet.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1534
1421
|
<span class="param-type">SketchStyle</span>
|
|
1535
1422
|
|
|
1536
1423
|
|
|
1424
|
+
|
|
1537
1425
|
</div>
|
|
1538
1426
|
|
|
1539
1427
|
</div>
|
|
@@ -1648,6 +1536,7 @@ sketchEditorLeaflet.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1648
1536
|
<span class="param-type">Geometry</span>
|
|
1649
1537
|
|
|
1650
1538
|
|
|
1539
|
+
|
|
1651
1540
|
</div>
|
|
1652
1541
|
|
|
1653
1542
|
</div>
|
|
@@ -1842,6 +1731,7 @@ console.log("恢复后的几何对象" + geometry)</code></pre>
|
|
|
1842
1731
|
<span class="param-type">Number</span>
|
|
1843
1732
|
|
|
1844
1733
|
|
|
1734
|
+
|
|
1845
1735
|
|
|
1846
1736
|
</td>
|
|
1847
1737
|
|
|
@@ -1982,6 +1872,7 @@ console.log("恢复后的几何对象" + geometry)</code></pre>
|
|
|
1982
1872
|
<span class="param-type">SketchStyle</span>
|
|
1983
1873
|
|
|
1984
1874
|
|
|
1875
|
+
|
|
1985
1876
|
|
|
1986
1877
|
</td>
|
|
1987
1878
|
|
|
@@ -2210,6 +2101,7 @@ sketchEditor.start(SketchDataType.POLYGON)</code></pre>
|
|
|
2210
2101
|
<span class="param-type">SketchEditor</span>
|
|
2211
2102
|
|
|
2212
2103
|
|
|
2104
|
+
|
|
2213
2105
|
|
|
2214
2106
|
</td>
|
|
2215
2107
|
|
|
@@ -2234,6 +2126,7 @@ sketchEditor.start(SketchDataType.POLYGON)</code></pre>
|
|
|
2234
2126
|
<span class="param-type">Polyline</span>
|
|
2235
2127
|
|
|
2236
2128
|
|
|
2129
|
+
|
|
2237
2130
|
|
|
2238
2131
|
</td>
|
|
2239
2132
|
|
|
@@ -2322,6 +2215,7 @@ sketchEditor.start(SketchDataType.POLYGON)</code></pre>
|
|
|
2322
2215
|
<span class="param-type">Array.<Polygon></span>
|
|
2323
2216
|
|
|
2324
2217
|
|
|
2218
|
+
|
|
2325
2219
|
</div>
|
|
2326
2220
|
|
|
2327
2221
|
</div>
|
|
@@ -2439,6 +2333,7 @@ const newSketchEditors = SketchEditorLeaflet.split(polygon,polyline)</code></pre
|
|
|
2439
2333
|
<span class="param-type">SketchDataType</span>
|
|
2440
2334
|
|
|
2441
2335
|
|
|
2336
|
+
|
|
2442
2337
|
|
|
2443
2338
|
</td>
|
|
2444
2339
|
|
|
@@ -2614,6 +2509,7 @@ SketchEditorLeaflet.start(SketchDataType.POLYGON) // 绘制区</code></pre>
|
|
|
2614
2509
|
<span class="param-type">SketchDataType</span>
|
|
2615
2510
|
|
|
2616
2511
|
|
|
2512
|
+
|
|
2617
2513
|
|
|
2618
2514
|
</td>
|
|
2619
2515
|
|
|
@@ -2916,6 +2812,7 @@ sketchEditorLeaflet.startCustomDrawTool(SketchEllipseDrawTool, "ellipse") // 绘
|
|
|
2916
2812
|
<span class="param-type">Geometry</span>
|
|
2917
2813
|
|
|
2918
2814
|
|
|
2815
|
+
|
|
2919
2816
|
</div>
|
|
2920
2817
|
|
|
2921
2818
|
</div>
|
|
@@ -3019,6 +2916,7 @@ console.log("恢复后的几何对象" + geometry)</code></pre>
|
|
|
3019
2916
|
<span class="param-type">Polygon</span>
|
|
3020
2917
|
|
|
3021
2918
|
|
|
2919
|
+
|
|
3022
2920
|
|
|
3023
2921
|
</td>
|
|
3024
2922
|
|
|
@@ -3107,6 +3005,7 @@ console.log("恢复后的几何对象" + geometry)</code></pre>
|
|
|
3107
3005
|
<span class="param-type">Polygon</span>
|
|
3108
3006
|
|
|
3109
3007
|
|
|
3008
|
+
|
|
3110
3009
|
</div>
|
|
3111
3010
|
|
|
3112
3011
|
</div>
|
|
@@ -3230,6 +3129,7 @@ SketchEditorLeaflet.union(polygons)</code></pre>
|
|
|
3230
3129
|
<span class="param-type">Point</span>
|
|
3231
3130
|
|
|
3232
3131
|
|
|
3132
|
+
|
|
3233
3133
|
|
|
3234
3134
|
</td>
|
|
3235
3135
|
|
|
@@ -3254,6 +3154,7 @@ SketchEditorLeaflet.union(polygons)</code></pre>
|
|
|
3254
3154
|
<span class="param-type">Number</span>
|
|
3255
3155
|
|
|
3256
3156
|
|
|
3157
|
+
|
|
3257
3158
|
|
|
3258
3159
|
</td>
|
|
3259
3160
|
|
|
@@ -3341,43 +3242,4 @@ SketchEditorLeaflet.union(polygons)</code></pre>
|
|
|
3341
3242
|
|
|
3342
3243
|
</article>
|
|
3343
3244
|
|
|
3344
|
-
</section>
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
</div>
|
|
3350
|
-
|
|
3351
|
-
<footer class="footer">
|
|
3352
|
-
<div class="content has-text-centered">
|
|
3353
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
3354
|
-
<p class="sidebar-created-by">
|
|
3355
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3356
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3357
|
-
</p>
|
|
3358
|
-
</div>
|
|
3359
|
-
</footer>
|
|
3360
|
-
|
|
3361
|
-
</div>
|
|
3362
|
-
<div id="side-nav" class="side-nav">
|
|
3363
|
-
<div style="margin-bottom: 10px;">
|
|
3364
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3365
|
-
</div>
|
|
3366
|
-
<div style="margin-bottom: 10px;">
|
|
3367
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3368
|
-
</div>
|
|
3369
|
-
<div style="margin-bottom: 10px;">
|
|
3370
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3371
|
-
</div>
|
|
3372
|
-
<div>
|
|
3373
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3374
|
-
</div>
|
|
3375
|
-
</div>
|
|
3376
|
-
</div>
|
|
3377
|
-
<script src="scripts/linenumber.js"> </script>
|
|
3378
|
-
|
|
3379
|
-
<script src="scripts/search.js"> </script>
|
|
3380
|
-
|
|
3381
|
-
<script src="scripts/sideBar.js"> </script>
|
|
3382
|
-
</body>
|
|
3383
|
-
</html>
|
|
3245
|
+
</section>
|