@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">uniqueThemeLayer</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> uniqueThemeLayer</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">uniqueThemeLayer</span>
138
+ </header>
139
+
8
140
 
9
141
 
10
142
 
@@ -25,7 +157,7 @@
25
157
  <h4 class="name" id="uniqueThemeLayer">
26
158
  <a class="href-link" href="#uniqueThemeLayer">#</a>
27
159
 
28
- <span class="code-name" id="uniqueThemeLayer" style="font-size:30px">
160
+ <span class="code-name" style="font-size:30px">
29
161
 
30
162
  new uniqueThemeLayer<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
 
@@ -466,83 +553,6 @@
466
553
 
467
554
  <div class='vertical-section'>
468
555
  <h3 id='member'>成员变量</h3>
469
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
470
- <div class="table-container">
471
- <table class="params table">
472
- <thead>
473
- <tr>
474
- <th>名称</th>
475
- <th>类型</th>
476
- <th>描述</th>
477
- </tr>
478
- </thead>
479
- <tbody>
480
-
481
- <tr class="deep-level-0">
482
- <td class="name"><code><a href="#style">style</a></code></td>
483
- <td class="name">
484
- <code>
485
-
486
- <span class="param-type">
487
-
488
- Object
489
-
490
- </span>
491
-
492
-
493
-
494
- </code>
495
- </td>
496
- <td class="name"><code><p>专题图样式。</p></code></td>
497
- </tr>
498
-
499
- <tr class="deep-level-0">
500
- <td class="name"><code><a href="#styleGroups">styleGroups</a></code></td>
501
- <td class="name">
502
- <code>
503
-
504
- <span class="param-type">
505
-
506
- Object
507
-
508
- </span>
509
-
510
-
511
-
512
- </code>
513
- </td>
514
- <td class="name"><code><p>各专题类型样式组。
515
- 使用此属性需要设置 themeField 属性。
516
- 1.没有同时设置 themeField 和 styleGroups,则所有专题要素都使用本图层的 style 进行渲染;
517
- 2.同时设置 themeField 和 styleGroups,则按照 themeField 指定的字段名称获取用户数据(feature)attributes 中对应的属性值;
518
- a.如果属性值等于 styleGroups 数组里某个元素定义的 value 值,则此专题要素取 styleGroups 数组中该元素定义的 style 进行渲染。
519
- b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值,则此专题要素按照本图层的 style 进行渲染。
520
- 此数组每个元素对象必须有两个属性:value : 与字段 themeField 相对应的属性值;style:专题要素 style。</p></code></td>
521
- </tr>
522
-
523
- <tr class="deep-level-0">
524
- <td class="name"><code><a href="#themeField">themeField</a></code></td>
525
- <td class="name">
526
- <code>
527
-
528
- <span class="param-type">
529
-
530
- String
531
-
532
- </span>
533
-
534
-
535
-
536
- </code>
537
- </td>
538
- <td class="name"><code><p>用于指定专题要素样式的属性字段名称。
539
- 此属性字段是要用户数据(feature) attributes 中包含的字段,且字段对应的值的类型必须是数值型。使用标签分组显示还需要设置 styleGroups 属性。</p></code></td>
540
- </tr>
541
-
542
- </tbody>
543
- </table>
544
- </div>
545
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
546
556
  <div class="members">
547
557
 
548
558
  <div class="member">
@@ -550,12 +560,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
550
560
  <span class="method-parameter is-pulled-right">
551
561
  <label>类型:</label>
552
562
 
553
- <span class="param-type">
554
-
555
- Object
556
-
557
- </span>
558
-
563
+ <span class="param-type">Object</span>
559
564
 
560
565
 
561
566
  </span>
@@ -625,12 +630,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
625
630
  <span class="method-parameter is-pulled-right">
626
631
  <label>类型:</label>
627
632
 
628
- <span class="param-type">
629
-
630
- Object
631
-
632
- </span>
633
-
633
+ <span class="param-type">Object</span>
634
634
 
635
635
 
636
636
  </span>
@@ -706,12 +706,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
706
706
  <span class="method-parameter is-pulled-right">
707
707
  <label>类型:</label>
708
708
 
709
- <span class="param-type">
710
-
711
- String
712
-
713
- </span>
714
-
709
+ <span class="param-type">String</span>
715
710
 
716
711
 
717
712
  </span>
@@ -784,305 +779,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
784
779
 
785
780
  <div class='vertical-section'>
786
781
  <h3 id='function'>方法</h3>
787
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
788
782
  <div class="members">
789
- <div class="table-container">
790
- <table class="params table">
791
- <thead>
792
- <tr>
793
- <th>名称</th>
794
- <th>返回值类型</th>
795
- <th>描述</th>
796
- </tr>
797
- </thead>
798
- <tbody>
799
-
800
- <tr class="deep-level-0">
801
- <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
802
- <td class="name">
803
- <code>
804
-
805
- </code>
806
- </td>
807
- <td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
808
- </tr>
809
-
810
- <tr class="deep-level-0">
811
- <td class="name"><code><a href="#clear">clear</a></code></td>
812
- <td class="name">
813
- <code>
814
-
815
- </code>
816
- </td>
817
- <td class="name"><code><p>清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
818
- </tr>
819
-
820
- <tr class="deep-level-0">
821
- <td class="name"><code><a href="#clearCache">clearCache</a></code></td>
822
- <td class="name">
823
- <code>
824
-
825
- </code>
826
- </td>
827
- <td class="name"><code><p>清除缓存数据。</p></code></td>
828
- </tr>
829
-
830
- <tr class="deep-level-0">
831
- <td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
832
- <td class="name">
833
- <code>
834
-
835
- </code>
836
- </td>
837
- <td class="name"><code><p>创建专题要素。</p></code></td>
838
- </tr>
839
-
840
- <tr class="deep-level-0">
841
- <td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
842
- <td class="name">
843
- <code>
844
-
845
- </code>
846
- </td>
847
- <td class="name"><code><p>销毁要素。</p></code></td>
848
- </tr>
849
-
850
- <tr class="deep-level-0">
851
- <td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
852
- <td class="name">
853
- <code>
854
-
855
-
856
- <span class="param-type">
857
-
858
- number
859
-
860
- </span>
861
-
862
-
863
-
864
-
865
- </code>
866
- </td>
867
- <td class="name"><code><p>获取当前缓存数量。</p></code></td>
868
- </tr>
869
-
870
- <tr class="deep-level-0">
871
- <td class="name"><code><a href="#getEvents">getEvents</a></code></td>
872
- <td class="name">
873
- <code>
874
-
875
-
876
- <span class="param-type">
877
-
878
- Object
879
-
880
- </span>
881
-
882
-
883
-
884
-
885
- </code>
886
- </td>
887
- <td class="name"><code><p>获取图层事件。</p></code></td>
888
- </tr>
889
-
890
- <tr class="deep-level-0">
891
- <td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
892
- <td class="name">
893
- <code>
894
-
895
- </code>
896
- </td>
897
- <td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
898
- </tr>
899
-
900
- <tr class="deep-level-0">
901
- <td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
902
- <td class="name">
903
- <code>
904
-
905
- </code>
906
- </td>
907
- <td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
908
- </tr>
909
-
910
- <tr class="deep-level-0">
911
- <td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
912
- <td class="name">
913
- <code>
914
-
915
-
916
- <span class="param-type">
917
-
918
- Array
919
-
920
- </span>
921
-
922
-
923
-
924
-
925
- </code>
926
- </td>
927
- <td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
928
- </tr>
929
-
930
- <tr class="deep-level-0">
931
- <td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
932
- <td class="name">
933
- <code>
934
-
935
-
936
- <span class="param-type">
937
-
938
- Array
939
-
940
- </span>
941
-
942
-
943
-
944
-
945
- </code>
946
- </td>
947
- <td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
948
- </tr>
949
-
950
- <tr class="deep-level-0">
951
- <td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
952
- <td class="name">
953
- <code>
954
-
955
- </code>
956
- </td>
957
- <td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
958
- </tr>
959
-
960
- <tr class="deep-level-0">
961
- <td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
962
- <td class="name">
963
- <code>
964
-
965
- </code>
966
- </td>
967
- <td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
968
- </tr>
969
-
970
- <tr class="deep-level-0">
971
- <td class="name"><code><a href="#initialize">initialize</a></code></td>
972
- <td class="name">
973
- <code>
974
-
975
- </code>
976
- </td>
977
- <td class="name"><code><p>初始化。</p></code></td>
978
- </tr>
979
-
980
- <tr class="deep-level-0">
981
- <td class="name"><code><a href="#off">off</a></code></td>
982
- <td class="name">
983
- <code>
984
-
985
- </code>
986
- </td>
987
- <td class="name"><code><p>移除专题要素事件监听。</p></code></td>
988
- </tr>
989
-
990
- <tr class="deep-level-0">
991
- <td class="name"><code><a href="#on">on</a></code></td>
992
- <td class="name">
993
- <code>
994
-
995
- </code>
996
- </td>
997
- <td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
998
- </tr>
999
-
1000
- <tr class="deep-level-0">
1001
- <td class="name"><code><a href="#onRemove">onRemove</a></code></td>
1002
- <td class="name">
1003
- <code>
1004
-
1005
- </code>
1006
- </td>
1007
- <td class="name"><code><p>删除某个地图。</p></code></td>
1008
- </tr>
1009
-
1010
- <tr class="deep-level-0">
1011
- <td class="name"><code><a href="#redraw">redraw</a></code></td>
1012
- <td class="name">
1013
- <code>
1014
-
1015
- </code>
1016
- </td>
1017
- <td class="name"><code><p>重绘该图层。</p></code></td>
1018
- </tr>
1019
-
1020
- <tr class="deep-level-0">
1021
- <td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
1022
- <td class="name">
1023
- <code>
1024
-
1025
- </code>
1026
- </td>
1027
- <td class="name"><code><p>重绘所有专题要素。
1028
- 此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,抽稀,缓存等步骤。
1029
- 地图漫游时调用此方法进行图层刷新。</p></code></td>
1030
- </tr>
1031
-
1032
- <tr class="deep-level-0">
1033
- <td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
1034
- <td class="name">
1035
- <code>
1036
-
1037
- </code>
1038
- </td>
1039
- <td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
1040
- </tr>
1041
-
1042
- <tr class="deep-level-0">
1043
- <td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
1044
- <td class="name">
1045
- <code>
1046
-
1047
- </code>
1048
- </td>
1049
- <td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。</p></code></td>
1050
- </tr>
1051
-
1052
- <tr class="deep-level-0">
1053
- <td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
1054
- <td class="name">
1055
- <code>
1056
-
1057
- </code>
1058
- </td>
1059
- <td class="name"><code><p>设置最大缓存数量。</p></code></td>
1060
- </tr>
1061
-
1062
- <tr class="deep-level-0">
1063
- <td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
1064
- <td class="name">
1065
- <code>
1066
-
1067
- </code>
1068
- </td>
1069
- <td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
1070
- </tr>
1071
-
1072
- <tr class="deep-level-0">
1073
- <td class="name"><code><a href="#update">update</a></code></td>
1074
- <td class="name">
1075
- <code>
1076
-
1077
- </code>
1078
- </td>
1079
- <td class="name"><code><p>更新图层。</p></code></td>
1080
- </tr>
1081
-
1082
- </tbody>
1083
- </table>
1084
- </div>
1085
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1086
783
 
1087
784
  <div class="member">
1088
785
 
@@ -1091,7 +788,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1091
788
  <h4 class="name" id="addFeatures">
1092
789
  <a class="href-link" href="#addFeatures">#</a>
1093
790
 
1094
- <span class="code-name" id="addFeatures" style="font-size:30px">
791
+ <span class="code-name" style="font-size:30px">
1095
792
 
1096
793
  addFeatures<span class="signature">(features)</span>
1097
794
 
@@ -1113,7 +810,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1113
810
 
1114
811
 
1115
812
 
1116
- <h4>参数</h4>
813
+ <h4>参数:</h4>
1117
814
 
1118
815
  <div class="table-container">
1119
816
  <table class="params table">
@@ -1143,12 +840,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1143
840
  <td class="type">
1144
841
 
1145
842
 
1146
- <span class="param-type">
1147
-
1148
- Object
1149
-
1150
- </span>
1151
-
843
+ <span class="param-type">Object</span>
1152
844
 
1153
845
 
1154
846
 
@@ -1180,7 +872,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1180
872
 
1181
873
  <dt class="inherited-from">Inherited From:</dt>
1182
874
  <dd class="inherited-from"><ul class="dummy"><li>
1183
- <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>
875
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#addFeatures">zondy.themelayer.GeoFeatureThemeLayer#addFeatures</a>
1184
876
  </li></ul></dd>
1185
877
 
1186
878
 
@@ -1241,7 +933,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1241
933
  <h4 class="name" id="clear">
1242
934
  <a class="href-link" href="#clear">#</a>
1243
935
 
1244
- <span class="code-name" id="clear" style="font-size:30px">
936
+ <span class="code-name" style="font-size:30px">
1245
937
 
1246
938
  clear<span class="signature">()</span>
1247
939
 
@@ -1276,7 +968,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1276
968
 
1277
969
  <dt class="inherited-from">Inherited From:</dt>
1278
970
  <dd class="inherited-from"><ul class="dummy"><li>
1279
- <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>
971
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#clear">zondy.themelayer.GeoFeatureThemeLayer#clear</a>
1280
972
  </li></ul></dd>
1281
973
 
1282
974
 
@@ -1337,7 +1029,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1337
1029
  <h4 class="name" id="clearCache">
1338
1030
  <a class="href-link" href="#clearCache">#</a>
1339
1031
 
1340
- <span class="code-name" id="clearCache" style="font-size:30px">
1032
+ <span class="code-name" style="font-size:30px">
1341
1033
 
1342
1034
  clearCache<span class="signature">()</span>
1343
1035
 
@@ -1372,7 +1064,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1372
1064
 
1373
1065
  <dt class="inherited-from">Inherited From:</dt>
1374
1066
  <dd class="inherited-from"><ul class="dummy"><li>
1375
- <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>
1067
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#clearCache">zondy.themelayer.GeoFeatureThemeLayer#clearCache</a>
1376
1068
  </li></ul></dd>
1377
1069
 
1378
1070
 
@@ -1433,7 +1125,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1433
1125
  <h4 class="name" id="createThematicFeature">
1434
1126
  <a class="href-link" href="#createThematicFeature">#</a>
1435
1127
 
1436
- <span class="code-name" id="createThematicFeature" style="font-size:30px">
1128
+ <span class="code-name" style="font-size:30px">
1437
1129
 
1438
1130
  createThematicFeature<span class="signature">(feature)</span>
1439
1131
 
@@ -1455,7 +1147,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1455
1147
 
1456
1148
 
1457
1149
 
1458
- <h4>参数</h4>
1150
+ <h4>参数:</h4>
1459
1151
 
1460
1152
  <div class="table-container">
1461
1153
  <table class="params table">
@@ -1485,12 +1177,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1485
1177
  <td class="type">
1486
1178
 
1487
1179
 
1488
- <span class="param-type">
1489
-
1490
- Object
1491
-
1492
- </span>
1493
-
1180
+ <span class="param-type">Object</span>
1494
1181
 
1495
1182
 
1496
1183
 
@@ -1522,7 +1209,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1522
1209
 
1523
1210
  <dt class="inherited-from">Inherited From:</dt>
1524
1211
  <dd class="inherited-from"><ul class="dummy"><li>
1525
- <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>
1212
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#createThematicFeature">zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature</a>
1526
1213
  </li></ul></dd>
1527
1214
 
1528
1215
 
@@ -1583,7 +1270,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1583
1270
  <h4 class="name" id="destroyFeatures">
1584
1271
  <a class="href-link" href="#destroyFeatures">#</a>
1585
1272
 
1586
- <span class="code-name" id="destroyFeatures" style="font-size:30px">
1273
+ <span class="code-name" style="font-size:30px">
1587
1274
 
1588
1275
  destroyFeatures<span class="signature">(features)</span>
1589
1276
 
@@ -1605,7 +1292,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1605
1292
 
1606
1293
 
1607
1294
 
1608
- <h4>参数</h4>
1295
+ <h4>参数:</h4>
1609
1296
 
1610
1297
  <div class="table-container">
1611
1298
  <table class="params table">
@@ -1635,12 +1322,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1635
1322
  <td class="type">
1636
1323
 
1637
1324
 
1638
- <span class="param-type">
1639
-
1640
- Array.&lt;zondy.Feature.Vector>
1641
-
1642
- </span>
1643
-
1325
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
1644
1326
 
1645
1327
 
1646
1328
 
@@ -1672,7 +1354,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1672
1354
 
1673
1355
  <dt class="inherited-from">Inherited From:</dt>
1674
1356
  <dd class="inherited-from"><ul class="dummy"><li>
1675
- <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>
1357
+ <a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
1676
1358
  </li></ul></dd>
1677
1359
 
1678
1360
 
@@ -1733,7 +1415,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1733
1415
  <h4 class="name" id="getCacheCount">
1734
1416
  <a class="href-link" href="#getCacheCount">#</a>
1735
1417
 
1736
- <span class="code-name" id="getCacheCount" style="font-size:30px">
1418
+ <span class="code-name" style="font-size:30px">
1737
1419
 
1738
1420
  getCacheCount<span class="signature">()</span>
1739
1421
 
@@ -1768,7 +1450,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1768
1450
 
1769
1451
  <dt class="inherited-from">Inherited From:</dt>
1770
1452
  <dd class="inherited-from"><ul class="dummy"><li>
1771
- <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>
1453
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#getCacheCount">zondy.themelayer.GeoFeatureThemeLayer#getCacheCount</a>
1772
1454
  </li></ul></dd>
1773
1455
 
1774
1456
 
@@ -1816,7 +1498,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1816
1498
 
1817
1499
 
1818
1500
  <div class='columns method-parameter'>
1819
- <div class="column is-2"><label>返回值</label></div>
1501
+ <div class="column is-2"><label>返回值:</label></div>
1820
1502
  <div class="column is-10">
1821
1503
 
1822
1504
 
@@ -1829,12 +1511,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1829
1511
  <div class='column is-5 has-text-left'>
1830
1512
  <label>类型: </label>
1831
1513
 
1832
- <span class="param-type">
1833
-
1834
- number
1835
-
1836
- </span>
1837
-
1514
+ <span class="param-type">number</span>
1838
1515
 
1839
1516
 
1840
1517
  </div>
@@ -1859,7 +1536,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1859
1536
  <h4 class="name" id="getEvents">
1860
1537
  <a class="href-link" href="#getEvents">#</a>
1861
1538
 
1862
- <span class="code-name" id="getEvents" style="font-size:30px">
1539
+ <span class="code-name" style="font-size:30px">
1863
1540
 
1864
1541
  getEvents<span class="signature">()</span>
1865
1542
 
@@ -1894,7 +1571,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1894
1571
 
1895
1572
  <dt class="inherited-from">Inherited From:</dt>
1896
1573
  <dd class="inherited-from"><ul class="dummy"><li>
1897
- <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>
1574
+ <a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
1898
1575
  </li></ul></dd>
1899
1576
 
1900
1577
 
@@ -1942,7 +1619,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1942
1619
 
1943
1620
 
1944
1621
  <div class='columns method-parameter'>
1945
- <div class="column is-2"><label>返回值</label></div>
1622
+ <div class="column is-2"><label>返回值:</label></div>
1946
1623
  <div class="column is-10">
1947
1624
 
1948
1625
 
@@ -1955,12 +1632,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1955
1632
  <div class='column is-5 has-text-left'>
1956
1633
  <label>类型: </label>
1957
1634
 
1958
- <span class="param-type">
1959
-
1960
- Object
1961
-
1962
- </span>
1963
-
1635
+ <span class="param-type">Object</span>
1964
1636
 
1965
1637
 
1966
1638
  </div>
@@ -1985,7 +1657,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
1985
1657
  <h4 class="name" id="getFeatureBy">
1986
1658
  <a class="href-link" href="#getFeatureBy">#</a>
1987
1659
 
1988
- <span class="code-name" id="getFeatureBy" style="font-size:30px">
1660
+ <span class="code-name" style="font-size:30px">
1989
1661
 
1990
1662
  getFeatureBy<span class="signature">(property, value)</span>
1991
1663
 
@@ -2007,7 +1679,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2007
1679
 
2008
1680
 
2009
1681
 
2010
- <h4>参数</h4>
1682
+ <h4>参数:</h4>
2011
1683
 
2012
1684
  <div class="table-container">
2013
1685
  <table class="params table">
@@ -2037,12 +1709,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2037
1709
  <td class="type">
2038
1710
 
2039
1711
 
2040
- <span class="param-type">
2041
-
2042
- string
2043
-
2044
- </span>
2045
-
1712
+ <span class="param-type">string</span>
2046
1713
 
2047
1714
 
2048
1715
 
@@ -2066,12 +1733,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2066
1733
  <td class="type">
2067
1734
 
2068
1735
 
2069
- <span class="param-type">
2070
-
2071
- string
2072
-
2073
- </span>
2074
-
1736
+ <span class="param-type">string</span>
2075
1737
 
2076
1738
 
2077
1739
 
@@ -2103,7 +1765,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2103
1765
 
2104
1766
  <dt class="inherited-from">Inherited From:</dt>
2105
1767
  <dd class="inherited-from"><ul class="dummy"><li>
2106
- <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>
1768
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
2107
1769
  </li></ul></dd>
2108
1770
 
2109
1771
 
@@ -2164,7 +1826,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2164
1826
  <h4 class="name" id="getFeatureById">
2165
1827
  <a class="href-link" href="#getFeatureById">#</a>
2166
1828
 
2167
- <span class="code-name" id="getFeatureById" style="font-size:30px">
1829
+ <span class="code-name" style="font-size:30px">
2168
1830
 
2169
1831
  getFeatureById<span class="signature">(featureId)</span>
2170
1832
 
@@ -2186,7 +1848,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2186
1848
 
2187
1849
 
2188
1850
 
2189
- <h4>参数</h4>
1851
+ <h4>参数:</h4>
2190
1852
 
2191
1853
  <div class="table-container">
2192
1854
  <table class="params table">
@@ -2216,12 +1878,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2216
1878
  <td class="type">
2217
1879
 
2218
1880
 
2219
- <span class="param-type">
2220
-
2221
- number
2222
-
2223
- </span>
2224
-
1881
+ <span class="param-type">number</span>
2225
1882
 
2226
1883
 
2227
1884
 
@@ -2253,7 +1910,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2253
1910
 
2254
1911
  <dt class="inherited-from">Inherited From:</dt>
2255
1912
  <dd class="inherited-from"><ul class="dummy"><li>
2256
- <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>
1913
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
2257
1914
  </li></ul></dd>
2258
1915
 
2259
1916
 
@@ -2314,7 +1971,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2314
1971
  <h4 class="name" id="getFeatures">
2315
1972
  <a class="href-link" href="#getFeatures">#</a>
2316
1973
 
2317
- <span class="code-name" id="getFeatures" style="font-size:30px">
1974
+ <span class="code-name" style="font-size:30px">
2318
1975
 
2319
1976
  getFeatures<span class="signature">()</span>
2320
1977
 
@@ -2349,7 +2006,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2349
2006
 
2350
2007
  <dt class="inherited-from">Inherited From:</dt>
2351
2008
  <dd class="inherited-from"><ul class="dummy"><li>
2352
- <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>
2009
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
2353
2010
  </li></ul></dd>
2354
2011
 
2355
2012
 
@@ -2397,7 +2054,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2397
2054
 
2398
2055
 
2399
2056
  <div class='columns method-parameter'>
2400
- <div class="column is-2"><label>返回值</label></div>
2057
+ <div class="column is-2"><label>返回值:</label></div>
2401
2058
  <div class="column is-10">
2402
2059
 
2403
2060
 
@@ -2410,12 +2067,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2410
2067
  <div class='column is-5 has-text-left'>
2411
2068
  <label>类型: </label>
2412
2069
 
2413
- <span class="param-type">
2414
-
2415
- Array
2416
-
2417
- </span>
2418
-
2070
+ <span class="param-type">Array</span>
2419
2071
 
2420
2072
 
2421
2073
  </div>
@@ -2440,7 +2092,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2440
2092
  <h4 class="name" id="getFeaturesByAttribute">
2441
2093
  <a class="href-link" href="#getFeaturesByAttribute">#</a>
2442
2094
 
2443
- <span class="code-name" id="getFeaturesByAttribute" style="font-size:30px">
2095
+ <span class="code-name" style="font-size:30px">
2444
2096
 
2445
2097
  getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
2446
2098
 
@@ -2462,7 +2114,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2462
2114
 
2463
2115
 
2464
2116
 
2465
- <h4>参数</h4>
2117
+ <h4>参数:</h4>
2466
2118
 
2467
2119
  <div class="table-container">
2468
2120
  <table class="params table">
@@ -2492,12 +2144,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2492
2144
  <td class="type">
2493
2145
 
2494
2146
 
2495
- <span class="param-type">
2496
-
2497
- string
2498
-
2499
- </span>
2500
-
2147
+ <span class="param-type">string</span>
2501
2148
 
2502
2149
 
2503
2150
 
@@ -2521,12 +2168,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2521
2168
  <td class="type">
2522
2169
 
2523
2170
 
2524
- <span class="param-type">
2525
-
2526
- string
2527
-
2528
- </span>
2529
-
2171
+ <span class="param-type">string</span>
2530
2172
 
2531
2173
 
2532
2174
 
@@ -2558,7 +2200,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2558
2200
 
2559
2201
  <dt class="inherited-from">Inherited From:</dt>
2560
2202
  <dd class="inherited-from"><ul class="dummy"><li>
2561
- <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>
2203
+ <a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
2562
2204
  </li></ul></dd>
2563
2205
 
2564
2206
 
@@ -2606,7 +2248,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2606
2248
 
2607
2249
 
2608
2250
  <div class='columns method-parameter'>
2609
- <div class="column is-2"><label>返回值</label></div>
2251
+ <div class="column is-2"><label>返回值:</label></div>
2610
2252
  <div class="column is-10">
2611
2253
 
2612
2254
 
@@ -2619,12 +2261,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2619
2261
  <div class='column is-5 has-text-left'>
2620
2262
  <label>类型: </label>
2621
2263
 
2622
- <span class="param-type">
2623
-
2624
- Array
2625
-
2626
- </span>
2627
-
2264
+ <span class="param-type">Array</span>
2628
2265
 
2629
2266
 
2630
2267
  </div>
@@ -2649,7 +2286,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2649
2286
  <h4 class="name" id="getLocalXY">
2650
2287
  <a class="href-link" href="#getLocalXY">#</a>
2651
2288
 
2652
- <span class="code-name" id="getLocalXY" style="font-size:30px">
2289
+ <span class="code-name" style="font-size:30px">
2653
2290
 
2654
2291
  getLocalXY<span class="signature">(coordinate)</span>
2655
2292
 
@@ -2671,7 +2308,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2671
2308
 
2672
2309
 
2673
2310
 
2674
- <h4>参数</h4>
2311
+ <h4>参数:</h4>
2675
2312
 
2676
2313
  <div class="table-container">
2677
2314
  <table class="params table">
@@ -2701,12 +2338,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2701
2338
  <td class="type">
2702
2339
 
2703
2340
 
2704
- <span class="param-type">
2705
-
2706
- Array
2707
-
2708
- </span>
2709
-
2341
+ <span class="param-type">Array</span>
2710
2342
 
2711
2343
 
2712
2344
 
@@ -2738,7 +2370,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2738
2370
 
2739
2371
  <dt class="inherited-from">Inherited From:</dt>
2740
2372
  <dd class="inherited-from"><ul class="dummy"><li>
2741
- <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>
2373
+ <a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
2742
2374
  </li></ul></dd>
2743
2375
 
2744
2376
 
@@ -2799,7 +2431,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2799
2431
  <h4 class="name" id="getShapesByFeatureID">
2800
2432
  <a class="href-link" href="#getShapesByFeatureID">#</a>
2801
2433
 
2802
- <span class="code-name" id="getShapesByFeatureID" style="font-size:30px">
2434
+ <span class="code-name" style="font-size:30px">
2803
2435
 
2804
2436
  getShapesByFeatureID<span class="signature">(featureID)</span>
2805
2437
 
@@ -2821,7 +2453,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2821
2453
 
2822
2454
 
2823
2455
 
2824
- <h4>参数</h4>
2456
+ <h4>参数:</h4>
2825
2457
 
2826
2458
  <div class="table-container">
2827
2459
  <table class="params table">
@@ -2851,12 +2483,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2851
2483
  <td class="type">
2852
2484
 
2853
2485
 
2854
- <span class="param-type">
2855
-
2856
- number
2857
-
2858
- </span>
2859
-
2486
+ <span class="param-type">number</span>
2860
2487
 
2861
2488
 
2862
2489
 
@@ -2888,7 +2515,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2888
2515
 
2889
2516
  <dt class="inherited-from">Inherited From:</dt>
2890
2517
  <dd class="inherited-from"><ul class="dummy"><li>
2891
- <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>
2518
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#getShapesByFeatureID">zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
2892
2519
  </li></ul></dd>
2893
2520
 
2894
2521
 
@@ -2949,7 +2576,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2949
2576
  <h4 class="name" id="initialize">
2950
2577
  <a class="href-link" href="#initialize">#</a>
2951
2578
 
2952
- <span class="code-name" id="initialize" style="font-size:30px">
2579
+ <span class="code-name" style="font-size:30px">
2953
2580
 
2954
2581
  initialize<span class="signature">(name, options)</span>
2955
2582
 
@@ -2971,7 +2598,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
2971
2598
 
2972
2599
 
2973
2600
 
2974
- <h4>参数</h4>
2601
+ <h4>参数:</h4>
2975
2602
 
2976
2603
  <div class="table-container">
2977
2604
  <table class="params table">
@@ -3001,12 +2628,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3001
2628
  <td class="type">
3002
2629
 
3003
2630
 
3004
- <span class="param-type">
3005
-
3006
- string
3007
-
3008
- </span>
3009
-
2631
+ <span class="param-type">string</span>
3010
2632
 
3011
2633
 
3012
2634
 
@@ -3030,12 +2652,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3030
2652
  <td class="type">
3031
2653
 
3032
2654
 
3033
- <span class="param-type">
3034
-
3035
- Object
3036
-
3037
- </span>
3038
-
2655
+ <span class="param-type">Object</span>
3039
2656
 
3040
2657
 
3041
2658
 
@@ -3067,7 +2684,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3067
2684
 
3068
2685
  <dt class="inherited-from">Inherited From:</dt>
3069
2686
  <dd class="inherited-from"><ul class="dummy"><li>
3070
- <a goto="initialize" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#initialize" zondy.themelayer.GeoFeatureThemeLayer.html#initialize>zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
2687
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#initialize">zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
3071
2688
  </li></ul></dd>
3072
2689
 
3073
2690
 
@@ -3128,7 +2745,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3128
2745
  <h4 class="name" id="off">
3129
2746
  <a class="href-link" href="#off">#</a>
3130
2747
 
3131
- <span class="code-name" id="off" style="font-size:30px">
2748
+ <span class="code-name" style="font-size:30px">
3132
2749
 
3133
2750
  off<span class="signature">(event, callback, context)</span>
3134
2751
 
@@ -3150,7 +2767,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3150
2767
 
3151
2768
 
3152
2769
 
3153
- <h4>参数</h4>
2770
+ <h4>参数:</h4>
3154
2771
 
3155
2772
  <div class="table-container">
3156
2773
  <table class="params table">
@@ -3180,12 +2797,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3180
2797
  <td class="type">
3181
2798
 
3182
2799
 
3183
- <span class="param-type">
3184
-
3185
- Event
3186
-
3187
- </span>
3188
-
2800
+ <span class="param-type">Event</span>
3189
2801
 
3190
2802
 
3191
2803
 
@@ -3209,12 +2821,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3209
2821
  <td class="type">
3210
2822
 
3211
2823
 
3212
- <span class="param-type">
3213
-
3214
- function
3215
-
3216
- </span>
3217
-
2824
+ <span class="param-type">function</span>
3218
2825
 
3219
2826
 
3220
2827
 
@@ -3238,12 +2845,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3238
2845
  <td class="type">
3239
2846
 
3240
2847
 
3241
- <span class="param-type">
3242
-
3243
- string
3244
-
3245
- </span>
3246
-
2848
+ <span class="param-type">string</span>
3247
2849
 
3248
2850
 
3249
2851
 
@@ -3275,7 +2877,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3275
2877
 
3276
2878
  <dt class="inherited-from">Inherited From:</dt>
3277
2879
  <dd class="inherited-from"><ul class="dummy"><li>
3278
- <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>
2880
+ <a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
3279
2881
  </li></ul></dd>
3280
2882
 
3281
2883
 
@@ -3336,7 +2938,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3336
2938
  <h4 class="name" id="on">
3337
2939
  <a class="href-link" href="#on">#</a>
3338
2940
 
3339
- <span class="code-name" id="on" style="font-size:30px">
2941
+ <span class="code-name" style="font-size:30px">
3340
2942
 
3341
2943
  on<span class="signature">(event, callback, context)</span>
3342
2944
 
@@ -3358,7 +2960,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3358
2960
 
3359
2961
 
3360
2962
 
3361
- <h4>参数</h4>
2963
+ <h4>参数:</h4>
3362
2964
 
3363
2965
  <div class="table-container">
3364
2966
  <table class="params table">
@@ -3388,12 +2990,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3388
2990
  <td class="type">
3389
2991
 
3390
2992
 
3391
- <span class="param-type">
3392
-
3393
- Event
3394
-
3395
- </span>
3396
-
2993
+ <span class="param-type">Event</span>
3397
2994
 
3398
2995
 
3399
2996
 
@@ -3417,12 +3014,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3417
3014
  <td class="type">
3418
3015
 
3419
3016
 
3420
- <span class="param-type">
3421
-
3422
- function
3423
-
3424
- </span>
3425
-
3017
+ <span class="param-type">function</span>
3426
3018
 
3427
3019
 
3428
3020
 
@@ -3446,12 +3038,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3446
3038
  <td class="type">
3447
3039
 
3448
3040
 
3449
- <span class="param-type">
3450
-
3451
- string
3452
-
3453
- </span>
3454
-
3041
+ <span class="param-type">string</span>
3455
3042
 
3456
3043
 
3457
3044
 
@@ -3483,7 +3070,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3483
3070
 
3484
3071
  <dt class="inherited-from">Inherited From:</dt>
3485
3072
  <dd class="inherited-from"><ul class="dummy"><li>
3486
- <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>
3073
+ <a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
3487
3074
  </li></ul></dd>
3488
3075
 
3489
3076
 
@@ -3544,7 +3131,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3544
3131
  <h4 class="name" id="onRemove">
3545
3132
  <a class="href-link" href="#onRemove">#</a>
3546
3133
 
3547
- <span class="code-name" id="onRemove" style="font-size:30px">
3134
+ <span class="code-name" style="font-size:30px">
3548
3135
 
3549
3136
  onRemove<span class="signature">(map)</span>
3550
3137
 
@@ -3566,7 +3153,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3566
3153
 
3567
3154
 
3568
3155
 
3569
- <h4>参数</h4>
3156
+ <h4>参数:</h4>
3570
3157
 
3571
3158
  <div class="table-container">
3572
3159
  <table class="params table">
@@ -3596,12 +3183,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3596
3183
  <td class="type">
3597
3184
 
3598
3185
 
3599
- <span class="param-type">
3600
-
3601
- L.Map
3602
-
3603
- </span>
3604
-
3186
+ <span class="param-type">L.Map</span>
3605
3187
 
3606
3188
 
3607
3189
 
@@ -3633,7 +3215,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3633
3215
 
3634
3216
  <dt class="inherited-from">Inherited From:</dt>
3635
3217
  <dd class="inherited-from"><ul class="dummy"><li>
3636
- <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>
3218
+ <a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
3637
3219
  </li></ul></dd>
3638
3220
 
3639
3221
 
@@ -3694,7 +3276,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3694
3276
  <h4 class="name" id="redraw">
3695
3277
  <a class="href-link" href="#redraw">#</a>
3696
3278
 
3697
- <span class="code-name" id="redraw" style="font-size:30px">
3279
+ <span class="code-name" style="font-size:30px">
3698
3280
 
3699
3281
  redraw<span class="signature">()</span>
3700
3282
 
@@ -3729,7 +3311,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3729
3311
 
3730
3312
  <dt class="inherited-from">Inherited From:</dt>
3731
3313
  <dd class="inherited-from"><ul class="dummy"><li>
3732
- <a goto="redraw" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#redraw" zondy.themelayer.GeoFeatureThemeLayer.html#redraw>zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
3314
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#redraw">zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
3733
3315
  </li></ul></dd>
3734
3316
 
3735
3317
 
@@ -3790,7 +3372,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3790
3372
  <h4 class="name" id="redrawThematicFeatures">
3791
3373
  <a class="href-link" href="#redrawThematicFeatures">#</a>
3792
3374
 
3793
- <span class="code-name" id="redrawThematicFeatures" style="font-size:30px">
3375
+ <span class="code-name" style="font-size:30px">
3794
3376
 
3795
3377
  redrawThematicFeatures<span class="signature">(bounds)</span>
3796
3378
 
@@ -3814,7 +3396,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3814
3396
 
3815
3397
 
3816
3398
 
3817
- <h4>参数</h4>
3399
+ <h4>参数:</h4>
3818
3400
 
3819
3401
  <div class="table-container">
3820
3402
  <table class="params table">
@@ -3844,12 +3426,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3844
3426
  <td class="type">
3845
3427
 
3846
3428
 
3847
- <span class="param-type">
3848
-
3849
- L.bounds
3850
-
3851
- </span>
3852
-
3429
+ <span class="param-type">L.bounds</span>
3853
3430
 
3854
3431
 
3855
3432
 
@@ -3881,7 +3458,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3881
3458
 
3882
3459
  <dt class="inherited-from">Inherited From:</dt>
3883
3460
  <dd class="inherited-from"><ul class="dummy"><li>
3884
- <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>
3461
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#redrawThematicFeatures">zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
3885
3462
  </li></ul></dd>
3886
3463
 
3887
3464
 
@@ -3942,7 +3519,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3942
3519
  <h4 class="name" id="removeAllFeatures">
3943
3520
  <a class="href-link" href="#removeAllFeatures">#</a>
3944
3521
 
3945
- <span class="code-name" id="removeAllFeatures" style="font-size:30px">
3522
+ <span class="code-name" style="font-size:30px">
3946
3523
 
3947
3524
  removeAllFeatures<span class="signature">()</span>
3948
3525
 
@@ -3977,7 +3554,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
3977
3554
 
3978
3555
  <dt class="inherited-from">Inherited From:</dt>
3979
3556
  <dd class="inherited-from"><ul class="dummy"><li>
3980
- <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>
3557
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeAllFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures</a>
3981
3558
  </li></ul></dd>
3982
3559
 
3983
3560
 
@@ -4038,7 +3615,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4038
3615
  <h4 class="name" id="removeFeatures">
4039
3616
  <a class="href-link" href="#removeFeatures">#</a>
4040
3617
 
4041
- <span class="code-name" id="removeFeatures" style="font-size:30px">
3618
+ <span class="code-name" style="font-size:30px">
4042
3619
 
4043
3620
  removeFeatures<span class="signature">(features)</span>
4044
3621
 
@@ -4060,7 +3637,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4060
3637
 
4061
3638
 
4062
3639
 
4063
- <h4>参数</h4>
3640
+ <h4>参数:</h4>
4064
3641
 
4065
3642
  <div class="table-container">
4066
3643
  <table class="params table">
@@ -4090,12 +3667,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4090
3667
  <td class="type">
4091
3668
 
4092
3669
 
4093
- <span class="param-type">
4094
-
4095
- Object
4096
-
4097
- </span>
4098
-
3670
+ <span class="param-type">Object</span>
4099
3671
 
4100
3672
 
4101
3673
 
@@ -4127,7 +3699,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4127
3699
 
4128
3700
  <dt class="inherited-from">Inherited From:</dt>
4129
3701
  <dd class="inherited-from"><ul class="dummy"><li>
4130
- <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>
3702
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeFeatures</a>
4131
3703
  </li></ul></dd>
4132
3704
 
4133
3705
 
@@ -4188,7 +3760,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4188
3760
  <h4 class="name" id="setMaxCacheCount">
4189
3761
  <a class="href-link" href="#setMaxCacheCount">#</a>
4190
3762
 
4191
- <span class="code-name" id="setMaxCacheCount" style="font-size:30px">
3763
+ <span class="code-name" style="font-size:30px">
4192
3764
 
4193
3765
  setMaxCacheCount<span class="signature">(cacheCount)</span>
4194
3766
 
@@ -4210,7 +3782,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4210
3782
 
4211
3783
 
4212
3784
 
4213
- <h4>参数</h4>
3785
+ <h4>参数:</h4>
4214
3786
 
4215
3787
  <div class="table-container">
4216
3788
  <table class="params table">
@@ -4240,12 +3812,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4240
3812
  <td class="type">
4241
3813
 
4242
3814
 
4243
- <span class="param-type">
4244
-
4245
- number
4246
-
4247
- </span>
4248
-
3815
+ <span class="param-type">number</span>
4249
3816
 
4250
3817
 
4251
3818
 
@@ -4277,7 +3844,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4277
3844
 
4278
3845
  <dt class="inherited-from">Inherited From:</dt>
4279
3846
  <dd class="inherited-from"><ul class="dummy"><li>
4280
- <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>
3847
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#setMaxCacheCount">zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
4281
3848
  </li></ul></dd>
4282
3849
 
4283
3850
 
@@ -4338,7 +3905,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4338
3905
  <h4 class="name" id="setOpacity">
4339
3906
  <a class="href-link" href="#setOpacity">#</a>
4340
3907
 
4341
- <span class="code-name" id="setOpacity" style="font-size:30px">
3908
+ <span class="code-name" style="font-size:30px">
4342
3909
 
4343
3910
  setOpacity<span class="signature">(opacity)</span>
4344
3911
 
@@ -4360,7 +3927,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4360
3927
 
4361
3928
 
4362
3929
 
4363
- <h4>参数</h4>
3930
+ <h4>参数:</h4>
4364
3931
 
4365
3932
  <div class="table-container">
4366
3933
  <table class="params table">
@@ -4390,12 +3957,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4390
3957
  <td class="type">
4391
3958
 
4392
3959
 
4393
- <span class="param-type">
4394
-
4395
- number
4396
-
4397
- </span>
4398
-
3960
+ <span class="param-type">number</span>
4399
3961
 
4400
3962
 
4401
3963
 
@@ -4427,7 +3989,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4427
3989
 
4428
3990
  <dt class="inherited-from">Inherited From:</dt>
4429
3991
  <dd class="inherited-from"><ul class="dummy"><li>
4430
- <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>
3992
+ <a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
4431
3993
  </li></ul></dd>
4432
3994
 
4433
3995
 
@@ -4488,7 +4050,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4488
4050
  <h4 class="name" id="update">
4489
4051
  <a class="href-link" href="#update">#</a>
4490
4052
 
4491
- <span class="code-name" id="update" style="font-size:30px">
4053
+ <span class="code-name" style="font-size:30px">
4492
4054
 
4493
4055
  update<span class="signature">(bounds)</span>
4494
4056
 
@@ -4510,7 +4072,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4510
4072
 
4511
4073
 
4512
4074
 
4513
- <h4>参数</h4>
4075
+ <h4>参数:</h4>
4514
4076
 
4515
4077
  <div class="table-container">
4516
4078
  <table class="params table">
@@ -4540,12 +4102,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4540
4102
  <td class="type">
4541
4103
 
4542
4104
 
4543
- <span class="param-type">
4544
-
4545
- L.bounds
4546
-
4547
- </span>
4548
-
4105
+ <span class="param-type">L.bounds</span>
4549
4106
 
4550
4107
 
4551
4108
 
@@ -4577,7 +4134,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4577
4134
 
4578
4135
  <dt class="inherited-from">Inherited From:</dt>
4579
4136
  <dd class="inherited-from"><ul class="dummy"><li>
4580
- <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>
4137
+ <a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
4581
4138
  </li></ul></dd>
4582
4139
 
4583
4140
 
@@ -4640,36 +4197,6 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4640
4197
 
4641
4198
  <div class='vertical-section' style='margin-top: 10px'>
4642
4199
  <h3 id='event'>事件</h3>
4643
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
4644
- <div class="table-container">
4645
- <table class="params table">
4646
- <thead>
4647
- <tr>
4648
- <th>名称</th>
4649
- <th>描述</th>
4650
- </tr>
4651
- </thead>
4652
- <tbody>
4653
-
4654
- <tr class="deep-level-0">
4655
- <td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
4656
- <td class="name"><code>beforefeaturesadded</code></td>
4657
- </tr>
4658
-
4659
- <tr class="deep-level-0">
4660
- <td class="name"><code><a href="#changelayer">changelayer</a></code></td>
4661
- <td class="name"><code>changelayer</code></td>
4662
- </tr>
4663
-
4664
- <tr class="deep-level-0">
4665
- <td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
4666
- <td class="name"><code>featuresremoved</code></td>
4667
- </tr>
4668
-
4669
- </tbody>
4670
- </table>
4671
- </div>
4672
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
4673
4200
  <div class="members">
4674
4201
 
4675
4202
  <div class="member">
@@ -4680,7 +4207,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4680
4207
  <h4 class="name" id="event:beforefeaturesadded">
4681
4208
  <a class="href-link" href="#event:beforefeaturesadded">#</a>
4682
4209
 
4683
- <span class="code-name" id="beforefeaturesadded" style="font-size:30px">
4210
+ <span class="code-name" style="font-size:30px">
4684
4211
 
4685
4212
  beforefeaturesadded
4686
4213
 
@@ -4738,12 +4265,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4738
4265
  <td class="type">
4739
4266
 
4740
4267
 
4741
- <span class="param-type">
4742
-
4743
- Object
4744
-
4745
- </span>
4746
-
4268
+ <span class="param-type">Object</span>
4747
4269
 
4748
4270
 
4749
4271
 
@@ -4772,7 +4294,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4772
4294
 
4773
4295
  <dt class="inherited-from">Inherited From:</dt>
4774
4296
  <dd class="inherited-from"><ul class="dummy"><li>
4775
- <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>
4297
+ <a href="zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
4776
4298
  </li></ul></dd>
4777
4299
 
4778
4300
 
@@ -4835,7 +4357,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4835
4357
  <h4 class="name" id="event:changelayer">
4836
4358
  <a class="href-link" href="#event:changelayer">#</a>
4837
4359
 
4838
- <span class="code-name" id="changelayer" style="font-size:30px">
4360
+ <span class="code-name" style="font-size:30px">
4839
4361
 
4840
4362
  changelayer
4841
4363
 
@@ -4893,12 +4415,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4893
4415
  <td class="type">
4894
4416
 
4895
4417
 
4896
- <span class="param-type">
4897
-
4898
- Object
4899
-
4900
- </span>
4901
-
4418
+ <span class="param-type">Object</span>
4902
4419
 
4903
4420
 
4904
4421
 
@@ -4921,12 +4438,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4921
4438
  <td class="type">
4922
4439
 
4923
4440
 
4924
- <span class="param-type">
4925
-
4926
- string
4927
-
4928
- </span>
4929
-
4441
+ <span class="param-type">string</span>
4930
4442
 
4931
4443
 
4932
4444
 
@@ -4955,7 +4467,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
4955
4467
 
4956
4468
  <dt class="inherited-from">Inherited From:</dt>
4957
4469
  <dd class="inherited-from"><ul class="dummy"><li>
4958
- <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>
4470
+ <a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
4959
4471
  </li></ul></dd>
4960
4472
 
4961
4473
 
@@ -5018,7 +4530,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
5018
4530
  <h4 class="name" id="event:featuresremoved">
5019
4531
  <a class="href-link" href="#event:featuresremoved">#</a>
5020
4532
 
5021
- <span class="code-name" id="featuresremoved" style="font-size:30px">
4533
+ <span class="code-name" style="font-size:30px">
5022
4534
 
5023
4535
  featuresremoved
5024
4536
 
@@ -5076,12 +4588,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
5076
4588
  <td class="type">
5077
4589
 
5078
4590
 
5079
- <span class="param-type">
5080
-
5081
- Array.&lt;zondy.Feature.Vector>
5082
-
5083
- </span>
5084
-
4591
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
5085
4592
 
5086
4593
 
5087
4594
 
@@ -5104,12 +4611,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
5104
4611
  <td class="type">
5105
4612
 
5106
4613
 
5107
- <span class="param-type">
5108
-
5109
- boolean
5110
-
5111
- </span>
5112
-
4614
+ <span class="param-type">boolean</span>
5113
4615
 
5114
4616
 
5115
4617
 
@@ -5138,7 +4640,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
5138
4640
 
5139
4641
  <dt class="inherited-from">Inherited From:</dt>
5140
4642
  <dd class="inherited-from"><ul class="dummy"><li>
5141
- <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>
4643
+ <a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
5142
4644
  </li></ul></dd>
5143
4645
 
5144
4646
 
@@ -5198,4 +4700,42 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
5198
4700
 
5199
4701
  </article>
5200
4702
 
5201
- </section>
4703
+ </section>
4704
+
4705
+
4706
+
4707
+
4708
+ </div>
4709
+
4710
+ <footer class="footer">
4711
+ <div class="content has-text-centered">
4712
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
4713
+ <p class="sidebar-created-by">
4714
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
4715
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
4716
+ </p>
4717
+ </div>
4718
+ </footer>
4719
+
4720
+ </div>
4721
+ <div id="side-nav" class="side-nav">
4722
+ <div style="margin-bottom: 10px;">
4723
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
4724
+ </div>
4725
+ <div style="margin-bottom: 10px;">
4726
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
4727
+ </div>
4728
+ <div style="margin-bottom: 10px;">
4729
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
4730
+ </div>
4731
+ <div>
4732
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
4733
+ </div>
4734
+ </div>
4735
+ </div>
4736
+ <script src="scripts/linenumber.js"> </script>
4737
+
4738
+ <script src="scripts/search.js"> </script>
4739
+
4740
+ </body>
4741
+ </html>