@mapgis/webclient-leaflet-plugin 17.2.8 → 17.4.1

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.
Files changed (46) hide show
  1. package/README.md +24 -2
  2. package/dist/es5/webclient-common.min.js +37 -5
  3. package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
  4. package/dist/webclient-leaflet-plugin-es6.min.js +4 -4
  5. package/documention/ArcGISMapImageLayer.html +197 -122
  6. package/documention/ArcGISTileLayer.html +187 -62
  7. package/documention/EchartsLayer.html +189 -21
  8. package/documention/FeatureLayer.html +178 -8
  9. package/documention/FeatureLayerUtil.html +178 -34
  10. package/documention/IGSMapImageLayer.html +201 -146
  11. package/documention/IGSTileLayer.html +191 -86
  12. package/documention/L.zondy.MapvBaseLayer.html +189 -96
  13. package/documention/MapLayer.html +183 -38
  14. package/documention/MapVLayer.html +191 -33
  15. package/documention/MapView.html +6189 -0
  16. package/documention/MapViewLeaflet.html +366 -1410
  17. package/documention/Popup.html +200 -284
  18. package/documention/Screenshot.html +183 -134
  19. package/documention/SketchEditor.html +3211 -0
  20. package/documention/SketchEditorLeaflet.html +241 -477
  21. package/documention/TileLayer.html +182 -32
  22. package/documention/TileLayerWMS.html +180 -20
  23. package/documention/VectorTileLayer.html +188 -68
  24. package/documention/WMSLayerView.html +190 -121
  25. package/documention/WebMapServiceLayer.html +194 -104
  26. package/documention/WebMapTileServiceLayer.html +195 -110
  27. package/documention/WebTileLayer.html +192 -92
  28. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +290 -658
  29. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +324 -870
  30. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +305 -736
  31. package/documention/Zondy.ThemeLayer.ThemeLayer.html +247 -483
  32. package/documention/Zondy.ThemeLayer.ThemeStyle.html +234 -866
  33. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +304 -792
  34. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +341 -941
  35. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +302 -720
  36. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +299 -759
  37. package/documention/Zondy.Widget.html +185 -48
  38. package/documention/Zondy.view.UI.html +182 -31
  39. package/documention/global.html +11448 -131
  40. package/documention/index.html +15 -16
  41. package/documention/scripts/search.js +1 -26
  42. package/documention/styles/app.min.css +1 -1
  43. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  44. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +153 -8
  45. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +153 -8
  46. package/package.json +7 -8
@@ -1,10 +1,142 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">simpleThemeLayer</span>
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> 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>
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
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/MapView.html' target='_blank'>zondy.MapView</a><br/>
109
+ 参考示例:
110
+ <a href='#MapView'>[初始化二维场景视图]</a>
111
+ <br>[ES5引入方式]:<br/>
112
+ zondy.leaflet.MapView() <br/>
113
+ [ES6引入方式]:<br/>
114
+ 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引擎)
115
+ 参考示例:
116
+ <a href='#MapView'>[初始化二维场景视图]</a>
117
+ [ES6引入方式]:<br/>
118
+ import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
119
+ 自定义样式说明:<br/>
120
+ zondy-popup__content 弹窗容器样式<br/>
121
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
122
+ zondy-popup__header 弹窗头部样式<br/>
123
+ zondy-popup__content 弹窗主体样式<br/>
124
+ 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="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
125
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor.html' target='_blank'>zondy.SketchEditor</a><br/>
126
+ <br>[ES5引入方式]:<br/>
127
+ const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
128
+ [ES6引入方式]:<br/>
129
+ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <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>
130
+
131
+ </nav>
132
+ </div>
133
+ <div class="core" id="main-content-wrapper">
134
+ <div class="content">
135
+ <header id="page-title" class="page-title">
136
+ <span class="page-title-main">类名</span>
137
+ <span class="page-title-sub">simpleThemeLayer</span>
138
+ </header>
139
+
8
140
 
9
141
 
10
142
 
@@ -25,7 +157,7 @@
25
157
  <h4 class="name" id="simpleThemeLayer">
26
158
  <a class="href-link" href="#simpleThemeLayer">#</a>
27
159
 
28
- <span class="code-name" id="simpleThemeLayer" style="font-size:30px">
160
+ <span class="code-name" style="font-size:30px">
29
161
 
30
162
  new simpleThemeLayer<span class="signature">(name, options)</span>
31
163
 
@@ -47,7 +179,7 @@
47
179
 
48
180
 
49
181
 
50
- <h4>参数</h4>
182
+ <h4>参数:</h4>
51
183
 
52
184
  <div class="table-container">
53
185
  <table class="params table">
@@ -79,12 +211,7 @@
79
211
  <td class="type">
80
212
 
81
213
 
82
- <span class="param-type">
83
-
84
- string
85
-
86
- </span>
87
-
214
+ <span class="param-type">string</span>
88
215
 
89
216
 
90
217
 
@@ -112,12 +239,7 @@
112
239
  <td class="type">
113
240
 
114
241
 
115
- <span class="param-type">
116
-
117
- Object
118
-
119
- </span>
120
-
242
+ <span class="param-type">Object</span>
121
243
 
122
244
 
123
245
 
@@ -143,12 +265,7 @@
143
265
  <td class="type">
144
266
 
145
267
 
146
- <span class="param-type">
147
-
148
- string
149
-
150
- </span>
151
-
268
+ <span class="param-type">string</span>
152
269
 
153
270
 
154
271
 
@@ -174,12 +291,7 @@
174
291
  <td class="type">
175
292
 
176
293
 
177
- <span class="param-type">
178
-
179
- number
180
-
181
- </span>
182
-
294
+ <span class="param-type">number</span>
183
295
 
184
296
 
185
297
 
@@ -207,12 +319,7 @@
207
319
  <td class="type">
208
320
 
209
321
 
210
- <span class="param-type">
211
-
212
- number
213
-
214
- </span>
215
-
322
+ <span class="param-type">number</span>
216
323
 
217
324
 
218
325
 
@@ -240,12 +347,7 @@
240
347
  <td class="type">
241
348
 
242
349
 
243
- <span class="param-type">
244
-
245
- boolean
246
-
247
- </span>
248
-
350
+ <span class="param-type">boolean</span>
249
351
 
250
352
 
251
353
 
@@ -273,12 +375,7 @@
273
375
  <td class="type">
274
376
 
275
377
 
276
- <span class="param-type">
277
-
278
- boolean
279
-
280
- </span>
281
-
378
+ <span class="param-type">boolean</span>
282
379
 
283
380
 
284
381
 
@@ -306,12 +403,7 @@
306
403
  <td class="type">
307
404
 
308
405
 
309
- <span class="param-type">
310
-
311
- boolean
312
-
313
- </span>
314
-
406
+ <span class="param-type">boolean</span>
315
407
 
316
408
 
317
409
 
@@ -339,12 +431,7 @@
339
431
  <td class="type">
340
432
 
341
433
 
342
- <span class="param-type">
343
-
344
- boolean
345
-
346
- </span>
347
-
434
+ <span class="param-type">boolean</span>
348
435
 
349
436
 
350
437
 
@@ -447,7 +534,7 @@
447
534
 
448
535
 
449
536
  <ul>
450
- <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>
537
+ <li><a href="zondy.themelayer.GeoFeatureThemeLayer.html">zondy.themelayer.GeoFeatureThemeLayer</a></li>
451
538
  </ul>
452
539
 
453
540
 
@@ -468,345 +555,7 @@
468
555
 
469
556
  <div class='vertical-section'>
470
557
  <h3 id='function'>方法</h3>
471
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
472
558
  <div class="members">
473
- <div class="table-container">
474
- <table class="params table">
475
- <thead>
476
- <tr>
477
- <th>名称</th>
478
- <th>返回值类型</th>
479
- <th>描述</th>
480
- </tr>
481
- </thead>
482
- <tbody>
483
-
484
- <tr class="deep-level-0">
485
- <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
486
- <td class="name">
487
- <code>
488
-
489
- </code>
490
- </td>
491
- <td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
492
- </tr>
493
-
494
- <tr class="deep-level-0">
495
- <td class="name"><code><a href="#clear">clear</a></code></td>
496
- <td class="name">
497
- <code>
498
-
499
- </code>
500
- </td>
501
- <td class="name"><code><p>清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
502
- </tr>
503
-
504
- <tr class="deep-level-0">
505
- <td class="name"><code><a href="#clearCache">clearCache</a></code></td>
506
- <td class="name">
507
- <code>
508
-
509
- </code>
510
- </td>
511
- <td class="name"><code><p>清除缓存数据。</p></code></td>
512
- </tr>
513
-
514
- <tr class="deep-level-0">
515
- <td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
516
- <td class="name">
517
- <code>
518
-
519
- </code>
520
- </td>
521
- <td class="name"><code><p>创建专题要素。</p></code></td>
522
- </tr>
523
-
524
- <tr class="deep-level-0">
525
- <td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
526
- <td class="name">
527
- <code>
528
-
529
- </code>
530
- </td>
531
- <td class="name"><code><p>销毁要素。</p></code></td>
532
- </tr>
533
-
534
- <tr class="deep-level-0">
535
- <td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
536
- <td class="name">
537
- <code>
538
-
539
-
540
- <span class="param-type">
541
-
542
- number
543
-
544
- </span>
545
-
546
-
547
-
548
-
549
- </code>
550
- </td>
551
- <td class="name"><code><p>获取当前缓存数量。</p></code></td>
552
- </tr>
553
-
554
- <tr class="deep-level-0">
555
- <td class="name"><code><a href="#getColor">getColor</a></code></td>
556
- <td class="name">
557
- <code>
558
-
559
-
560
- <span class="param-type">
561
-
562
- Array
563
-
564
- </span>
565
-
566
-
567
-
568
-
569
- </code>
570
- </td>
571
- <td class="name"><code><p>获取随机颜色</p></code></td>
572
- </tr>
573
-
574
- <tr class="deep-level-0">
575
- <td class="name"><code><a href="#getEvents">getEvents</a></code></td>
576
- <td class="name">
577
- <code>
578
-
579
-
580
- <span class="param-type">
581
-
582
- Object
583
-
584
- </span>
585
-
586
-
587
-
588
-
589
- </code>
590
- </td>
591
- <td class="name"><code><p>获取图层事件。</p></code></td>
592
- </tr>
593
-
594
- <tr class="deep-level-0">
595
- <td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
596
- <td class="name">
597
- <code>
598
-
599
- </code>
600
- </td>
601
- <td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
602
- </tr>
603
-
604
- <tr class="deep-level-0">
605
- <td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
606
- <td class="name">
607
- <code>
608
-
609
- </code>
610
- </td>
611
- <td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
612
- </tr>
613
-
614
- <tr class="deep-level-0">
615
- <td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
616
- <td class="name">
617
- <code>
618
-
619
-
620
- <span class="param-type">
621
-
622
- Array
623
-
624
- </span>
625
-
626
-
627
-
628
-
629
- </code>
630
- </td>
631
- <td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
632
- </tr>
633
-
634
- <tr class="deep-level-0">
635
- <td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
636
- <td class="name">
637
- <code>
638
-
639
-
640
- <span class="param-type">
641
-
642
- Array
643
-
644
- </span>
645
-
646
-
647
-
648
-
649
- </code>
650
- </td>
651
- <td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
652
- </tr>
653
-
654
- <tr class="deep-level-0">
655
- <td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
656
- <td class="name">
657
- <code>
658
-
659
- </code>
660
- </td>
661
- <td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
662
- </tr>
663
-
664
- <tr class="deep-level-0">
665
- <td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
666
- <td class="name">
667
- <code>
668
-
669
- </code>
670
- </td>
671
- <td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
672
- </tr>
673
-
674
- <tr class="deep-level-0">
675
- <td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
676
- <td class="name">
677
- <code>
678
-
679
-
680
- <span class="param-type">
681
-
682
- Array.&lt;<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
683
-
684
- </span>
685
-
686
-
687
-
688
-
689
- </code>
690
- </td>
691
- <td class="name"><code><p>根据用户数据(feature)设置专题要素的 Style</p></code></td>
692
- </tr>
693
-
694
- <tr class="deep-level-0">
695
- <td class="name"><code><a href="#initialize">initialize</a></code></td>
696
- <td class="name">
697
- <code>
698
-
699
- </code>
700
- </td>
701
- <td class="name"><code><p>初始化。</p></code></td>
702
- </tr>
703
-
704
- <tr class="deep-level-0">
705
- <td class="name"><code><a href="#off">off</a></code></td>
706
- <td class="name">
707
- <code>
708
-
709
- </code>
710
- </td>
711
- <td class="name"><code><p>移除专题要素事件监听。</p></code></td>
712
- </tr>
713
-
714
- <tr class="deep-level-0">
715
- <td class="name"><code><a href="#on">on</a></code></td>
716
- <td class="name">
717
- <code>
718
-
719
- </code>
720
- </td>
721
- <td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
722
- </tr>
723
-
724
- <tr class="deep-level-0">
725
- <td class="name"><code><a href="#onRemove">onRemove</a></code></td>
726
- <td class="name">
727
- <code>
728
-
729
- </code>
730
- </td>
731
- <td class="name"><code><p>删除某个地图。</p></code></td>
732
- </tr>
733
-
734
- <tr class="deep-level-0">
735
- <td class="name"><code><a href="#redraw">redraw</a></code></td>
736
- <td class="name">
737
- <code>
738
-
739
- </code>
740
- </td>
741
- <td class="name"><code><p>重绘专题图</p></code></td>
742
- </tr>
743
-
744
- <tr class="deep-level-0">
745
- <td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
746
- <td class="name">
747
- <code>
748
-
749
- </code>
750
- </td>
751
- <td class="name"><code><p>重绘所有专题要素。
752
- 此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,抽稀,缓存等步骤。
753
- 地图漫游时调用此方法进行图层刷新。</p></code></td>
754
- </tr>
755
-
756
- <tr class="deep-level-0">
757
- <td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
758
- <td class="name">
759
- <code>
760
-
761
- </code>
762
- </td>
763
- <td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
764
- </tr>
765
-
766
- <tr class="deep-level-0">
767
- <td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
768
- <td class="name">
769
- <code>
770
-
771
- </code>
772
- </td>
773
- <td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。</p></code></td>
774
- </tr>
775
-
776
- <tr class="deep-level-0">
777
- <td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
778
- <td class="name">
779
- <code>
780
-
781
- </code>
782
- </td>
783
- <td class="name"><code><p>设置最大缓存数量。</p></code></td>
784
- </tr>
785
-
786
- <tr class="deep-level-0">
787
- <td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
788
- <td class="name">
789
- <code>
790
-
791
- </code>
792
- </td>
793
- <td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
794
- </tr>
795
-
796
- <tr class="deep-level-0">
797
- <td class="name"><code><a href="#update">update</a></code></td>
798
- <td class="name">
799
- <code>
800
-
801
- </code>
802
- </td>
803
- <td class="name"><code><p>更新图层。</p></code></td>
804
- </tr>
805
-
806
- </tbody>
807
- </table>
808
- </div>
809
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
810
559
 
811
560
  <div class="member">
812
561
 
@@ -815,7 +564,7 @@
815
564
  <h4 class="name" id="addFeatures">
816
565
  <a class="href-link" href="#addFeatures">#</a>
817
566
 
818
- <span class="code-name" id="addFeatures" style="font-size:30px">
567
+ <span class="code-name" style="font-size:30px">
819
568
 
820
569
  addFeatures<span class="signature">(features)</span>
821
570
 
@@ -837,7 +586,7 @@
837
586
 
838
587
 
839
588
 
840
- <h4>参数</h4>
589
+ <h4>参数:</h4>
841
590
 
842
591
  <div class="table-container">
843
592
  <table class="params table">
@@ -867,12 +616,7 @@
867
616
  <td class="type">
868
617
 
869
618
 
870
- <span class="param-type">
871
-
872
- Object
873
-
874
- </span>
875
-
619
+ <span class="param-type">Object</span>
876
620
 
877
621
 
878
622
 
@@ -904,7 +648,7 @@
904
648
 
905
649
  <dt class="inherited-from">Inherited From:</dt>
906
650
  <dd class="inherited-from"><ul class="dummy"><li>
907
- <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>
651
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#addFeatures">zondy.themelayer.GeoFeatureThemeLayer#addFeatures</a>
908
652
  </li></ul></dd>
909
653
 
910
654
 
@@ -965,7 +709,7 @@
965
709
  <h4 class="name" id="clear">
966
710
  <a class="href-link" href="#clear">#</a>
967
711
 
968
- <span class="code-name" id="clear" style="font-size:30px">
712
+ <span class="code-name" style="font-size:30px">
969
713
 
970
714
  clear<span class="signature">()</span>
971
715
 
@@ -1000,7 +744,7 @@
1000
744
 
1001
745
  <dt class="inherited-from">Inherited From:</dt>
1002
746
  <dd class="inherited-from"><ul class="dummy"><li>
1003
- <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>
747
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#clear">zondy.themelayer.GeoFeatureThemeLayer#clear</a>
1004
748
  </li></ul></dd>
1005
749
 
1006
750
 
@@ -1061,7 +805,7 @@
1061
805
  <h4 class="name" id="clearCache">
1062
806
  <a class="href-link" href="#clearCache">#</a>
1063
807
 
1064
- <span class="code-name" id="clearCache" style="font-size:30px">
808
+ <span class="code-name" style="font-size:30px">
1065
809
 
1066
810
  clearCache<span class="signature">()</span>
1067
811
 
@@ -1096,7 +840,7 @@
1096
840
 
1097
841
  <dt class="inherited-from">Inherited From:</dt>
1098
842
  <dd class="inherited-from"><ul class="dummy"><li>
1099
- <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>
843
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#clearCache">zondy.themelayer.GeoFeatureThemeLayer#clearCache</a>
1100
844
  </li></ul></dd>
1101
845
 
1102
846
 
@@ -1157,7 +901,7 @@
1157
901
  <h4 class="name" id="createThematicFeature">
1158
902
  <a class="href-link" href="#createThematicFeature">#</a>
1159
903
 
1160
- <span class="code-name" id="createThematicFeature" style="font-size:30px">
904
+ <span class="code-name" style="font-size:30px">
1161
905
 
1162
906
  createThematicFeature<span class="signature">(feature)</span>
1163
907
 
@@ -1179,7 +923,7 @@
1179
923
 
1180
924
 
1181
925
 
1182
- <h4>参数</h4>
926
+ <h4>参数:</h4>
1183
927
 
1184
928
  <div class="table-container">
1185
929
  <table class="params table">
@@ -1209,12 +953,7 @@
1209
953
  <td class="type">
1210
954
 
1211
955
 
1212
- <span class="param-type">
1213
-
1214
- Object
1215
-
1216
- </span>
1217
-
956
+ <span class="param-type">Object</span>
1218
957
 
1219
958
 
1220
959
 
@@ -1246,7 +985,7 @@
1246
985
 
1247
986
  <dt class="inherited-from">Inherited From:</dt>
1248
987
  <dd class="inherited-from"><ul class="dummy"><li>
1249
- <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>
988
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#createThematicFeature">zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature</a>
1250
989
  </li></ul></dd>
1251
990
 
1252
991
 
@@ -1307,7 +1046,7 @@
1307
1046
  <h4 class="name" id="destroyFeatures">
1308
1047
  <a class="href-link" href="#destroyFeatures">#</a>
1309
1048
 
1310
- <span class="code-name" id="destroyFeatures" style="font-size:30px">
1049
+ <span class="code-name" style="font-size:30px">
1311
1050
 
1312
1051
  destroyFeatures<span class="signature">(features)</span>
1313
1052
 
@@ -1329,7 +1068,7 @@
1329
1068
 
1330
1069
 
1331
1070
 
1332
- <h4>参数</h4>
1071
+ <h4>参数:</h4>
1333
1072
 
1334
1073
  <div class="table-container">
1335
1074
  <table class="params table">
@@ -1359,12 +1098,7 @@
1359
1098
  <td class="type">
1360
1099
 
1361
1100
 
1362
- <span class="param-type">
1363
-
1364
- Array.&lt;zondy.Feature.Vector>
1365
-
1366
- </span>
1367
-
1101
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
1368
1102
 
1369
1103
 
1370
1104
 
@@ -1396,7 +1130,7 @@
1396
1130
 
1397
1131
  <dt class="inherited-from">Inherited From:</dt>
1398
1132
  <dd class="inherited-from"><ul class="dummy"><li>
1399
- <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>
1133
+ <a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
1400
1134
  </li></ul></dd>
1401
1135
 
1402
1136
 
@@ -1457,7 +1191,7 @@
1457
1191
  <h4 class="name" id="getCacheCount">
1458
1192
  <a class="href-link" href="#getCacheCount">#</a>
1459
1193
 
1460
- <span class="code-name" id="getCacheCount" style="font-size:30px">
1194
+ <span class="code-name" style="font-size:30px">
1461
1195
 
1462
1196
  getCacheCount<span class="signature">()</span>
1463
1197
 
@@ -1492,7 +1226,7 @@
1492
1226
 
1493
1227
  <dt class="inherited-from">Inherited From:</dt>
1494
1228
  <dd class="inherited-from"><ul class="dummy"><li>
1495
- <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>
1229
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#getCacheCount">zondy.themelayer.GeoFeatureThemeLayer#getCacheCount</a>
1496
1230
  </li></ul></dd>
1497
1231
 
1498
1232
 
@@ -1540,7 +1274,7 @@
1540
1274
 
1541
1275
 
1542
1276
  <div class='columns method-parameter'>
1543
- <div class="column is-2"><label>返回值</label></div>
1277
+ <div class="column is-2"><label>返回值:</label></div>
1544
1278
  <div class="column is-10">
1545
1279
 
1546
1280
 
@@ -1553,12 +1287,7 @@
1553
1287
  <div class='column is-5 has-text-left'>
1554
1288
  <label>类型: </label>
1555
1289
 
1556
- <span class="param-type">
1557
-
1558
- number
1559
-
1560
- </span>
1561
-
1290
+ <span class="param-type">number</span>
1562
1291
 
1563
1292
 
1564
1293
  </div>
@@ -1583,7 +1312,7 @@
1583
1312
  <h4 class="name" id="getColor">
1584
1313
  <a class="href-link" href="#getColor">#</a>
1585
1314
 
1586
- <span class="code-name" id="getColor" style="font-size:30px">
1315
+ <span class="code-name" style="font-size:30px">
1587
1316
 
1588
1317
  getColor<span class="signature">()</span>
1589
1318
 
@@ -1661,7 +1390,7 @@
1661
1390
 
1662
1391
 
1663
1392
  <div class='columns method-parameter'>
1664
- <div class="column is-2"><label>返回值</label></div>
1393
+ <div class="column is-2"><label>返回值:</label></div>
1665
1394
  <div class="column is-10">
1666
1395
 
1667
1396
 
@@ -1674,12 +1403,7 @@
1674
1403
  <div class='column is-5 has-text-left'>
1675
1404
  <label>类型: </label>
1676
1405
 
1677
- <span class="param-type">
1678
-
1679
- Array
1680
-
1681
- </span>
1682
-
1406
+ <span class="param-type">Array</span>
1683
1407
 
1684
1408
 
1685
1409
  </div>
@@ -1704,7 +1428,7 @@
1704
1428
  <h4 class="name" id="getEvents">
1705
1429
  <a class="href-link" href="#getEvents">#</a>
1706
1430
 
1707
- <span class="code-name" id="getEvents" style="font-size:30px">
1431
+ <span class="code-name" style="font-size:30px">
1708
1432
 
1709
1433
  getEvents<span class="signature">()</span>
1710
1434
 
@@ -1739,7 +1463,7 @@
1739
1463
 
1740
1464
  <dt class="inherited-from">Inherited From:</dt>
1741
1465
  <dd class="inherited-from"><ul class="dummy"><li>
1742
- <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>
1466
+ <a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
1743
1467
  </li></ul></dd>
1744
1468
 
1745
1469
 
@@ -1787,7 +1511,7 @@
1787
1511
 
1788
1512
 
1789
1513
  <div class='columns method-parameter'>
1790
- <div class="column is-2"><label>返回值</label></div>
1514
+ <div class="column is-2"><label>返回值:</label></div>
1791
1515
  <div class="column is-10">
1792
1516
 
1793
1517
 
@@ -1800,12 +1524,7 @@
1800
1524
  <div class='column is-5 has-text-left'>
1801
1525
  <label>类型: </label>
1802
1526
 
1803
- <span class="param-type">
1804
-
1805
- Object
1806
-
1807
- </span>
1808
-
1527
+ <span class="param-type">Object</span>
1809
1528
 
1810
1529
 
1811
1530
  </div>
@@ -1830,7 +1549,7 @@
1830
1549
  <h4 class="name" id="getFeatureBy">
1831
1550
  <a class="href-link" href="#getFeatureBy">#</a>
1832
1551
 
1833
- <span class="code-name" id="getFeatureBy" style="font-size:30px">
1552
+ <span class="code-name" style="font-size:30px">
1834
1553
 
1835
1554
  getFeatureBy<span class="signature">(property, value)</span>
1836
1555
 
@@ -1852,7 +1571,7 @@
1852
1571
 
1853
1572
 
1854
1573
 
1855
- <h4>参数</h4>
1574
+ <h4>参数:</h4>
1856
1575
 
1857
1576
  <div class="table-container">
1858
1577
  <table class="params table">
@@ -1882,12 +1601,7 @@
1882
1601
  <td class="type">
1883
1602
 
1884
1603
 
1885
- <span class="param-type">
1886
-
1887
- string
1888
-
1889
- </span>
1890
-
1604
+ <span class="param-type">string</span>
1891
1605
 
1892
1606
 
1893
1607
 
@@ -1911,12 +1625,7 @@
1911
1625
  <td class="type">
1912
1626
 
1913
1627
 
1914
- <span class="param-type">
1915
-
1916
- string
1917
-
1918
- </span>
1919
-
1628
+ <span class="param-type">string</span>
1920
1629
 
1921
1630
 
1922
1631
 
@@ -1948,7 +1657,7 @@
1948
1657
 
1949
1658
  <dt class="inherited-from">Inherited From:</dt>
1950
1659
  <dd class="inherited-from"><ul class="dummy"><li>
1951
- <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>
1660
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
1952
1661
  </li></ul></dd>
1953
1662
 
1954
1663
 
@@ -2009,7 +1718,7 @@
2009
1718
  <h4 class="name" id="getFeatureById">
2010
1719
  <a class="href-link" href="#getFeatureById">#</a>
2011
1720
 
2012
- <span class="code-name" id="getFeatureById" style="font-size:30px">
1721
+ <span class="code-name" style="font-size:30px">
2013
1722
 
2014
1723
  getFeatureById<span class="signature">(featureId)</span>
2015
1724
 
@@ -2031,7 +1740,7 @@
2031
1740
 
2032
1741
 
2033
1742
 
2034
- <h4>参数</h4>
1743
+ <h4>参数:</h4>
2035
1744
 
2036
1745
  <div class="table-container">
2037
1746
  <table class="params table">
@@ -2061,12 +1770,7 @@
2061
1770
  <td class="type">
2062
1771
 
2063
1772
 
2064
- <span class="param-type">
2065
-
2066
- number
2067
-
2068
- </span>
2069
-
1773
+ <span class="param-type">number</span>
2070
1774
 
2071
1775
 
2072
1776
 
@@ -2098,7 +1802,7 @@
2098
1802
 
2099
1803
  <dt class="inherited-from">Inherited From:</dt>
2100
1804
  <dd class="inherited-from"><ul class="dummy"><li>
2101
- <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>
1805
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
2102
1806
  </li></ul></dd>
2103
1807
 
2104
1808
 
@@ -2159,7 +1863,7 @@
2159
1863
  <h4 class="name" id="getFeatures">
2160
1864
  <a class="href-link" href="#getFeatures">#</a>
2161
1865
 
2162
- <span class="code-name" id="getFeatures" style="font-size:30px">
1866
+ <span class="code-name" style="font-size:30px">
2163
1867
 
2164
1868
  getFeatures<span class="signature">()</span>
2165
1869
 
@@ -2194,7 +1898,7 @@
2194
1898
 
2195
1899
  <dt class="inherited-from">Inherited From:</dt>
2196
1900
  <dd class="inherited-from"><ul class="dummy"><li>
2197
- <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>
1901
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
2198
1902
  </li></ul></dd>
2199
1903
 
2200
1904
 
@@ -2242,7 +1946,7 @@
2242
1946
 
2243
1947
 
2244
1948
  <div class='columns method-parameter'>
2245
- <div class="column is-2"><label>返回值</label></div>
1949
+ <div class="column is-2"><label>返回值:</label></div>
2246
1950
  <div class="column is-10">
2247
1951
 
2248
1952
 
@@ -2255,12 +1959,7 @@
2255
1959
  <div class='column is-5 has-text-left'>
2256
1960
  <label>类型: </label>
2257
1961
 
2258
- <span class="param-type">
2259
-
2260
- Array
2261
-
2262
- </span>
2263
-
1962
+ <span class="param-type">Array</span>
2264
1963
 
2265
1964
 
2266
1965
  </div>
@@ -2285,7 +1984,7 @@
2285
1984
  <h4 class="name" id="getFeaturesByAttribute">
2286
1985
  <a class="href-link" href="#getFeaturesByAttribute">#</a>
2287
1986
 
2288
- <span class="code-name" id="getFeaturesByAttribute" style="font-size:30px">
1987
+ <span class="code-name" style="font-size:30px">
2289
1988
 
2290
1989
  getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
2291
1990
 
@@ -2307,7 +2006,7 @@
2307
2006
 
2308
2007
 
2309
2008
 
2310
- <h4>参数</h4>
2009
+ <h4>参数:</h4>
2311
2010
 
2312
2011
  <div class="table-container">
2313
2012
  <table class="params table">
@@ -2337,12 +2036,7 @@
2337
2036
  <td class="type">
2338
2037
 
2339
2038
 
2340
- <span class="param-type">
2341
-
2342
- string
2343
-
2344
- </span>
2345
-
2039
+ <span class="param-type">string</span>
2346
2040
 
2347
2041
 
2348
2042
 
@@ -2366,12 +2060,7 @@
2366
2060
  <td class="type">
2367
2061
 
2368
2062
 
2369
- <span class="param-type">
2370
-
2371
- string
2372
-
2373
- </span>
2374
-
2063
+ <span class="param-type">string</span>
2375
2064
 
2376
2065
 
2377
2066
 
@@ -2403,7 +2092,7 @@
2403
2092
 
2404
2093
  <dt class="inherited-from">Inherited From:</dt>
2405
2094
  <dd class="inherited-from"><ul class="dummy"><li>
2406
- <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>
2095
+ <a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
2407
2096
  </li></ul></dd>
2408
2097
 
2409
2098
 
@@ -2451,7 +2140,7 @@
2451
2140
 
2452
2141
 
2453
2142
  <div class='columns method-parameter'>
2454
- <div class="column is-2"><label>返回值</label></div>
2143
+ <div class="column is-2"><label>返回值:</label></div>
2455
2144
  <div class="column is-10">
2456
2145
 
2457
2146
 
@@ -2464,12 +2153,7 @@
2464
2153
  <div class='column is-5 has-text-left'>
2465
2154
  <label>类型: </label>
2466
2155
 
2467
- <span class="param-type">
2468
-
2469
- Array
2470
-
2471
- </span>
2472
-
2156
+ <span class="param-type">Array</span>
2473
2157
 
2474
2158
 
2475
2159
  </div>
@@ -2494,7 +2178,7 @@
2494
2178
  <h4 class="name" id="getLocalXY">
2495
2179
  <a class="href-link" href="#getLocalXY">#</a>
2496
2180
 
2497
- <span class="code-name" id="getLocalXY" style="font-size:30px">
2181
+ <span class="code-name" style="font-size:30px">
2498
2182
 
2499
2183
  getLocalXY<span class="signature">(coordinate)</span>
2500
2184
 
@@ -2516,7 +2200,7 @@
2516
2200
 
2517
2201
 
2518
2202
 
2519
- <h4>参数</h4>
2203
+ <h4>参数:</h4>
2520
2204
 
2521
2205
  <div class="table-container">
2522
2206
  <table class="params table">
@@ -2546,12 +2230,7 @@
2546
2230
  <td class="type">
2547
2231
 
2548
2232
 
2549
- <span class="param-type">
2550
-
2551
- Array
2552
-
2553
- </span>
2554
-
2233
+ <span class="param-type">Array</span>
2555
2234
 
2556
2235
 
2557
2236
 
@@ -2583,7 +2262,7 @@
2583
2262
 
2584
2263
  <dt class="inherited-from">Inherited From:</dt>
2585
2264
  <dd class="inherited-from"><ul class="dummy"><li>
2586
- <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>
2265
+ <a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
2587
2266
  </li></ul></dd>
2588
2267
 
2589
2268
 
@@ -2644,7 +2323,7 @@
2644
2323
  <h4 class="name" id="getShapesByFeatureID">
2645
2324
  <a class="href-link" href="#getShapesByFeatureID">#</a>
2646
2325
 
2647
- <span class="code-name" id="getShapesByFeatureID" style="font-size:30px">
2326
+ <span class="code-name" style="font-size:30px">
2648
2327
 
2649
2328
  getShapesByFeatureID<span class="signature">(featureID)</span>
2650
2329
 
@@ -2666,7 +2345,7 @@
2666
2345
 
2667
2346
 
2668
2347
 
2669
- <h4>参数</h4>
2348
+ <h4>参数:</h4>
2670
2349
 
2671
2350
  <div class="table-container">
2672
2351
  <table class="params table">
@@ -2696,12 +2375,7 @@
2696
2375
  <td class="type">
2697
2376
 
2698
2377
 
2699
- <span class="param-type">
2700
-
2701
- number
2702
-
2703
- </span>
2704
-
2378
+ <span class="param-type">number</span>
2705
2379
 
2706
2380
 
2707
2381
 
@@ -2733,7 +2407,7 @@
2733
2407
 
2734
2408
  <dt class="inherited-from">Inherited From:</dt>
2735
2409
  <dd class="inherited-from"><ul class="dummy"><li>
2736
- <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>
2410
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#getShapesByFeatureID">zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
2737
2411
  </li></ul></dd>
2738
2412
 
2739
2413
 
@@ -2794,7 +2468,7 @@
2794
2468
  <h4 class="name" id="getStyleByData">
2795
2469
  <a class="href-link" href="#getStyleByData">#</a>
2796
2470
 
2797
- <span class="code-name" id="getStyleByData" style="font-size:30px">
2471
+ <span class="code-name" style="font-size:30px">
2798
2472
 
2799
2473
  getStyleByData<span class="signature">()</span>
2800
2474
 
@@ -2872,7 +2546,7 @@
2872
2546
 
2873
2547
 
2874
2548
  <div class='columns method-parameter'>
2875
- <div class="column is-2"><label>返回值</label></div>
2549
+ <div class="column is-2"><label>返回值:</label></div>
2876
2550
  <div class="column is-10">
2877
2551
 
2878
2552
 
@@ -2885,12 +2559,7 @@
2885
2559
  <div class='column is-5 has-text-left'>
2886
2560
  <label>类型: </label>
2887
2561
 
2888
- <span class="param-type">
2889
-
2890
- Array.&lt;<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
2891
-
2892
- </span>
2893
-
2562
+ <span class="param-type">Array.&lt;<a href="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>></span>
2894
2563
 
2895
2564
 
2896
2565
  </div>
@@ -2915,7 +2584,7 @@
2915
2584
  <h4 class="name" id="initialize">
2916
2585
  <a class="href-link" href="#initialize">#</a>
2917
2586
 
2918
- <span class="code-name" id="initialize" style="font-size:30px">
2587
+ <span class="code-name" style="font-size:30px">
2919
2588
 
2920
2589
  initialize<span class="signature">(name, options)</span>
2921
2590
 
@@ -2937,7 +2606,7 @@
2937
2606
 
2938
2607
 
2939
2608
 
2940
- <h4>参数</h4>
2609
+ <h4>参数:</h4>
2941
2610
 
2942
2611
  <div class="table-container">
2943
2612
  <table class="params table">
@@ -2967,12 +2636,7 @@
2967
2636
  <td class="type">
2968
2637
 
2969
2638
 
2970
- <span class="param-type">
2971
-
2972
- string
2973
-
2974
- </span>
2975
-
2639
+ <span class="param-type">string</span>
2976
2640
 
2977
2641
 
2978
2642
 
@@ -2996,12 +2660,7 @@
2996
2660
  <td class="type">
2997
2661
 
2998
2662
 
2999
- <span class="param-type">
3000
-
3001
- Object
3002
-
3003
- </span>
3004
-
2663
+ <span class="param-type">Object</span>
3005
2664
 
3006
2665
 
3007
2666
 
@@ -3035,7 +2694,7 @@
3035
2694
 
3036
2695
  <dt class="tag-overrides">Overrides:</dt>
3037
2696
  <dd class="tag-overrides"><ul class="dummy"><li>
3038
- <a class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#initialize" zondy.themelayer.GeoFeatureThemeLayer.html#initialize>zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
2697
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#initialize">zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
3039
2698
  </li></ul></dd>
3040
2699
 
3041
2700
 
@@ -3094,7 +2753,7 @@
3094
2753
  <h4 class="name" id="off">
3095
2754
  <a class="href-link" href="#off">#</a>
3096
2755
 
3097
- <span class="code-name" id="off" style="font-size:30px">
2756
+ <span class="code-name" style="font-size:30px">
3098
2757
 
3099
2758
  off<span class="signature">(event, callback, context)</span>
3100
2759
 
@@ -3116,7 +2775,7 @@
3116
2775
 
3117
2776
 
3118
2777
 
3119
- <h4>参数</h4>
2778
+ <h4>参数:</h4>
3120
2779
 
3121
2780
  <div class="table-container">
3122
2781
  <table class="params table">
@@ -3146,12 +2805,7 @@
3146
2805
  <td class="type">
3147
2806
 
3148
2807
 
3149
- <span class="param-type">
3150
-
3151
- Event
3152
-
3153
- </span>
3154
-
2808
+ <span class="param-type">Event</span>
3155
2809
 
3156
2810
 
3157
2811
 
@@ -3175,12 +2829,7 @@
3175
2829
  <td class="type">
3176
2830
 
3177
2831
 
3178
- <span class="param-type">
3179
-
3180
- function
3181
-
3182
- </span>
3183
-
2832
+ <span class="param-type">function</span>
3184
2833
 
3185
2834
 
3186
2835
 
@@ -3204,12 +2853,7 @@
3204
2853
  <td class="type">
3205
2854
 
3206
2855
 
3207
- <span class="param-type">
3208
-
3209
- string
3210
-
3211
- </span>
3212
-
2856
+ <span class="param-type">string</span>
3213
2857
 
3214
2858
 
3215
2859
 
@@ -3241,7 +2885,7 @@
3241
2885
 
3242
2886
  <dt class="inherited-from">Inherited From:</dt>
3243
2887
  <dd class="inherited-from"><ul class="dummy"><li>
3244
- <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>
2888
+ <a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
3245
2889
  </li></ul></dd>
3246
2890
 
3247
2891
 
@@ -3302,7 +2946,7 @@
3302
2946
  <h4 class="name" id="on">
3303
2947
  <a class="href-link" href="#on">#</a>
3304
2948
 
3305
- <span class="code-name" id="on" style="font-size:30px">
2949
+ <span class="code-name" style="font-size:30px">
3306
2950
 
3307
2951
  on<span class="signature">(event, callback, context)</span>
3308
2952
 
@@ -3324,7 +2968,7 @@
3324
2968
 
3325
2969
 
3326
2970
 
3327
- <h4>参数</h4>
2971
+ <h4>参数:</h4>
3328
2972
 
3329
2973
  <div class="table-container">
3330
2974
  <table class="params table">
@@ -3354,12 +2998,7 @@
3354
2998
  <td class="type">
3355
2999
 
3356
3000
 
3357
- <span class="param-type">
3358
-
3359
- Event
3360
-
3361
- </span>
3362
-
3001
+ <span class="param-type">Event</span>
3363
3002
 
3364
3003
 
3365
3004
 
@@ -3383,12 +3022,7 @@
3383
3022
  <td class="type">
3384
3023
 
3385
3024
 
3386
- <span class="param-type">
3387
-
3388
- function
3389
-
3390
- </span>
3391
-
3025
+ <span class="param-type">function</span>
3392
3026
 
3393
3027
 
3394
3028
 
@@ -3412,12 +3046,7 @@
3412
3046
  <td class="type">
3413
3047
 
3414
3048
 
3415
- <span class="param-type">
3416
-
3417
- string
3418
-
3419
- </span>
3420
-
3049
+ <span class="param-type">string</span>
3421
3050
 
3422
3051
 
3423
3052
 
@@ -3449,7 +3078,7 @@
3449
3078
 
3450
3079
  <dt class="inherited-from">Inherited From:</dt>
3451
3080
  <dd class="inherited-from"><ul class="dummy"><li>
3452
- <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>
3081
+ <a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
3453
3082
  </li></ul></dd>
3454
3083
 
3455
3084
 
@@ -3510,7 +3139,7 @@
3510
3139
  <h4 class="name" id="onRemove">
3511
3140
  <a class="href-link" href="#onRemove">#</a>
3512
3141
 
3513
- <span class="code-name" id="onRemove" style="font-size:30px">
3142
+ <span class="code-name" style="font-size:30px">
3514
3143
 
3515
3144
  onRemove<span class="signature">(map)</span>
3516
3145
 
@@ -3532,7 +3161,7 @@
3532
3161
 
3533
3162
 
3534
3163
 
3535
- <h4>参数</h4>
3164
+ <h4>参数:</h4>
3536
3165
 
3537
3166
  <div class="table-container">
3538
3167
  <table class="params table">
@@ -3562,12 +3191,7 @@
3562
3191
  <td class="type">
3563
3192
 
3564
3193
 
3565
- <span class="param-type">
3566
-
3567
- L.Map
3568
-
3569
- </span>
3570
-
3194
+ <span class="param-type">L.Map</span>
3571
3195
 
3572
3196
 
3573
3197
 
@@ -3599,7 +3223,7 @@
3599
3223
 
3600
3224
  <dt class="inherited-from">Inherited From:</dt>
3601
3225
  <dd class="inherited-from"><ul class="dummy"><li>
3602
- <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>
3226
+ <a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
3603
3227
  </li></ul></dd>
3604
3228
 
3605
3229
 
@@ -3660,7 +3284,7 @@
3660
3284
  <h4 class="name" id="redraw">
3661
3285
  <a class="href-link" href="#redraw">#</a>
3662
3286
 
3663
- <span class="code-name" id="redraw" style="font-size:30px">
3287
+ <span class="code-name" style="font-size:30px">
3664
3288
 
3665
3289
  redraw<span class="signature">()</span>
3666
3290
 
@@ -3697,7 +3321,7 @@
3697
3321
 
3698
3322
  <dt class="tag-overrides">Overrides:</dt>
3699
3323
  <dd class="tag-overrides"><ul class="dummy"><li>
3700
- <a class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#redraw" zondy.themelayer.GeoFeatureThemeLayer.html#redraw>zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
3324
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#redraw">zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
3701
3325
  </li></ul></dd>
3702
3326
 
3703
3327
 
@@ -3756,7 +3380,7 @@
3756
3380
  <h4 class="name" id="redrawThematicFeatures">
3757
3381
  <a class="href-link" href="#redrawThematicFeatures">#</a>
3758
3382
 
3759
- <span class="code-name" id="redrawThematicFeatures" style="font-size:30px">
3383
+ <span class="code-name" style="font-size:30px">
3760
3384
 
3761
3385
  redrawThematicFeatures<span class="signature">(bounds)</span>
3762
3386
 
@@ -3780,7 +3404,7 @@
3780
3404
 
3781
3405
 
3782
3406
 
3783
- <h4>参数</h4>
3407
+ <h4>参数:</h4>
3784
3408
 
3785
3409
  <div class="table-container">
3786
3410
  <table class="params table">
@@ -3810,12 +3434,7 @@
3810
3434
  <td class="type">
3811
3435
 
3812
3436
 
3813
- <span class="param-type">
3814
-
3815
- L.bounds
3816
-
3817
- </span>
3818
-
3437
+ <span class="param-type">L.bounds</span>
3819
3438
 
3820
3439
 
3821
3440
 
@@ -3847,7 +3466,7 @@
3847
3466
 
3848
3467
  <dt class="inherited-from">Inherited From:</dt>
3849
3468
  <dd class="inherited-from"><ul class="dummy"><li>
3850
- <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>
3469
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#redrawThematicFeatures">zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
3851
3470
  </li></ul></dd>
3852
3471
 
3853
3472
 
@@ -3908,7 +3527,7 @@
3908
3527
  <h4 class="name" id="removeAllFeatures">
3909
3528
  <a class="href-link" href="#removeAllFeatures">#</a>
3910
3529
 
3911
- <span class="code-name" id="removeAllFeatures" style="font-size:30px">
3530
+ <span class="code-name" style="font-size:30px">
3912
3531
 
3913
3532
  removeAllFeatures<span class="signature">()</span>
3914
3533
 
@@ -3943,7 +3562,7 @@
3943
3562
 
3944
3563
  <dt class="inherited-from">Inherited From:</dt>
3945
3564
  <dd class="inherited-from"><ul class="dummy"><li>
3946
- <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>
3565
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeAllFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures</a>
3947
3566
  </li></ul></dd>
3948
3567
 
3949
3568
 
@@ -4004,7 +3623,7 @@
4004
3623
  <h4 class="name" id="removeFeatures">
4005
3624
  <a class="href-link" href="#removeFeatures">#</a>
4006
3625
 
4007
- <span class="code-name" id="removeFeatures" style="font-size:30px">
3626
+ <span class="code-name" style="font-size:30px">
4008
3627
 
4009
3628
  removeFeatures<span class="signature">(features)</span>
4010
3629
 
@@ -4026,7 +3645,7 @@
4026
3645
 
4027
3646
 
4028
3647
 
4029
- <h4>参数</h4>
3648
+ <h4>参数:</h4>
4030
3649
 
4031
3650
  <div class="table-container">
4032
3651
  <table class="params table">
@@ -4056,12 +3675,7 @@
4056
3675
  <td class="type">
4057
3676
 
4058
3677
 
4059
- <span class="param-type">
4060
-
4061
- Object
4062
-
4063
- </span>
4064
-
3678
+ <span class="param-type">Object</span>
4065
3679
 
4066
3680
 
4067
3681
 
@@ -4093,7 +3707,7 @@
4093
3707
 
4094
3708
  <dt class="inherited-from">Inherited From:</dt>
4095
3709
  <dd class="inherited-from"><ul class="dummy"><li>
4096
- <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>
3710
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeFeatures</a>
4097
3711
  </li></ul></dd>
4098
3712
 
4099
3713
 
@@ -4154,7 +3768,7 @@
4154
3768
  <h4 class="name" id="setMaxCacheCount">
4155
3769
  <a class="href-link" href="#setMaxCacheCount">#</a>
4156
3770
 
4157
- <span class="code-name" id="setMaxCacheCount" style="font-size:30px">
3771
+ <span class="code-name" style="font-size:30px">
4158
3772
 
4159
3773
  setMaxCacheCount<span class="signature">(cacheCount)</span>
4160
3774
 
@@ -4176,7 +3790,7 @@
4176
3790
 
4177
3791
 
4178
3792
 
4179
- <h4>参数</h4>
3793
+ <h4>参数:</h4>
4180
3794
 
4181
3795
  <div class="table-container">
4182
3796
  <table class="params table">
@@ -4206,12 +3820,7 @@
4206
3820
  <td class="type">
4207
3821
 
4208
3822
 
4209
- <span class="param-type">
4210
-
4211
- number
4212
-
4213
- </span>
4214
-
3823
+ <span class="param-type">number</span>
4215
3824
 
4216
3825
 
4217
3826
 
@@ -4243,7 +3852,7 @@
4243
3852
 
4244
3853
  <dt class="inherited-from">Inherited From:</dt>
4245
3854
  <dd class="inherited-from"><ul class="dummy"><li>
4246
- <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>
3855
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#setMaxCacheCount">zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
4247
3856
  </li></ul></dd>
4248
3857
 
4249
3858
 
@@ -4304,7 +3913,7 @@
4304
3913
  <h4 class="name" id="setOpacity">
4305
3914
  <a class="href-link" href="#setOpacity">#</a>
4306
3915
 
4307
- <span class="code-name" id="setOpacity" style="font-size:30px">
3916
+ <span class="code-name" style="font-size:30px">
4308
3917
 
4309
3918
  setOpacity<span class="signature">(opacity)</span>
4310
3919
 
@@ -4326,7 +3935,7 @@
4326
3935
 
4327
3936
 
4328
3937
 
4329
- <h4>参数</h4>
3938
+ <h4>参数:</h4>
4330
3939
 
4331
3940
  <div class="table-container">
4332
3941
  <table class="params table">
@@ -4356,12 +3965,7 @@
4356
3965
  <td class="type">
4357
3966
 
4358
3967
 
4359
- <span class="param-type">
4360
-
4361
- number
4362
-
4363
- </span>
4364
-
3968
+ <span class="param-type">number</span>
4365
3969
 
4366
3970
 
4367
3971
 
@@ -4393,7 +3997,7 @@
4393
3997
 
4394
3998
  <dt class="inherited-from">Inherited From:</dt>
4395
3999
  <dd class="inherited-from"><ul class="dummy"><li>
4396
- <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>
4000
+ <a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
4397
4001
  </li></ul></dd>
4398
4002
 
4399
4003
 
@@ -4454,7 +4058,7 @@
4454
4058
  <h4 class="name" id="update">
4455
4059
  <a class="href-link" href="#update">#</a>
4456
4060
 
4457
- <span class="code-name" id="update" style="font-size:30px">
4061
+ <span class="code-name" style="font-size:30px">
4458
4062
 
4459
4063
  update<span class="signature">(bounds)</span>
4460
4064
 
@@ -4476,7 +4080,7 @@
4476
4080
 
4477
4081
 
4478
4082
 
4479
- <h4>参数</h4>
4083
+ <h4>参数:</h4>
4480
4084
 
4481
4085
  <div class="table-container">
4482
4086
  <table class="params table">
@@ -4506,12 +4110,7 @@
4506
4110
  <td class="type">
4507
4111
 
4508
4112
 
4509
- <span class="param-type">
4510
-
4511
- L.bounds
4512
-
4513
- </span>
4514
-
4113
+ <span class="param-type">L.bounds</span>
4515
4114
 
4516
4115
 
4517
4116
 
@@ -4543,7 +4142,7 @@
4543
4142
 
4544
4143
  <dt class="inherited-from">Inherited From:</dt>
4545
4144
  <dd class="inherited-from"><ul class="dummy"><li>
4546
- <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>
4145
+ <a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
4547
4146
  </li></ul></dd>
4548
4147
 
4549
4148
 
@@ -4606,36 +4205,6 @@
4606
4205
 
4607
4206
  <div class='vertical-section' style='margin-top: 10px'>
4608
4207
  <h3 id='event'>事件</h3>
4609
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
4610
- <div class="table-container">
4611
- <table class="params table">
4612
- <thead>
4613
- <tr>
4614
- <th>名称</th>
4615
- <th>描述</th>
4616
- </tr>
4617
- </thead>
4618
- <tbody>
4619
-
4620
- <tr class="deep-level-0">
4621
- <td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
4622
- <td class="name"><code>beforefeaturesadded</code></td>
4623
- </tr>
4624
-
4625
- <tr class="deep-level-0">
4626
- <td class="name"><code><a href="#changelayer">changelayer</a></code></td>
4627
- <td class="name"><code>changelayer</code></td>
4628
- </tr>
4629
-
4630
- <tr class="deep-level-0">
4631
- <td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
4632
- <td class="name"><code>featuresremoved</code></td>
4633
- </tr>
4634
-
4635
- </tbody>
4636
- </table>
4637
- </div>
4638
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
4639
4208
  <div class="members">
4640
4209
 
4641
4210
  <div class="member">
@@ -4646,7 +4215,7 @@
4646
4215
  <h4 class="name" id="event:beforefeaturesadded">
4647
4216
  <a class="href-link" href="#event:beforefeaturesadded">#</a>
4648
4217
 
4649
- <span class="code-name" id="beforefeaturesadded" style="font-size:30px">
4218
+ <span class="code-name" style="font-size:30px">
4650
4219
 
4651
4220
  beforefeaturesadded
4652
4221
 
@@ -4704,12 +4273,7 @@
4704
4273
  <td class="type">
4705
4274
 
4706
4275
 
4707
- <span class="param-type">
4708
-
4709
- Object
4710
-
4711
- </span>
4712
-
4276
+ <span class="param-type">Object</span>
4713
4277
 
4714
4278
 
4715
4279
 
@@ -4738,7 +4302,7 @@
4738
4302
 
4739
4303
  <dt class="inherited-from">Inherited From:</dt>
4740
4304
  <dd class="inherited-from"><ul class="dummy"><li>
4741
- <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>
4305
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
4742
4306
  </li></ul></dd>
4743
4307
 
4744
4308
 
@@ -4801,7 +4365,7 @@
4801
4365
  <h4 class="name" id="event:changelayer">
4802
4366
  <a class="href-link" href="#event:changelayer">#</a>
4803
4367
 
4804
- <span class="code-name" id="changelayer" style="font-size:30px">
4368
+ <span class="code-name" style="font-size:30px">
4805
4369
 
4806
4370
  changelayer
4807
4371
 
@@ -4859,12 +4423,7 @@
4859
4423
  <td class="type">
4860
4424
 
4861
4425
 
4862
- <span class="param-type">
4863
-
4864
- Object
4865
-
4866
- </span>
4867
-
4426
+ <span class="param-type">Object</span>
4868
4427
 
4869
4428
 
4870
4429
 
@@ -4887,12 +4446,7 @@
4887
4446
  <td class="type">
4888
4447
 
4889
4448
 
4890
- <span class="param-type">
4891
-
4892
- string
4893
-
4894
- </span>
4895
-
4449
+ <span class="param-type">string</span>
4896
4450
 
4897
4451
 
4898
4452
 
@@ -4921,7 +4475,7 @@
4921
4475
 
4922
4476
  <dt class="inherited-from">Inherited From:</dt>
4923
4477
  <dd class="inherited-from"><ul class="dummy"><li>
4924
- <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>
4478
+ <a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
4925
4479
  </li></ul></dd>
4926
4480
 
4927
4481
 
@@ -4984,7 +4538,7 @@
4984
4538
  <h4 class="name" id="event:featuresremoved">
4985
4539
  <a class="href-link" href="#event:featuresremoved">#</a>
4986
4540
 
4987
- <span class="code-name" id="featuresremoved" style="font-size:30px">
4541
+ <span class="code-name" style="font-size:30px">
4988
4542
 
4989
4543
  featuresremoved
4990
4544
 
@@ -5042,12 +4596,7 @@
5042
4596
  <td class="type">
5043
4597
 
5044
4598
 
5045
- <span class="param-type">
5046
-
5047
- Array.&lt;zondy.Feature.Vector>
5048
-
5049
- </span>
5050
-
4599
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
5051
4600
 
5052
4601
 
5053
4602
 
@@ -5070,12 +4619,7 @@
5070
4619
  <td class="type">
5071
4620
 
5072
4621
 
5073
- <span class="param-type">
5074
-
5075
- boolean
5076
-
5077
- </span>
5078
-
4622
+ <span class="param-type">boolean</span>
5079
4623
 
5080
4624
 
5081
4625
 
@@ -5104,7 +4648,7 @@
5104
4648
 
5105
4649
  <dt class="inherited-from">Inherited From:</dt>
5106
4650
  <dd class="inherited-from"><ul class="dummy"><li>
5107
- <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>
4651
+ <a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
5108
4652
  </li></ul></dd>
5109
4653
 
5110
4654
 
@@ -5164,4 +4708,42 @@
5164
4708
 
5165
4709
  </article>
5166
4710
 
5167
- </section>
4711
+ </section>
4712
+
4713
+
4714
+
4715
+
4716
+ </div>
4717
+
4718
+ <footer class="footer">
4719
+ <div class="content has-text-centered">
4720
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
4721
+ <p class="sidebar-created-by">
4722
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
4723
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
4724
+ </p>
4725
+ </div>
4726
+ </footer>
4727
+
4728
+ </div>
4729
+ <div id="side-nav" class="side-nav">
4730
+ <div style="margin-bottom: 10px;">
4731
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
4732
+ </div>
4733
+ <div style="margin-bottom: 10px;">
4734
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
4735
+ </div>
4736
+ <div style="margin-bottom: 10px;">
4737
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
4738
+ </div>
4739
+ <div>
4740
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
4741
+ </div>
4742
+ </div>
4743
+ </div>
4744
+ <script src="scripts/linenumber.js"> </script>
4745
+
4746
+ <script src="scripts/search.js"> </script>
4747
+
4748
+ </body>
4749
+ </html>