@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> simpleThemeLayer</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">simpleThemeLayer</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">simpleThemeLayer</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">Object</span>
|
|
243
112
|
|
|
244
113
|
|
|
114
|
+
|
|
245
115
|
|
|
246
116
|
</td>
|
|
247
117
|
|
|
@@ -268,6 +138,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
268
138
|
<span class="param-type">string</span>
|
|
269
139
|
|
|
270
140
|
|
|
141
|
+
|
|
271
142
|
|
|
272
143
|
</td>
|
|
273
144
|
|
|
@@ -294,6 +165,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
294
165
|
<span class="param-type">number</span>
|
|
295
166
|
|
|
296
167
|
|
|
168
|
+
|
|
297
169
|
|
|
298
170
|
</td>
|
|
299
171
|
|
|
@@ -322,6 +194,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
322
194
|
<span class="param-type">number</span>
|
|
323
195
|
|
|
324
196
|
|
|
197
|
+
|
|
325
198
|
|
|
326
199
|
</td>
|
|
327
200
|
|
|
@@ -350,6 +223,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
350
223
|
<span class="param-type">boolean</span>
|
|
351
224
|
|
|
352
225
|
|
|
226
|
+
|
|
353
227
|
|
|
354
228
|
</td>
|
|
355
229
|
|
|
@@ -378,6 +252,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
378
252
|
<span class="param-type">boolean</span>
|
|
379
253
|
|
|
380
254
|
|
|
255
|
+
|
|
381
256
|
|
|
382
257
|
</td>
|
|
383
258
|
|
|
@@ -406,6 +281,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
406
281
|
<span class="param-type">boolean</span>
|
|
407
282
|
|
|
408
283
|
|
|
284
|
+
|
|
409
285
|
|
|
410
286
|
</td>
|
|
411
287
|
|
|
@@ -434,6 +310,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
434
310
|
<span class="param-type">boolean</span>
|
|
435
311
|
|
|
436
312
|
|
|
313
|
+
|
|
437
314
|
|
|
438
315
|
</td>
|
|
439
316
|
|
|
@@ -534,7 +411,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
534
411
|
|
|
535
412
|
|
|
536
413
|
<ul>
|
|
537
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer"
|
|
414
|
+
<li><a link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer" Zondy.ThemeLayer.GeoFeatureThemeLayer.html>Zondy.ThemeLayer.GeoFeatureThemeLayer</a></li>
|
|
538
415
|
</ul>
|
|
539
416
|
|
|
540
417
|
|
|
@@ -569,7 +446,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
569
446
|
<tbody>
|
|
570
447
|
|
|
571
448
|
<tr class="deep-level-0">
|
|
572
|
-
<td class="name"><code><a href="
|
|
449
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
573
450
|
<td class="name">
|
|
574
451
|
<code>
|
|
575
452
|
|
|
@@ -579,7 +456,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
579
456
|
</tr>
|
|
580
457
|
|
|
581
458
|
<tr class="deep-level-0">
|
|
582
|
-
<td class="name"><code><a href="
|
|
459
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
583
460
|
<td class="name">
|
|
584
461
|
<code>
|
|
585
462
|
|
|
@@ -589,7 +466,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
589
466
|
</tr>
|
|
590
467
|
|
|
591
468
|
<tr class="deep-level-0">
|
|
592
|
-
<td class="name"><code><a href="
|
|
469
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
593
470
|
<td class="name">
|
|
594
471
|
<code>
|
|
595
472
|
|
|
@@ -599,7 +476,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
599
476
|
</tr>
|
|
600
477
|
|
|
601
478
|
<tr class="deep-level-0">
|
|
602
|
-
<td class="name"><code><a href="
|
|
479
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
603
480
|
<td class="name">
|
|
604
481
|
<code>
|
|
605
482
|
|
|
@@ -609,7 +486,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
609
486
|
</tr>
|
|
610
487
|
|
|
611
488
|
<tr class="deep-level-0">
|
|
612
|
-
<td class="name"><code><a href="
|
|
489
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
613
490
|
<td class="name">
|
|
614
491
|
<code>
|
|
615
492
|
|
|
@@ -619,7 +496,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
619
496
|
</tr>
|
|
620
497
|
|
|
621
498
|
<tr class="deep-level-0">
|
|
622
|
-
<td class="name"><code><a href="
|
|
499
|
+
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
623
500
|
<td class="name">
|
|
624
501
|
<code>
|
|
625
502
|
|
|
@@ -627,6 +504,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
627
504
|
<span class="param-type">number</span>
|
|
628
505
|
|
|
629
506
|
|
|
507
|
+
|
|
630
508
|
|
|
631
509
|
</code>
|
|
632
510
|
</td>
|
|
@@ -634,7 +512,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
634
512
|
</tr>
|
|
635
513
|
|
|
636
514
|
<tr class="deep-level-0">
|
|
637
|
-
<td class="name"><code><a href="
|
|
515
|
+
<td class="name"><code><a href="#getColor">getColor</a></code></td>
|
|
638
516
|
<td class="name">
|
|
639
517
|
<code>
|
|
640
518
|
|
|
@@ -642,6 +520,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
642
520
|
<span class="param-type">Array</span>
|
|
643
521
|
|
|
644
522
|
|
|
523
|
+
|
|
645
524
|
|
|
646
525
|
</code>
|
|
647
526
|
</td>
|
|
@@ -649,7 +528,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
649
528
|
</tr>
|
|
650
529
|
|
|
651
530
|
<tr class="deep-level-0">
|
|
652
|
-
<td class="name"><code><a href="
|
|
531
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
653
532
|
<td class="name">
|
|
654
533
|
<code>
|
|
655
534
|
|
|
@@ -657,6 +536,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
657
536
|
<span class="param-type">Object</span>
|
|
658
537
|
|
|
659
538
|
|
|
539
|
+
|
|
660
540
|
|
|
661
541
|
</code>
|
|
662
542
|
</td>
|
|
@@ -664,7 +544,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
664
544
|
</tr>
|
|
665
545
|
|
|
666
546
|
<tr class="deep-level-0">
|
|
667
|
-
<td class="name"><code><a href="
|
|
547
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
668
548
|
<td class="name">
|
|
669
549
|
<code>
|
|
670
550
|
|
|
@@ -674,7 +554,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
674
554
|
</tr>
|
|
675
555
|
|
|
676
556
|
<tr class="deep-level-0">
|
|
677
|
-
<td class="name"><code><a href="
|
|
557
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
678
558
|
<td class="name">
|
|
679
559
|
<code>
|
|
680
560
|
|
|
@@ -684,7 +564,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
684
564
|
</tr>
|
|
685
565
|
|
|
686
566
|
<tr class="deep-level-0">
|
|
687
|
-
<td class="name"><code><a href="
|
|
567
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
688
568
|
<td class="name">
|
|
689
569
|
<code>
|
|
690
570
|
|
|
@@ -692,6 +572,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
692
572
|
<span class="param-type">Array</span>
|
|
693
573
|
|
|
694
574
|
|
|
575
|
+
|
|
695
576
|
|
|
696
577
|
</code>
|
|
697
578
|
</td>
|
|
@@ -699,7 +580,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
699
580
|
</tr>
|
|
700
581
|
|
|
701
582
|
<tr class="deep-level-0">
|
|
702
|
-
<td class="name"><code><a href="
|
|
583
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
703
584
|
<td class="name">
|
|
704
585
|
<code>
|
|
705
586
|
|
|
@@ -707,6 +588,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
707
588
|
<span class="param-type">Array</span>
|
|
708
589
|
|
|
709
590
|
|
|
591
|
+
|
|
710
592
|
|
|
711
593
|
</code>
|
|
712
594
|
</td>
|
|
@@ -714,7 +596,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
714
596
|
</tr>
|
|
715
597
|
|
|
716
598
|
<tr class="deep-level-0">
|
|
717
|
-
<td class="name"><code><a href="
|
|
599
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
718
600
|
<td class="name">
|
|
719
601
|
<code>
|
|
720
602
|
|
|
@@ -724,7 +606,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
724
606
|
</tr>
|
|
725
607
|
|
|
726
608
|
<tr class="deep-level-0">
|
|
727
|
-
<td class="name"><code><a href="
|
|
609
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
728
610
|
<td class="name">
|
|
729
611
|
<code>
|
|
730
612
|
|
|
@@ -734,12 +616,13 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
734
616
|
</tr>
|
|
735
617
|
|
|
736
618
|
<tr class="deep-level-0">
|
|
737
|
-
<td class="name"><code><a href="
|
|
619
|
+
<td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
|
|
738
620
|
<td class="name">
|
|
739
621
|
<code>
|
|
740
622
|
|
|
741
623
|
|
|
742
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
624
|
+
<span class="param-type">Array.<<a link="Array.<Zondy.ThemeLayer.ThemeStyle>.html" onclick="getTypeHTML(event)" href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
625
|
+
|
|
743
626
|
|
|
744
627
|
|
|
745
628
|
|
|
@@ -749,7 +632,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
749
632
|
</tr>
|
|
750
633
|
|
|
751
634
|
<tr class="deep-level-0">
|
|
752
|
-
<td class="name"><code><a href="
|
|
635
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
753
636
|
<td class="name">
|
|
754
637
|
<code>
|
|
755
638
|
|
|
@@ -759,7 +642,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
759
642
|
</tr>
|
|
760
643
|
|
|
761
644
|
<tr class="deep-level-0">
|
|
762
|
-
<td class="name"><code><a href="
|
|
645
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
763
646
|
<td class="name">
|
|
764
647
|
<code>
|
|
765
648
|
|
|
@@ -769,7 +652,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
769
652
|
</tr>
|
|
770
653
|
|
|
771
654
|
<tr class="deep-level-0">
|
|
772
|
-
<td class="name"><code><a href="
|
|
655
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
773
656
|
<td class="name">
|
|
774
657
|
<code>
|
|
775
658
|
|
|
@@ -779,7 +662,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
779
662
|
</tr>
|
|
780
663
|
|
|
781
664
|
<tr class="deep-level-0">
|
|
782
|
-
<td class="name"><code><a href="
|
|
665
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
783
666
|
<td class="name">
|
|
784
667
|
<code>
|
|
785
668
|
|
|
@@ -789,7 +672,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
789
672
|
</tr>
|
|
790
673
|
|
|
791
674
|
<tr class="deep-level-0">
|
|
792
|
-
<td class="name"><code><a href="
|
|
675
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
793
676
|
<td class="name">
|
|
794
677
|
<code>
|
|
795
678
|
|
|
@@ -799,7 +682,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
799
682
|
</tr>
|
|
800
683
|
|
|
801
684
|
<tr class="deep-level-0">
|
|
802
|
-
<td class="name"><code><a href="
|
|
685
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
803
686
|
<td class="name">
|
|
804
687
|
<code>
|
|
805
688
|
|
|
@@ -811,7 +694,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
811
694
|
</tr>
|
|
812
695
|
|
|
813
696
|
<tr class="deep-level-0">
|
|
814
|
-
<td class="name"><code><a href="
|
|
697
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
815
698
|
<td class="name">
|
|
816
699
|
<code>
|
|
817
700
|
|
|
@@ -821,7 +704,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
821
704
|
</tr>
|
|
822
705
|
|
|
823
706
|
<tr class="deep-level-0">
|
|
824
|
-
<td class="name"><code><a href="
|
|
707
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
825
708
|
<td class="name">
|
|
826
709
|
<code>
|
|
827
710
|
|
|
@@ -831,7 +714,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
831
714
|
</tr>
|
|
832
715
|
|
|
833
716
|
<tr class="deep-level-0">
|
|
834
|
-
<td class="name"><code><a href="
|
|
717
|
+
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
835
718
|
<td class="name">
|
|
836
719
|
<code>
|
|
837
720
|
|
|
@@ -841,7 +724,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
841
724
|
</tr>
|
|
842
725
|
|
|
843
726
|
<tr class="deep-level-0">
|
|
844
|
-
<td class="name"><code><a href="
|
|
727
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
845
728
|
<td class="name">
|
|
846
729
|
<code>
|
|
847
730
|
|
|
@@ -851,7 +734,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
851
734
|
</tr>
|
|
852
735
|
|
|
853
736
|
<tr class="deep-level-0">
|
|
854
|
-
<td class="name"><code><a href="
|
|
737
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
855
738
|
<td class="name">
|
|
856
739
|
<code>
|
|
857
740
|
|
|
@@ -927,6 +810,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
927
810
|
<span class="param-type">Object</span>
|
|
928
811
|
|
|
929
812
|
|
|
813
|
+
|
|
930
814
|
|
|
931
815
|
</td>
|
|
932
816
|
|
|
@@ -956,7 +840,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
956
840
|
|
|
957
841
|
<dt class="inherited-from">Inherited From:</dt>
|
|
958
842
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
959
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures"
|
|
843
|
+
<a goto="addFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#addFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
960
844
|
</li></ul></dd>
|
|
961
845
|
|
|
962
846
|
|
|
@@ -1052,7 +936,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1052
936
|
|
|
1053
937
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1054
938
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1055
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear"
|
|
939
|
+
<a goto="clear" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clear>Zondy.ThemeLayer.GeoFeatureThemeLayer#clear</a>
|
|
1056
940
|
</li></ul></dd>
|
|
1057
941
|
|
|
1058
942
|
|
|
@@ -1148,7 +1032,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1148
1032
|
|
|
1149
1033
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1150
1034
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1151
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache"
|
|
1035
|
+
<a goto="clearCache" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clearCache>Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1152
1036
|
</li></ul></dd>
|
|
1153
1037
|
|
|
1154
1038
|
|
|
@@ -1264,6 +1148,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1264
1148
|
<span class="param-type">Object</span>
|
|
1265
1149
|
|
|
1266
1150
|
|
|
1151
|
+
|
|
1267
1152
|
|
|
1268
1153
|
</td>
|
|
1269
1154
|
|
|
@@ -1293,7 +1178,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1293
1178
|
|
|
1294
1179
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1295
1180
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1296
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature"
|
|
1181
|
+
<a goto="createThematicFeature" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1297
1182
|
</li></ul></dd>
|
|
1298
1183
|
|
|
1299
1184
|
|
|
@@ -1409,6 +1294,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1409
1294
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1410
1295
|
|
|
1411
1296
|
|
|
1297
|
+
|
|
1412
1298
|
|
|
1413
1299
|
</td>
|
|
1414
1300
|
|
|
@@ -1438,7 +1324,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1438
1324
|
|
|
1439
1325
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1440
1326
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1441
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1327
|
+
<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>
|
|
1442
1328
|
</li></ul></dd>
|
|
1443
1329
|
|
|
1444
1330
|
|
|
@@ -1534,7 +1420,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1534
1420
|
|
|
1535
1421
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1536
1422
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1537
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount"
|
|
1423
|
+
<a goto="getCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1538
1424
|
</li></ul></dd>
|
|
1539
1425
|
|
|
1540
1426
|
|
|
@@ -1598,6 +1484,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1598
1484
|
<span class="param-type">number</span>
|
|
1599
1485
|
|
|
1600
1486
|
|
|
1487
|
+
|
|
1601
1488
|
</div>
|
|
1602
1489
|
|
|
1603
1490
|
</div>
|
|
@@ -1714,6 +1601,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1714
1601
|
<span class="param-type">Array</span>
|
|
1715
1602
|
|
|
1716
1603
|
|
|
1604
|
+
|
|
1717
1605
|
</div>
|
|
1718
1606
|
|
|
1719
1607
|
</div>
|
|
@@ -1771,7 +1659,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1771
1659
|
|
|
1772
1660
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1773
1661
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1774
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1662
|
+
<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>
|
|
1775
1663
|
</li></ul></dd>
|
|
1776
1664
|
|
|
1777
1665
|
|
|
@@ -1835,6 +1723,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1835
1723
|
<span class="param-type">Object</span>
|
|
1836
1724
|
|
|
1837
1725
|
|
|
1726
|
+
|
|
1838
1727
|
</div>
|
|
1839
1728
|
|
|
1840
1729
|
</div>
|
|
@@ -1912,6 +1801,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1912
1801
|
<span class="param-type">string</span>
|
|
1913
1802
|
|
|
1914
1803
|
|
|
1804
|
+
|
|
1915
1805
|
|
|
1916
1806
|
</td>
|
|
1917
1807
|
|
|
@@ -1936,6 +1826,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1936
1826
|
<span class="param-type">string</span>
|
|
1937
1827
|
|
|
1938
1828
|
|
|
1829
|
+
|
|
1939
1830
|
|
|
1940
1831
|
</td>
|
|
1941
1832
|
|
|
@@ -1965,7 +1856,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1965
1856
|
|
|
1966
1857
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1967
1858
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1968
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
1859
|
+
<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>
|
|
1969
1860
|
</li></ul></dd>
|
|
1970
1861
|
|
|
1971
1862
|
|
|
@@ -2081,6 +1972,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2081
1972
|
<span class="param-type">number</span>
|
|
2082
1973
|
|
|
2083
1974
|
|
|
1975
|
+
|
|
2084
1976
|
|
|
2085
1977
|
</td>
|
|
2086
1978
|
|
|
@@ -2110,7 +2002,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2110
2002
|
|
|
2111
2003
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2112
2004
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2113
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2005
|
+
<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>
|
|
2114
2006
|
</li></ul></dd>
|
|
2115
2007
|
|
|
2116
2008
|
|
|
@@ -2206,7 +2098,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2206
2098
|
|
|
2207
2099
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2208
2100
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2209
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2101
|
+
<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>
|
|
2210
2102
|
</li></ul></dd>
|
|
2211
2103
|
|
|
2212
2104
|
|
|
@@ -2270,6 +2162,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2270
2162
|
<span class="param-type">Array</span>
|
|
2271
2163
|
|
|
2272
2164
|
|
|
2165
|
+
|
|
2273
2166
|
</div>
|
|
2274
2167
|
|
|
2275
2168
|
</div>
|
|
@@ -2347,6 +2240,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2347
2240
|
<span class="param-type">string</span>
|
|
2348
2241
|
|
|
2349
2242
|
|
|
2243
|
+
|
|
2350
2244
|
|
|
2351
2245
|
</td>
|
|
2352
2246
|
|
|
@@ -2371,6 +2265,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2371
2265
|
<span class="param-type">string</span>
|
|
2372
2266
|
|
|
2373
2267
|
|
|
2268
|
+
|
|
2374
2269
|
|
|
2375
2270
|
</td>
|
|
2376
2271
|
|
|
@@ -2400,7 +2295,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2400
2295
|
|
|
2401
2296
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2402
2297
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2403
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2298
|
+
<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>
|
|
2404
2299
|
</li></ul></dd>
|
|
2405
2300
|
|
|
2406
2301
|
|
|
@@ -2464,6 +2359,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2464
2359
|
<span class="param-type">Array</span>
|
|
2465
2360
|
|
|
2466
2361
|
|
|
2362
|
+
|
|
2467
2363
|
</div>
|
|
2468
2364
|
|
|
2469
2365
|
</div>
|
|
@@ -2541,6 +2437,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2541
2437
|
<span class="param-type">Array</span>
|
|
2542
2438
|
|
|
2543
2439
|
|
|
2440
|
+
|
|
2544
2441
|
|
|
2545
2442
|
</td>
|
|
2546
2443
|
|
|
@@ -2570,7 +2467,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2570
2467
|
|
|
2571
2468
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2572
2469
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2573
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2470
|
+
<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>
|
|
2574
2471
|
</li></ul></dd>
|
|
2575
2472
|
|
|
2576
2473
|
|
|
@@ -2686,6 +2583,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2686
2583
|
<span class="param-type">number</span>
|
|
2687
2584
|
|
|
2688
2585
|
|
|
2586
|
+
|
|
2689
2587
|
|
|
2690
2588
|
</td>
|
|
2691
2589
|
|
|
@@ -2715,7 +2613,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2715
2613
|
|
|
2716
2614
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2717
2615
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2718
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID"
|
|
2616
|
+
<a goto="getShapesByFeatureID" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2719
2617
|
</li></ul></dd>
|
|
2720
2618
|
|
|
2721
2619
|
|
|
@@ -2867,7 +2765,8 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2867
2765
|
<div class='column is-5 has-text-left'>
|
|
2868
2766
|
<label>类型: </label>
|
|
2869
2767
|
|
|
2870
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
2768
|
+
<span class="param-type">Array.<<a link="Array.<Zondy.ThemeLayer.ThemeStyle>.html" onclick="getTypeHTML(event)" href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
2769
|
+
|
|
2871
2770
|
|
|
2872
2771
|
|
|
2873
2772
|
</div>
|
|
@@ -2947,6 +2846,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2947
2846
|
<span class="param-type">string</span>
|
|
2948
2847
|
|
|
2949
2848
|
|
|
2849
|
+
|
|
2950
2850
|
|
|
2951
2851
|
</td>
|
|
2952
2852
|
|
|
@@ -2971,6 +2871,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2971
2871
|
<span class="param-type">Object</span>
|
|
2972
2872
|
|
|
2973
2873
|
|
|
2874
|
+
|
|
2974
2875
|
|
|
2975
2876
|
</td>
|
|
2976
2877
|
|
|
@@ -3002,7 +2903,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3002
2903
|
|
|
3003
2904
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3004
2905
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3005
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize"
|
|
2906
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#initialize>Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize</a>
|
|
3006
2907
|
</li></ul></dd>
|
|
3007
2908
|
|
|
3008
2909
|
|
|
@@ -3116,6 +3017,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3116
3017
|
<span class="param-type">Event</span>
|
|
3117
3018
|
|
|
3118
3019
|
|
|
3020
|
+
|
|
3119
3021
|
|
|
3120
3022
|
</td>
|
|
3121
3023
|
|
|
@@ -3140,6 +3042,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3140
3042
|
<span class="param-type">function</span>
|
|
3141
3043
|
|
|
3142
3044
|
|
|
3045
|
+
|
|
3143
3046
|
|
|
3144
3047
|
</td>
|
|
3145
3048
|
|
|
@@ -3164,6 +3067,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3164
3067
|
<span class="param-type">string</span>
|
|
3165
3068
|
|
|
3166
3069
|
|
|
3070
|
+
|
|
3167
3071
|
|
|
3168
3072
|
</td>
|
|
3169
3073
|
|
|
@@ -3193,7 +3097,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3193
3097
|
|
|
3194
3098
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3195
3099
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3196
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
3100
|
+
<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>
|
|
3197
3101
|
</li></ul></dd>
|
|
3198
3102
|
|
|
3199
3103
|
|
|
@@ -3309,6 +3213,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3309
3213
|
<span class="param-type">Event</span>
|
|
3310
3214
|
|
|
3311
3215
|
|
|
3216
|
+
|
|
3312
3217
|
|
|
3313
3218
|
</td>
|
|
3314
3219
|
|
|
@@ -3333,6 +3238,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3333
3238
|
<span class="param-type">function</span>
|
|
3334
3239
|
|
|
3335
3240
|
|
|
3241
|
+
|
|
3336
3242
|
|
|
3337
3243
|
</td>
|
|
3338
3244
|
|
|
@@ -3357,6 +3263,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3357
3263
|
<span class="param-type">string</span>
|
|
3358
3264
|
|
|
3359
3265
|
|
|
3266
|
+
|
|
3360
3267
|
|
|
3361
3268
|
</td>
|
|
3362
3269
|
|
|
@@ -3386,7 +3293,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3386
3293
|
|
|
3387
3294
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3388
3295
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3389
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3296
|
+
<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>
|
|
3390
3297
|
</li></ul></dd>
|
|
3391
3298
|
|
|
3392
3299
|
|
|
@@ -3502,6 +3409,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3502
3409
|
<span class="param-type">L.Map</span>
|
|
3503
3410
|
|
|
3504
3411
|
|
|
3412
|
+
|
|
3505
3413
|
|
|
3506
3414
|
</td>
|
|
3507
3415
|
|
|
@@ -3531,7 +3439,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3531
3439
|
|
|
3532
3440
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3533
3441
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3534
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3442
|
+
<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>
|
|
3535
3443
|
</li></ul></dd>
|
|
3536
3444
|
|
|
3537
3445
|
|
|
@@ -3629,7 +3537,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3629
3537
|
|
|
3630
3538
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3631
3539
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3632
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw"
|
|
3540
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redraw>Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw</a>
|
|
3633
3541
|
</li></ul></dd>
|
|
3634
3542
|
|
|
3635
3543
|
|
|
@@ -3745,6 +3653,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3745
3653
|
<span class="param-type">L.bounds</span>
|
|
3746
3654
|
|
|
3747
3655
|
|
|
3656
|
+
|
|
3748
3657
|
|
|
3749
3658
|
</td>
|
|
3750
3659
|
|
|
@@ -3774,7 +3683,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3774
3683
|
|
|
3775
3684
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3776
3685
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3777
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures"
|
|
3686
|
+
<a goto="redrawThematicFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
3778
3687
|
</li></ul></dd>
|
|
3779
3688
|
|
|
3780
3689
|
|
|
@@ -3870,7 +3779,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3870
3779
|
|
|
3871
3780
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3872
3781
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3873
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures"
|
|
3782
|
+
<a goto="removeAllFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
3874
3783
|
</li></ul></dd>
|
|
3875
3784
|
|
|
3876
3785
|
|
|
@@ -3986,6 +3895,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3986
3895
|
<span class="param-type">Object</span>
|
|
3987
3896
|
|
|
3988
3897
|
|
|
3898
|
+
|
|
3989
3899
|
|
|
3990
3900
|
</td>
|
|
3991
3901
|
|
|
@@ -4015,7 +3925,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4015
3925
|
|
|
4016
3926
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4017
3927
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4018
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures"
|
|
3928
|
+
<a goto="removeFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4019
3929
|
</li></ul></dd>
|
|
4020
3930
|
|
|
4021
3931
|
|
|
@@ -4131,6 +4041,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4131
4041
|
<span class="param-type">number</span>
|
|
4132
4042
|
|
|
4133
4043
|
|
|
4044
|
+
|
|
4134
4045
|
|
|
4135
4046
|
</td>
|
|
4136
4047
|
|
|
@@ -4160,7 +4071,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4160
4071
|
|
|
4161
4072
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4162
4073
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4163
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount"
|
|
4074
|
+
<a goto="setMaxCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#setMaxCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4164
4075
|
</li></ul></dd>
|
|
4165
4076
|
|
|
4166
4077
|
|
|
@@ -4276,6 +4187,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4276
4187
|
<span class="param-type">number</span>
|
|
4277
4188
|
|
|
4278
4189
|
|
|
4190
|
+
|
|
4279
4191
|
|
|
4280
4192
|
</td>
|
|
4281
4193
|
|
|
@@ -4305,7 +4217,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4305
4217
|
|
|
4306
4218
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4307
4219
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4308
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
4220
|
+
<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>
|
|
4309
4221
|
</li></ul></dd>
|
|
4310
4222
|
|
|
4311
4223
|
|
|
@@ -4421,6 +4333,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4421
4333
|
<span class="param-type">L.bounds</span>
|
|
4422
4334
|
|
|
4423
4335
|
|
|
4336
|
+
|
|
4424
4337
|
|
|
4425
4338
|
</td>
|
|
4426
4339
|
|
|
@@ -4450,7 +4363,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4450
4363
|
|
|
4451
4364
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4452
4365
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4453
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4366
|
+
<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>
|
|
4454
4367
|
</li></ul></dd>
|
|
4455
4368
|
|
|
4456
4369
|
|
|
@@ -4614,6 +4527,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4614
4527
|
<span class="param-type">Object</span>
|
|
4615
4528
|
|
|
4616
4529
|
|
|
4530
|
+
|
|
4617
4531
|
|
|
4618
4532
|
</td>
|
|
4619
4533
|
|
|
@@ -4640,7 +4554,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4640
4554
|
|
|
4641
4555
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4642
4556
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4643
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
4557
|
+
<a goto="event:beforefeaturesadded" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4644
4558
|
</li></ul></dd>
|
|
4645
4559
|
|
|
4646
4560
|
|
|
@@ -4764,6 +4678,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4764
4678
|
<span class="param-type">Object</span>
|
|
4765
4679
|
|
|
4766
4680
|
|
|
4681
|
+
|
|
4767
4682
|
|
|
4768
4683
|
</td>
|
|
4769
4684
|
|
|
@@ -4787,6 +4702,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4787
4702
|
<span class="param-type">string</span>
|
|
4788
4703
|
|
|
4789
4704
|
|
|
4705
|
+
|
|
4790
4706
|
|
|
4791
4707
|
</td>
|
|
4792
4708
|
|
|
@@ -4813,7 +4729,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4813
4729
|
|
|
4814
4730
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4815
4731
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4816
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4732
|
+
<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>
|
|
4817
4733
|
</li></ul></dd>
|
|
4818
4734
|
|
|
4819
4735
|
|
|
@@ -4937,6 +4853,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4937
4853
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
4938
4854
|
|
|
4939
4855
|
|
|
4856
|
+
|
|
4940
4857
|
|
|
4941
4858
|
</td>
|
|
4942
4859
|
|
|
@@ -4960,6 +4877,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4960
4877
|
<span class="param-type">boolean</span>
|
|
4961
4878
|
|
|
4962
4879
|
|
|
4880
|
+
|
|
4963
4881
|
|
|
4964
4882
|
</td>
|
|
4965
4883
|
|
|
@@ -4986,7 +4904,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4986
4904
|
|
|
4987
4905
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4988
4906
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4989
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
4907
|
+
<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>
|
|
4990
4908
|
</li></ul></dd>
|
|
4991
4909
|
|
|
4992
4910
|
|
|
@@ -5046,43 +4964,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5046
4964
|
|
|
5047
4965
|
</article>
|
|
5048
4966
|
|
|
5049
|
-
</section>
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
</div>
|
|
5055
|
-
|
|
5056
|
-
<footer class="footer">
|
|
5057
|
-
<div class="content has-text-centered">
|
|
5058
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5059
|
-
<p class="sidebar-created-by">
|
|
5060
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5061
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5062
|
-
</p>
|
|
5063
|
-
</div>
|
|
5064
|
-
</footer>
|
|
5065
|
-
|
|
5066
|
-
</div>
|
|
5067
|
-
<div id="side-nav" class="side-nav">
|
|
5068
|
-
<div style="margin-bottom: 10px;">
|
|
5069
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5070
|
-
</div>
|
|
5071
|
-
<div style="margin-bottom: 10px;">
|
|
5072
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5073
|
-
</div>
|
|
5074
|
-
<div style="margin-bottom: 10px;">
|
|
5075
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5076
|
-
</div>
|
|
5077
|
-
<div>
|
|
5078
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5079
|
-
</div>
|
|
5080
|
-
</div>
|
|
5081
|
-
</div>
|
|
5082
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5083
|
-
|
|
5084
|
-
<script src="scripts/search.js"> </script>
|
|
5085
|
-
|
|
5086
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5087
|
-
</body>
|
|
5088
|
-
</html>
|
|
4967
|
+
</section>
|