@mapgis/webclient-leaflet-plugin 17.2.7 → 17.4.0
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 +21 -0
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
- package/dist/webclient-leaflet-plugin-es6.min.js +4 -4
- package/documention/ArcGISMapImageLayer.html +195 -122
- package/documention/ArcGISTileLayer.html +185 -62
- package/documention/EchartsLayer.html +178 -20
- package/documention/FeatureLayer.html +176 -8
- package/documention/FeatureLayerUtil.html +176 -34
- package/documention/IGSMapImageLayer.html +199 -146
- package/documention/IGSTileLayer.html +189 -86
- package/documention/L.zondy.MapvBaseLayer.html +187 -96
- package/documention/MapLayer.html +181 -38
- package/documention/MapVLayer.html +180 -32
- package/documention/MapView.html +2447 -0
- package/documention/MapViewLeaflet.html +366 -1410
- package/documention/Popup.html +198 -284
- package/documention/Screenshot.html +181 -134
- package/documention/SketchEditorLeaflet.html +241 -477
- package/documention/TileLayer.html +180 -32
- package/documention/TileLayerWMS.html +178 -20
- package/documention/VectorTileLayer.html +186 -68
- package/documention/WMSLayerView.html +188 -121
- package/documention/WebMapServiceLayer.html +192 -104
- package/documention/WebMapTileServiceLayer.html +193 -110
- package/documention/WebTileLayer.html +190 -92
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +288 -658
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +322 -870
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +303 -736
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +245 -483
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +232 -866
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +302 -792
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +339 -941
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +300 -720
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +297 -759
- package/documention/Zondy.Widget.html +183 -48
- package/documention/Zondy.view.UI.html +180 -31
- package/documention/global.html +11446 -131
- package/documention/index.html +13 -16
- package/documention/scripts/search.js +1 -26
- 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 +152 -7
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +153 -8
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +153 -8
- package/package.json +7 -8
|
@@ -1,10 +1,140 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
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> RandomThemeLayer</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>
|
|
5
23
|
|
|
6
|
-
</header>
|
|
7
24
|
|
|
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 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 class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapImageLayer.html">ArcGISMapImageLayer</a><span style="display: none;"><p>ArcGIS地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileLayer.html">ArcGISTileLayer</a><span style="display: none;"><p>ArcGIS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EchartsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EchartsLayer.html">EchartsLayer</a><span style="display: none;"><p>Echarts图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayer.html">FeatureLayer</a><span style="display: none;"><p>要素图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSMapImageLayer.html">IGSMapImageLayer</a><span style="display: none;"><p>地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSTileLayer.html">IGSTileLayer</a><span style="display: none;"><p>IGS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapLayer.html">MapLayer</a><span style="display: none;"><p>屏幕出一张图图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapVLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapVLayer.html">MapVLayer</a><span style="display: none;"><p>MapV图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayer.html">TileLayer</a><span style="display: none;"><p>带裁剪功能的瓦片图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayerWMS"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayerWMS.html">TileLayerWMS</a><span style="display: none;"><p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VectorTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VectorTileLayer.html">VectorTileLayer</a><span style="display: none;"><p>矢量瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceLayer.html">WebMapServiceLayer</a><span style="display: none;"><p>WMS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceLayer.html">WebMapTileServiceLayer</a><span style="display: none;"><p>WMTS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebTileLayer.html">WebTileLayer</a><span style="display: none;"><p>网络瓦片图层(Leaflet)</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayerUtil.html">FeatureLayerUtil</a><span style="display: none;"><p>要素图层工具类(Leaflet)</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapView.html">MapView</a><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
|
+
参考示例:
|
|
109
|
+
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
110
|
+
<br>[ES5引入方式]:<br/>
|
|
111
|
+
zondy.leaflet.MapView() <br/>
|
|
112
|
+
[ES6引入方式]:<br/>
|
|
113
|
+
import { MapView } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><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><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditorLeaflet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorLeaflet.html">SketchEditorLeaflet</a><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
|
+
<br>[ES5引入方式]:<br/>
|
|
125
|
+
const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
|
|
126
|
+
[ES6引入方式]:<br/>
|
|
127
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="zondy.themelayer.GraphThemeLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="zondy.themelayer.GraphThemeLayer.html">GraphThemeLayer</a><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li></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
|
+
<span class="page-title-main">类名</span>
|
|
135
|
+
<span class="page-title-sub">RandomThemeLayer</span>
|
|
136
|
+
</header>
|
|
137
|
+
|
|
8
138
|
|
|
9
139
|
|
|
10
140
|
|
|
@@ -25,7 +155,7 @@
|
|
|
25
155
|
<h4 class="name" id="RandomThemeLayer">
|
|
26
156
|
<a class="href-link" href="#RandomThemeLayer">#</a>
|
|
27
157
|
|
|
28
|
-
<span class="code-name"
|
|
158
|
+
<span class="code-name" style="font-size:30px">
|
|
29
159
|
|
|
30
160
|
new RandomThemeLayer<span class="signature">(name, options)</span>
|
|
31
161
|
|
|
@@ -48,7 +178,7 @@
|
|
|
48
178
|
|
|
49
179
|
|
|
50
180
|
|
|
51
|
-
<h4
|
|
181
|
+
<h4>参数:</h4>
|
|
52
182
|
|
|
53
183
|
<div class="table-container">
|
|
54
184
|
<table class="params table">
|
|
@@ -80,12 +210,7 @@
|
|
|
80
210
|
<td class="type">
|
|
81
211
|
|
|
82
212
|
|
|
83
|
-
<span class="param-type">
|
|
84
|
-
|
|
85
|
-
string
|
|
86
|
-
|
|
87
|
-
</span>
|
|
88
|
-
|
|
213
|
+
<span class="param-type">string</span>
|
|
89
214
|
|
|
90
215
|
|
|
91
216
|
|
|
@@ -113,12 +238,7 @@
|
|
|
113
238
|
<td class="type">
|
|
114
239
|
|
|
115
240
|
|
|
116
|
-
<span class="param-type">
|
|
117
|
-
|
|
118
|
-
Object
|
|
119
|
-
|
|
120
|
-
</span>
|
|
121
|
-
|
|
241
|
+
<span class="param-type">Object</span>
|
|
122
242
|
|
|
123
243
|
|
|
124
244
|
|
|
@@ -144,12 +264,7 @@
|
|
|
144
264
|
<td class="type">
|
|
145
265
|
|
|
146
266
|
|
|
147
|
-
<span class="param-type">
|
|
148
|
-
|
|
149
|
-
string
|
|
150
|
-
|
|
151
|
-
</span>
|
|
152
|
-
|
|
267
|
+
<span class="param-type">string</span>
|
|
153
268
|
|
|
154
269
|
|
|
155
270
|
|
|
@@ -175,12 +290,7 @@
|
|
|
175
290
|
<td class="type">
|
|
176
291
|
|
|
177
292
|
|
|
178
|
-
<span class="param-type">
|
|
179
|
-
|
|
180
|
-
number
|
|
181
|
-
|
|
182
|
-
</span>
|
|
183
|
-
|
|
293
|
+
<span class="param-type">number</span>
|
|
184
294
|
|
|
185
295
|
|
|
186
296
|
|
|
@@ -208,12 +318,7 @@
|
|
|
208
318
|
<td class="type">
|
|
209
319
|
|
|
210
320
|
|
|
211
|
-
<span class="param-type">
|
|
212
|
-
|
|
213
|
-
number
|
|
214
|
-
|
|
215
|
-
</span>
|
|
216
|
-
|
|
321
|
+
<span class="param-type">number</span>
|
|
217
322
|
|
|
218
323
|
|
|
219
324
|
|
|
@@ -241,12 +346,7 @@
|
|
|
241
346
|
<td class="type">
|
|
242
347
|
|
|
243
348
|
|
|
244
|
-
<span class="param-type">
|
|
245
|
-
|
|
246
|
-
boolean
|
|
247
|
-
|
|
248
|
-
</span>
|
|
249
|
-
|
|
349
|
+
<span class="param-type">boolean</span>
|
|
250
350
|
|
|
251
351
|
|
|
252
352
|
|
|
@@ -274,12 +374,7 @@
|
|
|
274
374
|
<td class="type">
|
|
275
375
|
|
|
276
376
|
|
|
277
|
-
<span class="param-type">
|
|
278
|
-
|
|
279
|
-
boolean
|
|
280
|
-
|
|
281
|
-
</span>
|
|
282
|
-
|
|
377
|
+
<span class="param-type">boolean</span>
|
|
283
378
|
|
|
284
379
|
|
|
285
380
|
|
|
@@ -307,12 +402,7 @@
|
|
|
307
402
|
<td class="type">
|
|
308
403
|
|
|
309
404
|
|
|
310
|
-
<span class="param-type">
|
|
311
|
-
|
|
312
|
-
boolean
|
|
313
|
-
|
|
314
|
-
</span>
|
|
315
|
-
|
|
405
|
+
<span class="param-type">boolean</span>
|
|
316
406
|
|
|
317
407
|
|
|
318
408
|
|
|
@@ -340,12 +430,7 @@
|
|
|
340
430
|
<td class="type">
|
|
341
431
|
|
|
342
432
|
|
|
343
|
-
<span class="param-type">
|
|
344
|
-
|
|
345
|
-
boolean
|
|
346
|
-
|
|
347
|
-
</span>
|
|
348
|
-
|
|
433
|
+
<span class="param-type">boolean</span>
|
|
349
434
|
|
|
350
435
|
|
|
351
436
|
|
|
@@ -448,7 +533,7 @@
|
|
|
448
533
|
|
|
449
534
|
|
|
450
535
|
<ul>
|
|
451
|
-
<li><a
|
|
536
|
+
<li><a href="zondy.themelayer.GeoFeatureThemeLayer.html">zondy.themelayer.GeoFeatureThemeLayer</a></li>
|
|
452
537
|
</ul>
|
|
453
538
|
|
|
454
539
|
|
|
@@ -469,353 +554,7 @@
|
|
|
469
554
|
|
|
470
555
|
<div class='vertical-section'>
|
|
471
556
|
<h3 id='function'>方法</h3>
|
|
472
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
473
557
|
<div class="members">
|
|
474
|
-
<div class="table-container">
|
|
475
|
-
<table class="params table">
|
|
476
|
-
<thead>
|
|
477
|
-
<tr>
|
|
478
|
-
<th>名称</th>
|
|
479
|
-
<th>返回值类型</th>
|
|
480
|
-
<th>描述</th>
|
|
481
|
-
</tr>
|
|
482
|
-
</thead>
|
|
483
|
-
<tbody>
|
|
484
|
-
|
|
485
|
-
<tr class="deep-level-0">
|
|
486
|
-
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
487
|
-
<td class="name">
|
|
488
|
-
<code>
|
|
489
|
-
|
|
490
|
-
</code>
|
|
491
|
-
</td>
|
|
492
|
-
<td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
|
|
493
|
-
</tr>
|
|
494
|
-
|
|
495
|
-
<tr class="deep-level-0">
|
|
496
|
-
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
497
|
-
<td class="name">
|
|
498
|
-
<code>
|
|
499
|
-
|
|
500
|
-
</code>
|
|
501
|
-
</td>
|
|
502
|
-
<td class="name"><code><p>清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
|
|
503
|
-
</tr>
|
|
504
|
-
|
|
505
|
-
<tr class="deep-level-0">
|
|
506
|
-
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
507
|
-
<td class="name">
|
|
508
|
-
<code>
|
|
509
|
-
|
|
510
|
-
</code>
|
|
511
|
-
</td>
|
|
512
|
-
<td class="name"><code><p>清除缓存数据。</p></code></td>
|
|
513
|
-
</tr>
|
|
514
|
-
|
|
515
|
-
<tr class="deep-level-0">
|
|
516
|
-
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
517
|
-
<td class="name">
|
|
518
|
-
<code>
|
|
519
|
-
|
|
520
|
-
</code>
|
|
521
|
-
</td>
|
|
522
|
-
<td class="name"><code><p>创建专题要素。</p></code></td>
|
|
523
|
-
</tr>
|
|
524
|
-
|
|
525
|
-
<tr class="deep-level-0">
|
|
526
|
-
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
527
|
-
<td class="name">
|
|
528
|
-
<code>
|
|
529
|
-
|
|
530
|
-
</code>
|
|
531
|
-
</td>
|
|
532
|
-
<td class="name"><code><p>销毁要素。</p></code></td>
|
|
533
|
-
</tr>
|
|
534
|
-
|
|
535
|
-
<tr class="deep-level-0">
|
|
536
|
-
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
537
|
-
<td class="name">
|
|
538
|
-
<code>
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
<span class="param-type">
|
|
542
|
-
|
|
543
|
-
number
|
|
544
|
-
|
|
545
|
-
</span>
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
</code>
|
|
551
|
-
</td>
|
|
552
|
-
<td class="name"><code><p>获取当前缓存数量。</p></code></td>
|
|
553
|
-
</tr>
|
|
554
|
-
|
|
555
|
-
<tr class="deep-level-0">
|
|
556
|
-
<td class="name"><code><a href="#getColor">getColor</a></code></td>
|
|
557
|
-
<td class="name">
|
|
558
|
-
<code>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
<span class="param-type">
|
|
562
|
-
|
|
563
|
-
Array
|
|
564
|
-
|
|
565
|
-
</span>
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
</code>
|
|
571
|
-
</td>
|
|
572
|
-
<td class="name"><code><p>获取随机颜色</p></code></td>
|
|
573
|
-
</tr>
|
|
574
|
-
|
|
575
|
-
<tr class="deep-level-0">
|
|
576
|
-
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
577
|
-
<td class="name">
|
|
578
|
-
<code>
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
<span class="param-type">
|
|
582
|
-
|
|
583
|
-
Object
|
|
584
|
-
|
|
585
|
-
</span>
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
</code>
|
|
591
|
-
</td>
|
|
592
|
-
<td class="name"><code><p>获取图层事件。</p></code></td>
|
|
593
|
-
</tr>
|
|
594
|
-
|
|
595
|
-
<tr class="deep-level-0">
|
|
596
|
-
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
597
|
-
<td class="name">
|
|
598
|
-
<code>
|
|
599
|
-
|
|
600
|
-
</code>
|
|
601
|
-
</td>
|
|
602
|
-
<td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
|
|
603
|
-
</tr>
|
|
604
|
-
|
|
605
|
-
<tr class="deep-level-0">
|
|
606
|
-
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
607
|
-
<td class="name">
|
|
608
|
-
<code>
|
|
609
|
-
|
|
610
|
-
</code>
|
|
611
|
-
</td>
|
|
612
|
-
<td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
|
|
613
|
-
</tr>
|
|
614
|
-
|
|
615
|
-
<tr class="deep-level-0">
|
|
616
|
-
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
617
|
-
<td class="name">
|
|
618
|
-
<code>
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
<span class="param-type">
|
|
622
|
-
|
|
623
|
-
Array
|
|
624
|
-
|
|
625
|
-
</span>
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
</code>
|
|
631
|
-
</td>
|
|
632
|
-
<td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
|
|
633
|
-
</tr>
|
|
634
|
-
|
|
635
|
-
<tr class="deep-level-0">
|
|
636
|
-
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
637
|
-
<td class="name">
|
|
638
|
-
<code>
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
<span class="param-type">
|
|
642
|
-
|
|
643
|
-
Array
|
|
644
|
-
|
|
645
|
-
</span>
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
</code>
|
|
651
|
-
</td>
|
|
652
|
-
<td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
|
|
653
|
-
</tr>
|
|
654
|
-
|
|
655
|
-
<tr class="deep-level-0">
|
|
656
|
-
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
657
|
-
<td class="name">
|
|
658
|
-
<code>
|
|
659
|
-
|
|
660
|
-
</code>
|
|
661
|
-
</td>
|
|
662
|
-
<td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
|
|
663
|
-
</tr>
|
|
664
|
-
|
|
665
|
-
<tr class="deep-level-0">
|
|
666
|
-
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
667
|
-
<td class="name">
|
|
668
|
-
<code>
|
|
669
|
-
|
|
670
|
-
</code>
|
|
671
|
-
</td>
|
|
672
|
-
<td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
|
|
673
|
-
</tr>
|
|
674
|
-
|
|
675
|
-
<tr class="deep-level-0">
|
|
676
|
-
<td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
|
|
677
|
-
<td class="name">
|
|
678
|
-
<code>
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
<span class="param-type">
|
|
682
|
-
|
|
683
|
-
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
684
|
-
|
|
685
|
-
</span>
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
</code>
|
|
691
|
-
</td>
|
|
692
|
-
<td class="name"><code></code></td>
|
|
693
|
-
</tr>
|
|
694
|
-
|
|
695
|
-
<tr class="deep-level-0">
|
|
696
|
-
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
697
|
-
<td class="name">
|
|
698
|
-
<code>
|
|
699
|
-
|
|
700
|
-
</code>
|
|
701
|
-
</td>
|
|
702
|
-
<td class="name"><code><p>初始化。</p></code></td>
|
|
703
|
-
</tr>
|
|
704
|
-
|
|
705
|
-
<tr class="deep-level-0">
|
|
706
|
-
<td class="name"><code><a href="#off">off</a></code></td>
|
|
707
|
-
<td class="name">
|
|
708
|
-
<code>
|
|
709
|
-
|
|
710
|
-
</code>
|
|
711
|
-
</td>
|
|
712
|
-
<td class="name"><code><p>移除专题要素事件监听。</p></code></td>
|
|
713
|
-
</tr>
|
|
714
|
-
|
|
715
|
-
<tr class="deep-level-0">
|
|
716
|
-
<td class="name"><code><a href="#on">on</a></code></td>
|
|
717
|
-
<td class="name">
|
|
718
|
-
<code>
|
|
719
|
-
|
|
720
|
-
</code>
|
|
721
|
-
</td>
|
|
722
|
-
<td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
|
|
723
|
-
</tr>
|
|
724
|
-
|
|
725
|
-
<tr class="deep-level-0">
|
|
726
|
-
<td class="name"><code><a href="#onAdd">onAdd</a></code></td>
|
|
727
|
-
<td class="name">
|
|
728
|
-
<code>
|
|
729
|
-
|
|
730
|
-
</code>
|
|
731
|
-
</td>
|
|
732
|
-
<td class="name"><code><p>添加专题图</p></code></td>
|
|
733
|
-
</tr>
|
|
734
|
-
|
|
735
|
-
<tr class="deep-level-0">
|
|
736
|
-
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
737
|
-
<td class="name">
|
|
738
|
-
<code>
|
|
739
|
-
|
|
740
|
-
</code>
|
|
741
|
-
</td>
|
|
742
|
-
<td class="name"><code><p>删除某个地图。</p></code></td>
|
|
743
|
-
</tr>
|
|
744
|
-
|
|
745
|
-
<tr class="deep-level-0">
|
|
746
|
-
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
747
|
-
<td class="name">
|
|
748
|
-
<code>
|
|
749
|
-
|
|
750
|
-
</code>
|
|
751
|
-
</td>
|
|
752
|
-
<td class="name"><code><p>重绘专题图</p></code></td>
|
|
753
|
-
</tr>
|
|
754
|
-
|
|
755
|
-
<tr class="deep-level-0">
|
|
756
|
-
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
757
|
-
<td class="name">
|
|
758
|
-
<code>
|
|
759
|
-
|
|
760
|
-
</code>
|
|
761
|
-
</td>
|
|
762
|
-
<td class="name"><code><p>重绘专题要素</p></code></td>
|
|
763
|
-
</tr>
|
|
764
|
-
|
|
765
|
-
<tr class="deep-level-0">
|
|
766
|
-
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
767
|
-
<td class="name">
|
|
768
|
-
<code>
|
|
769
|
-
|
|
770
|
-
</code>
|
|
771
|
-
</td>
|
|
772
|
-
<td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
|
|
773
|
-
</tr>
|
|
774
|
-
|
|
775
|
-
<tr class="deep-level-0">
|
|
776
|
-
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
777
|
-
<td class="name">
|
|
778
|
-
<code>
|
|
779
|
-
|
|
780
|
-
</code>
|
|
781
|
-
</td>
|
|
782
|
-
<td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。</p></code></td>
|
|
783
|
-
</tr>
|
|
784
|
-
|
|
785
|
-
<tr class="deep-level-0">
|
|
786
|
-
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
787
|
-
<td class="name">
|
|
788
|
-
<code>
|
|
789
|
-
|
|
790
|
-
</code>
|
|
791
|
-
</td>
|
|
792
|
-
<td class="name"><code><p>设置最大缓存数量。</p></code></td>
|
|
793
|
-
</tr>
|
|
794
|
-
|
|
795
|
-
<tr class="deep-level-0">
|
|
796
|
-
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
797
|
-
<td class="name">
|
|
798
|
-
<code>
|
|
799
|
-
|
|
800
|
-
</code>
|
|
801
|
-
</td>
|
|
802
|
-
<td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
|
|
803
|
-
</tr>
|
|
804
|
-
|
|
805
|
-
<tr class="deep-level-0">
|
|
806
|
-
<td class="name"><code><a href="#update">update</a></code></td>
|
|
807
|
-
<td class="name">
|
|
808
|
-
<code>
|
|
809
|
-
|
|
810
|
-
</code>
|
|
811
|
-
</td>
|
|
812
|
-
<td class="name"><code><p>更新图层。</p></code></td>
|
|
813
|
-
</tr>
|
|
814
|
-
|
|
815
|
-
</tbody>
|
|
816
|
-
</table>
|
|
817
|
-
</div>
|
|
818
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
819
558
|
|
|
820
559
|
<div class="member">
|
|
821
560
|
|
|
@@ -824,7 +563,7 @@
|
|
|
824
563
|
<h4 class="name" id="addFeatures">
|
|
825
564
|
<a class="href-link" href="#addFeatures">#</a>
|
|
826
565
|
|
|
827
|
-
<span class="code-name"
|
|
566
|
+
<span class="code-name" style="font-size:30px">
|
|
828
567
|
|
|
829
568
|
addFeatures<span class="signature">(features)</span>
|
|
830
569
|
|
|
@@ -846,7 +585,7 @@
|
|
|
846
585
|
|
|
847
586
|
|
|
848
587
|
|
|
849
|
-
<h4
|
|
588
|
+
<h4>参数:</h4>
|
|
850
589
|
|
|
851
590
|
<div class="table-container">
|
|
852
591
|
<table class="params table">
|
|
@@ -876,12 +615,7 @@
|
|
|
876
615
|
<td class="type">
|
|
877
616
|
|
|
878
617
|
|
|
879
|
-
<span class="param-type">
|
|
880
|
-
|
|
881
|
-
Object
|
|
882
|
-
|
|
883
|
-
</span>
|
|
884
|
-
|
|
618
|
+
<span class="param-type">Object</span>
|
|
885
619
|
|
|
886
620
|
|
|
887
621
|
|
|
@@ -913,7 +647,7 @@
|
|
|
913
647
|
|
|
914
648
|
<dt class="inherited-from">Inherited From:</dt>
|
|
915
649
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
916
|
-
<a
|
|
650
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#addFeatures">zondy.themelayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
917
651
|
</li></ul></dd>
|
|
918
652
|
|
|
919
653
|
|
|
@@ -974,7 +708,7 @@
|
|
|
974
708
|
<h4 class="name" id="clear">
|
|
975
709
|
<a class="href-link" href="#clear">#</a>
|
|
976
710
|
|
|
977
|
-
<span class="code-name"
|
|
711
|
+
<span class="code-name" style="font-size:30px">
|
|
978
712
|
|
|
979
713
|
clear<span class="signature">()</span>
|
|
980
714
|
|
|
@@ -1009,7 +743,7 @@
|
|
|
1009
743
|
|
|
1010
744
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1011
745
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1012
|
-
<a
|
|
746
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#clear">zondy.themelayer.GeoFeatureThemeLayer#clear</a>
|
|
1013
747
|
</li></ul></dd>
|
|
1014
748
|
|
|
1015
749
|
|
|
@@ -1070,7 +804,7 @@
|
|
|
1070
804
|
<h4 class="name" id="clearCache">
|
|
1071
805
|
<a class="href-link" href="#clearCache">#</a>
|
|
1072
806
|
|
|
1073
|
-
<span class="code-name"
|
|
807
|
+
<span class="code-name" style="font-size:30px">
|
|
1074
808
|
|
|
1075
809
|
clearCache<span class="signature">()</span>
|
|
1076
810
|
|
|
@@ -1105,7 +839,7 @@
|
|
|
1105
839
|
|
|
1106
840
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1107
841
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1108
|
-
<a
|
|
842
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#clearCache">zondy.themelayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1109
843
|
</li></ul></dd>
|
|
1110
844
|
|
|
1111
845
|
|
|
@@ -1166,7 +900,7 @@
|
|
|
1166
900
|
<h4 class="name" id="createThematicFeature">
|
|
1167
901
|
<a class="href-link" href="#createThematicFeature">#</a>
|
|
1168
902
|
|
|
1169
|
-
<span class="code-name"
|
|
903
|
+
<span class="code-name" style="font-size:30px">
|
|
1170
904
|
|
|
1171
905
|
createThematicFeature<span class="signature">(feature)</span>
|
|
1172
906
|
|
|
@@ -1188,7 +922,7 @@
|
|
|
1188
922
|
|
|
1189
923
|
|
|
1190
924
|
|
|
1191
|
-
<h4
|
|
925
|
+
<h4>参数:</h4>
|
|
1192
926
|
|
|
1193
927
|
<div class="table-container">
|
|
1194
928
|
<table class="params table">
|
|
@@ -1218,12 +952,7 @@
|
|
|
1218
952
|
<td class="type">
|
|
1219
953
|
|
|
1220
954
|
|
|
1221
|
-
<span class="param-type">
|
|
1222
|
-
|
|
1223
|
-
Object
|
|
1224
|
-
|
|
1225
|
-
</span>
|
|
1226
|
-
|
|
955
|
+
<span class="param-type">Object</span>
|
|
1227
956
|
|
|
1228
957
|
|
|
1229
958
|
|
|
@@ -1255,7 +984,7 @@
|
|
|
1255
984
|
|
|
1256
985
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1257
986
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1258
|
-
<a
|
|
987
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#createThematicFeature">zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1259
988
|
</li></ul></dd>
|
|
1260
989
|
|
|
1261
990
|
|
|
@@ -1316,7 +1045,7 @@
|
|
|
1316
1045
|
<h4 class="name" id="destroyFeatures">
|
|
1317
1046
|
<a class="href-link" href="#destroyFeatures">#</a>
|
|
1318
1047
|
|
|
1319
|
-
<span class="code-name"
|
|
1048
|
+
<span class="code-name" style="font-size:30px">
|
|
1320
1049
|
|
|
1321
1050
|
destroyFeatures<span class="signature">(features)</span>
|
|
1322
1051
|
|
|
@@ -1338,7 +1067,7 @@
|
|
|
1338
1067
|
|
|
1339
1068
|
|
|
1340
1069
|
|
|
1341
|
-
<h4
|
|
1070
|
+
<h4>参数:</h4>
|
|
1342
1071
|
|
|
1343
1072
|
<div class="table-container">
|
|
1344
1073
|
<table class="params table">
|
|
@@ -1368,12 +1097,7 @@
|
|
|
1368
1097
|
<td class="type">
|
|
1369
1098
|
|
|
1370
1099
|
|
|
1371
|
-
<span class="param-type">
|
|
1372
|
-
|
|
1373
|
-
Array.<zondy.Feature.Vector>
|
|
1374
|
-
|
|
1375
|
-
</span>
|
|
1376
|
-
|
|
1100
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
1377
1101
|
|
|
1378
1102
|
|
|
1379
1103
|
|
|
@@ -1405,7 +1129,7 @@
|
|
|
1405
1129
|
|
|
1406
1130
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1407
1131
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1408
|
-
<a
|
|
1132
|
+
<a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
|
|
1409
1133
|
</li></ul></dd>
|
|
1410
1134
|
|
|
1411
1135
|
|
|
@@ -1466,7 +1190,7 @@
|
|
|
1466
1190
|
<h4 class="name" id="getCacheCount">
|
|
1467
1191
|
<a class="href-link" href="#getCacheCount">#</a>
|
|
1468
1192
|
|
|
1469
|
-
<span class="code-name"
|
|
1193
|
+
<span class="code-name" style="font-size:30px">
|
|
1470
1194
|
|
|
1471
1195
|
getCacheCount<span class="signature">()</span>
|
|
1472
1196
|
|
|
@@ -1501,7 +1225,7 @@
|
|
|
1501
1225
|
|
|
1502
1226
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1503
1227
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1504
|
-
<a
|
|
1228
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#getCacheCount">zondy.themelayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1505
1229
|
</li></ul></dd>
|
|
1506
1230
|
|
|
1507
1231
|
|
|
@@ -1549,7 +1273,7 @@
|
|
|
1549
1273
|
|
|
1550
1274
|
|
|
1551
1275
|
<div class='columns method-parameter'>
|
|
1552
|
-
<div class="column is-2"><label
|
|
1276
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1553
1277
|
<div class="column is-10">
|
|
1554
1278
|
|
|
1555
1279
|
|
|
@@ -1562,12 +1286,7 @@
|
|
|
1562
1286
|
<div class='column is-5 has-text-left'>
|
|
1563
1287
|
<label>类型: </label>
|
|
1564
1288
|
|
|
1565
|
-
<span class="param-type">
|
|
1566
|
-
|
|
1567
|
-
number
|
|
1568
|
-
|
|
1569
|
-
</span>
|
|
1570
|
-
|
|
1289
|
+
<span class="param-type">number</span>
|
|
1571
1290
|
|
|
1572
1291
|
|
|
1573
1292
|
</div>
|
|
@@ -1592,7 +1311,7 @@
|
|
|
1592
1311
|
<h4 class="name" id="getColor">
|
|
1593
1312
|
<a class="href-link" href="#getColor">#</a>
|
|
1594
1313
|
|
|
1595
|
-
<span class="code-name"
|
|
1314
|
+
<span class="code-name" style="font-size:30px">
|
|
1596
1315
|
|
|
1597
1316
|
getColor<span class="signature">()</span>
|
|
1598
1317
|
|
|
@@ -1670,7 +1389,7 @@
|
|
|
1670
1389
|
|
|
1671
1390
|
|
|
1672
1391
|
<div class='columns method-parameter'>
|
|
1673
|
-
<div class="column is-2"><label
|
|
1392
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1674
1393
|
<div class="column is-10">
|
|
1675
1394
|
|
|
1676
1395
|
|
|
@@ -1683,12 +1402,7 @@
|
|
|
1683
1402
|
<div class='column is-5 has-text-left'>
|
|
1684
1403
|
<label>类型: </label>
|
|
1685
1404
|
|
|
1686
|
-
<span class="param-type">
|
|
1687
|
-
|
|
1688
|
-
Array
|
|
1689
|
-
|
|
1690
|
-
</span>
|
|
1691
|
-
|
|
1405
|
+
<span class="param-type">Array</span>
|
|
1692
1406
|
|
|
1693
1407
|
|
|
1694
1408
|
</div>
|
|
@@ -1713,7 +1427,7 @@
|
|
|
1713
1427
|
<h4 class="name" id="getEvents">
|
|
1714
1428
|
<a class="href-link" href="#getEvents">#</a>
|
|
1715
1429
|
|
|
1716
|
-
<span class="code-name"
|
|
1430
|
+
<span class="code-name" style="font-size:30px">
|
|
1717
1431
|
|
|
1718
1432
|
getEvents<span class="signature">()</span>
|
|
1719
1433
|
|
|
@@ -1748,7 +1462,7 @@
|
|
|
1748
1462
|
|
|
1749
1463
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1750
1464
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1751
|
-
<a
|
|
1465
|
+
<a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
|
|
1752
1466
|
</li></ul></dd>
|
|
1753
1467
|
|
|
1754
1468
|
|
|
@@ -1796,7 +1510,7 @@
|
|
|
1796
1510
|
|
|
1797
1511
|
|
|
1798
1512
|
<div class='columns method-parameter'>
|
|
1799
|
-
<div class="column is-2"><label
|
|
1513
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1800
1514
|
<div class="column is-10">
|
|
1801
1515
|
|
|
1802
1516
|
|
|
@@ -1809,12 +1523,7 @@
|
|
|
1809
1523
|
<div class='column is-5 has-text-left'>
|
|
1810
1524
|
<label>类型: </label>
|
|
1811
1525
|
|
|
1812
|
-
<span class="param-type">
|
|
1813
|
-
|
|
1814
|
-
Object
|
|
1815
|
-
|
|
1816
|
-
</span>
|
|
1817
|
-
|
|
1526
|
+
<span class="param-type">Object</span>
|
|
1818
1527
|
|
|
1819
1528
|
|
|
1820
1529
|
</div>
|
|
@@ -1839,7 +1548,7 @@
|
|
|
1839
1548
|
<h4 class="name" id="getFeatureBy">
|
|
1840
1549
|
<a class="href-link" href="#getFeatureBy">#</a>
|
|
1841
1550
|
|
|
1842
|
-
<span class="code-name"
|
|
1551
|
+
<span class="code-name" style="font-size:30px">
|
|
1843
1552
|
|
|
1844
1553
|
getFeatureBy<span class="signature">(property, value)</span>
|
|
1845
1554
|
|
|
@@ -1861,7 +1570,7 @@
|
|
|
1861
1570
|
|
|
1862
1571
|
|
|
1863
1572
|
|
|
1864
|
-
<h4
|
|
1573
|
+
<h4>参数:</h4>
|
|
1865
1574
|
|
|
1866
1575
|
<div class="table-container">
|
|
1867
1576
|
<table class="params table">
|
|
@@ -1891,12 +1600,7 @@
|
|
|
1891
1600
|
<td class="type">
|
|
1892
1601
|
|
|
1893
1602
|
|
|
1894
|
-
<span class="param-type">
|
|
1895
|
-
|
|
1896
|
-
string
|
|
1897
|
-
|
|
1898
|
-
</span>
|
|
1899
|
-
|
|
1603
|
+
<span class="param-type">string</span>
|
|
1900
1604
|
|
|
1901
1605
|
|
|
1902
1606
|
|
|
@@ -1920,12 +1624,7 @@
|
|
|
1920
1624
|
<td class="type">
|
|
1921
1625
|
|
|
1922
1626
|
|
|
1923
|
-
<span class="param-type">
|
|
1924
|
-
|
|
1925
|
-
string
|
|
1926
|
-
|
|
1927
|
-
</span>
|
|
1928
|
-
|
|
1627
|
+
<span class="param-type">string</span>
|
|
1929
1628
|
|
|
1930
1629
|
|
|
1931
1630
|
|
|
@@ -1957,7 +1656,7 @@
|
|
|
1957
1656
|
|
|
1958
1657
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1959
1658
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1960
|
-
<a
|
|
1659
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
|
|
1961
1660
|
</li></ul></dd>
|
|
1962
1661
|
|
|
1963
1662
|
|
|
@@ -2018,7 +1717,7 @@
|
|
|
2018
1717
|
<h4 class="name" id="getFeatureById">
|
|
2019
1718
|
<a class="href-link" href="#getFeatureById">#</a>
|
|
2020
1719
|
|
|
2021
|
-
<span class="code-name"
|
|
1720
|
+
<span class="code-name" style="font-size:30px">
|
|
2022
1721
|
|
|
2023
1722
|
getFeatureById<span class="signature">(featureId)</span>
|
|
2024
1723
|
|
|
@@ -2040,7 +1739,7 @@
|
|
|
2040
1739
|
|
|
2041
1740
|
|
|
2042
1741
|
|
|
2043
|
-
<h4
|
|
1742
|
+
<h4>参数:</h4>
|
|
2044
1743
|
|
|
2045
1744
|
<div class="table-container">
|
|
2046
1745
|
<table class="params table">
|
|
@@ -2070,12 +1769,7 @@
|
|
|
2070
1769
|
<td class="type">
|
|
2071
1770
|
|
|
2072
1771
|
|
|
2073
|
-
<span class="param-type">
|
|
2074
|
-
|
|
2075
|
-
number
|
|
2076
|
-
|
|
2077
|
-
</span>
|
|
2078
|
-
|
|
1772
|
+
<span class="param-type">number</span>
|
|
2079
1773
|
|
|
2080
1774
|
|
|
2081
1775
|
|
|
@@ -2107,7 +1801,7 @@
|
|
|
2107
1801
|
|
|
2108
1802
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2109
1803
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2110
|
-
<a
|
|
1804
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
|
|
2111
1805
|
</li></ul></dd>
|
|
2112
1806
|
|
|
2113
1807
|
|
|
@@ -2168,7 +1862,7 @@
|
|
|
2168
1862
|
<h4 class="name" id="getFeatures">
|
|
2169
1863
|
<a class="href-link" href="#getFeatures">#</a>
|
|
2170
1864
|
|
|
2171
|
-
<span class="code-name"
|
|
1865
|
+
<span class="code-name" style="font-size:30px">
|
|
2172
1866
|
|
|
2173
1867
|
getFeatures<span class="signature">()</span>
|
|
2174
1868
|
|
|
@@ -2203,7 +1897,7 @@
|
|
|
2203
1897
|
|
|
2204
1898
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2205
1899
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2206
|
-
<a
|
|
1900
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
|
|
2207
1901
|
</li></ul></dd>
|
|
2208
1902
|
|
|
2209
1903
|
|
|
@@ -2251,7 +1945,7 @@
|
|
|
2251
1945
|
|
|
2252
1946
|
|
|
2253
1947
|
<div class='columns method-parameter'>
|
|
2254
|
-
<div class="column is-2"><label
|
|
1948
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2255
1949
|
<div class="column is-10">
|
|
2256
1950
|
|
|
2257
1951
|
|
|
@@ -2264,12 +1958,7 @@
|
|
|
2264
1958
|
<div class='column is-5 has-text-left'>
|
|
2265
1959
|
<label>类型: </label>
|
|
2266
1960
|
|
|
2267
|
-
<span class="param-type">
|
|
2268
|
-
|
|
2269
|
-
Array
|
|
2270
|
-
|
|
2271
|
-
</span>
|
|
2272
|
-
|
|
1961
|
+
<span class="param-type">Array</span>
|
|
2273
1962
|
|
|
2274
1963
|
|
|
2275
1964
|
</div>
|
|
@@ -2294,7 +1983,7 @@
|
|
|
2294
1983
|
<h4 class="name" id="getFeaturesByAttribute">
|
|
2295
1984
|
<a class="href-link" href="#getFeaturesByAttribute">#</a>
|
|
2296
1985
|
|
|
2297
|
-
<span class="code-name"
|
|
1986
|
+
<span class="code-name" style="font-size:30px">
|
|
2298
1987
|
|
|
2299
1988
|
getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
|
|
2300
1989
|
|
|
@@ -2316,7 +2005,7 @@
|
|
|
2316
2005
|
|
|
2317
2006
|
|
|
2318
2007
|
|
|
2319
|
-
<h4
|
|
2008
|
+
<h4>参数:</h4>
|
|
2320
2009
|
|
|
2321
2010
|
<div class="table-container">
|
|
2322
2011
|
<table class="params table">
|
|
@@ -2346,12 +2035,7 @@
|
|
|
2346
2035
|
<td class="type">
|
|
2347
2036
|
|
|
2348
2037
|
|
|
2349
|
-
<span class="param-type">
|
|
2350
|
-
|
|
2351
|
-
string
|
|
2352
|
-
|
|
2353
|
-
</span>
|
|
2354
|
-
|
|
2038
|
+
<span class="param-type">string</span>
|
|
2355
2039
|
|
|
2356
2040
|
|
|
2357
2041
|
|
|
@@ -2375,12 +2059,7 @@
|
|
|
2375
2059
|
<td class="type">
|
|
2376
2060
|
|
|
2377
2061
|
|
|
2378
|
-
<span class="param-type">
|
|
2379
|
-
|
|
2380
|
-
string
|
|
2381
|
-
|
|
2382
|
-
</span>
|
|
2383
|
-
|
|
2062
|
+
<span class="param-type">string</span>
|
|
2384
2063
|
|
|
2385
2064
|
|
|
2386
2065
|
|
|
@@ -2412,7 +2091,7 @@
|
|
|
2412
2091
|
|
|
2413
2092
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2414
2093
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2415
|
-
<a
|
|
2094
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2416
2095
|
</li></ul></dd>
|
|
2417
2096
|
|
|
2418
2097
|
|
|
@@ -2460,7 +2139,7 @@
|
|
|
2460
2139
|
|
|
2461
2140
|
|
|
2462
2141
|
<div class='columns method-parameter'>
|
|
2463
|
-
<div class="column is-2"><label
|
|
2142
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2464
2143
|
<div class="column is-10">
|
|
2465
2144
|
|
|
2466
2145
|
|
|
@@ -2473,12 +2152,7 @@
|
|
|
2473
2152
|
<div class='column is-5 has-text-left'>
|
|
2474
2153
|
<label>类型: </label>
|
|
2475
2154
|
|
|
2476
|
-
<span class="param-type">
|
|
2477
|
-
|
|
2478
|
-
Array
|
|
2479
|
-
|
|
2480
|
-
</span>
|
|
2481
|
-
|
|
2155
|
+
<span class="param-type">Array</span>
|
|
2482
2156
|
|
|
2483
2157
|
|
|
2484
2158
|
</div>
|
|
@@ -2503,7 +2177,7 @@
|
|
|
2503
2177
|
<h4 class="name" id="getLocalXY">
|
|
2504
2178
|
<a class="href-link" href="#getLocalXY">#</a>
|
|
2505
2179
|
|
|
2506
|
-
<span class="code-name"
|
|
2180
|
+
<span class="code-name" style="font-size:30px">
|
|
2507
2181
|
|
|
2508
2182
|
getLocalXY<span class="signature">(coordinate)</span>
|
|
2509
2183
|
|
|
@@ -2525,7 +2199,7 @@
|
|
|
2525
2199
|
|
|
2526
2200
|
|
|
2527
2201
|
|
|
2528
|
-
<h4
|
|
2202
|
+
<h4>参数:</h4>
|
|
2529
2203
|
|
|
2530
2204
|
<div class="table-container">
|
|
2531
2205
|
<table class="params table">
|
|
@@ -2555,12 +2229,7 @@
|
|
|
2555
2229
|
<td class="type">
|
|
2556
2230
|
|
|
2557
2231
|
|
|
2558
|
-
<span class="param-type">
|
|
2559
|
-
|
|
2560
|
-
Array
|
|
2561
|
-
|
|
2562
|
-
</span>
|
|
2563
|
-
|
|
2232
|
+
<span class="param-type">Array</span>
|
|
2564
2233
|
|
|
2565
2234
|
|
|
2566
2235
|
|
|
@@ -2592,7 +2261,7 @@
|
|
|
2592
2261
|
|
|
2593
2262
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2594
2263
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2595
|
-
<a
|
|
2264
|
+
<a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
|
|
2596
2265
|
</li></ul></dd>
|
|
2597
2266
|
|
|
2598
2267
|
|
|
@@ -2653,7 +2322,7 @@
|
|
|
2653
2322
|
<h4 class="name" id="getShapesByFeatureID">
|
|
2654
2323
|
<a class="href-link" href="#getShapesByFeatureID">#</a>
|
|
2655
2324
|
|
|
2656
|
-
<span class="code-name"
|
|
2325
|
+
<span class="code-name" style="font-size:30px">
|
|
2657
2326
|
|
|
2658
2327
|
getShapesByFeatureID<span class="signature">(featureID)</span>
|
|
2659
2328
|
|
|
@@ -2675,7 +2344,7 @@
|
|
|
2675
2344
|
|
|
2676
2345
|
|
|
2677
2346
|
|
|
2678
|
-
<h4
|
|
2347
|
+
<h4>参数:</h4>
|
|
2679
2348
|
|
|
2680
2349
|
<div class="table-container">
|
|
2681
2350
|
<table class="params table">
|
|
@@ -2705,12 +2374,7 @@
|
|
|
2705
2374
|
<td class="type">
|
|
2706
2375
|
|
|
2707
2376
|
|
|
2708
|
-
<span class="param-type">
|
|
2709
|
-
|
|
2710
|
-
number
|
|
2711
|
-
|
|
2712
|
-
</span>
|
|
2713
|
-
|
|
2377
|
+
<span class="param-type">number</span>
|
|
2714
2378
|
|
|
2715
2379
|
|
|
2716
2380
|
|
|
@@ -2742,7 +2406,7 @@
|
|
|
2742
2406
|
|
|
2743
2407
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2744
2408
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2745
|
-
<a
|
|
2409
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#getShapesByFeatureID">zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2746
2410
|
</li></ul></dd>
|
|
2747
2411
|
|
|
2748
2412
|
|
|
@@ -2803,7 +2467,7 @@
|
|
|
2803
2467
|
<h4 class="name" id="getStyleByData">
|
|
2804
2468
|
<a class="href-link" href="#getStyleByData">#</a>
|
|
2805
2469
|
|
|
2806
|
-
<span class="code-name"
|
|
2470
|
+
<span class="code-name" style="font-size:30px">
|
|
2807
2471
|
|
|
2808
2472
|
getStyleByData<span class="signature">()</span>
|
|
2809
2473
|
|
|
@@ -2877,7 +2541,7 @@
|
|
|
2877
2541
|
|
|
2878
2542
|
|
|
2879
2543
|
<div class='columns method-parameter'>
|
|
2880
|
-
<div class="column is-2"><label
|
|
2544
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2881
2545
|
<div class="column is-10">
|
|
2882
2546
|
|
|
2883
2547
|
|
|
@@ -2890,12 +2554,7 @@
|
|
|
2890
2554
|
<div class='column is-5 has-text-left'>
|
|
2891
2555
|
<label>类型: </label>
|
|
2892
2556
|
|
|
2893
|
-
<span class="param-type">
|
|
2894
|
-
|
|
2895
|
-
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
2896
|
-
|
|
2897
|
-
</span>
|
|
2898
|
-
|
|
2557
|
+
<span class="param-type">Array.<<a href="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>></span>
|
|
2899
2558
|
|
|
2900
2559
|
|
|
2901
2560
|
</div>
|
|
@@ -2920,7 +2579,7 @@
|
|
|
2920
2579
|
<h4 class="name" id="initialize">
|
|
2921
2580
|
<a class="href-link" href="#initialize">#</a>
|
|
2922
2581
|
|
|
2923
|
-
<span class="code-name"
|
|
2582
|
+
<span class="code-name" style="font-size:30px">
|
|
2924
2583
|
|
|
2925
2584
|
initialize<span class="signature">(name, options)</span>
|
|
2926
2585
|
|
|
@@ -2942,7 +2601,7 @@
|
|
|
2942
2601
|
|
|
2943
2602
|
|
|
2944
2603
|
|
|
2945
|
-
<h4
|
|
2604
|
+
<h4>参数:</h4>
|
|
2946
2605
|
|
|
2947
2606
|
<div class="table-container">
|
|
2948
2607
|
<table class="params table">
|
|
@@ -2972,12 +2631,7 @@
|
|
|
2972
2631
|
<td class="type">
|
|
2973
2632
|
|
|
2974
2633
|
|
|
2975
|
-
<span class="param-type">
|
|
2976
|
-
|
|
2977
|
-
string
|
|
2978
|
-
|
|
2979
|
-
</span>
|
|
2980
|
-
|
|
2634
|
+
<span class="param-type">string</span>
|
|
2981
2635
|
|
|
2982
2636
|
|
|
2983
2637
|
|
|
@@ -3001,12 +2655,7 @@
|
|
|
3001
2655
|
<td class="type">
|
|
3002
2656
|
|
|
3003
2657
|
|
|
3004
|
-
<span class="param-type">
|
|
3005
|
-
|
|
3006
|
-
Object
|
|
3007
|
-
|
|
3008
|
-
</span>
|
|
3009
|
-
|
|
2658
|
+
<span class="param-type">Object</span>
|
|
3010
2659
|
|
|
3011
2660
|
|
|
3012
2661
|
|
|
@@ -3040,7 +2689,7 @@
|
|
|
3040
2689
|
|
|
3041
2690
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3042
2691
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3043
|
-
<a
|
|
2692
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#initialize">zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
|
|
3044
2693
|
</li></ul></dd>
|
|
3045
2694
|
|
|
3046
2695
|
|
|
@@ -3099,7 +2748,7 @@
|
|
|
3099
2748
|
<h4 class="name" id="off">
|
|
3100
2749
|
<a class="href-link" href="#off">#</a>
|
|
3101
2750
|
|
|
3102
|
-
<span class="code-name"
|
|
2751
|
+
<span class="code-name" style="font-size:30px">
|
|
3103
2752
|
|
|
3104
2753
|
off<span class="signature">(event, callback, context)</span>
|
|
3105
2754
|
|
|
@@ -3121,7 +2770,7 @@
|
|
|
3121
2770
|
|
|
3122
2771
|
|
|
3123
2772
|
|
|
3124
|
-
<h4
|
|
2773
|
+
<h4>参数:</h4>
|
|
3125
2774
|
|
|
3126
2775
|
<div class="table-container">
|
|
3127
2776
|
<table class="params table">
|
|
@@ -3151,12 +2800,7 @@
|
|
|
3151
2800
|
<td class="type">
|
|
3152
2801
|
|
|
3153
2802
|
|
|
3154
|
-
<span class="param-type">
|
|
3155
|
-
|
|
3156
|
-
Event
|
|
3157
|
-
|
|
3158
|
-
</span>
|
|
3159
|
-
|
|
2803
|
+
<span class="param-type">Event</span>
|
|
3160
2804
|
|
|
3161
2805
|
|
|
3162
2806
|
|
|
@@ -3180,12 +2824,7 @@
|
|
|
3180
2824
|
<td class="type">
|
|
3181
2825
|
|
|
3182
2826
|
|
|
3183
|
-
<span class="param-type">
|
|
3184
|
-
|
|
3185
|
-
function
|
|
3186
|
-
|
|
3187
|
-
</span>
|
|
3188
|
-
|
|
2827
|
+
<span class="param-type">function</span>
|
|
3189
2828
|
|
|
3190
2829
|
|
|
3191
2830
|
|
|
@@ -3209,12 +2848,7 @@
|
|
|
3209
2848
|
<td class="type">
|
|
3210
2849
|
|
|
3211
2850
|
|
|
3212
|
-
<span class="param-type">
|
|
3213
|
-
|
|
3214
|
-
string
|
|
3215
|
-
|
|
3216
|
-
</span>
|
|
3217
|
-
|
|
2851
|
+
<span class="param-type">string</span>
|
|
3218
2852
|
|
|
3219
2853
|
|
|
3220
2854
|
|
|
@@ -3246,7 +2880,7 @@
|
|
|
3246
2880
|
|
|
3247
2881
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3248
2882
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3249
|
-
<a
|
|
2883
|
+
<a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
|
|
3250
2884
|
</li></ul></dd>
|
|
3251
2885
|
|
|
3252
2886
|
|
|
@@ -3307,7 +2941,7 @@
|
|
|
3307
2941
|
<h4 class="name" id="on">
|
|
3308
2942
|
<a class="href-link" href="#on">#</a>
|
|
3309
2943
|
|
|
3310
|
-
<span class="code-name"
|
|
2944
|
+
<span class="code-name" style="font-size:30px">
|
|
3311
2945
|
|
|
3312
2946
|
on<span class="signature">(event, callback, context)</span>
|
|
3313
2947
|
|
|
@@ -3329,7 +2963,7 @@
|
|
|
3329
2963
|
|
|
3330
2964
|
|
|
3331
2965
|
|
|
3332
|
-
<h4
|
|
2966
|
+
<h4>参数:</h4>
|
|
3333
2967
|
|
|
3334
2968
|
<div class="table-container">
|
|
3335
2969
|
<table class="params table">
|
|
@@ -3359,12 +2993,7 @@
|
|
|
3359
2993
|
<td class="type">
|
|
3360
2994
|
|
|
3361
2995
|
|
|
3362
|
-
<span class="param-type">
|
|
3363
|
-
|
|
3364
|
-
Event
|
|
3365
|
-
|
|
3366
|
-
</span>
|
|
3367
|
-
|
|
2996
|
+
<span class="param-type">Event</span>
|
|
3368
2997
|
|
|
3369
2998
|
|
|
3370
2999
|
|
|
@@ -3388,12 +3017,7 @@
|
|
|
3388
3017
|
<td class="type">
|
|
3389
3018
|
|
|
3390
3019
|
|
|
3391
|
-
<span class="param-type">
|
|
3392
|
-
|
|
3393
|
-
function
|
|
3394
|
-
|
|
3395
|
-
</span>
|
|
3396
|
-
|
|
3020
|
+
<span class="param-type">function</span>
|
|
3397
3021
|
|
|
3398
3022
|
|
|
3399
3023
|
|
|
@@ -3417,12 +3041,7 @@
|
|
|
3417
3041
|
<td class="type">
|
|
3418
3042
|
|
|
3419
3043
|
|
|
3420
|
-
<span class="param-type">
|
|
3421
|
-
|
|
3422
|
-
string
|
|
3423
|
-
|
|
3424
|
-
</span>
|
|
3425
|
-
|
|
3044
|
+
<span class="param-type">string</span>
|
|
3426
3045
|
|
|
3427
3046
|
|
|
3428
3047
|
|
|
@@ -3454,7 +3073,7 @@
|
|
|
3454
3073
|
|
|
3455
3074
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3456
3075
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3457
|
-
<a
|
|
3076
|
+
<a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
|
|
3458
3077
|
</li></ul></dd>
|
|
3459
3078
|
|
|
3460
3079
|
|
|
@@ -3515,7 +3134,7 @@
|
|
|
3515
3134
|
<h4 class="name" id="onAdd">
|
|
3516
3135
|
<a class="href-link" href="#onAdd">#</a>
|
|
3517
3136
|
|
|
3518
|
-
<span class="code-name"
|
|
3137
|
+
<span class="code-name" style="font-size:30px">
|
|
3519
3138
|
|
|
3520
3139
|
onAdd<span class="signature">(map)</span>
|
|
3521
3140
|
|
|
@@ -3537,7 +3156,7 @@
|
|
|
3537
3156
|
|
|
3538
3157
|
|
|
3539
3158
|
|
|
3540
|
-
<h4
|
|
3159
|
+
<h4>参数:</h4>
|
|
3541
3160
|
|
|
3542
3161
|
<div class="table-container">
|
|
3543
3162
|
<table class="params table">
|
|
@@ -3567,12 +3186,7 @@
|
|
|
3567
3186
|
<td class="type">
|
|
3568
3187
|
|
|
3569
3188
|
|
|
3570
|
-
<span class="param-type">
|
|
3571
|
-
|
|
3572
|
-
L.map
|
|
3573
|
-
|
|
3574
|
-
</span>
|
|
3575
|
-
|
|
3189
|
+
<span class="param-type">L.map</span>
|
|
3576
3190
|
|
|
3577
3191
|
|
|
3578
3192
|
|
|
@@ -3665,7 +3279,7 @@
|
|
|
3665
3279
|
<h4 class="name" id="onRemove">
|
|
3666
3280
|
<a class="href-link" href="#onRemove">#</a>
|
|
3667
3281
|
|
|
3668
|
-
<span class="code-name"
|
|
3282
|
+
<span class="code-name" style="font-size:30px">
|
|
3669
3283
|
|
|
3670
3284
|
onRemove<span class="signature">(map)</span>
|
|
3671
3285
|
|
|
@@ -3687,7 +3301,7 @@
|
|
|
3687
3301
|
|
|
3688
3302
|
|
|
3689
3303
|
|
|
3690
|
-
<h4
|
|
3304
|
+
<h4>参数:</h4>
|
|
3691
3305
|
|
|
3692
3306
|
<div class="table-container">
|
|
3693
3307
|
<table class="params table">
|
|
@@ -3717,12 +3331,7 @@
|
|
|
3717
3331
|
<td class="type">
|
|
3718
3332
|
|
|
3719
3333
|
|
|
3720
|
-
<span class="param-type">
|
|
3721
|
-
|
|
3722
|
-
L.Map
|
|
3723
|
-
|
|
3724
|
-
</span>
|
|
3725
|
-
|
|
3334
|
+
<span class="param-type">L.Map</span>
|
|
3726
3335
|
|
|
3727
3336
|
|
|
3728
3337
|
|
|
@@ -3754,7 +3363,7 @@
|
|
|
3754
3363
|
|
|
3755
3364
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3756
3365
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3757
|
-
<a
|
|
3366
|
+
<a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
|
|
3758
3367
|
</li></ul></dd>
|
|
3759
3368
|
|
|
3760
3369
|
|
|
@@ -3815,7 +3424,7 @@
|
|
|
3815
3424
|
<h4 class="name" id="redraw">
|
|
3816
3425
|
<a class="href-link" href="#redraw">#</a>
|
|
3817
3426
|
|
|
3818
|
-
<span class="code-name"
|
|
3427
|
+
<span class="code-name" style="font-size:30px">
|
|
3819
3428
|
|
|
3820
3429
|
redraw<span class="signature">()</span>
|
|
3821
3430
|
|
|
@@ -3852,7 +3461,7 @@
|
|
|
3852
3461
|
|
|
3853
3462
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3854
3463
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3855
|
-
<a
|
|
3464
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#redraw">zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
|
|
3856
3465
|
</li></ul></dd>
|
|
3857
3466
|
|
|
3858
3467
|
|
|
@@ -3911,7 +3520,7 @@
|
|
|
3911
3520
|
<h4 class="name" id="redrawThematicFeatures">
|
|
3912
3521
|
<a class="href-link" href="#redrawThematicFeatures">#</a>
|
|
3913
3522
|
|
|
3914
|
-
<span class="code-name"
|
|
3523
|
+
<span class="code-name" style="font-size:30px">
|
|
3915
3524
|
|
|
3916
3525
|
redrawThematicFeatures<span class="signature">(bounds)</span>
|
|
3917
3526
|
|
|
@@ -3933,7 +3542,7 @@
|
|
|
3933
3542
|
|
|
3934
3543
|
|
|
3935
3544
|
|
|
3936
|
-
<h4
|
|
3545
|
+
<h4>参数:</h4>
|
|
3937
3546
|
|
|
3938
3547
|
<div class="table-container">
|
|
3939
3548
|
<table class="params table">
|
|
@@ -3963,12 +3572,7 @@
|
|
|
3963
3572
|
<td class="type">
|
|
3964
3573
|
|
|
3965
3574
|
|
|
3966
|
-
<span class="param-type">
|
|
3967
|
-
|
|
3968
|
-
L.Bounds
|
|
3969
|
-
|
|
3970
|
-
</span>
|
|
3971
|
-
|
|
3575
|
+
<span class="param-type">L.Bounds</span>
|
|
3972
3576
|
|
|
3973
3577
|
|
|
3974
3578
|
|
|
@@ -4002,7 +3606,7 @@
|
|
|
4002
3606
|
|
|
4003
3607
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4004
3608
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4005
|
-
<a
|
|
3609
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#redrawThematicFeatures">zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
4006
3610
|
</li></ul></dd>
|
|
4007
3611
|
|
|
4008
3612
|
|
|
@@ -4061,7 +3665,7 @@
|
|
|
4061
3665
|
<h4 class="name" id="removeAllFeatures">
|
|
4062
3666
|
<a class="href-link" href="#removeAllFeatures">#</a>
|
|
4063
3667
|
|
|
4064
|
-
<span class="code-name"
|
|
3668
|
+
<span class="code-name" style="font-size:30px">
|
|
4065
3669
|
|
|
4066
3670
|
removeAllFeatures<span class="signature">()</span>
|
|
4067
3671
|
|
|
@@ -4096,7 +3700,7 @@
|
|
|
4096
3700
|
|
|
4097
3701
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4098
3702
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4099
|
-
<a
|
|
3703
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeAllFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
4100
3704
|
</li></ul></dd>
|
|
4101
3705
|
|
|
4102
3706
|
|
|
@@ -4157,7 +3761,7 @@
|
|
|
4157
3761
|
<h4 class="name" id="removeFeatures">
|
|
4158
3762
|
<a class="href-link" href="#removeFeatures">#</a>
|
|
4159
3763
|
|
|
4160
|
-
<span class="code-name"
|
|
3764
|
+
<span class="code-name" style="font-size:30px">
|
|
4161
3765
|
|
|
4162
3766
|
removeFeatures<span class="signature">(features)</span>
|
|
4163
3767
|
|
|
@@ -4179,7 +3783,7 @@
|
|
|
4179
3783
|
|
|
4180
3784
|
|
|
4181
3785
|
|
|
4182
|
-
<h4
|
|
3786
|
+
<h4>参数:</h4>
|
|
4183
3787
|
|
|
4184
3788
|
<div class="table-container">
|
|
4185
3789
|
<table class="params table">
|
|
@@ -4209,12 +3813,7 @@
|
|
|
4209
3813
|
<td class="type">
|
|
4210
3814
|
|
|
4211
3815
|
|
|
4212
|
-
<span class="param-type">
|
|
4213
|
-
|
|
4214
|
-
Object
|
|
4215
|
-
|
|
4216
|
-
</span>
|
|
4217
|
-
|
|
3816
|
+
<span class="param-type">Object</span>
|
|
4218
3817
|
|
|
4219
3818
|
|
|
4220
3819
|
|
|
@@ -4246,7 +3845,7 @@
|
|
|
4246
3845
|
|
|
4247
3846
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4248
3847
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4249
|
-
<a
|
|
3848
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4250
3849
|
</li></ul></dd>
|
|
4251
3850
|
|
|
4252
3851
|
|
|
@@ -4307,7 +3906,7 @@
|
|
|
4307
3906
|
<h4 class="name" id="setMaxCacheCount">
|
|
4308
3907
|
<a class="href-link" href="#setMaxCacheCount">#</a>
|
|
4309
3908
|
|
|
4310
|
-
<span class="code-name"
|
|
3909
|
+
<span class="code-name" style="font-size:30px">
|
|
4311
3910
|
|
|
4312
3911
|
setMaxCacheCount<span class="signature">(cacheCount)</span>
|
|
4313
3912
|
|
|
@@ -4329,7 +3928,7 @@
|
|
|
4329
3928
|
|
|
4330
3929
|
|
|
4331
3930
|
|
|
4332
|
-
<h4
|
|
3931
|
+
<h4>参数:</h4>
|
|
4333
3932
|
|
|
4334
3933
|
<div class="table-container">
|
|
4335
3934
|
<table class="params table">
|
|
@@ -4359,12 +3958,7 @@
|
|
|
4359
3958
|
<td class="type">
|
|
4360
3959
|
|
|
4361
3960
|
|
|
4362
|
-
<span class="param-type">
|
|
4363
|
-
|
|
4364
|
-
number
|
|
4365
|
-
|
|
4366
|
-
</span>
|
|
4367
|
-
|
|
3961
|
+
<span class="param-type">number</span>
|
|
4368
3962
|
|
|
4369
3963
|
|
|
4370
3964
|
|
|
@@ -4396,7 +3990,7 @@
|
|
|
4396
3990
|
|
|
4397
3991
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4398
3992
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4399
|
-
<a
|
|
3993
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#setMaxCacheCount">zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4400
3994
|
</li></ul></dd>
|
|
4401
3995
|
|
|
4402
3996
|
|
|
@@ -4457,7 +4051,7 @@
|
|
|
4457
4051
|
<h4 class="name" id="setOpacity">
|
|
4458
4052
|
<a class="href-link" href="#setOpacity">#</a>
|
|
4459
4053
|
|
|
4460
|
-
<span class="code-name"
|
|
4054
|
+
<span class="code-name" style="font-size:30px">
|
|
4461
4055
|
|
|
4462
4056
|
setOpacity<span class="signature">(opacity)</span>
|
|
4463
4057
|
|
|
@@ -4479,7 +4073,7 @@
|
|
|
4479
4073
|
|
|
4480
4074
|
|
|
4481
4075
|
|
|
4482
|
-
<h4
|
|
4076
|
+
<h4>参数:</h4>
|
|
4483
4077
|
|
|
4484
4078
|
<div class="table-container">
|
|
4485
4079
|
<table class="params table">
|
|
@@ -4509,12 +4103,7 @@
|
|
|
4509
4103
|
<td class="type">
|
|
4510
4104
|
|
|
4511
4105
|
|
|
4512
|
-
<span class="param-type">
|
|
4513
|
-
|
|
4514
|
-
number
|
|
4515
|
-
|
|
4516
|
-
</span>
|
|
4517
|
-
|
|
4106
|
+
<span class="param-type">number</span>
|
|
4518
4107
|
|
|
4519
4108
|
|
|
4520
4109
|
|
|
@@ -4546,7 +4135,7 @@
|
|
|
4546
4135
|
|
|
4547
4136
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4548
4137
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4549
|
-
<a
|
|
4138
|
+
<a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
|
|
4550
4139
|
</li></ul></dd>
|
|
4551
4140
|
|
|
4552
4141
|
|
|
@@ -4607,7 +4196,7 @@
|
|
|
4607
4196
|
<h4 class="name" id="update">
|
|
4608
4197
|
<a class="href-link" href="#update">#</a>
|
|
4609
4198
|
|
|
4610
|
-
<span class="code-name"
|
|
4199
|
+
<span class="code-name" style="font-size:30px">
|
|
4611
4200
|
|
|
4612
4201
|
update<span class="signature">(bounds)</span>
|
|
4613
4202
|
|
|
@@ -4629,7 +4218,7 @@
|
|
|
4629
4218
|
|
|
4630
4219
|
|
|
4631
4220
|
|
|
4632
|
-
<h4
|
|
4221
|
+
<h4>参数:</h4>
|
|
4633
4222
|
|
|
4634
4223
|
<div class="table-container">
|
|
4635
4224
|
<table class="params table">
|
|
@@ -4659,12 +4248,7 @@
|
|
|
4659
4248
|
<td class="type">
|
|
4660
4249
|
|
|
4661
4250
|
|
|
4662
|
-
<span class="param-type">
|
|
4663
|
-
|
|
4664
|
-
L.bounds
|
|
4665
|
-
|
|
4666
|
-
</span>
|
|
4667
|
-
|
|
4251
|
+
<span class="param-type">L.bounds</span>
|
|
4668
4252
|
|
|
4669
4253
|
|
|
4670
4254
|
|
|
@@ -4696,7 +4280,7 @@
|
|
|
4696
4280
|
|
|
4697
4281
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4698
4282
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4699
|
-
<a
|
|
4283
|
+
<a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
|
|
4700
4284
|
</li></ul></dd>
|
|
4701
4285
|
|
|
4702
4286
|
|
|
@@ -4759,36 +4343,6 @@
|
|
|
4759
4343
|
|
|
4760
4344
|
<div class='vertical-section' style='margin-top: 10px'>
|
|
4761
4345
|
<h3 id='event'>事件</h3>
|
|
4762
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
|
|
4763
|
-
<div class="table-container">
|
|
4764
|
-
<table class="params table">
|
|
4765
|
-
<thead>
|
|
4766
|
-
<tr>
|
|
4767
|
-
<th>名称</th>
|
|
4768
|
-
<th>描述</th>
|
|
4769
|
-
</tr>
|
|
4770
|
-
</thead>
|
|
4771
|
-
<tbody>
|
|
4772
|
-
|
|
4773
|
-
<tr class="deep-level-0">
|
|
4774
|
-
<td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
|
|
4775
|
-
<td class="name"><code>beforefeaturesadded</code></td>
|
|
4776
|
-
</tr>
|
|
4777
|
-
|
|
4778
|
-
<tr class="deep-level-0">
|
|
4779
|
-
<td class="name"><code><a href="#changelayer">changelayer</a></code></td>
|
|
4780
|
-
<td class="name"><code>changelayer</code></td>
|
|
4781
|
-
</tr>
|
|
4782
|
-
|
|
4783
|
-
<tr class="deep-level-0">
|
|
4784
|
-
<td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
|
|
4785
|
-
<td class="name"><code>featuresremoved</code></td>
|
|
4786
|
-
</tr>
|
|
4787
|
-
|
|
4788
|
-
</tbody>
|
|
4789
|
-
</table>
|
|
4790
|
-
</div>
|
|
4791
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
|
|
4792
4346
|
<div class="members">
|
|
4793
4347
|
|
|
4794
4348
|
<div class="member">
|
|
@@ -4799,7 +4353,7 @@
|
|
|
4799
4353
|
<h4 class="name" id="event:beforefeaturesadded">
|
|
4800
4354
|
<a class="href-link" href="#event:beforefeaturesadded">#</a>
|
|
4801
4355
|
|
|
4802
|
-
<span class="code-name"
|
|
4356
|
+
<span class="code-name" style="font-size:30px">
|
|
4803
4357
|
|
|
4804
4358
|
beforefeaturesadded
|
|
4805
4359
|
|
|
@@ -4857,12 +4411,7 @@
|
|
|
4857
4411
|
<td class="type">
|
|
4858
4412
|
|
|
4859
4413
|
|
|
4860
|
-
<span class="param-type">
|
|
4861
|
-
|
|
4862
|
-
Object
|
|
4863
|
-
|
|
4864
|
-
</span>
|
|
4865
|
-
|
|
4414
|
+
<span class="param-type">Object</span>
|
|
4866
4415
|
|
|
4867
4416
|
|
|
4868
4417
|
|
|
@@ -4891,7 +4440,7 @@
|
|
|
4891
4440
|
|
|
4892
4441
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4893
4442
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4894
|
-
<a
|
|
4443
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4895
4444
|
</li></ul></dd>
|
|
4896
4445
|
|
|
4897
4446
|
|
|
@@ -4954,7 +4503,7 @@
|
|
|
4954
4503
|
<h4 class="name" id="event:changelayer">
|
|
4955
4504
|
<a class="href-link" href="#event:changelayer">#</a>
|
|
4956
4505
|
|
|
4957
|
-
<span class="code-name"
|
|
4506
|
+
<span class="code-name" style="font-size:30px">
|
|
4958
4507
|
|
|
4959
4508
|
changelayer
|
|
4960
4509
|
|
|
@@ -5012,12 +4561,7 @@
|
|
|
5012
4561
|
<td class="type">
|
|
5013
4562
|
|
|
5014
4563
|
|
|
5015
|
-
<span class="param-type">
|
|
5016
|
-
|
|
5017
|
-
Object
|
|
5018
|
-
|
|
5019
|
-
</span>
|
|
5020
|
-
|
|
4564
|
+
<span class="param-type">Object</span>
|
|
5021
4565
|
|
|
5022
4566
|
|
|
5023
4567
|
|
|
@@ -5040,12 +4584,7 @@
|
|
|
5040
4584
|
<td class="type">
|
|
5041
4585
|
|
|
5042
4586
|
|
|
5043
|
-
<span class="param-type">
|
|
5044
|
-
|
|
5045
|
-
string
|
|
5046
|
-
|
|
5047
|
-
</span>
|
|
5048
|
-
|
|
4587
|
+
<span class="param-type">string</span>
|
|
5049
4588
|
|
|
5050
4589
|
|
|
5051
4590
|
|
|
@@ -5074,7 +4613,7 @@
|
|
|
5074
4613
|
|
|
5075
4614
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5076
4615
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5077
|
-
<a
|
|
4616
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
|
|
5078
4617
|
</li></ul></dd>
|
|
5079
4618
|
|
|
5080
4619
|
|
|
@@ -5137,7 +4676,7 @@
|
|
|
5137
4676
|
<h4 class="name" id="event:featuresremoved">
|
|
5138
4677
|
<a class="href-link" href="#event:featuresremoved">#</a>
|
|
5139
4678
|
|
|
5140
|
-
<span class="code-name"
|
|
4679
|
+
<span class="code-name" style="font-size:30px">
|
|
5141
4680
|
|
|
5142
4681
|
featuresremoved
|
|
5143
4682
|
|
|
@@ -5195,12 +4734,7 @@
|
|
|
5195
4734
|
<td class="type">
|
|
5196
4735
|
|
|
5197
4736
|
|
|
5198
|
-
<span class="param-type">
|
|
5199
|
-
|
|
5200
|
-
Array.<zondy.Feature.Vector>
|
|
5201
|
-
|
|
5202
|
-
</span>
|
|
5203
|
-
|
|
4737
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
5204
4738
|
|
|
5205
4739
|
|
|
5206
4740
|
|
|
@@ -5223,12 +4757,7 @@
|
|
|
5223
4757
|
<td class="type">
|
|
5224
4758
|
|
|
5225
4759
|
|
|
5226
|
-
<span class="param-type">
|
|
5227
|
-
|
|
5228
|
-
boolean
|
|
5229
|
-
|
|
5230
|
-
</span>
|
|
5231
|
-
|
|
4760
|
+
<span class="param-type">boolean</span>
|
|
5232
4761
|
|
|
5233
4762
|
|
|
5234
4763
|
|
|
@@ -5257,7 +4786,7 @@
|
|
|
5257
4786
|
|
|
5258
4787
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5259
4788
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5260
|
-
<a
|
|
4789
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
|
|
5261
4790
|
</li></ul></dd>
|
|
5262
4791
|
|
|
5263
4792
|
|
|
@@ -5317,4 +4846,42 @@
|
|
|
5317
4846
|
|
|
5318
4847
|
</article>
|
|
5319
4848
|
|
|
5320
|
-
</section>
|
|
4849
|
+
</section>
|
|
4850
|
+
|
|
4851
|
+
|
|
4852
|
+
|
|
4853
|
+
|
|
4854
|
+
</div>
|
|
4855
|
+
|
|
4856
|
+
<footer class="footer">
|
|
4857
|
+
<div class="content has-text-centered">
|
|
4858
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
4859
|
+
<p class="sidebar-created-by">
|
|
4860
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4861
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4862
|
+
</p>
|
|
4863
|
+
</div>
|
|
4864
|
+
</footer>
|
|
4865
|
+
|
|
4866
|
+
</div>
|
|
4867
|
+
<div id="side-nav" class="side-nav">
|
|
4868
|
+
<div style="margin-bottom: 10px;">
|
|
4869
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4870
|
+
</div>
|
|
4871
|
+
<div style="margin-bottom: 10px;">
|
|
4872
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4873
|
+
</div>
|
|
4874
|
+
<div style="margin-bottom: 10px;">
|
|
4875
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4876
|
+
</div>
|
|
4877
|
+
<div>
|
|
4878
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4879
|
+
</div>
|
|
4880
|
+
</div>
|
|
4881
|
+
</div>
|
|
4882
|
+
<script src="scripts/linenumber.js"> </script>
|
|
4883
|
+
|
|
4884
|
+
<script src="scripts/search.js"> </script>
|
|
4885
|
+
|
|
4886
|
+
</body>
|
|
4887
|
+
</html>
|