@mapgis/webclient-leaflet-plugin 17.2.7 → 17.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +21 -0
  2. package/dist/es5/webclient-common.min.js +5 -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 +195 -122
  6. package/documention/ArcGISTileLayer.html +185 -62
  7. package/documention/EchartsLayer.html +178 -20
  8. package/documention/FeatureLayer.html +176 -8
  9. package/documention/FeatureLayerUtil.html +176 -34
  10. package/documention/IGSMapImageLayer.html +199 -146
  11. package/documention/IGSTileLayer.html +189 -86
  12. package/documention/L.zondy.MapvBaseLayer.html +187 -96
  13. package/documention/MapLayer.html +181 -38
  14. package/documention/MapVLayer.html +180 -32
  15. package/documention/MapView.html +2447 -0
  16. package/documention/MapViewLeaflet.html +366 -1410
  17. package/documention/Popup.html +198 -284
  18. package/documention/Screenshot.html +181 -134
  19. package/documention/SketchEditorLeaflet.html +241 -477
  20. package/documention/TileLayer.html +180 -32
  21. package/documention/TileLayerWMS.html +178 -20
  22. package/documention/VectorTileLayer.html +186 -68
  23. package/documention/WMSLayerView.html +188 -121
  24. package/documention/WebMapServiceLayer.html +192 -104
  25. package/documention/WebMapTileServiceLayer.html +193 -110
  26. package/documention/WebTileLayer.html +190 -92
  27. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +288 -658
  28. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +322 -870
  29. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +303 -736
  30. package/documention/Zondy.ThemeLayer.ThemeLayer.html +245 -483
  31. package/documention/Zondy.ThemeLayer.ThemeStyle.html +232 -866
  32. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +302 -792
  33. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +339 -941
  34. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +300 -720
  35. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +297 -759
  36. package/documention/Zondy.Widget.html +183 -48
  37. package/documention/Zondy.view.UI.html +180 -31
  38. package/documention/global.html +11446 -131
  39. package/documention/index.html +13 -16
  40. package/documention/scripts/search.js +1 -26
  41. package/documention/styles/app.min.css +1 -1
  42. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  43. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +153 -8
  44. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +153 -8
  45. package/package.json +7 -8
@@ -1,10 +1,140 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">rankSymbolThemeLayer</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> rankSymbolThemeLayer</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
24
 
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar "
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapImageLayer.html">ArcGISMapImageLayer</a><span style="display: none;"><p>ArcGIS地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileLayer.html">ArcGISTileLayer</a><span style="display: none;"><p>ArcGIS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EchartsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EchartsLayer.html">EchartsLayer</a><span style="display: none;"><p>Echarts图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayer.html">FeatureLayer</a><span style="display: none;"><p>要素图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSMapImageLayer.html">IGSMapImageLayer</a><span style="display: none;"><p>地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSTileLayer.html">IGSTileLayer</a><span style="display: none;"><p>IGS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapLayer.html">MapLayer</a><span style="display: none;"><p>屏幕出一张图图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapVLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapVLayer.html">MapVLayer</a><span style="display: none;"><p>MapV图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayer.html">TileLayer</a><span style="display: none;"><p>带裁剪功能的瓦片图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayerWMS"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayerWMS.html">TileLayerWMS</a><span style="display: none;"><p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VectorTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VectorTileLayer.html">VectorTileLayer</a><span style="display: none;"><p>矢量瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceLayer.html">WebMapServiceLayer</a><span style="display: none;"><p>WMS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceLayer.html">WebMapTileServiceLayer</a><span style="display: none;"><p>WMTS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebTileLayer.html">WebTileLayer</a><span style="display: none;"><p>网络瓦片图层(Leaflet)</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayerUtil.html">FeatureLayerUtil</a><span style="display: none;"><p>要素图层工具类(Leaflet)</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapView.html">MapView</a><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
108
+ 参考示例:
109
+ <a href='#MapView'>[初始化二维场景视图]</a>
110
+ <br>[ES5引入方式]:<br/>
111
+ zondy.leaflet.MapView() <br/>
112
+ [ES6引入方式]:<br/>
113
+ import { MapView } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
114
+ 参考示例:
115
+ <a href='#MapView'>[初始化二维场景视图]</a>
116
+ [ES6引入方式]:<br/>
117
+ import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
118
+ 自定义样式说明:<br/>
119
+ zondy-popup__content 弹窗容器样式<br/>
120
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
121
+ zondy-popup__header 弹窗头部样式<br/>
122
+ zondy-popup__content 弹窗主体样式<br/>
123
+ zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditorLeaflet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorLeaflet.html">SketchEditorLeaflet</a><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
124
+ <br>[ES5引入方式]:<br/>
125
+ const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
126
+ [ES6引入方式]:<br/>
127
+ import { SketchEditor } from &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>
128
+
129
+ </nav>
130
+ </div>
131
+ <div class="core" id="main-content-wrapper">
132
+ <div class="content">
133
+ <header id="page-title" class="page-title">
134
+ <span class="page-title-main">类名</span>
135
+ <span class="page-title-sub">rankSymbolThemeLayer</span>
136
+ </header>
137
+
8
138
 
9
139
 
10
140
 
@@ -25,7 +155,7 @@
25
155
  <h4 class="name" id="rankSymbolThemeLayer">
26
156
  <a class="href-link" href="#rankSymbolThemeLayer">#</a>
27
157
 
28
- <span class="code-name" id="rankSymbolThemeLayer" style="font-size:30px">
158
+ <span class="code-name" style="font-size:30px">
29
159
 
30
160
  new rankSymbolThemeLayer<span class="signature">(name, symbolType, options)</span>
31
161
 
@@ -50,7 +180,7 @@
50
180
 
51
181
 
52
182
 
53
- <h4>参数</h4>
183
+ <h4>参数:</h4>
54
184
 
55
185
  <div class="table-container">
56
186
  <table class="params table">
@@ -82,12 +212,7 @@
82
212
  <td class="type">
83
213
 
84
214
 
85
- <span class="param-type">
86
-
87
- string
88
-
89
- </span>
90
-
215
+ <span class="param-type">string</span>
91
216
 
92
217
 
93
218
 
@@ -115,12 +240,7 @@
115
240
  <td class="type">
116
241
 
117
242
 
118
- <span class="param-type">
119
-
120
- zondy.ChartType
121
-
122
- </span>
123
-
243
+ <span class="param-type">zondy.ChartType</span>
124
244
 
125
245
 
126
246
 
@@ -148,12 +268,7 @@
148
268
  <td class="type">
149
269
 
150
270
 
151
- <span class="param-type">
152
-
153
- Object
154
-
155
- </span>
156
-
271
+ <span class="param-type">Object</span>
157
272
 
158
273
 
159
274
 
@@ -179,12 +294,7 @@
179
294
  <td class="type">
180
295
 
181
296
 
182
- <span class="param-type">
183
-
184
- boolean
185
-
186
- </span>
187
-
297
+ <span class="param-type">boolean</span>
188
298
 
189
299
 
190
300
 
@@ -212,12 +322,7 @@
212
322
  <td class="type">
213
323
 
214
324
 
215
- <span class="param-type">
216
-
217
- string
218
-
219
- </span>
220
-
325
+ <span class="param-type">string</span>
221
326
 
222
327
 
223
328
 
@@ -243,12 +348,7 @@
243
348
  <td class="type">
244
349
 
245
350
 
246
- <span class="param-type">
247
-
248
- string
249
-
250
- </span>
251
-
351
+ <span class="param-type">string</span>
252
352
 
253
353
 
254
354
 
@@ -274,12 +374,7 @@
274
374
  <td class="type">
275
375
 
276
376
 
277
- <span class="param-type">
278
-
279
- number
280
-
281
- </span>
282
-
377
+ <span class="param-type">number</span>
283
378
 
284
379
 
285
380
 
@@ -382,7 +477,7 @@
382
477
 
383
478
 
384
479
  <ul>
385
- <li><a link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer" zondy.themelayer.GraphThemeLayer.html>zondy.themelayer.GraphThemeLayer</a></li>
480
+ <li><a href="zondy.themelayer.GraphThemeLayer.html">zondy.themelayer.GraphThemeLayer</a></li>
386
481
  </ul>
387
482
 
388
483
 
@@ -401,40 +496,6 @@
401
496
 
402
497
  <div class='vertical-section'>
403
498
  <h3 id='member'>成员变量</h3>
404
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
405
- <div class="table-container">
406
- <table class="params table">
407
- <thead>
408
- <tr>
409
- <th>名称</th>
410
- <th>类型</th>
411
- <th>描述</th>
412
- </tr>
413
- </thead>
414
- <tbody>
415
-
416
- <tr class="deep-level-0">
417
- <td class="name"><code><a href="#symbolSetting">symbolSetting</a></code></td>
418
- <td class="name">
419
- <code>
420
-
421
- <span class="param-type">
422
-
423
- Object
424
-
425
- </span>
426
-
427
-
428
-
429
- </code>
430
- </td>
431
- <td class="name"><code><p>符号 Circle 配置对象。</p></code></td>
432
- </tr>
433
-
434
- </tbody>
435
- </table>
436
- </div>
437
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
438
499
  <div class="members">
439
500
 
440
501
  <div class="member">
@@ -442,12 +503,7 @@
442
503
  <span class="method-parameter is-pulled-right">
443
504
  <label>类型:</label>
444
505
 
445
- <span class="param-type">
446
-
447
- Object
448
-
449
- </span>
450
-
506
+ <span class="param-type">Object</span>
451
507
 
452
508
 
453
509
  </span>
@@ -508,12 +564,7 @@
508
564
  <td class="type">
509
565
 
510
566
 
511
- <span class="param-type">
512
-
513
- Array
514
-
515
- </span>
516
-
567
+ <span class="param-type">Array</span>
517
568
 
518
569
 
519
570
 
@@ -546,12 +597,7 @@
546
597
  <td class="type">
547
598
 
548
599
 
549
- <span class="param-type">
550
-
551
- number
552
-
553
- </span>
554
-
600
+ <span class="param-type">number</span>
555
601
 
556
602
 
557
603
 
@@ -586,12 +632,7 @@
586
632
  <td class="type">
587
633
 
588
634
 
589
- <span class="param-type">
590
-
591
- number
592
-
593
- </span>
594
-
635
+ <span class="param-type">number</span>
595
636
 
596
637
 
597
638
 
@@ -626,12 +667,7 @@
626
667
  <td class="type">
627
668
 
628
669
 
629
- <span class="param-type">
630
-
631
- string
632
-
633
- </span>
634
-
670
+ <span class="param-type">string</span>
635
671
 
636
672
 
637
673
 
@@ -666,12 +702,7 @@
666
702
  <td class="type">
667
703
 
668
704
 
669
- <span class="param-type">
670
-
671
- Object
672
-
673
- </span>
674
-
705
+ <span class="param-type">Object</span>
675
706
 
676
707
 
677
708
 
@@ -706,12 +737,7 @@
706
737
  <td class="type">
707
738
 
708
739
 
709
- <span class="param-type">
710
-
711
- number
712
-
713
- </span>
714
-
740
+ <span class="param-type">number</span>
715
741
 
716
742
 
717
743
 
@@ -746,12 +772,7 @@
746
772
  <td class="type">
747
773
 
748
774
 
749
- <span class="param-type">
750
-
751
- Object
752
-
753
- </span>
754
-
775
+ <span class="param-type">Object</span>
755
776
 
756
777
 
757
778
 
@@ -786,12 +807,7 @@
786
807
  <td class="type">
787
808
 
788
809
 
789
- <span class="param-type">
790
-
791
- boolean
792
-
793
- </span>
794
-
810
+ <span class="param-type">boolean</span>
795
811
 
796
812
 
797
813
 
@@ -828,12 +844,7 @@
828
844
  <td class="type">
829
845
 
830
846
 
831
- <span class="param-type">
832
-
833
- boolean
834
-
835
- </span>
836
-
847
+ <span class="param-type">boolean</span>
837
848
 
838
849
 
839
850
 
@@ -914,373 +925,7 @@
914
925
 
915
926
  <div class='vertical-section'>
916
927
  <h3 id='function'>方法</h3>
917
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
918
928
  <div class="members">
919
- <div class="table-container">
920
- <table class="params table">
921
- <thead>
922
- <tr>
923
- <th>名称</th>
924
- <th>返回值类型</th>
925
- <th>描述</th>
926
- </tr>
927
- </thead>
928
- <tbody>
929
-
930
- <tr class="deep-level-0">
931
- <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
932
- <td class="name">
933
- <code>
934
-
935
- </code>
936
- </td>
937
- <td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
938
- </tr>
939
-
940
- <tr class="deep-level-0">
941
- <td class="name"><code><a href="#clear">clear</a></code></td>
942
- <td class="name">
943
- <code>
944
-
945
- </code>
946
- </td>
947
- <td class="name"><code><p>清除图层。清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
948
- </tr>
949
-
950
- <tr class="deep-level-0">
951
- <td class="name"><code><a href="#clearCache">clearCache</a></code></td>
952
- <td class="name">
953
- <code>
954
-
955
- </code>
956
- </td>
957
- <td class="name"><code><p>判断图表是否大小合适,超过地图范围的1/4的不绘制。</p></code></td>
958
- </tr>
959
-
960
- <tr class="deep-level-0">
961
- <td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
962
- <td class="name">
963
- <code>
964
-
965
-
966
- <span class="param-type">
967
-
968
- zondy.Theme
969
-
970
- </span>
971
-
972
-
973
-
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="#destroyFeatures">destroyFeatures</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="#drawCharts">drawCharts</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="#getEvents">getEvents</a></code></td>
1002
- <td class="name">
1003
- <code>
1004
-
1005
-
1006
- <span class="param-type">
1007
-
1008
- Object
1009
-
1010
- </span>
1011
-
1012
-
1013
-
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="#getFeatureBy">getFeatureBy</a></code></td>
1022
- <td class="name">
1023
- <code>
1024
-
1025
- </code>
1026
- </td>
1027
- <td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
1028
- </tr>
1029
-
1030
- <tr class="deep-level-0">
1031
- <td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
1032
- <td class="name">
1033
- <code>
1034
-
1035
- </code>
1036
- </td>
1037
- <td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
1038
- </tr>
1039
-
1040
- <tr class="deep-level-0">
1041
- <td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
1042
- <td class="name">
1043
- <code>
1044
-
1045
-
1046
- <span class="param-type">
1047
-
1048
- Array
1049
-
1050
- </span>
1051
-
1052
-
1053
-
1054
-
1055
- </code>
1056
- </td>
1057
- <td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
1058
- </tr>
1059
-
1060
- <tr class="deep-level-0">
1061
- <td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
1062
- <td class="name">
1063
- <code>
1064
-
1065
-
1066
- <span class="param-type">
1067
-
1068
- Array
1069
-
1070
- </span>
1071
-
1072
-
1073
-
1074
-
1075
- </code>
1076
- </td>
1077
- <td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
1078
- </tr>
1079
-
1080
- <tr class="deep-level-0">
1081
- <td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
1082
- <td class="name">
1083
- <code>
1084
-
1085
- </code>
1086
- </td>
1087
- <td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
1088
- </tr>
1089
-
1090
- <tr class="deep-level-0">
1091
- <td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
1092
- <td class="name">
1093
- <code>
1094
-
1095
- </code>
1096
- </td>
1097
- <td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
1098
- </tr>
1099
-
1100
- <tr class="deep-level-0">
1101
- <td class="name"><code><a href="#getWeightFieldValue">getWeightFieldValue</a></code></td>
1102
- <td class="name">
1103
- <code>
1104
-
1105
- </code>
1106
- </td>
1107
- <td class="name"><code><p>获取权重字段的值。</p></code></td>
1108
- </tr>
1109
-
1110
- <tr class="deep-level-0">
1111
- <td class="name"><code><a href="#initialize">initialize</a></code></td>
1112
- <td class="name">
1113
- <code>
1114
-
1115
- </code>
1116
- </td>
1117
- <td class="name"><code><p>初始化。</p></code></td>
1118
- </tr>
1119
-
1120
- <tr class="deep-level-0">
1121
- <td class="name"><code><a href="#isChartInMap">isChartInMap</a></code></td>
1122
- <td class="name">
1123
- <code>
1124
-
1125
- </code>
1126
- </td>
1127
- <td class="name"><code><p>判断图表是否在地图里。</p></code></td>
1128
- </tr>
1129
-
1130
- <tr class="deep-level-0">
1131
- <td class="name"><code><a href="#isPointInPoly">isPointInPoly</a></code></td>
1132
- <td class="name">
1133
- <code>
1134
-
1135
- </code>
1136
- </td>
1137
- <td class="name"><code><p>判断一个点是否在多边形里面。(射线法)</p></code></td>
1138
- </tr>
1139
-
1140
- <tr class="deep-level-0">
1141
- <td class="name"><code><a href="#isQuadrilateralOverLap">isQuadrilateralOverLap</a></code></td>
1142
- <td class="name">
1143
- <code>
1144
-
1145
- </code>
1146
- </td>
1147
- <td class="name"><code><p>判断两个四边形是否有压盖。</p></code></td>
1148
- </tr>
1149
-
1150
- <tr class="deep-level-0">
1151
- <td class="name"><code><a href="#lineIntersection">lineIntersection</a></code></td>
1152
- <td class="name">
1153
- <code>
1154
-
1155
-
1156
- <span class="param-type">
1157
-
1158
- Object
1159
-
1160
- </span>
1161
-
1162
-
1163
-
1164
-
1165
- </code>
1166
- </td>
1167
- <td class="name"><code><p>判断两条线段是不是有交点。</p></code></td>
1168
- </tr>
1169
-
1170
- <tr class="deep-level-0">
1171
- <td class="name"><code><a href="#off">off</a></code></td>
1172
- <td class="name">
1173
- <code>
1174
-
1175
- </code>
1176
- </td>
1177
- <td class="name"><code><p>移除专题要素事件监听。</p></code></td>
1178
- </tr>
1179
-
1180
- <tr class="deep-level-0">
1181
- <td class="name"><code><a href="#on">on</a></code></td>
1182
- <td class="name">
1183
- <code>
1184
-
1185
- </code>
1186
- </td>
1187
- <td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
1188
- </tr>
1189
-
1190
- <tr class="deep-level-0">
1191
- <td class="name"><code><a href="#onRemove">onRemove</a></code></td>
1192
- <td class="name">
1193
- <code>
1194
-
1195
- </code>
1196
- </td>
1197
- <td class="name"><code><p>删除某个地图。</p></code></td>
1198
- </tr>
1199
-
1200
- <tr class="deep-level-0">
1201
- <td class="name"><code><a href="#redraw">redraw</a></code></td>
1202
- <td class="name">
1203
- <code>
1204
-
1205
- </code>
1206
- </td>
1207
- <td class="name"><code><p>重绘该图层,成功则返回 true,否则返回 false。</p></code></td>
1208
- </tr>
1209
-
1210
- <tr class="deep-level-0">
1211
- <td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
1212
- <td class="name">
1213
- <code>
1214
-
1215
- </code>
1216
- </td>
1217
- <td class="name"><code><p>重绘所有专题要素 此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,压盖处理,缓存等步骤。地图漫游时调用此方法进行图层刷新。</p></code></td>
1218
- </tr>
1219
-
1220
- <tr class="deep-level-0">
1221
- <td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
1222
- <td class="name">
1223
- <code>
1224
-
1225
- </code>
1226
- </td>
1227
- <td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
1228
- </tr>
1229
-
1230
- <tr class="deep-level-0">
1231
- <td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
1232
- <td class="name">
1233
- <code>
1234
-
1235
- </code>
1236
- </td>
1237
- <td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素(数据)。</p></code></td>
1238
- </tr>
1239
-
1240
- <tr class="deep-level-0">
1241
- <td class="name"><code><a href="#setChartsType">setChartsType</a></code></td>
1242
- <td class="name">
1243
- <code>
1244
-
1245
- </code>
1246
- </td>
1247
- <td class="name"><code><p>设置图表类型,此函数可动态改变图表类型。在调用此函数前请通过 chartsSetting 为新类型的图表做相关配置。图表类型,目前支持:&quot;Bar&quot;, &quot;Bar3D&quot;, &quot;Line&quot;,&quot;Point&quot;,&quot;Pie&quot;,&quot;Ring&quot;。</p></code></td>
1248
- </tr>
1249
-
1250
- <tr class="deep-level-0">
1251
- <td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
1252
- <td class="name">
1253
- <code>
1254
-
1255
- </code>
1256
- </td>
1257
- <td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
1258
- </tr>
1259
-
1260
- <tr class="deep-level-0">
1261
- <td class="name"><code><a href="#setSymbolType">setSymbolType</a></code></td>
1262
- <td class="name">
1263
- <code>
1264
-
1265
- </code>
1266
- </td>
1267
- <td class="name"><code><p>设置符号类型,此函数可动态改变图表类型。在调用此函数前请通过 symbolSetting 为新类型的图表做相关配置。</p></code></td>
1268
- </tr>
1269
-
1270
- <tr class="deep-level-0">
1271
- <td class="name"><code><a href="#update">update</a></code></td>
1272
- <td class="name">
1273
- <code>
1274
-
1275
- </code>
1276
- </td>
1277
- <td class="name"><code><p>更新图层。</p></code></td>
1278
- </tr>
1279
-
1280
- </tbody>
1281
- </table>
1282
- </div>
1283
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1284
929
 
1285
930
  <div class="member">
1286
931
 
@@ -1289,7 +934,7 @@
1289
934
  <h4 class="name" id="addFeatures">
1290
935
  <a class="href-link" href="#addFeatures">#</a>
1291
936
 
1292
- <span class="code-name" id="addFeatures" style="font-size:30px">
937
+ <span class="code-name" style="font-size:30px">
1293
938
 
1294
939
  addFeatures<span class="signature">(features)</span>
1295
940
 
@@ -1311,7 +956,7 @@
1311
956
 
1312
957
 
1313
958
 
1314
- <h4>参数</h4>
959
+ <h4>参数:</h4>
1315
960
 
1316
961
  <div class="table-container">
1317
962
  <table class="params table">
@@ -1341,12 +986,7 @@
1341
986
  <td class="type">
1342
987
 
1343
988
 
1344
- <span class="param-type">
1345
-
1346
- L.features
1347
-
1348
- </span>
1349
-
989
+ <span class="param-type">L.features</span>
1350
990
 
1351
991
 
1352
992
 
@@ -1378,7 +1018,7 @@
1378
1018
 
1379
1019
  <dt class="inherited-from">Inherited From:</dt>
1380
1020
  <dd class="inherited-from"><ul class="dummy"><li>
1381
- <a goto="addFeatures" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#addFeatures" zondy.themelayer.GraphThemeLayer.html#addFeatures>zondy.themelayer.GraphThemeLayer#addFeatures</a>
1021
+ <a href="zondy.themelayer.GraphThemeLayer.html#addFeatures">zondy.themelayer.GraphThemeLayer#addFeatures</a>
1382
1022
  </li></ul></dd>
1383
1023
 
1384
1024
 
@@ -1439,7 +1079,7 @@
1439
1079
  <h4 class="name" id="clear">
1440
1080
  <a class="href-link" href="#clear">#</a>
1441
1081
 
1442
- <span class="code-name" id="clear" style="font-size:30px">
1082
+ <span class="code-name" style="font-size:30px">
1443
1083
 
1444
1084
  clear<span class="signature">()</span>
1445
1085
 
@@ -1474,7 +1114,7 @@
1474
1114
 
1475
1115
  <dt class="inherited-from">Inherited From:</dt>
1476
1116
  <dd class="inherited-from"><ul class="dummy"><li>
1477
- <a goto="clear" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#clear" zondy.themelayer.GraphThemeLayer.html#clear>zondy.themelayer.GraphThemeLayer#clear</a>
1117
+ <a href="zondy.themelayer.GraphThemeLayer.html#clear">zondy.themelayer.GraphThemeLayer#clear</a>
1478
1118
  </li></ul></dd>
1479
1119
 
1480
1120
 
@@ -1535,7 +1175,7 @@
1535
1175
  <h4 class="name" id="clearCache">
1536
1176
  <a class="href-link" href="#clearCache">#</a>
1537
1177
 
1538
- <span class="code-name" id="clearCache" style="font-size:30px">
1178
+ <span class="code-name" style="font-size:30px">
1539
1179
 
1540
1180
  clearCache<span class="signature">(mapPxBounds, chartPxBounds)</span>
1541
1181
 
@@ -1557,7 +1197,7 @@
1557
1197
 
1558
1198
 
1559
1199
 
1560
- <h4>参数</h4>
1200
+ <h4>参数:</h4>
1561
1201
 
1562
1202
  <div class="table-container">
1563
1203
  <table class="params table">
@@ -1587,12 +1227,7 @@
1587
1227
  <td class="type">
1588
1228
 
1589
1229
 
1590
- <span class="param-type">
1591
-
1592
- zondy.Bounds
1593
-
1594
- </span>
1595
-
1230
+ <span class="param-type">zondy.Bounds</span>
1596
1231
 
1597
1232
 
1598
1233
 
@@ -1616,12 +1251,7 @@
1616
1251
  <td class="type">
1617
1252
 
1618
1253
 
1619
- <span class="param-type">
1620
-
1621
- Array.&lt;Object>
1622
-
1623
- </span>
1624
-
1254
+ <span class="param-type">Array.&lt;Object></span>
1625
1255
 
1626
1256
 
1627
1257
 
@@ -1656,7 +1286,7 @@
1656
1286
 
1657
1287
  <dt class="tag-overrides">Overrides:</dt>
1658
1288
  <dd class="tag-overrides"><ul class="dummy"><li>
1659
- <a class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#clearCache" zondy.themelayer.GraphThemeLayer.html#clearCache>zondy.themelayer.GraphThemeLayer#clearCache</a>
1289
+ <a href="zondy.themelayer.GraphThemeLayer.html#clearCache">zondy.themelayer.GraphThemeLayer#clearCache</a>
1660
1290
  </li></ul></dd>
1661
1291
 
1662
1292
 
@@ -1715,7 +1345,7 @@
1715
1345
  <h4 class="name" id="createThematicFeature">
1716
1346
  <a class="href-link" href="#createThematicFeature">#</a>
1717
1347
 
1718
- <span class="code-name" id="createThematicFeature" style="font-size:30px">
1348
+ <span class="code-name" style="font-size:30px">
1719
1349
 
1720
1350
  createThematicFeature<span class="signature">(feature)</span>
1721
1351
 
@@ -1737,7 +1367,7 @@
1737
1367
 
1738
1368
 
1739
1369
 
1740
- <h4>参数</h4>
1370
+ <h4>参数:</h4>
1741
1371
 
1742
1372
  <div class="table-container">
1743
1373
  <table class="params table">
@@ -1767,12 +1397,7 @@
1767
1397
  <td class="type">
1768
1398
 
1769
1399
 
1770
- <span class="param-type">
1771
-
1772
- zondy.Feature.Vector
1773
-
1774
- </span>
1775
-
1400
+ <span class="param-type">zondy.Feature.Vector</span>
1776
1401
 
1777
1402
 
1778
1403
 
@@ -1806,7 +1431,7 @@
1806
1431
 
1807
1432
  <dt class="tag-overrides">Overrides:</dt>
1808
1433
  <dd class="tag-overrides"><ul class="dummy"><li>
1809
- <a class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#createThematicFeature" zondy.themelayer.GraphThemeLayer.html#createThematicFeature>zondy.themelayer.GraphThemeLayer#createThematicFeature</a>
1434
+ <a href="zondy.themelayer.GraphThemeLayer.html#createThematicFeature">zondy.themelayer.GraphThemeLayer#createThematicFeature</a>
1810
1435
  </li></ul></dd>
1811
1436
 
1812
1437
 
@@ -1852,7 +1477,7 @@
1852
1477
 
1853
1478
 
1854
1479
  <div class='columns method-parameter'>
1855
- <div class="column is-2"><label>返回值</label></div>
1480
+ <div class="column is-2"><label>返回值:</label></div>
1856
1481
  <div class="column is-10">
1857
1482
 
1858
1483
 
@@ -1865,12 +1490,7 @@
1865
1490
  <div class='column is-5 has-text-left'>
1866
1491
  <label>类型: </label>
1867
1492
 
1868
- <span class="param-type">
1869
-
1870
- zondy.Theme
1871
-
1872
- </span>
1873
-
1493
+ <span class="param-type">zondy.Theme</span>
1874
1494
 
1875
1495
 
1876
1496
  </div>
@@ -1895,7 +1515,7 @@
1895
1515
  <h4 class="name" id="destroyFeatures">
1896
1516
  <a class="href-link" href="#destroyFeatures">#</a>
1897
1517
 
1898
- <span class="code-name" id="destroyFeatures" style="font-size:30px">
1518
+ <span class="code-name" style="font-size:30px">
1899
1519
 
1900
1520
  destroyFeatures<span class="signature">(features)</span>
1901
1521
 
@@ -1917,7 +1537,7 @@
1917
1537
 
1918
1538
 
1919
1539
 
1920
- <h4>参数</h4>
1540
+ <h4>参数:</h4>
1921
1541
 
1922
1542
  <div class="table-container">
1923
1543
  <table class="params table">
@@ -1947,12 +1567,7 @@
1947
1567
  <td class="type">
1948
1568
 
1949
1569
 
1950
- <span class="param-type">
1951
-
1952
- Array.&lt;zondy.Feature.Vector>
1953
-
1954
- </span>
1955
-
1570
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
1956
1571
 
1957
1572
 
1958
1573
 
@@ -1984,7 +1599,7 @@
1984
1599
 
1985
1600
  <dt class="inherited-from">Inherited From:</dt>
1986
1601
  <dd class="inherited-from"><ul class="dummy"><li>
1987
- <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>
1602
+ <a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
1988
1603
  </li></ul></dd>
1989
1604
 
1990
1605
 
@@ -2045,7 +1660,7 @@
2045
1660
  <h4 class="name" id="drawCharts">
2046
1661
  <a class="href-link" href="#drawCharts">#</a>
2047
1662
 
2048
- <span class="code-name" id="drawCharts" style="font-size:30px">
1663
+ <span class="code-name" style="font-size:30px">
2049
1664
 
2050
1665
  drawCharts<span class="signature">()</span>
2051
1666
 
@@ -2080,7 +1695,7 @@
2080
1695
 
2081
1696
  <dt class="inherited-from">Inherited From:</dt>
2082
1697
  <dd class="inherited-from"><ul class="dummy"><li>
2083
- <a goto="drawCharts" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#drawCharts" zondy.themelayer.GraphThemeLayer.html#drawCharts>zondy.themelayer.GraphThemeLayer#drawCharts</a>
1698
+ <a href="zondy.themelayer.GraphThemeLayer.html#drawCharts">zondy.themelayer.GraphThemeLayer#drawCharts</a>
2084
1699
  </li></ul></dd>
2085
1700
 
2086
1701
 
@@ -2141,7 +1756,7 @@
2141
1756
  <h4 class="name" id="getEvents">
2142
1757
  <a class="href-link" href="#getEvents">#</a>
2143
1758
 
2144
- <span class="code-name" id="getEvents" style="font-size:30px">
1759
+ <span class="code-name" style="font-size:30px">
2145
1760
 
2146
1761
  getEvents<span class="signature">()</span>
2147
1762
 
@@ -2176,7 +1791,7 @@
2176
1791
 
2177
1792
  <dt class="inherited-from">Inherited From:</dt>
2178
1793
  <dd class="inherited-from"><ul class="dummy"><li>
2179
- <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>
1794
+ <a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
2180
1795
  </li></ul></dd>
2181
1796
 
2182
1797
 
@@ -2224,7 +1839,7 @@
2224
1839
 
2225
1840
 
2226
1841
  <div class='columns method-parameter'>
2227
- <div class="column is-2"><label>返回值</label></div>
1842
+ <div class="column is-2"><label>返回值:</label></div>
2228
1843
  <div class="column is-10">
2229
1844
 
2230
1845
 
@@ -2237,12 +1852,7 @@
2237
1852
  <div class='column is-5 has-text-left'>
2238
1853
  <label>类型: </label>
2239
1854
 
2240
- <span class="param-type">
2241
-
2242
- Object
2243
-
2244
- </span>
2245
-
1855
+ <span class="param-type">Object</span>
2246
1856
 
2247
1857
 
2248
1858
  </div>
@@ -2267,7 +1877,7 @@
2267
1877
  <h4 class="name" id="getFeatureBy">
2268
1878
  <a class="href-link" href="#getFeatureBy">#</a>
2269
1879
 
2270
- <span class="code-name" id="getFeatureBy" style="font-size:30px">
1880
+ <span class="code-name" style="font-size:30px">
2271
1881
 
2272
1882
  getFeatureBy<span class="signature">(property, value)</span>
2273
1883
 
@@ -2289,7 +1899,7 @@
2289
1899
 
2290
1900
 
2291
1901
 
2292
- <h4>参数</h4>
1902
+ <h4>参数:</h4>
2293
1903
 
2294
1904
  <div class="table-container">
2295
1905
  <table class="params table">
@@ -2319,12 +1929,7 @@
2319
1929
  <td class="type">
2320
1930
 
2321
1931
 
2322
- <span class="param-type">
2323
-
2324
- string
2325
-
2326
- </span>
2327
-
1932
+ <span class="param-type">string</span>
2328
1933
 
2329
1934
 
2330
1935
 
@@ -2348,12 +1953,7 @@
2348
1953
  <td class="type">
2349
1954
 
2350
1955
 
2351
- <span class="param-type">
2352
-
2353
- string
2354
-
2355
- </span>
2356
-
1956
+ <span class="param-type">string</span>
2357
1957
 
2358
1958
 
2359
1959
 
@@ -2385,7 +1985,7 @@
2385
1985
 
2386
1986
  <dt class="inherited-from">Inherited From:</dt>
2387
1987
  <dd class="inherited-from"><ul class="dummy"><li>
2388
- <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>
1988
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
2389
1989
  </li></ul></dd>
2390
1990
 
2391
1991
 
@@ -2446,7 +2046,7 @@
2446
2046
  <h4 class="name" id="getFeatureById">
2447
2047
  <a class="href-link" href="#getFeatureById">#</a>
2448
2048
 
2449
- <span class="code-name" id="getFeatureById" style="font-size:30px">
2049
+ <span class="code-name" style="font-size:30px">
2450
2050
 
2451
2051
  getFeatureById<span class="signature">(featureId)</span>
2452
2052
 
@@ -2468,7 +2068,7 @@
2468
2068
 
2469
2069
 
2470
2070
 
2471
- <h4>参数</h4>
2071
+ <h4>参数:</h4>
2472
2072
 
2473
2073
  <div class="table-container">
2474
2074
  <table class="params table">
@@ -2498,12 +2098,7 @@
2498
2098
  <td class="type">
2499
2099
 
2500
2100
 
2501
- <span class="param-type">
2502
-
2503
- number
2504
-
2505
- </span>
2506
-
2101
+ <span class="param-type">number</span>
2507
2102
 
2508
2103
 
2509
2104
 
@@ -2535,7 +2130,7 @@
2535
2130
 
2536
2131
  <dt class="inherited-from">Inherited From:</dt>
2537
2132
  <dd class="inherited-from"><ul class="dummy"><li>
2538
- <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>
2133
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
2539
2134
  </li></ul></dd>
2540
2135
 
2541
2136
 
@@ -2596,7 +2191,7 @@
2596
2191
  <h4 class="name" id="getFeatures">
2597
2192
  <a class="href-link" href="#getFeatures">#</a>
2598
2193
 
2599
- <span class="code-name" id="getFeatures" style="font-size:30px">
2194
+ <span class="code-name" style="font-size:30px">
2600
2195
 
2601
2196
  getFeatures<span class="signature">()</span>
2602
2197
 
@@ -2631,7 +2226,7 @@
2631
2226
 
2632
2227
  <dt class="inherited-from">Inherited From:</dt>
2633
2228
  <dd class="inherited-from"><ul class="dummy"><li>
2634
- <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>
2229
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
2635
2230
  </li></ul></dd>
2636
2231
 
2637
2232
 
@@ -2679,7 +2274,7 @@
2679
2274
 
2680
2275
 
2681
2276
  <div class='columns method-parameter'>
2682
- <div class="column is-2"><label>返回值</label></div>
2277
+ <div class="column is-2"><label>返回值:</label></div>
2683
2278
  <div class="column is-10">
2684
2279
 
2685
2280
 
@@ -2692,12 +2287,7 @@
2692
2287
  <div class='column is-5 has-text-left'>
2693
2288
  <label>类型: </label>
2694
2289
 
2695
- <span class="param-type">
2696
-
2697
- Array
2698
-
2699
- </span>
2700
-
2290
+ <span class="param-type">Array</span>
2701
2291
 
2702
2292
 
2703
2293
  </div>
@@ -2722,7 +2312,7 @@
2722
2312
  <h4 class="name" id="getFeaturesByAttribute">
2723
2313
  <a class="href-link" href="#getFeaturesByAttribute">#</a>
2724
2314
 
2725
- <span class="code-name" id="getFeaturesByAttribute" style="font-size:30px">
2315
+ <span class="code-name" style="font-size:30px">
2726
2316
 
2727
2317
  getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
2728
2318
 
@@ -2744,7 +2334,7 @@
2744
2334
 
2745
2335
 
2746
2336
 
2747
- <h4>参数</h4>
2337
+ <h4>参数:</h4>
2748
2338
 
2749
2339
  <div class="table-container">
2750
2340
  <table class="params table">
@@ -2774,12 +2364,7 @@
2774
2364
  <td class="type">
2775
2365
 
2776
2366
 
2777
- <span class="param-type">
2778
-
2779
- string
2780
-
2781
- </span>
2782
-
2367
+ <span class="param-type">string</span>
2783
2368
 
2784
2369
 
2785
2370
 
@@ -2803,12 +2388,7 @@
2803
2388
  <td class="type">
2804
2389
 
2805
2390
 
2806
- <span class="param-type">
2807
-
2808
- string
2809
-
2810
- </span>
2811
-
2391
+ <span class="param-type">string</span>
2812
2392
 
2813
2393
 
2814
2394
 
@@ -2840,7 +2420,7 @@
2840
2420
 
2841
2421
  <dt class="inherited-from">Inherited From:</dt>
2842
2422
  <dd class="inherited-from"><ul class="dummy"><li>
2843
- <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>
2423
+ <a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
2844
2424
  </li></ul></dd>
2845
2425
 
2846
2426
 
@@ -2888,7 +2468,7 @@
2888
2468
 
2889
2469
 
2890
2470
  <div class='columns method-parameter'>
2891
- <div class="column is-2"><label>返回值</label></div>
2471
+ <div class="column is-2"><label>返回值:</label></div>
2892
2472
  <div class="column is-10">
2893
2473
 
2894
2474
 
@@ -2901,12 +2481,7 @@
2901
2481
  <div class='column is-5 has-text-left'>
2902
2482
  <label>类型: </label>
2903
2483
 
2904
- <span class="param-type">
2905
-
2906
- Array
2907
-
2908
- </span>
2909
-
2484
+ <span class="param-type">Array</span>
2910
2485
 
2911
2486
 
2912
2487
  </div>
@@ -2931,7 +2506,7 @@
2931
2506
  <h4 class="name" id="getLocalXY">
2932
2507
  <a class="href-link" href="#getLocalXY">#</a>
2933
2508
 
2934
- <span class="code-name" id="getLocalXY" style="font-size:30px">
2509
+ <span class="code-name" style="font-size:30px">
2935
2510
 
2936
2511
  getLocalXY<span class="signature">(coordinate)</span>
2937
2512
 
@@ -2953,7 +2528,7 @@
2953
2528
 
2954
2529
 
2955
2530
 
2956
- <h4>参数</h4>
2531
+ <h4>参数:</h4>
2957
2532
 
2958
2533
  <div class="table-container">
2959
2534
  <table class="params table">
@@ -2983,12 +2558,7 @@
2983
2558
  <td class="type">
2984
2559
 
2985
2560
 
2986
- <span class="param-type">
2987
-
2988
- Array
2989
-
2990
- </span>
2991
-
2561
+ <span class="param-type">Array</span>
2992
2562
 
2993
2563
 
2994
2564
 
@@ -3020,7 +2590,7 @@
3020
2590
 
3021
2591
  <dt class="inherited-from">Inherited From:</dt>
3022
2592
  <dd class="inherited-from"><ul class="dummy"><li>
3023
- <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>
2593
+ <a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
3024
2594
  </li></ul></dd>
3025
2595
 
3026
2596
 
@@ -3081,7 +2651,7 @@
3081
2651
  <h4 class="name" id="getShapesByFeatureID">
3082
2652
  <a class="href-link" href="#getShapesByFeatureID">#</a>
3083
2653
 
3084
- <span class="code-name" id="getShapesByFeatureID" style="font-size:30px">
2654
+ <span class="code-name" style="font-size:30px">
3085
2655
 
3086
2656
  getShapesByFeatureID<span class="signature">(featureID)</span>
3087
2657
 
@@ -3103,7 +2673,7 @@
3103
2673
 
3104
2674
 
3105
2675
 
3106
- <h4>参数</h4>
2676
+ <h4>参数:</h4>
3107
2677
 
3108
2678
  <div class="table-container">
3109
2679
  <table class="params table">
@@ -3133,12 +2703,7 @@
3133
2703
  <td class="type">
3134
2704
 
3135
2705
 
3136
- <span class="param-type">
3137
-
3138
- number
3139
-
3140
- </span>
3141
-
2706
+ <span class="param-type">number</span>
3142
2707
 
3143
2708
 
3144
2709
 
@@ -3170,7 +2735,7 @@
3170
2735
 
3171
2736
  <dt class="inherited-from">Inherited From:</dt>
3172
2737
  <dd class="inherited-from"><ul class="dummy"><li>
3173
- <a goto="getShapesByFeatureID" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#getShapesByFeatureID" zondy.themelayer.GraphThemeLayer.html#getShapesByFeatureID>zondy.themelayer.GraphThemeLayer#getShapesByFeatureID</a>
2738
+ <a href="zondy.themelayer.GraphThemeLayer.html#getShapesByFeatureID">zondy.themelayer.GraphThemeLayer#getShapesByFeatureID</a>
3174
2739
  </li></ul></dd>
3175
2740
 
3176
2741
 
@@ -3231,7 +2796,7 @@
3231
2796
  <h4 class="name" id="getWeightFieldValue">
3232
2797
  <a class="href-link" href="#getWeightFieldValue">#</a>
3233
2798
 
3234
- <span class="code-name" id="getWeightFieldValue" style="font-size:30px">
2799
+ <span class="code-name" style="font-size:30px">
3235
2800
 
3236
2801
  getWeightFieldValue<span class="signature">(feature, weightField, defaultValue)</span>
3237
2802
 
@@ -3253,7 +2818,7 @@
3253
2818
 
3254
2819
 
3255
2820
 
3256
- <h4>参数</h4>
2821
+ <h4>参数:</h4>
3257
2822
 
3258
2823
  <div class="table-container">
3259
2824
  <table class="params table">
@@ -3283,12 +2848,7 @@
3283
2848
  <td class="type">
3284
2849
 
3285
2850
 
3286
- <span class="param-type">
3287
-
3288
- zondy.Feature.Vector
3289
-
3290
- </span>
3291
-
2851
+ <span class="param-type">zondy.Feature.Vector</span>
3292
2852
 
3293
2853
 
3294
2854
 
@@ -3312,12 +2872,7 @@
3312
2872
  <td class="type">
3313
2873
 
3314
2874
 
3315
- <span class="param-type">
3316
-
3317
- Array.&lt;string>
3318
-
3319
- </span>
3320
-
2875
+ <span class="param-type">Array.&lt;string></span>
3321
2876
 
3322
2877
 
3323
2878
 
@@ -3341,12 +2896,7 @@
3341
2896
  <td class="type">
3342
2897
 
3343
2898
 
3344
- <span class="param-type">
3345
-
3346
- number
3347
-
3348
- </span>
3349
-
2899
+ <span class="param-type">number</span>
3350
2900
 
3351
2901
 
3352
2902
 
@@ -3378,7 +2928,7 @@
3378
2928
 
3379
2929
  <dt class="inherited-from">Inherited From:</dt>
3380
2930
  <dd class="inherited-from"><ul class="dummy"><li>
3381
- <a goto="getWeightFieldValue" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#getWeightFieldValue" zondy.themelayer.GraphThemeLayer.html#getWeightFieldValue>zondy.themelayer.GraphThemeLayer#getWeightFieldValue</a>
2931
+ <a href="zondy.themelayer.GraphThemeLayer.html#getWeightFieldValue">zondy.themelayer.GraphThemeLayer#getWeightFieldValue</a>
3382
2932
  </li></ul></dd>
3383
2933
 
3384
2934
 
@@ -3439,7 +2989,7 @@
3439
2989
  <h4 class="name" id="initialize">
3440
2990
  <a class="href-link" href="#initialize">#</a>
3441
2991
 
3442
- <span class="code-name" id="initialize" style="font-size:30px">
2992
+ <span class="code-name" style="font-size:30px">
3443
2993
 
3444
2994
  initialize<span class="signature">(name, chartsType, options)</span>
3445
2995
 
@@ -3461,7 +3011,7 @@
3461
3011
 
3462
3012
 
3463
3013
 
3464
- <h4>参数</h4>
3014
+ <h4>参数:</h4>
3465
3015
 
3466
3016
  <div class="table-container">
3467
3017
  <table class="params table">
@@ -3491,12 +3041,7 @@
3491
3041
  <td class="type">
3492
3042
 
3493
3043
 
3494
- <span class="param-type">
3495
-
3496
- string
3497
-
3498
- </span>
3499
-
3044
+ <span class="param-type">string</span>
3500
3045
 
3501
3046
 
3502
3047
 
@@ -3520,12 +3065,7 @@
3520
3065
  <td class="type">
3521
3066
 
3522
3067
 
3523
- <span class="param-type">
3524
-
3525
- string
3526
-
3527
- </span>
3528
-
3068
+ <span class="param-type">string</span>
3529
3069
 
3530
3070
 
3531
3071
 
@@ -3549,12 +3089,7 @@
3549
3089
  <td class="type">
3550
3090
 
3551
3091
 
3552
- <span class="param-type">
3553
-
3554
- Object
3555
-
3556
- </span>
3557
-
3092
+ <span class="param-type">Object</span>
3558
3093
 
3559
3094
 
3560
3095
 
@@ -3586,7 +3121,7 @@
3586
3121
 
3587
3122
  <dt class="inherited-from">Inherited From:</dt>
3588
3123
  <dd class="inherited-from"><ul class="dummy"><li>
3589
- <a goto="initialize" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#initialize" zondy.themelayer.GraphThemeLayer.html#initialize>zondy.themelayer.GraphThemeLayer#initialize</a>
3124
+ <a href="zondy.themelayer.GraphThemeLayer.html#initialize">zondy.themelayer.GraphThemeLayer#initialize</a>
3590
3125
  </li></ul></dd>
3591
3126
 
3592
3127
 
@@ -3647,7 +3182,7 @@
3647
3182
  <h4 class="name" id="isChartInMap">
3648
3183
  <a class="href-link" href="#isChartInMap">#</a>
3649
3184
 
3650
- <span class="code-name" id="isChartInMap" style="font-size:30px">
3185
+ <span class="code-name" style="font-size:30px">
3651
3186
 
3652
3187
  isChartInMap<span class="signature">(mapPxBounds, chartPxBounds)</span>
3653
3188
 
@@ -3669,7 +3204,7 @@
3669
3204
 
3670
3205
 
3671
3206
 
3672
- <h4>参数</h4>
3207
+ <h4>参数:</h4>
3673
3208
 
3674
3209
  <div class="table-container">
3675
3210
  <table class="params table">
@@ -3699,12 +3234,7 @@
3699
3234
  <td class="type">
3700
3235
 
3701
3236
 
3702
- <span class="param-type">
3703
-
3704
- zondy.Bounds
3705
-
3706
- </span>
3707
-
3237
+ <span class="param-type">zondy.Bounds</span>
3708
3238
 
3709
3239
 
3710
3240
 
@@ -3728,12 +3258,7 @@
3728
3258
  <td class="type">
3729
3259
 
3730
3260
 
3731
- <span class="param-type">
3732
-
3733
- Array.&lt;Object>
3734
-
3735
- </span>
3736
-
3261
+ <span class="param-type">Array.&lt;Object></span>
3737
3262
 
3738
3263
 
3739
3264
 
@@ -3766,7 +3291,7 @@
3766
3291
 
3767
3292
  <dt class="inherited-from">Inherited From:</dt>
3768
3293
  <dd class="inherited-from"><ul class="dummy"><li>
3769
- <a goto="isChartInMap" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#isChartInMap" zondy.themelayer.GraphThemeLayer.html#isChartInMap>zondy.themelayer.GraphThemeLayer#isChartInMap</a>
3294
+ <a href="zondy.themelayer.GraphThemeLayer.html#isChartInMap">zondy.themelayer.GraphThemeLayer#isChartInMap</a>
3770
3295
  </li></ul></dd>
3771
3296
 
3772
3297
 
@@ -3827,7 +3352,7 @@
3827
3352
  <h4 class="name" id="isPointInPoly">
3828
3353
  <a class="href-link" href="#isPointInPoly">#</a>
3829
3354
 
3830
- <span class="code-name" id="isPointInPoly" style="font-size:30px">
3355
+ <span class="code-name" style="font-size:30px">
3831
3356
 
3832
3357
  isPointInPoly<span class="signature">(pt, poly)</span>
3833
3358
 
@@ -3849,7 +3374,7 @@
3849
3374
 
3850
3375
 
3851
3376
 
3852
- <h4>参数</h4>
3377
+ <h4>参数:</h4>
3853
3378
 
3854
3379
  <div class="table-container">
3855
3380
  <table class="params table">
@@ -3879,12 +3404,7 @@
3879
3404
  <td class="type">
3880
3405
 
3881
3406
 
3882
- <span class="param-type">
3883
-
3884
- Object
3885
-
3886
- </span>
3887
-
3407
+ <span class="param-type">Object</span>
3888
3408
 
3889
3409
 
3890
3410
 
@@ -3908,12 +3428,7 @@
3908
3428
  <td class="type">
3909
3429
 
3910
3430
 
3911
- <span class="param-type">
3912
-
3913
- Array.&lt;Object>
3914
-
3915
- </span>
3916
-
3431
+ <span class="param-type">Array.&lt;Object></span>
3917
3432
 
3918
3433
 
3919
3434
 
@@ -3946,7 +3461,7 @@
3946
3461
 
3947
3462
  <dt class="inherited-from">Inherited From:</dt>
3948
3463
  <dd class="inherited-from"><ul class="dummy"><li>
3949
- <a goto="isPointInPoly" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#isPointInPoly" zondy.themelayer.GraphThemeLayer.html#isPointInPoly>zondy.themelayer.GraphThemeLayer#isPointInPoly</a>
3464
+ <a href="zondy.themelayer.GraphThemeLayer.html#isPointInPoly">zondy.themelayer.GraphThemeLayer#isPointInPoly</a>
3950
3465
  </li></ul></dd>
3951
3466
 
3952
3467
 
@@ -4007,7 +3522,7 @@
4007
3522
  <h4 class="name" id="isQuadrilateralOverLap">
4008
3523
  <a class="href-link" href="#isQuadrilateralOverLap">#</a>
4009
3524
 
4010
- <span class="code-name" id="isQuadrilateralOverLap" style="font-size:30px">
3525
+ <span class="code-name" style="font-size:30px">
4011
3526
 
4012
3527
  isQuadrilateralOverLap<span class="signature">(rect1, rect2)</span>
4013
3528
 
@@ -4029,7 +3544,7 @@
4029
3544
 
4030
3545
 
4031
3546
 
4032
- <h4>参数</h4>
3547
+ <h4>参数:</h4>
4033
3548
 
4034
3549
  <div class="table-container">
4035
3550
  <table class="params table">
@@ -4059,12 +3574,7 @@
4059
3574
  <td class="type">
4060
3575
 
4061
3576
 
4062
- <span class="param-type">
4063
-
4064
- Array.&lt;Object>
4065
-
4066
- </span>
4067
-
3577
+ <span class="param-type">Array.&lt;Object></span>
4068
3578
 
4069
3579
 
4070
3580
 
@@ -4088,12 +3598,7 @@
4088
3598
  <td class="type">
4089
3599
 
4090
3600
 
4091
- <span class="param-type">
4092
-
4093
- Array.&lt;Object>
4094
-
4095
- </span>
4096
-
3601
+ <span class="param-type">Array.&lt;Object></span>
4097
3602
 
4098
3603
 
4099
3604
 
@@ -4125,7 +3630,7 @@
4125
3630
 
4126
3631
  <dt class="inherited-from">Inherited From:</dt>
4127
3632
  <dd class="inherited-from"><ul class="dummy"><li>
4128
- <a goto="isQuadrilateralOverLap" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#isQuadrilateralOverLap" zondy.themelayer.GraphThemeLayer.html#isQuadrilateralOverLap>zondy.themelayer.GraphThemeLayer#isQuadrilateralOverLap</a>
3633
+ <a href="zondy.themelayer.GraphThemeLayer.html#isQuadrilateralOverLap">zondy.themelayer.GraphThemeLayer#isQuadrilateralOverLap</a>
4129
3634
  </li></ul></dd>
4130
3635
 
4131
3636
 
@@ -4193,7 +3698,7 @@
4193
3698
  <h4 class="name" id="lineIntersection">
4194
3699
  <a class="href-link" href="#lineIntersection">#</a>
4195
3700
 
4196
- <span class="code-name" id="lineIntersection" style="font-size:30px">
3701
+ <span class="code-name" style="font-size:30px">
4197
3702
 
4198
3703
  lineIntersection<span class="signature">(a1, a2, b1, b2)</span>
4199
3704
 
@@ -4215,7 +3720,7 @@
4215
3720
 
4216
3721
 
4217
3722
 
4218
- <h4>参数</h4>
3723
+ <h4>参数:</h4>
4219
3724
 
4220
3725
  <div class="table-container">
4221
3726
  <table class="params table">
@@ -4245,12 +3750,7 @@
4245
3750
  <td class="type">
4246
3751
 
4247
3752
 
4248
- <span class="param-type">
4249
-
4250
- zondy.geometry.Point
4251
-
4252
- </span>
4253
-
3753
+ <span class="param-type">zondy.geometry.Point</span>
4254
3754
 
4255
3755
 
4256
3756
 
@@ -4274,12 +3774,7 @@
4274
3774
  <td class="type">
4275
3775
 
4276
3776
 
4277
- <span class="param-type">
4278
-
4279
- zondy.geometry.Point
4280
-
4281
- </span>
4282
-
3777
+ <span class="param-type">zondy.geometry.Point</span>
4283
3778
 
4284
3779
 
4285
3780
 
@@ -4303,12 +3798,7 @@
4303
3798
  <td class="type">
4304
3799
 
4305
3800
 
4306
- <span class="param-type">
4307
-
4308
- zondy.geometry.Point
4309
-
4310
- </span>
4311
-
3801
+ <span class="param-type">zondy.geometry.Point</span>
4312
3802
 
4313
3803
 
4314
3804
 
@@ -4332,12 +3822,7 @@
4332
3822
  <td class="type">
4333
3823
 
4334
3824
 
4335
- <span class="param-type">
4336
-
4337
- zondy.geometry.Point
4338
-
4339
- </span>
4340
-
3825
+ <span class="param-type">zondy.geometry.Point</span>
4341
3826
 
4342
3827
 
4343
3828
 
@@ -4369,7 +3854,7 @@
4369
3854
 
4370
3855
  <dt class="inherited-from">Inherited From:</dt>
4371
3856
  <dd class="inherited-from"><ul class="dummy"><li>
4372
- <a goto="lineIntersection" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#lineIntersection" zondy.themelayer.GraphThemeLayer.html#lineIntersection>zondy.themelayer.GraphThemeLayer#lineIntersection</a>
3857
+ <a href="zondy.themelayer.GraphThemeLayer.html#lineIntersection">zondy.themelayer.GraphThemeLayer#lineIntersection</a>
4373
3858
  </li></ul></dd>
4374
3859
 
4375
3860
 
@@ -4417,7 +3902,7 @@
4417
3902
 
4418
3903
 
4419
3904
  <div class='columns method-parameter'>
4420
- <div class="column is-2"><label>返回值</label></div>
3905
+ <div class="column is-2"><label>返回值:</label></div>
4421
3906
  <div class="column is-10">
4422
3907
 
4423
3908
 
@@ -4430,12 +3915,7 @@
4430
3915
  <div class='column is-5 has-text-left'>
4431
3916
  <label>类型: </label>
4432
3917
 
4433
- <span class="param-type">
4434
-
4435
- Object
4436
-
4437
- </span>
4438
-
3918
+ <span class="param-type">Object</span>
4439
3919
 
4440
3920
 
4441
3921
  </div>
@@ -4460,7 +3940,7 @@
4460
3940
  <h4 class="name" id="off">
4461
3941
  <a class="href-link" href="#off">#</a>
4462
3942
 
4463
- <span class="code-name" id="off" style="font-size:30px">
3943
+ <span class="code-name" style="font-size:30px">
4464
3944
 
4465
3945
  off<span class="signature">(event, callback, context)</span>
4466
3946
 
@@ -4482,7 +3962,7 @@
4482
3962
 
4483
3963
 
4484
3964
 
4485
- <h4>参数</h4>
3965
+ <h4>参数:</h4>
4486
3966
 
4487
3967
  <div class="table-container">
4488
3968
  <table class="params table">
@@ -4512,12 +3992,7 @@
4512
3992
  <td class="type">
4513
3993
 
4514
3994
 
4515
- <span class="param-type">
4516
-
4517
- Event
4518
-
4519
- </span>
4520
-
3995
+ <span class="param-type">Event</span>
4521
3996
 
4522
3997
 
4523
3998
 
@@ -4541,12 +4016,7 @@
4541
4016
  <td class="type">
4542
4017
 
4543
4018
 
4544
- <span class="param-type">
4545
-
4546
- function
4547
-
4548
- </span>
4549
-
4019
+ <span class="param-type">function</span>
4550
4020
 
4551
4021
 
4552
4022
 
@@ -4570,12 +4040,7 @@
4570
4040
  <td class="type">
4571
4041
 
4572
4042
 
4573
- <span class="param-type">
4574
-
4575
- string
4576
-
4577
- </span>
4578
-
4043
+ <span class="param-type">string</span>
4579
4044
 
4580
4045
 
4581
4046
 
@@ -4607,7 +4072,7 @@
4607
4072
 
4608
4073
  <dt class="inherited-from">Inherited From:</dt>
4609
4074
  <dd class="inherited-from"><ul class="dummy"><li>
4610
- <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>
4075
+ <a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
4611
4076
  </li></ul></dd>
4612
4077
 
4613
4078
 
@@ -4668,7 +4133,7 @@
4668
4133
  <h4 class="name" id="on">
4669
4134
  <a class="href-link" href="#on">#</a>
4670
4135
 
4671
- <span class="code-name" id="on" style="font-size:30px">
4136
+ <span class="code-name" style="font-size:30px">
4672
4137
 
4673
4138
  on<span class="signature">(event, callback, context)</span>
4674
4139
 
@@ -4690,7 +4155,7 @@
4690
4155
 
4691
4156
 
4692
4157
 
4693
- <h4>参数</h4>
4158
+ <h4>参数:</h4>
4694
4159
 
4695
4160
  <div class="table-container">
4696
4161
  <table class="params table">
@@ -4720,12 +4185,7 @@
4720
4185
  <td class="type">
4721
4186
 
4722
4187
 
4723
- <span class="param-type">
4724
-
4725
- Event
4726
-
4727
- </span>
4728
-
4188
+ <span class="param-type">Event</span>
4729
4189
 
4730
4190
 
4731
4191
 
@@ -4749,12 +4209,7 @@
4749
4209
  <td class="type">
4750
4210
 
4751
4211
 
4752
- <span class="param-type">
4753
-
4754
- function
4755
-
4756
- </span>
4757
-
4212
+ <span class="param-type">function</span>
4758
4213
 
4759
4214
 
4760
4215
 
@@ -4778,12 +4233,7 @@
4778
4233
  <td class="type">
4779
4234
 
4780
4235
 
4781
- <span class="param-type">
4782
-
4783
- string
4784
-
4785
- </span>
4786
-
4236
+ <span class="param-type">string</span>
4787
4237
 
4788
4238
 
4789
4239
 
@@ -4815,7 +4265,7 @@
4815
4265
 
4816
4266
  <dt class="inherited-from">Inherited From:</dt>
4817
4267
  <dd class="inherited-from"><ul class="dummy"><li>
4818
- <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>
4268
+ <a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
4819
4269
  </li></ul></dd>
4820
4270
 
4821
4271
 
@@ -4876,7 +4326,7 @@
4876
4326
  <h4 class="name" id="onRemove">
4877
4327
  <a class="href-link" href="#onRemove">#</a>
4878
4328
 
4879
- <span class="code-name" id="onRemove" style="font-size:30px">
4329
+ <span class="code-name" style="font-size:30px">
4880
4330
 
4881
4331
  onRemove<span class="signature">(map)</span>
4882
4332
 
@@ -4898,7 +4348,7 @@
4898
4348
 
4899
4349
 
4900
4350
 
4901
- <h4>参数</h4>
4351
+ <h4>参数:</h4>
4902
4352
 
4903
4353
  <div class="table-container">
4904
4354
  <table class="params table">
@@ -4928,12 +4378,7 @@
4928
4378
  <td class="type">
4929
4379
 
4930
4380
 
4931
- <span class="param-type">
4932
-
4933
- L.Map
4934
-
4935
- </span>
4936
-
4381
+ <span class="param-type">L.Map</span>
4937
4382
 
4938
4383
 
4939
4384
 
@@ -4965,7 +4410,7 @@
4965
4410
 
4966
4411
  <dt class="inherited-from">Inherited From:</dt>
4967
4412
  <dd class="inherited-from"><ul class="dummy"><li>
4968
- <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>
4413
+ <a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
4969
4414
  </li></ul></dd>
4970
4415
 
4971
4416
 
@@ -5026,7 +4471,7 @@
5026
4471
  <h4 class="name" id="redraw">
5027
4472
  <a class="href-link" href="#redraw">#</a>
5028
4473
 
5029
- <span class="code-name" id="redraw" style="font-size:30px">
4474
+ <span class="code-name" style="font-size:30px">
5030
4475
 
5031
4476
  redraw<span class="signature">()</span>
5032
4477
 
@@ -5061,7 +4506,7 @@
5061
4506
 
5062
4507
  <dt class="inherited-from">Inherited From:</dt>
5063
4508
  <dd class="inherited-from"><ul class="dummy"><li>
5064
- <a goto="redraw" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#redraw" zondy.themelayer.GraphThemeLayer.html#redraw>zondy.themelayer.GraphThemeLayer#redraw</a>
4509
+ <a href="zondy.themelayer.GraphThemeLayer.html#redraw">zondy.themelayer.GraphThemeLayer#redraw</a>
5065
4510
  </li></ul></dd>
5066
4511
 
5067
4512
 
@@ -5122,7 +4567,7 @@
5122
4567
  <h4 class="name" id="redrawThematicFeatures">
5123
4568
  <a class="href-link" href="#redrawThematicFeatures">#</a>
5124
4569
 
5125
- <span class="code-name" id="redrawThematicFeatures" style="font-size:30px">
4570
+ <span class="code-name" style="font-size:30px">
5126
4571
 
5127
4572
  redrawThematicFeatures<span class="signature">(bounds)</span>
5128
4573
 
@@ -5144,7 +4589,7 @@
5144
4589
 
5145
4590
 
5146
4591
 
5147
- <h4>参数</h4>
4592
+ <h4>参数:</h4>
5148
4593
 
5149
4594
  <div class="table-container">
5150
4595
  <table class="params table">
@@ -5174,12 +4619,7 @@
5174
4619
  <td class="type">
5175
4620
 
5176
4621
 
5177
- <span class="param-type">
5178
-
5179
- L.bounds
5180
-
5181
- </span>
5182
-
4622
+ <span class="param-type">L.bounds</span>
5183
4623
 
5184
4624
 
5185
4625
 
@@ -5211,7 +4651,7 @@
5211
4651
 
5212
4652
  <dt class="inherited-from">Inherited From:</dt>
5213
4653
  <dd class="inherited-from"><ul class="dummy"><li>
5214
- <a goto="redrawThematicFeatures" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#redrawThematicFeatures" zondy.themelayer.GraphThemeLayer.html#redrawThematicFeatures>zondy.themelayer.GraphThemeLayer#redrawThematicFeatures</a>
4654
+ <a href="zondy.themelayer.GraphThemeLayer.html#redrawThematicFeatures">zondy.themelayer.GraphThemeLayer#redrawThematicFeatures</a>
5215
4655
  </li></ul></dd>
5216
4656
 
5217
4657
 
@@ -5272,7 +4712,7 @@
5272
4712
  <h4 class="name" id="removeAllFeatures">
5273
4713
  <a class="href-link" href="#removeAllFeatures">#</a>
5274
4714
 
5275
- <span class="code-name" id="removeAllFeatures" style="font-size:30px">
4715
+ <span class="code-name" style="font-size:30px">
5276
4716
 
5277
4717
  removeAllFeatures<span class="signature">()</span>
5278
4718
 
@@ -5307,7 +4747,7 @@
5307
4747
 
5308
4748
  <dt class="inherited-from">Inherited From:</dt>
5309
4749
  <dd class="inherited-from"><ul class="dummy"><li>
5310
- <a goto="removeAllFeatures" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#removeAllFeatures" zondy.themelayer.GraphThemeLayer.html#removeAllFeatures>zondy.themelayer.GraphThemeLayer#removeAllFeatures</a>
4750
+ <a href="zondy.themelayer.GraphThemeLayer.html#removeAllFeatures">zondy.themelayer.GraphThemeLayer#removeAllFeatures</a>
5311
4751
  </li></ul></dd>
5312
4752
 
5313
4753
 
@@ -5368,7 +4808,7 @@
5368
4808
  <h4 class="name" id="removeFeatures">
5369
4809
  <a class="href-link" href="#removeFeatures">#</a>
5370
4810
 
5371
- <span class="code-name" id="removeFeatures" style="font-size:30px">
4811
+ <span class="code-name" style="font-size:30px">
5372
4812
 
5373
4813
  removeFeatures<span class="signature">(features)</span>
5374
4814
 
@@ -5390,7 +4830,7 @@
5390
4830
 
5391
4831
 
5392
4832
 
5393
- <h4>参数</h4>
4833
+ <h4>参数:</h4>
5394
4834
 
5395
4835
  <div class="table-container">
5396
4836
  <table class="params table">
@@ -5420,12 +4860,7 @@
5420
4860
  <td class="type">
5421
4861
 
5422
4862
 
5423
- <span class="param-type">
5424
-
5425
- Object
5426
-
5427
- </span>
5428
-
4863
+ <span class="param-type">Object</span>
5429
4864
 
5430
4865
 
5431
4866
 
@@ -5457,7 +4892,7 @@
5457
4892
 
5458
4893
  <dt class="inherited-from">Inherited From:</dt>
5459
4894
  <dd class="inherited-from"><ul class="dummy"><li>
5460
- <a goto="removeFeatures" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#removeFeatures" zondy.themelayer.GraphThemeLayer.html#removeFeatures>zondy.themelayer.GraphThemeLayer#removeFeatures</a>
4895
+ <a href="zondy.themelayer.GraphThemeLayer.html#removeFeatures">zondy.themelayer.GraphThemeLayer#removeFeatures</a>
5461
4896
  </li></ul></dd>
5462
4897
 
5463
4898
 
@@ -5518,7 +4953,7 @@
5518
4953
  <h4 class="name" id="setChartsType">
5519
4954
  <a class="href-link" href="#setChartsType">#</a>
5520
4955
 
5521
- <span class="code-name" id="setChartsType" style="font-size:30px">
4956
+ <span class="code-name" style="font-size:30px">
5522
4957
 
5523
4958
  setChartsType<span class="signature">(chartsType)</span>
5524
4959
 
@@ -5540,7 +4975,7 @@
5540
4975
 
5541
4976
 
5542
4977
 
5543
- <h4>参数</h4>
4978
+ <h4>参数:</h4>
5544
4979
 
5545
4980
  <div class="table-container">
5546
4981
  <table class="params table">
@@ -5570,12 +5005,7 @@
5570
5005
  <td class="type">
5571
5006
 
5572
5007
 
5573
- <span class="param-type">
5574
-
5575
- string
5576
-
5577
- </span>
5578
-
5008
+ <span class="param-type">string</span>
5579
5009
 
5580
5010
 
5581
5011
 
@@ -5607,7 +5037,7 @@
5607
5037
 
5608
5038
  <dt class="inherited-from">Inherited From:</dt>
5609
5039
  <dd class="inherited-from"><ul class="dummy"><li>
5610
- <a goto="setChartsType" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#setChartsType" zondy.themelayer.GraphThemeLayer.html#setChartsType>zondy.themelayer.GraphThemeLayer#setChartsType</a>
5040
+ <a href="zondy.themelayer.GraphThemeLayer.html#setChartsType">zondy.themelayer.GraphThemeLayer#setChartsType</a>
5611
5041
  </li></ul></dd>
5612
5042
 
5613
5043
 
@@ -5668,7 +5098,7 @@
5668
5098
  <h4 class="name" id="setOpacity">
5669
5099
  <a class="href-link" href="#setOpacity">#</a>
5670
5100
 
5671
- <span class="code-name" id="setOpacity" style="font-size:30px">
5101
+ <span class="code-name" style="font-size:30px">
5672
5102
 
5673
5103
  setOpacity<span class="signature">(opacity)</span>
5674
5104
 
@@ -5690,7 +5120,7 @@
5690
5120
 
5691
5121
 
5692
5122
 
5693
- <h4>参数</h4>
5123
+ <h4>参数:</h4>
5694
5124
 
5695
5125
  <div class="table-container">
5696
5126
  <table class="params table">
@@ -5720,12 +5150,7 @@
5720
5150
  <td class="type">
5721
5151
 
5722
5152
 
5723
- <span class="param-type">
5724
-
5725
- number
5726
-
5727
- </span>
5728
-
5153
+ <span class="param-type">number</span>
5729
5154
 
5730
5155
 
5731
5156
 
@@ -5757,7 +5182,7 @@
5757
5182
 
5758
5183
  <dt class="inherited-from">Inherited From:</dt>
5759
5184
  <dd class="inherited-from"><ul class="dummy"><li>
5760
- <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>
5185
+ <a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
5761
5186
  </li></ul></dd>
5762
5187
 
5763
5188
 
@@ -5818,7 +5243,7 @@
5818
5243
  <h4 class="name" id="setSymbolType">
5819
5244
  <a class="href-link" href="#setSymbolType">#</a>
5820
5245
 
5821
- <span class="code-name" id="setSymbolType" style="font-size:30px">
5246
+ <span class="code-name" style="font-size:30px">
5822
5247
 
5823
5248
  setSymbolType<span class="signature">(symbolType)</span>
5824
5249
 
@@ -5840,7 +5265,7 @@
5840
5265
 
5841
5266
 
5842
5267
 
5843
- <h4>参数</h4>
5268
+ <h4>参数:</h4>
5844
5269
 
5845
5270
  <div class="table-container">
5846
5271
  <table class="params table">
@@ -5870,12 +5295,7 @@
5870
5295
  <td class="type">
5871
5296
 
5872
5297
 
5873
- <span class="param-type">
5874
-
5875
- zondy.ChartType
5876
-
5877
- </span>
5878
-
5298
+ <span class="param-type">zondy.ChartType</span>
5879
5299
 
5880
5300
 
5881
5301
 
@@ -5963,7 +5383,7 @@
5963
5383
  <h4 class="name" id="update">
5964
5384
  <a class="href-link" href="#update">#</a>
5965
5385
 
5966
- <span class="code-name" id="update" style="font-size:30px">
5386
+ <span class="code-name" style="font-size:30px">
5967
5387
 
5968
5388
  update<span class="signature">(bounds)</span>
5969
5389
 
@@ -5985,7 +5405,7 @@
5985
5405
 
5986
5406
 
5987
5407
 
5988
- <h4>参数</h4>
5408
+ <h4>参数:</h4>
5989
5409
 
5990
5410
  <div class="table-container">
5991
5411
  <table class="params table">
@@ -6015,12 +5435,7 @@
6015
5435
  <td class="type">
6016
5436
 
6017
5437
 
6018
- <span class="param-type">
6019
-
6020
- L.bounds
6021
-
6022
- </span>
6023
-
5438
+ <span class="param-type">L.bounds</span>
6024
5439
 
6025
5440
 
6026
5441
 
@@ -6052,7 +5467,7 @@
6052
5467
 
6053
5468
  <dt class="inherited-from">Inherited From:</dt>
6054
5469
  <dd class="inherited-from"><ul class="dummy"><li>
6055
- <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>
5470
+ <a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
6056
5471
  </li></ul></dd>
6057
5472
 
6058
5473
 
@@ -6115,36 +5530,6 @@
6115
5530
 
6116
5531
  <div class='vertical-section' style='margin-top: 10px'>
6117
5532
  <h3 id='event'>事件</h3>
6118
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
6119
- <div class="table-container">
6120
- <table class="params table">
6121
- <thead>
6122
- <tr>
6123
- <th>名称</th>
6124
- <th>描述</th>
6125
- </tr>
6126
- </thead>
6127
- <tbody>
6128
-
6129
- <tr class="deep-level-0">
6130
- <td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
6131
- <td class="name"><code>beforefeaturesadded</code></td>
6132
- </tr>
6133
-
6134
- <tr class="deep-level-0">
6135
- <td class="name"><code><a href="#changelayer">changelayer</a></code></td>
6136
- <td class="name"><code>changelayer</code></td>
6137
- </tr>
6138
-
6139
- <tr class="deep-level-0">
6140
- <td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
6141
- <td class="name"><code>featuresremoved</code></td>
6142
- </tr>
6143
-
6144
- </tbody>
6145
- </table>
6146
- </div>
6147
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
6148
5533
  <div class="members">
6149
5534
 
6150
5535
  <div class="member">
@@ -6155,7 +5540,7 @@
6155
5540
  <h4 class="name" id="event:beforefeaturesadded">
6156
5541
  <a class="href-link" href="#event:beforefeaturesadded">#</a>
6157
5542
 
6158
- <span class="code-name" id="beforefeaturesadded" style="font-size:30px">
5543
+ <span class="code-name" style="font-size:30px">
6159
5544
 
6160
5545
  beforefeaturesadded
6161
5546
 
@@ -6213,12 +5598,7 @@
6213
5598
  <td class="type">
6214
5599
 
6215
5600
 
6216
- <span class="param-type">
6217
-
6218
- L.features
6219
-
6220
- </span>
6221
-
5601
+ <span class="param-type">L.features</span>
6222
5602
 
6223
5603
 
6224
5604
 
@@ -6247,7 +5627,7 @@
6247
5627
 
6248
5628
  <dt class="inherited-from">Inherited From:</dt>
6249
5629
  <dd class="inherited-from"><ul class="dummy"><li>
6250
- <a goto="event:beforefeaturesadded" link="zondy.themelayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GraphThemeLayer#event:beforefeaturesadded" zondy.themelayer.GraphThemeLayer.html#event:beforefeaturesadded>zondy.themelayer.GraphThemeLayer#event:beforefeaturesadded</a>
5630
+ <a href="zondy.themelayer.GraphThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GraphThemeLayer#event:beforefeaturesadded</a>
6251
5631
  </li></ul></dd>
6252
5632
 
6253
5633
 
@@ -6310,7 +5690,7 @@
6310
5690
  <h4 class="name" id="event:changelayer">
6311
5691
  <a class="href-link" href="#event:changelayer">#</a>
6312
5692
 
6313
- <span class="code-name" id="changelayer" style="font-size:30px">
5693
+ <span class="code-name" style="font-size:30px">
6314
5694
 
6315
5695
  changelayer
6316
5696
 
@@ -6368,12 +5748,7 @@
6368
5748
  <td class="type">
6369
5749
 
6370
5750
 
6371
- <span class="param-type">
6372
-
6373
- Object
6374
-
6375
- </span>
6376
-
5751
+ <span class="param-type">Object</span>
6377
5752
 
6378
5753
 
6379
5754
 
@@ -6396,12 +5771,7 @@
6396
5771
  <td class="type">
6397
5772
 
6398
5773
 
6399
- <span class="param-type">
6400
-
6401
- string
6402
-
6403
- </span>
6404
-
5774
+ <span class="param-type">string</span>
6405
5775
 
6406
5776
 
6407
5777
 
@@ -6430,7 +5800,7 @@
6430
5800
 
6431
5801
  <dt class="inherited-from">Inherited From:</dt>
6432
5802
  <dd class="inherited-from"><ul class="dummy"><li>
6433
- <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>
5803
+ <a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
6434
5804
  </li></ul></dd>
6435
5805
 
6436
5806
 
@@ -6493,7 +5863,7 @@
6493
5863
  <h4 class="name" id="event:featuresremoved">
6494
5864
  <a class="href-link" href="#event:featuresremoved">#</a>
6495
5865
 
6496
- <span class="code-name" id="featuresremoved" style="font-size:30px">
5866
+ <span class="code-name" style="font-size:30px">
6497
5867
 
6498
5868
  featuresremoved
6499
5869
 
@@ -6551,12 +5921,7 @@
6551
5921
  <td class="type">
6552
5922
 
6553
5923
 
6554
- <span class="param-type">
6555
-
6556
- Array.&lt;zondy.Feature.Vector>
6557
-
6558
- </span>
6559
-
5924
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
6560
5925
 
6561
5926
 
6562
5927
 
@@ -6579,12 +5944,7 @@
6579
5944
  <td class="type">
6580
5945
 
6581
5946
 
6582
- <span class="param-type">
6583
-
6584
- boolean
6585
-
6586
- </span>
6587
-
5947
+ <span class="param-type">boolean</span>
6588
5948
 
6589
5949
 
6590
5950
 
@@ -6613,7 +5973,7 @@
6613
5973
 
6614
5974
  <dt class="inherited-from">Inherited From:</dt>
6615
5975
  <dd class="inherited-from"><ul class="dummy"><li>
6616
- <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>
5976
+ <a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
6617
5977
  </li></ul></dd>
6618
5978
 
6619
5979
 
@@ -6673,4 +6033,42 @@
6673
6033
 
6674
6034
  </article>
6675
6035
 
6676
- </section>
6036
+ </section>
6037
+
6038
+
6039
+
6040
+
6041
+ </div>
6042
+
6043
+ <footer class="footer">
6044
+ <div class="content has-text-centered">
6045
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
6046
+ <p class="sidebar-created-by">
6047
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
6048
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
6049
+ </p>
6050
+ </div>
6051
+ </footer>
6052
+
6053
+ </div>
6054
+ <div id="side-nav" class="side-nav">
6055
+ <div style="margin-bottom: 10px;">
6056
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
6057
+ </div>
6058
+ <div style="margin-bottom: 10px;">
6059
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
6060
+ </div>
6061
+ <div style="margin-bottom: 10px;">
6062
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
6063
+ </div>
6064
+ <div>
6065
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
6066
+ </div>
6067
+ </div>
6068
+ </div>
6069
+ <script src="scripts/linenumber.js"> </script>
6070
+
6071
+ <script src="scripts/search.js"> </script>
6072
+
6073
+ </body>
6074
+ </html>