@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
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> GraphThemeLayer</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">
|
|
2
|
+
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">GraphThemeLayer</span>
|
|
23
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">GraphThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -214,6 +82,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
214
82
|
<span class="param-type">string</span>
|
|
215
83
|
|
|
216
84
|
|
|
85
|
+
|
|
217
86
|
|
|
218
87
|
</td>
|
|
219
88
|
|
|
@@ -242,6 +111,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
242
111
|
<span class="param-type">string</span>
|
|
243
112
|
|
|
244
113
|
|
|
114
|
+
|
|
245
115
|
|
|
246
116
|
</td>
|
|
247
117
|
|
|
@@ -270,6 +140,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
270
140
|
<span class="param-type">Object</span>
|
|
271
141
|
|
|
272
142
|
|
|
143
|
+
|
|
273
144
|
|
|
274
145
|
</td>
|
|
275
146
|
|
|
@@ -296,6 +167,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
296
167
|
<span class="param-type">boolean</span>
|
|
297
168
|
|
|
298
169
|
|
|
170
|
+
|
|
299
171
|
|
|
300
172
|
</td>
|
|
301
173
|
|
|
@@ -324,6 +196,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
324
196
|
<span class="param-type">string</span>
|
|
325
197
|
|
|
326
198
|
|
|
199
|
+
|
|
327
200
|
|
|
328
201
|
</td>
|
|
329
202
|
|
|
@@ -350,6 +223,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
350
223
|
<span class="param-type">Object</span>
|
|
351
224
|
|
|
352
225
|
|
|
226
|
+
|
|
353
227
|
|
|
354
228
|
</td>
|
|
355
229
|
|
|
@@ -376,6 +250,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
376
250
|
<span class="param-type">Object</span>
|
|
377
251
|
|
|
378
252
|
|
|
253
|
+
|
|
379
254
|
|
|
380
255
|
</td>
|
|
381
256
|
|
|
@@ -402,6 +277,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
402
277
|
<span class="param-type">string</span>
|
|
403
278
|
|
|
404
279
|
|
|
280
|
+
|
|
405
281
|
|
|
406
282
|
</td>
|
|
407
283
|
|
|
@@ -428,6 +304,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
428
304
|
<span class="param-type">number</span>
|
|
429
305
|
|
|
430
306
|
|
|
307
|
+
|
|
431
308
|
|
|
432
309
|
</td>
|
|
433
310
|
|
|
@@ -456,6 +333,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
456
333
|
<span class="param-type">Object</span>
|
|
457
334
|
|
|
458
335
|
|
|
336
|
+
|
|
459
337
|
|
|
460
338
|
</td>
|
|
461
339
|
|
|
@@ -482,6 +360,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
482
360
|
<span class="param-type">number</span>
|
|
483
361
|
|
|
484
362
|
|
|
363
|
+
|
|
485
364
|
|
|
486
365
|
</td>
|
|
487
366
|
|
|
@@ -508,6 +387,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
508
387
|
<span class="param-type">number</span>
|
|
509
388
|
|
|
510
389
|
|
|
390
|
+
|
|
511
391
|
|
|
512
392
|
</td>
|
|
513
393
|
|
|
@@ -534,6 +414,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
534
414
|
<span class="param-type">Array.<number></span>
|
|
535
415
|
|
|
536
416
|
|
|
417
|
+
|
|
537
418
|
|
|
538
419
|
</td>
|
|
539
420
|
|
|
@@ -560,6 +441,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
560
441
|
<span class="param-type">number</span>
|
|
561
442
|
|
|
562
443
|
|
|
444
|
+
|
|
563
445
|
|
|
564
446
|
</td>
|
|
565
447
|
|
|
@@ -586,6 +468,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
586
468
|
<span class="param-type">number</span>
|
|
587
469
|
|
|
588
470
|
|
|
471
|
+
|
|
589
472
|
|
|
590
473
|
</td>
|
|
591
474
|
|
|
@@ -612,6 +495,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
612
495
|
<span class="param-type">Array.<number></span>
|
|
613
496
|
|
|
614
497
|
|
|
498
|
+
|
|
615
499
|
|
|
616
500
|
</td>
|
|
617
501
|
|
|
@@ -638,6 +522,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
638
522
|
<span class="param-type">number</span>
|
|
639
523
|
|
|
640
524
|
|
|
525
|
+
|
|
641
526
|
|
|
642
527
|
</td>
|
|
643
528
|
|
|
@@ -736,7 +621,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
736
621
|
|
|
737
622
|
|
|
738
623
|
<ul>
|
|
739
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer"
|
|
624
|
+
<li><a link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer" Zondy.ThemeLayer.ThemeLayer.html>Zondy.ThemeLayer.ThemeLayer</a></li>
|
|
740
625
|
</ul>
|
|
741
626
|
|
|
742
627
|
|
|
@@ -771,7 +656,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
771
656
|
<tbody>
|
|
772
657
|
|
|
773
658
|
<tr class="deep-level-0">
|
|
774
|
-
<td class="name"><code><a href="
|
|
659
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
775
660
|
<td class="name">
|
|
776
661
|
<code>
|
|
777
662
|
|
|
@@ -781,7 +666,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
781
666
|
</tr>
|
|
782
667
|
|
|
783
668
|
<tr class="deep-level-0">
|
|
784
|
-
<td class="name"><code><a href="
|
|
669
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
785
670
|
<td class="name">
|
|
786
671
|
<code>
|
|
787
672
|
|
|
@@ -791,7 +676,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
791
676
|
</tr>
|
|
792
677
|
|
|
793
678
|
<tr class="deep-level-0">
|
|
794
|
-
<td class="name"><code><a href="
|
|
679
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
795
680
|
<td class="name">
|
|
796
681
|
<code>
|
|
797
682
|
|
|
@@ -801,7 +686,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
801
686
|
</tr>
|
|
802
687
|
|
|
803
688
|
<tr class="deep-level-0">
|
|
804
|
-
<td class="name"><code><a href="
|
|
689
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
805
690
|
<td class="name">
|
|
806
691
|
<code>
|
|
807
692
|
|
|
@@ -811,7 +696,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
811
696
|
</tr>
|
|
812
697
|
|
|
813
698
|
<tr class="deep-level-0">
|
|
814
|
-
<td class="name"><code><a href="
|
|
699
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
815
700
|
<td class="name">
|
|
816
701
|
<code>
|
|
817
702
|
|
|
@@ -821,7 +706,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
821
706
|
</tr>
|
|
822
707
|
|
|
823
708
|
<tr class="deep-level-0">
|
|
824
|
-
<td class="name"><code><a href="
|
|
709
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
825
710
|
<td class="name">
|
|
826
711
|
<code>
|
|
827
712
|
|
|
@@ -831,7 +716,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
831
716
|
</tr>
|
|
832
717
|
|
|
833
718
|
<tr class="deep-level-0">
|
|
834
|
-
<td class="name"><code><a href="
|
|
719
|
+
<td class="name"><code><a href="#drawCharts">drawCharts</a></code></td>
|
|
835
720
|
<td class="name">
|
|
836
721
|
<code>
|
|
837
722
|
|
|
@@ -841,7 +726,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
841
726
|
</tr>
|
|
842
727
|
|
|
843
728
|
<tr class="deep-level-0">
|
|
844
|
-
<td class="name"><code><a href="
|
|
729
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
845
730
|
<td class="name">
|
|
846
731
|
<code>
|
|
847
732
|
|
|
@@ -849,6 +734,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
849
734
|
<span class="param-type">Object</span>
|
|
850
735
|
|
|
851
736
|
|
|
737
|
+
|
|
852
738
|
|
|
853
739
|
</code>
|
|
854
740
|
</td>
|
|
@@ -856,7 +742,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
856
742
|
</tr>
|
|
857
743
|
|
|
858
744
|
<tr class="deep-level-0">
|
|
859
|
-
<td class="name"><code><a href="
|
|
745
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
860
746
|
<td class="name">
|
|
861
747
|
<code>
|
|
862
748
|
|
|
@@ -866,7 +752,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
866
752
|
</tr>
|
|
867
753
|
|
|
868
754
|
<tr class="deep-level-0">
|
|
869
|
-
<td class="name"><code><a href="
|
|
755
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
870
756
|
<td class="name">
|
|
871
757
|
<code>
|
|
872
758
|
|
|
@@ -876,7 +762,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
876
762
|
</tr>
|
|
877
763
|
|
|
878
764
|
<tr class="deep-level-0">
|
|
879
|
-
<td class="name"><code><a href="
|
|
765
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
880
766
|
<td class="name">
|
|
881
767
|
<code>
|
|
882
768
|
|
|
@@ -884,6 +770,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
884
770
|
<span class="param-type">Array</span>
|
|
885
771
|
|
|
886
772
|
|
|
773
|
+
|
|
887
774
|
|
|
888
775
|
</code>
|
|
889
776
|
</td>
|
|
@@ -891,7 +778,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
891
778
|
</tr>
|
|
892
779
|
|
|
893
780
|
<tr class="deep-level-0">
|
|
894
|
-
<td class="name"><code><a href="
|
|
781
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
895
782
|
<td class="name">
|
|
896
783
|
<code>
|
|
897
784
|
|
|
@@ -899,6 +786,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
899
786
|
<span class="param-type">Array</span>
|
|
900
787
|
|
|
901
788
|
|
|
789
|
+
|
|
902
790
|
|
|
903
791
|
</code>
|
|
904
792
|
</td>
|
|
@@ -906,7 +794,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
906
794
|
</tr>
|
|
907
795
|
|
|
908
796
|
<tr class="deep-level-0">
|
|
909
|
-
<td class="name"><code><a href="
|
|
797
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
910
798
|
<td class="name">
|
|
911
799
|
<code>
|
|
912
800
|
|
|
@@ -916,7 +804,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
916
804
|
</tr>
|
|
917
805
|
|
|
918
806
|
<tr class="deep-level-0">
|
|
919
|
-
<td class="name"><code><a href="
|
|
807
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
920
808
|
<td class="name">
|
|
921
809
|
<code>
|
|
922
810
|
|
|
@@ -926,7 +814,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
926
814
|
</tr>
|
|
927
815
|
|
|
928
816
|
<tr class="deep-level-0">
|
|
929
|
-
<td class="name"><code><a href="
|
|
817
|
+
<td class="name"><code><a href="#getWeightFieldValue">getWeightFieldValue</a></code></td>
|
|
930
818
|
<td class="name">
|
|
931
819
|
<code>
|
|
932
820
|
|
|
@@ -936,7 +824,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
936
824
|
</tr>
|
|
937
825
|
|
|
938
826
|
<tr class="deep-level-0">
|
|
939
|
-
<td class="name"><code><a href="
|
|
827
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
940
828
|
<td class="name">
|
|
941
829
|
<code>
|
|
942
830
|
|
|
@@ -946,7 +834,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
946
834
|
</tr>
|
|
947
835
|
|
|
948
836
|
<tr class="deep-level-0">
|
|
949
|
-
<td class="name"><code><a href="
|
|
837
|
+
<td class="name"><code><a href="#isChartInMap">isChartInMap</a></code></td>
|
|
950
838
|
<td class="name">
|
|
951
839
|
<code>
|
|
952
840
|
|
|
@@ -956,7 +844,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
956
844
|
</tr>
|
|
957
845
|
|
|
958
846
|
<tr class="deep-level-0">
|
|
959
|
-
<td class="name"><code><a href="
|
|
847
|
+
<td class="name"><code><a href="#isPointInPoly">isPointInPoly</a></code></td>
|
|
960
848
|
<td class="name">
|
|
961
849
|
<code>
|
|
962
850
|
|
|
@@ -966,7 +854,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
966
854
|
</tr>
|
|
967
855
|
|
|
968
856
|
<tr class="deep-level-0">
|
|
969
|
-
<td class="name"><code><a href="
|
|
857
|
+
<td class="name"><code><a href="#isQuadrilateralOverLap">isQuadrilateralOverLap</a></code></td>
|
|
970
858
|
<td class="name">
|
|
971
859
|
<code>
|
|
972
860
|
|
|
@@ -976,7 +864,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
976
864
|
</tr>
|
|
977
865
|
|
|
978
866
|
<tr class="deep-level-0">
|
|
979
|
-
<td class="name"><code><a href="
|
|
867
|
+
<td class="name"><code><a href="#lineIntersection">lineIntersection</a></code></td>
|
|
980
868
|
<td class="name">
|
|
981
869
|
<code>
|
|
982
870
|
|
|
@@ -984,6 +872,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
984
872
|
<span class="param-type">Object</span>
|
|
985
873
|
|
|
986
874
|
|
|
875
|
+
|
|
987
876
|
|
|
988
877
|
</code>
|
|
989
878
|
</td>
|
|
@@ -991,7 +880,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
991
880
|
</tr>
|
|
992
881
|
|
|
993
882
|
<tr class="deep-level-0">
|
|
994
|
-
<td class="name"><code><a href="
|
|
883
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
995
884
|
<td class="name">
|
|
996
885
|
<code>
|
|
997
886
|
|
|
@@ -1001,7 +890,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1001
890
|
</tr>
|
|
1002
891
|
|
|
1003
892
|
<tr class="deep-level-0">
|
|
1004
|
-
<td class="name"><code><a href="
|
|
893
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
1005
894
|
<td class="name">
|
|
1006
895
|
<code>
|
|
1007
896
|
|
|
@@ -1011,7 +900,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1011
900
|
</tr>
|
|
1012
901
|
|
|
1013
902
|
<tr class="deep-level-0">
|
|
1014
|
-
<td class="name"><code><a href="
|
|
903
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
1015
904
|
<td class="name">
|
|
1016
905
|
<code>
|
|
1017
906
|
|
|
@@ -1021,7 +910,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1021
910
|
</tr>
|
|
1022
911
|
|
|
1023
912
|
<tr class="deep-level-0">
|
|
1024
|
-
<td class="name"><code><a href="
|
|
913
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
1025
914
|
<td class="name">
|
|
1026
915
|
<code>
|
|
1027
916
|
|
|
@@ -1031,7 +920,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1031
920
|
</tr>
|
|
1032
921
|
|
|
1033
922
|
<tr class="deep-level-0">
|
|
1034
|
-
<td class="name"><code><a href="
|
|
923
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
1035
924
|
<td class="name">
|
|
1036
925
|
<code>
|
|
1037
926
|
|
|
@@ -1041,7 +930,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1041
930
|
</tr>
|
|
1042
931
|
|
|
1043
932
|
<tr class="deep-level-0">
|
|
1044
|
-
<td class="name"><code><a href="
|
|
933
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
1045
934
|
<td class="name">
|
|
1046
935
|
<code>
|
|
1047
936
|
|
|
@@ -1051,7 +940,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1051
940
|
</tr>
|
|
1052
941
|
|
|
1053
942
|
<tr class="deep-level-0">
|
|
1054
|
-
<td class="name"><code><a href="
|
|
943
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
1055
944
|
<td class="name">
|
|
1056
945
|
<code>
|
|
1057
946
|
|
|
@@ -1061,7 +950,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1061
950
|
</tr>
|
|
1062
951
|
|
|
1063
952
|
<tr class="deep-level-0">
|
|
1064
|
-
<td class="name"><code><a href="
|
|
953
|
+
<td class="name"><code><a href="#setChartsType">setChartsType</a></code></td>
|
|
1065
954
|
<td class="name">
|
|
1066
955
|
<code>
|
|
1067
956
|
|
|
@@ -1071,7 +960,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1071
960
|
</tr>
|
|
1072
961
|
|
|
1073
962
|
<tr class="deep-level-0">
|
|
1074
|
-
<td class="name"><code><a href="
|
|
963
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
1075
964
|
<td class="name">
|
|
1076
965
|
<code>
|
|
1077
966
|
|
|
@@ -1081,7 +970,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1081
970
|
</tr>
|
|
1082
971
|
|
|
1083
972
|
<tr class="deep-level-0">
|
|
1084
|
-
<td class="name"><code><a href="
|
|
973
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
1085
974
|
<td class="name">
|
|
1086
975
|
<code>
|
|
1087
976
|
|
|
@@ -1157,6 +1046,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1157
1046
|
<span class="param-type">L.features</span>
|
|
1158
1047
|
|
|
1159
1048
|
|
|
1049
|
+
|
|
1160
1050
|
|
|
1161
1051
|
</td>
|
|
1162
1052
|
|
|
@@ -1188,7 +1078,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1188
1078
|
|
|
1189
1079
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1190
1080
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1191
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#addFeatures"
|
|
1081
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#addFeatures" Zondy.ThemeLayer.ThemeLayer.html#addFeatures>Zondy.ThemeLayer.ThemeLayer#addFeatures</a>
|
|
1192
1082
|
</li></ul></dd>
|
|
1193
1083
|
|
|
1194
1084
|
|
|
@@ -1393,6 +1283,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1393
1283
|
<span class="param-type">Zondy.Bounds</span>
|
|
1394
1284
|
|
|
1395
1285
|
|
|
1286
|
+
|
|
1396
1287
|
|
|
1397
1288
|
</td>
|
|
1398
1289
|
|
|
@@ -1417,6 +1308,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1417
1308
|
<span class="param-type">Array.<Object></span>
|
|
1418
1309
|
|
|
1419
1310
|
|
|
1311
|
+
|
|
1420
1312
|
|
|
1421
1313
|
</td>
|
|
1422
1314
|
|
|
@@ -1649,6 +1541,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1649
1541
|
<span class="param-type">Zondy.Feature</span>
|
|
1650
1542
|
|
|
1651
1543
|
|
|
1544
|
+
|
|
1652
1545
|
|
|
1653
1546
|
</td>
|
|
1654
1547
|
|
|
@@ -1789,6 +1682,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1789
1682
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1790
1683
|
|
|
1791
1684
|
|
|
1685
|
+
|
|
1792
1686
|
|
|
1793
1687
|
</td>
|
|
1794
1688
|
|
|
@@ -1818,7 +1712,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1818
1712
|
|
|
1819
1713
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1820
1714
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1821
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1715
|
+
<a goto="destroyFeatures" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures" Zondy.ThemeLayer.ThemeLayer.html#destroyFeatures>Zondy.ThemeLayer.ThemeLayer#destroyFeatures</a>
|
|
1822
1716
|
</li></ul></dd>
|
|
1823
1717
|
|
|
1824
1718
|
|
|
@@ -2005,7 +1899,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2005
1899
|
|
|
2006
1900
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2007
1901
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2008
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1902
|
+
<a goto="getEvents" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents" Zondy.ThemeLayer.ThemeLayer.html#getEvents>Zondy.ThemeLayer.ThemeLayer#getEvents</a>
|
|
2009
1903
|
</li></ul></dd>
|
|
2010
1904
|
|
|
2011
1905
|
|
|
@@ -2069,6 +1963,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2069
1963
|
<span class="param-type">Object</span>
|
|
2070
1964
|
|
|
2071
1965
|
|
|
1966
|
+
|
|
2072
1967
|
</div>
|
|
2073
1968
|
|
|
2074
1969
|
</div>
|
|
@@ -2146,6 +2041,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2146
2041
|
<span class="param-type">string</span>
|
|
2147
2042
|
|
|
2148
2043
|
|
|
2044
|
+
|
|
2149
2045
|
|
|
2150
2046
|
</td>
|
|
2151
2047
|
|
|
@@ -2170,6 +2066,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2170
2066
|
<span class="param-type">string</span>
|
|
2171
2067
|
|
|
2172
2068
|
|
|
2069
|
+
|
|
2173
2070
|
|
|
2174
2071
|
</td>
|
|
2175
2072
|
|
|
@@ -2199,7 +2096,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2199
2096
|
|
|
2200
2097
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2201
2098
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2202
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
2099
|
+
<a goto="getFeatureBy" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy" Zondy.ThemeLayer.ThemeLayer.html#getFeatureBy>Zondy.ThemeLayer.ThemeLayer#getFeatureBy</a>
|
|
2203
2100
|
</li></ul></dd>
|
|
2204
2101
|
|
|
2205
2102
|
|
|
@@ -2315,6 +2212,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2315
2212
|
<span class="param-type">number</span>
|
|
2316
2213
|
|
|
2317
2214
|
|
|
2215
|
+
|
|
2318
2216
|
|
|
2319
2217
|
</td>
|
|
2320
2218
|
|
|
@@ -2344,7 +2242,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2344
2242
|
|
|
2345
2243
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2346
2244
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2347
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2245
|
+
<a goto="getFeatureById" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById" Zondy.ThemeLayer.ThemeLayer.html#getFeatureById>Zondy.ThemeLayer.ThemeLayer#getFeatureById</a>
|
|
2348
2246
|
</li></ul></dd>
|
|
2349
2247
|
|
|
2350
2248
|
|
|
@@ -2440,7 +2338,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2440
2338
|
|
|
2441
2339
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2442
2340
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2443
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2341
|
+
<a goto="getFeatures" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures" Zondy.ThemeLayer.ThemeLayer.html#getFeatures>Zondy.ThemeLayer.ThemeLayer#getFeatures</a>
|
|
2444
2342
|
</li></ul></dd>
|
|
2445
2343
|
|
|
2446
2344
|
|
|
@@ -2504,6 +2402,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2504
2402
|
<span class="param-type">Array</span>
|
|
2505
2403
|
|
|
2506
2404
|
|
|
2405
|
+
|
|
2507
2406
|
</div>
|
|
2508
2407
|
|
|
2509
2408
|
</div>
|
|
@@ -2581,6 +2480,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2581
2480
|
<span class="param-type">string</span>
|
|
2582
2481
|
|
|
2583
2482
|
|
|
2483
|
+
|
|
2584
2484
|
|
|
2585
2485
|
</td>
|
|
2586
2486
|
|
|
@@ -2605,6 +2505,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2605
2505
|
<span class="param-type">string</span>
|
|
2606
2506
|
|
|
2607
2507
|
|
|
2508
|
+
|
|
2608
2509
|
|
|
2609
2510
|
</td>
|
|
2610
2511
|
|
|
@@ -2634,7 +2535,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2634
2535
|
|
|
2635
2536
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2636
2537
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2637
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2538
|
+
<a goto="getFeaturesByAttribute" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute" Zondy.ThemeLayer.ThemeLayer.html#getFeaturesByAttribute>Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2638
2539
|
</li></ul></dd>
|
|
2639
2540
|
|
|
2640
2541
|
|
|
@@ -2698,6 +2599,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2698
2599
|
<span class="param-type">Array</span>
|
|
2699
2600
|
|
|
2700
2601
|
|
|
2602
|
+
|
|
2701
2603
|
</div>
|
|
2702
2604
|
|
|
2703
2605
|
</div>
|
|
@@ -2775,6 +2677,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2775
2677
|
<span class="param-type">Array</span>
|
|
2776
2678
|
|
|
2777
2679
|
|
|
2680
|
+
|
|
2778
2681
|
|
|
2779
2682
|
</td>
|
|
2780
2683
|
|
|
@@ -2804,7 +2707,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2804
2707
|
|
|
2805
2708
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2806
2709
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2807
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2710
|
+
<a goto="getLocalXY" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY" Zondy.ThemeLayer.ThemeLayer.html#getLocalXY>Zondy.ThemeLayer.ThemeLayer#getLocalXY</a>
|
|
2808
2711
|
</li></ul></dd>
|
|
2809
2712
|
|
|
2810
2713
|
|
|
@@ -2920,6 +2823,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2920
2823
|
<span class="param-type">number</span>
|
|
2921
2824
|
|
|
2922
2825
|
|
|
2826
|
+
|
|
2923
2827
|
|
|
2924
2828
|
</td>
|
|
2925
2829
|
|
|
@@ -3060,6 +2964,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3060
2964
|
<span class="param-type">Zondy.Feature.Vector</span>
|
|
3061
2965
|
|
|
3062
2966
|
|
|
2967
|
+
|
|
3063
2968
|
|
|
3064
2969
|
</td>
|
|
3065
2970
|
|
|
@@ -3084,6 +2989,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3084
2989
|
<span class="param-type">Array.<string></span>
|
|
3085
2990
|
|
|
3086
2991
|
|
|
2992
|
+
|
|
3087
2993
|
|
|
3088
2994
|
</td>
|
|
3089
2995
|
|
|
@@ -3108,6 +3014,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3108
3014
|
<span class="param-type">number</span>
|
|
3109
3015
|
|
|
3110
3016
|
|
|
3017
|
+
|
|
3111
3018
|
|
|
3112
3019
|
</td>
|
|
3113
3020
|
|
|
@@ -3248,6 +3155,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3248
3155
|
<span class="param-type">string</span>
|
|
3249
3156
|
|
|
3250
3157
|
|
|
3158
|
+
|
|
3251
3159
|
|
|
3252
3160
|
</td>
|
|
3253
3161
|
|
|
@@ -3272,6 +3180,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3272
3180
|
<span class="param-type">string</span>
|
|
3273
3181
|
|
|
3274
3182
|
|
|
3183
|
+
|
|
3275
3184
|
|
|
3276
3185
|
</td>
|
|
3277
3186
|
|
|
@@ -3296,6 +3205,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3296
3205
|
<span class="param-type">Object</span>
|
|
3297
3206
|
|
|
3298
3207
|
|
|
3208
|
+
|
|
3299
3209
|
|
|
3300
3210
|
</td>
|
|
3301
3211
|
|
|
@@ -3436,6 +3346,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3436
3346
|
<span class="param-type">Zondy.Bounds</span>
|
|
3437
3347
|
|
|
3438
3348
|
|
|
3349
|
+
|
|
3439
3350
|
|
|
3440
3351
|
</td>
|
|
3441
3352
|
|
|
@@ -3460,6 +3371,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3460
3371
|
<span class="param-type">Array.<Object></span>
|
|
3461
3372
|
|
|
3462
3373
|
|
|
3374
|
+
|
|
3463
3375
|
|
|
3464
3376
|
</td>
|
|
3465
3377
|
|
|
@@ -3601,6 +3513,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3601
3513
|
<span class="param-type">Object</span>
|
|
3602
3514
|
|
|
3603
3515
|
|
|
3516
|
+
|
|
3604
3517
|
|
|
3605
3518
|
</td>
|
|
3606
3519
|
|
|
@@ -3625,6 +3538,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3625
3538
|
<span class="param-type">Array.<Object></span>
|
|
3626
3539
|
|
|
3627
3540
|
|
|
3541
|
+
|
|
3628
3542
|
|
|
3629
3543
|
</td>
|
|
3630
3544
|
|
|
@@ -3766,6 +3680,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3766
3680
|
<span class="param-type">Array.<Object></span>
|
|
3767
3681
|
|
|
3768
3682
|
|
|
3683
|
+
|
|
3769
3684
|
|
|
3770
3685
|
</td>
|
|
3771
3686
|
|
|
@@ -3790,6 +3705,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3790
3705
|
<span class="param-type">Array.<Object></span>
|
|
3791
3706
|
|
|
3792
3707
|
|
|
3708
|
+
|
|
3793
3709
|
|
|
3794
3710
|
</td>
|
|
3795
3711
|
|
|
@@ -3937,6 +3853,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3937
3853
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
3938
3854
|
|
|
3939
3855
|
|
|
3856
|
+
|
|
3940
3857
|
|
|
3941
3858
|
</td>
|
|
3942
3859
|
|
|
@@ -3961,6 +3878,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3961
3878
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
3962
3879
|
|
|
3963
3880
|
|
|
3881
|
+
|
|
3964
3882
|
|
|
3965
3883
|
</td>
|
|
3966
3884
|
|
|
@@ -3985,6 +3903,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3985
3903
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
3986
3904
|
|
|
3987
3905
|
|
|
3906
|
+
|
|
3988
3907
|
|
|
3989
3908
|
</td>
|
|
3990
3909
|
|
|
@@ -4009,6 +3928,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4009
3928
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
4010
3929
|
|
|
4011
3930
|
|
|
3931
|
+
|
|
4012
3932
|
|
|
4013
3933
|
</td>
|
|
4014
3934
|
|
|
@@ -4097,6 +4017,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4097
4017
|
<span class="param-type">Object</span>
|
|
4098
4018
|
|
|
4099
4019
|
|
|
4020
|
+
|
|
4100
4021
|
</div>
|
|
4101
4022
|
|
|
4102
4023
|
</div>
|
|
@@ -4174,6 +4095,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4174
4095
|
<span class="param-type">Event</span>
|
|
4175
4096
|
|
|
4176
4097
|
|
|
4098
|
+
|
|
4177
4099
|
|
|
4178
4100
|
</td>
|
|
4179
4101
|
|
|
@@ -4198,6 +4120,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4198
4120
|
<span class="param-type">function</span>
|
|
4199
4121
|
|
|
4200
4122
|
|
|
4123
|
+
|
|
4201
4124
|
|
|
4202
4125
|
</td>
|
|
4203
4126
|
|
|
@@ -4222,6 +4145,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4222
4145
|
<span class="param-type">string</span>
|
|
4223
4146
|
|
|
4224
4147
|
|
|
4148
|
+
|
|
4225
4149
|
|
|
4226
4150
|
</td>
|
|
4227
4151
|
|
|
@@ -4251,7 +4175,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4251
4175
|
|
|
4252
4176
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4253
4177
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4254
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
4178
|
+
<a goto="off" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off" Zondy.ThemeLayer.ThemeLayer.html#off>Zondy.ThemeLayer.ThemeLayer#off</a>
|
|
4255
4179
|
</li></ul></dd>
|
|
4256
4180
|
|
|
4257
4181
|
|
|
@@ -4367,6 +4291,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4367
4291
|
<span class="param-type">Event</span>
|
|
4368
4292
|
|
|
4369
4293
|
|
|
4294
|
+
|
|
4370
4295
|
|
|
4371
4296
|
</td>
|
|
4372
4297
|
|
|
@@ -4391,6 +4316,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4391
4316
|
<span class="param-type">function</span>
|
|
4392
4317
|
|
|
4393
4318
|
|
|
4319
|
+
|
|
4394
4320
|
|
|
4395
4321
|
</td>
|
|
4396
4322
|
|
|
@@ -4415,6 +4341,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4415
4341
|
<span class="param-type">string</span>
|
|
4416
4342
|
|
|
4417
4343
|
|
|
4344
|
+
|
|
4418
4345
|
|
|
4419
4346
|
</td>
|
|
4420
4347
|
|
|
@@ -4444,7 +4371,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4444
4371
|
|
|
4445
4372
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4446
4373
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4447
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
4374
|
+
<a goto="on" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on" Zondy.ThemeLayer.ThemeLayer.html#on>Zondy.ThemeLayer.ThemeLayer#on</a>
|
|
4448
4375
|
</li></ul></dd>
|
|
4449
4376
|
|
|
4450
4377
|
|
|
@@ -4560,6 +4487,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4560
4487
|
<span class="param-type">L.Map</span>
|
|
4561
4488
|
|
|
4562
4489
|
|
|
4490
|
+
|
|
4563
4491
|
|
|
4564
4492
|
</td>
|
|
4565
4493
|
|
|
@@ -4589,7 +4517,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4589
4517
|
|
|
4590
4518
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4591
4519
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4592
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
4520
|
+
<a goto="onRemove" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove" Zondy.ThemeLayer.ThemeLayer.html#onRemove>Zondy.ThemeLayer.ThemeLayer#onRemove</a>
|
|
4593
4521
|
</li></ul></dd>
|
|
4594
4522
|
|
|
4595
4523
|
|
|
@@ -4687,7 +4615,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4687
4615
|
|
|
4688
4616
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4689
4617
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4690
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redraw"
|
|
4618
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redraw" Zondy.ThemeLayer.ThemeLayer.html#redraw>Zondy.ThemeLayer.ThemeLayer#redraw</a>
|
|
4691
4619
|
</li></ul></dd>
|
|
4692
4620
|
|
|
4693
4621
|
|
|
@@ -4801,6 +4729,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4801
4729
|
<span class="param-type">L.bounds</span>
|
|
4802
4730
|
|
|
4803
4731
|
|
|
4732
|
+
|
|
4804
4733
|
|
|
4805
4734
|
</td>
|
|
4806
4735
|
|
|
@@ -4832,7 +4761,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4832
4761
|
|
|
4833
4762
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4834
4763
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4835
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures"
|
|
4764
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.ThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures</a>
|
|
4836
4765
|
</li></ul></dd>
|
|
4837
4766
|
|
|
4838
4767
|
|
|
@@ -4928,7 +4857,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4928
4857
|
|
|
4929
4858
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4930
4859
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4931
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeAllFeatures"
|
|
4860
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeAllFeatures" Zondy.ThemeLayer.ThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.ThemeLayer#removeAllFeatures</a>
|
|
4932
4861
|
</li></ul></dd>
|
|
4933
4862
|
|
|
4934
4863
|
|
|
@@ -5042,6 +4971,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5042
4971
|
<span class="param-type">Object</span>
|
|
5043
4972
|
|
|
5044
4973
|
|
|
4974
|
+
|
|
5045
4975
|
|
|
5046
4976
|
</td>
|
|
5047
4977
|
|
|
@@ -5073,7 +5003,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5073
5003
|
|
|
5074
5004
|
<dt class="tag-overrides">Overrides:</dt>
|
|
5075
5005
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
5076
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeFeatures"
|
|
5006
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeFeatures" Zondy.ThemeLayer.ThemeLayer.html#removeFeatures>Zondy.ThemeLayer.ThemeLayer#removeFeatures</a>
|
|
5077
5007
|
</li></ul></dd>
|
|
5078
5008
|
|
|
5079
5009
|
|
|
@@ -5187,6 +5117,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5187
5117
|
<span class="param-type">string</span>
|
|
5188
5118
|
|
|
5189
5119
|
|
|
5120
|
+
|
|
5190
5121
|
|
|
5191
5122
|
</td>
|
|
5192
5123
|
|
|
@@ -5327,6 +5258,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5327
5258
|
<span class="param-type">number</span>
|
|
5328
5259
|
|
|
5329
5260
|
|
|
5261
|
+
|
|
5330
5262
|
|
|
5331
5263
|
</td>
|
|
5332
5264
|
|
|
@@ -5356,7 +5288,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5356
5288
|
|
|
5357
5289
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5358
5290
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5359
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
5291
|
+
<a goto="setOpacity" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity" Zondy.ThemeLayer.ThemeLayer.html#setOpacity>Zondy.ThemeLayer.ThemeLayer#setOpacity</a>
|
|
5360
5292
|
</li></ul></dd>
|
|
5361
5293
|
|
|
5362
5294
|
|
|
@@ -5472,6 +5404,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5472
5404
|
<span class="param-type">L.bounds</span>
|
|
5473
5405
|
|
|
5474
5406
|
|
|
5407
|
+
|
|
5475
5408
|
|
|
5476
5409
|
</td>
|
|
5477
5410
|
|
|
@@ -5501,7 +5434,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5501
5434
|
|
|
5502
5435
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5503
5436
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5504
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
5437
|
+
<a goto="update" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update" Zondy.ThemeLayer.ThemeLayer.html#update>Zondy.ThemeLayer.ThemeLayer#update</a>
|
|
5505
5438
|
</li></ul></dd>
|
|
5506
5439
|
|
|
5507
5440
|
|
|
@@ -5665,6 +5598,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5665
5598
|
<span class="param-type">L.features</span>
|
|
5666
5599
|
|
|
5667
5600
|
|
|
5601
|
+
|
|
5668
5602
|
|
|
5669
5603
|
</td>
|
|
5670
5604
|
|
|
@@ -5810,6 +5744,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5810
5744
|
<span class="param-type">Object</span>
|
|
5811
5745
|
|
|
5812
5746
|
|
|
5747
|
+
|
|
5813
5748
|
|
|
5814
5749
|
</td>
|
|
5815
5750
|
|
|
@@ -5833,6 +5768,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5833
5768
|
<span class="param-type">string</span>
|
|
5834
5769
|
|
|
5835
5770
|
|
|
5771
|
+
|
|
5836
5772
|
|
|
5837
5773
|
</td>
|
|
5838
5774
|
|
|
@@ -5859,7 +5795,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5859
5795
|
|
|
5860
5796
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5861
5797
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5862
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
5798
|
+
<a goto="event:changelayer" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer" Zondy.ThemeLayer.ThemeLayer.html#event:changelayer>Zondy.ThemeLayer.ThemeLayer#event:changelayer</a>
|
|
5863
5799
|
</li></ul></dd>
|
|
5864
5800
|
|
|
5865
5801
|
|
|
@@ -5983,6 +5919,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5983
5919
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
5984
5920
|
|
|
5985
5921
|
|
|
5922
|
+
|
|
5986
5923
|
|
|
5987
5924
|
</td>
|
|
5988
5925
|
|
|
@@ -6006,6 +5943,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6006
5943
|
<span class="param-type">boolean</span>
|
|
6007
5944
|
|
|
6008
5945
|
|
|
5946
|
+
|
|
6009
5947
|
|
|
6010
5948
|
</td>
|
|
6011
5949
|
|
|
@@ -6032,7 +5970,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6032
5970
|
|
|
6033
5971
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6034
5972
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6035
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
5973
|
+
<a goto="event:featuresremoved" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a>
|
|
6036
5974
|
</li></ul></dd>
|
|
6037
5975
|
|
|
6038
5976
|
|
|
@@ -6092,43 +6030,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6092
6030
|
|
|
6093
6031
|
</article>
|
|
6094
6032
|
|
|
6095
|
-
</section>
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
</div>
|
|
6101
|
-
|
|
6102
|
-
<footer class="footer">
|
|
6103
|
-
<div class="content has-text-centered">
|
|
6104
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
6105
|
-
<p class="sidebar-created-by">
|
|
6106
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
6107
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
6108
|
-
</p>
|
|
6109
|
-
</div>
|
|
6110
|
-
</footer>
|
|
6111
|
-
|
|
6112
|
-
</div>
|
|
6113
|
-
<div id="side-nav" class="side-nav">
|
|
6114
|
-
<div style="margin-bottom: 10px;">
|
|
6115
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
6116
|
-
</div>
|
|
6117
|
-
<div style="margin-bottom: 10px;">
|
|
6118
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
6119
|
-
</div>
|
|
6120
|
-
<div style="margin-bottom: 10px;">
|
|
6121
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
6122
|
-
</div>
|
|
6123
|
-
<div>
|
|
6124
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
6125
|
-
</div>
|
|
6126
|
-
</div>
|
|
6127
|
-
</div>
|
|
6128
|
-
<script src="scripts/linenumber.js"> </script>
|
|
6129
|
-
|
|
6130
|
-
<script src="scripts/search.js"> </script>
|
|
6131
|
-
|
|
6132
|
-
<script src="scripts/sideBar.js"> </script>
|
|
6133
|
-
</body>
|
|
6134
|
-
</html>
|
|
6033
|
+
</section>
|