@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> ThemeLayer</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">ThemeLayer</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">ThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -210,6 +78,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
210
78
|
<span class="param-type">string</span>
|
|
211
79
|
|
|
212
80
|
|
|
81
|
+
|
|
213
82
|
|
|
214
83
|
</td>
|
|
215
84
|
|
|
@@ -238,6 +107,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
238
107
|
<span class="param-type">Object</span>
|
|
239
108
|
|
|
240
109
|
|
|
110
|
+
|
|
241
111
|
|
|
242
112
|
</td>
|
|
243
113
|
|
|
@@ -264,6 +134,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
264
134
|
<span class="param-type">string</span>
|
|
265
135
|
|
|
266
136
|
|
|
137
|
+
|
|
267
138
|
|
|
268
139
|
</td>
|
|
269
140
|
|
|
@@ -290,6 +161,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
290
161
|
<span class="param-type">number</span>
|
|
291
162
|
|
|
292
163
|
|
|
164
|
+
|
|
293
165
|
|
|
294
166
|
</td>
|
|
295
167
|
|
|
@@ -361,7 +233,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
361
233
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
362
234
|
<div class="column is-10">
|
|
363
235
|
<ul>
|
|
364
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
236
|
+
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a></li>
|
|
365
237
|
</ul>
|
|
366
238
|
</div>
|
|
367
239
|
</div>
|
|
@@ -434,7 +306,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
434
306
|
<tbody>
|
|
435
307
|
|
|
436
308
|
<tr class="deep-level-0">
|
|
437
|
-
<td class="name"><code><a href="
|
|
309
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
438
310
|
<td class="name">
|
|
439
311
|
<code>
|
|
440
312
|
|
|
@@ -444,7 +316,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
444
316
|
</tr>
|
|
445
317
|
|
|
446
318
|
<tr class="deep-level-0">
|
|
447
|
-
<td class="name"><code><a href="
|
|
319
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
448
320
|
<td class="name">
|
|
449
321
|
<code>
|
|
450
322
|
|
|
@@ -454,7 +326,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
454
326
|
</tr>
|
|
455
327
|
|
|
456
328
|
<tr class="deep-level-0">
|
|
457
|
-
<td class="name"><code><a href="
|
|
329
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
458
330
|
<td class="name">
|
|
459
331
|
<code>
|
|
460
332
|
|
|
@@ -462,6 +334,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
462
334
|
<span class="param-type">Object</span>
|
|
463
335
|
|
|
464
336
|
|
|
337
|
+
|
|
465
338
|
|
|
466
339
|
</code>
|
|
467
340
|
</td>
|
|
@@ -469,7 +342,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
469
342
|
</tr>
|
|
470
343
|
|
|
471
344
|
<tr class="deep-level-0">
|
|
472
|
-
<td class="name"><code><a href="
|
|
345
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
473
346
|
<td class="name">
|
|
474
347
|
<code>
|
|
475
348
|
|
|
@@ -479,7 +352,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
479
352
|
</tr>
|
|
480
353
|
|
|
481
354
|
<tr class="deep-level-0">
|
|
482
|
-
<td class="name"><code><a href="
|
|
355
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
483
356
|
<td class="name">
|
|
484
357
|
<code>
|
|
485
358
|
|
|
@@ -489,7 +362,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
489
362
|
</tr>
|
|
490
363
|
|
|
491
364
|
<tr class="deep-level-0">
|
|
492
|
-
<td class="name"><code><a href="
|
|
365
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
493
366
|
<td class="name">
|
|
494
367
|
<code>
|
|
495
368
|
|
|
@@ -497,6 +370,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
497
370
|
<span class="param-type">Array</span>
|
|
498
371
|
|
|
499
372
|
|
|
373
|
+
|
|
500
374
|
|
|
501
375
|
</code>
|
|
502
376
|
</td>
|
|
@@ -504,7 +378,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
504
378
|
</tr>
|
|
505
379
|
|
|
506
380
|
<tr class="deep-level-0">
|
|
507
|
-
<td class="name"><code><a href="
|
|
381
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
508
382
|
<td class="name">
|
|
509
383
|
<code>
|
|
510
384
|
|
|
@@ -512,6 +386,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
512
386
|
<span class="param-type">Array</span>
|
|
513
387
|
|
|
514
388
|
|
|
389
|
+
|
|
515
390
|
|
|
516
391
|
</code>
|
|
517
392
|
</td>
|
|
@@ -519,7 +394,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
519
394
|
</tr>
|
|
520
395
|
|
|
521
396
|
<tr class="deep-level-0">
|
|
522
|
-
<td class="name"><code><a href="
|
|
397
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
523
398
|
<td class="name">
|
|
524
399
|
<code>
|
|
525
400
|
|
|
@@ -529,7 +404,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
529
404
|
</tr>
|
|
530
405
|
|
|
531
406
|
<tr class="deep-level-0">
|
|
532
|
-
<td class="name"><code><a href="
|
|
407
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
533
408
|
<td class="name">
|
|
534
409
|
<code>
|
|
535
410
|
|
|
@@ -539,7 +414,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
539
414
|
</tr>
|
|
540
415
|
|
|
541
416
|
<tr class="deep-level-0">
|
|
542
|
-
<td class="name"><code><a href="
|
|
417
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
543
418
|
<td class="name">
|
|
544
419
|
<code>
|
|
545
420
|
|
|
@@ -549,7 +424,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
549
424
|
</tr>
|
|
550
425
|
|
|
551
426
|
<tr class="deep-level-0">
|
|
552
|
-
<td class="name"><code><a href="
|
|
427
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
553
428
|
<td class="name">
|
|
554
429
|
<code>
|
|
555
430
|
|
|
@@ -559,7 +434,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
559
434
|
</tr>
|
|
560
435
|
|
|
561
436
|
<tr class="deep-level-0">
|
|
562
|
-
<td class="name"><code><a href="
|
|
437
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
563
438
|
<td class="name">
|
|
564
439
|
<code>
|
|
565
440
|
|
|
@@ -567,6 +442,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
567
442
|
<span class="param-type">boolean</span>
|
|
568
443
|
|
|
569
444
|
|
|
445
|
+
|
|
570
446
|
|
|
571
447
|
</code>
|
|
572
448
|
</td>
|
|
@@ -574,7 +450,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
574
450
|
</tr>
|
|
575
451
|
|
|
576
452
|
<tr class="deep-level-0">
|
|
577
|
-
<td class="name"><code><a href="
|
|
453
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
578
454
|
<td class="name">
|
|
579
455
|
<code>
|
|
580
456
|
|
|
@@ -584,7 +460,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
584
460
|
</tr>
|
|
585
461
|
|
|
586
462
|
<tr class="deep-level-0">
|
|
587
|
-
<td class="name"><code><a href="
|
|
463
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
588
464
|
<td class="name">
|
|
589
465
|
<code>
|
|
590
466
|
|
|
@@ -594,7 +470,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
594
470
|
</tr>
|
|
595
471
|
|
|
596
472
|
<tr class="deep-level-0">
|
|
597
|
-
<td class="name"><code><a href="
|
|
473
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
598
474
|
<td class="name">
|
|
599
475
|
<code>
|
|
600
476
|
|
|
@@ -604,7 +480,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
604
480
|
</tr>
|
|
605
481
|
|
|
606
482
|
<tr class="deep-level-0">
|
|
607
|
-
<td class="name"><code><a href="
|
|
483
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
608
484
|
<td class="name">
|
|
609
485
|
<code>
|
|
610
486
|
|
|
@@ -614,7 +490,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
614
490
|
</tr>
|
|
615
491
|
|
|
616
492
|
<tr class="deep-level-0">
|
|
617
|
-
<td class="name"><code><a href="
|
|
493
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
618
494
|
<td class="name">
|
|
619
495
|
<code>
|
|
620
496
|
|
|
@@ -690,6 +566,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
690
566
|
<span class="param-type">Object</span>
|
|
691
567
|
|
|
692
568
|
|
|
569
|
+
|
|
693
570
|
|
|
694
571
|
</td>
|
|
695
572
|
|
|
@@ -830,6 +707,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
830
707
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
831
708
|
|
|
832
709
|
|
|
710
|
+
|
|
833
711
|
|
|
834
712
|
</td>
|
|
835
713
|
|
|
@@ -1009,6 +887,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1009
887
|
<span class="param-type">Object</span>
|
|
1010
888
|
|
|
1011
889
|
|
|
890
|
+
|
|
1012
891
|
</div>
|
|
1013
892
|
|
|
1014
893
|
</div>
|
|
@@ -1086,6 +965,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1086
965
|
<span class="param-type">string</span>
|
|
1087
966
|
|
|
1088
967
|
|
|
968
|
+
|
|
1089
969
|
|
|
1090
970
|
</td>
|
|
1091
971
|
|
|
@@ -1110,6 +990,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1110
990
|
<span class="param-type">string</span>
|
|
1111
991
|
|
|
1112
992
|
|
|
993
|
+
|
|
1113
994
|
|
|
1114
995
|
</td>
|
|
1115
996
|
|
|
@@ -1250,6 +1131,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1250
1131
|
<span class="param-type">number</span>
|
|
1251
1132
|
|
|
1252
1133
|
|
|
1134
|
+
|
|
1253
1135
|
|
|
1254
1136
|
</td>
|
|
1255
1137
|
|
|
@@ -1429,6 +1311,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1429
1311
|
<span class="param-type">Array</span>
|
|
1430
1312
|
|
|
1431
1313
|
|
|
1314
|
+
|
|
1432
1315
|
</div>
|
|
1433
1316
|
|
|
1434
1317
|
</div>
|
|
@@ -1506,6 +1389,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1506
1389
|
<span class="param-type">string</span>
|
|
1507
1390
|
|
|
1508
1391
|
|
|
1392
|
+
|
|
1509
1393
|
|
|
1510
1394
|
</td>
|
|
1511
1395
|
|
|
@@ -1530,6 +1414,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1530
1414
|
<span class="param-type">string</span>
|
|
1531
1415
|
|
|
1532
1416
|
|
|
1417
|
+
|
|
1533
1418
|
|
|
1534
1419
|
</td>
|
|
1535
1420
|
|
|
@@ -1618,6 +1503,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1618
1503
|
<span class="param-type">Array</span>
|
|
1619
1504
|
|
|
1620
1505
|
|
|
1506
|
+
|
|
1621
1507
|
</div>
|
|
1622
1508
|
|
|
1623
1509
|
</div>
|
|
@@ -1695,6 +1581,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1695
1581
|
<span class="param-type">Array</span>
|
|
1696
1582
|
|
|
1697
1583
|
|
|
1584
|
+
|
|
1698
1585
|
|
|
1699
1586
|
</td>
|
|
1700
1587
|
|
|
@@ -1835,6 +1722,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1835
1722
|
<span class="param-type">Event</span>
|
|
1836
1723
|
|
|
1837
1724
|
|
|
1725
|
+
|
|
1838
1726
|
|
|
1839
1727
|
</td>
|
|
1840
1728
|
|
|
@@ -1859,6 +1747,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1859
1747
|
<span class="param-type">function</span>
|
|
1860
1748
|
|
|
1861
1749
|
|
|
1750
|
+
|
|
1862
1751
|
|
|
1863
1752
|
</td>
|
|
1864
1753
|
|
|
@@ -1883,6 +1772,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1883
1772
|
<span class="param-type">string</span>
|
|
1884
1773
|
|
|
1885
1774
|
|
|
1775
|
+
|
|
1886
1776
|
|
|
1887
1777
|
</td>
|
|
1888
1778
|
|
|
@@ -2023,6 +1913,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2023
1913
|
<span class="param-type">Event</span>
|
|
2024
1914
|
|
|
2025
1915
|
|
|
1916
|
+
|
|
2026
1917
|
|
|
2027
1918
|
</td>
|
|
2028
1919
|
|
|
@@ -2047,6 +1938,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2047
1938
|
<span class="param-type">function</span>
|
|
2048
1939
|
|
|
2049
1940
|
|
|
1941
|
+
|
|
2050
1942
|
|
|
2051
1943
|
</td>
|
|
2052
1944
|
|
|
@@ -2071,6 +1963,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2071
1963
|
<span class="param-type">string</span>
|
|
2072
1964
|
|
|
2073
1965
|
|
|
1966
|
+
|
|
2074
1967
|
|
|
2075
1968
|
</td>
|
|
2076
1969
|
|
|
@@ -2211,6 +2104,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2211
2104
|
<span class="param-type">L.Map</span>
|
|
2212
2105
|
|
|
2213
2106
|
|
|
2107
|
+
|
|
2214
2108
|
|
|
2215
2109
|
</td>
|
|
2216
2110
|
|
|
@@ -2390,6 +2284,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2390
2284
|
<span class="param-type">boolean</span>
|
|
2391
2285
|
|
|
2392
2286
|
|
|
2287
|
+
|
|
2393
2288
|
</div>
|
|
2394
2289
|
|
|
2395
2290
|
</div>
|
|
@@ -2467,6 +2362,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2467
2362
|
<span class="param-type">L.bounds</span>
|
|
2468
2363
|
|
|
2469
2364
|
|
|
2365
|
+
|
|
2470
2366
|
|
|
2471
2367
|
</td>
|
|
2472
2368
|
|
|
@@ -2698,6 +2594,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2698
2594
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
2699
2595
|
|
|
2700
2596
|
|
|
2597
|
+
|
|
2701
2598
|
|
|
2702
2599
|
</td>
|
|
2703
2600
|
|
|
@@ -2838,6 +2735,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2838
2735
|
<span class="param-type">number</span>
|
|
2839
2736
|
|
|
2840
2737
|
|
|
2738
|
+
|
|
2841
2739
|
|
|
2842
2740
|
</td>
|
|
2843
2741
|
|
|
@@ -2978,6 +2876,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2978
2876
|
<span class="param-type">L.bounds</span>
|
|
2979
2877
|
|
|
2980
2878
|
|
|
2879
|
+
|
|
2981
2880
|
|
|
2982
2881
|
</td>
|
|
2983
2882
|
|
|
@@ -3161,6 +3060,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3161
3060
|
<span class="param-type">Object</span>
|
|
3162
3061
|
|
|
3163
3062
|
|
|
3063
|
+
|
|
3164
3064
|
|
|
3165
3065
|
</td>
|
|
3166
3066
|
|
|
@@ -3184,6 +3084,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3184
3084
|
<span class="param-type">string</span>
|
|
3185
3085
|
|
|
3186
3086
|
|
|
3087
|
+
|
|
3187
3088
|
|
|
3188
3089
|
</td>
|
|
3189
3090
|
|
|
@@ -3329,6 +3230,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3329
3230
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
3330
3231
|
|
|
3331
3232
|
|
|
3233
|
+
|
|
3332
3234
|
|
|
3333
3235
|
</td>
|
|
3334
3236
|
|
|
@@ -3352,6 +3254,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3352
3254
|
<span class="param-type">boolean</span>
|
|
3353
3255
|
|
|
3354
3256
|
|
|
3257
|
+
|
|
3355
3258
|
|
|
3356
3259
|
</td>
|
|
3357
3260
|
|
|
@@ -3433,43 +3336,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3433
3336
|
|
|
3434
3337
|
</article>
|
|
3435
3338
|
|
|
3436
|
-
</section>
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
</div>
|
|
3442
|
-
|
|
3443
|
-
<footer class="footer">
|
|
3444
|
-
<div class="content has-text-centered">
|
|
3445
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
3446
|
-
<p class="sidebar-created-by">
|
|
3447
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3448
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3449
|
-
</p>
|
|
3450
|
-
</div>
|
|
3451
|
-
</footer>
|
|
3452
|
-
|
|
3453
|
-
</div>
|
|
3454
|
-
<div id="side-nav" class="side-nav">
|
|
3455
|
-
<div style="margin-bottom: 10px;">
|
|
3456
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3457
|
-
</div>
|
|
3458
|
-
<div style="margin-bottom: 10px;">
|
|
3459
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3460
|
-
</div>
|
|
3461
|
-
<div style="margin-bottom: 10px;">
|
|
3462
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3463
|
-
</div>
|
|
3464
|
-
<div>
|
|
3465
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3466
|
-
</div>
|
|
3467
|
-
</div>
|
|
3468
|
-
</div>
|
|
3469
|
-
<script src="scripts/linenumber.js"> </script>
|
|
3470
|
-
|
|
3471
|
-
<script src="scripts/search.js"> </script>
|
|
3472
|
-
|
|
3473
|
-
<script src="scripts/sideBar.js"> </script>
|
|
3474
|
-
</body>
|
|
3475
|
-
</html>
|
|
3339
|
+
</section>
|