@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">GraphThemeLayer</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> GraphThemeLayer</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">GraphThemeLayer</span>
136
+ </header>
137
+
8
138
 
9
139
 
10
140
 
@@ -25,7 +155,7 @@
25
155
  <h4 class="name" id="GraphThemeLayer">
26
156
  <a class="href-link" href="#GraphThemeLayer">#</a>
27
157
 
28
- <span class="code-name" id="GraphThemeLayer" style="font-size:30px">
158
+ <span class="code-name" style="font-size:30px">
29
159
 
30
160
  new GraphThemeLayer<span class="signature">(name, chartsType, options)</span>
31
161
 
@@ -47,7 +177,7 @@
47
177
 
48
178
 
49
179
 
50
- <h4>参数</h4>
180
+ <h4>参数:</h4>
51
181
 
52
182
  <div class="table-container">
53
183
  <table class="params table">
@@ -79,12 +209,7 @@
79
209
  <td class="type">
80
210
 
81
211
 
82
- <span class="param-type">
83
-
84
- string
85
-
86
- </span>
87
-
212
+ <span class="param-type">string</span>
88
213
 
89
214
 
90
215
 
@@ -112,12 +237,7 @@
112
237
  <td class="type">
113
238
 
114
239
 
115
- <span class="param-type">
116
-
117
- string
118
-
119
- </span>
120
-
240
+ <span class="param-type">string</span>
121
241
 
122
242
 
123
243
 
@@ -145,12 +265,7 @@
145
265
  <td class="type">
146
266
 
147
267
 
148
- <span class="param-type">
149
-
150
- Object
151
-
152
- </span>
153
-
268
+ <span class="param-type">Object</span>
154
269
 
155
270
 
156
271
 
@@ -176,12 +291,7 @@
176
291
  <td class="type">
177
292
 
178
293
 
179
- <span class="param-type">
180
-
181
- boolean
182
-
183
- </span>
184
-
294
+ <span class="param-type">boolean</span>
185
295
 
186
296
 
187
297
 
@@ -209,12 +319,7 @@
209
319
  <td class="type">
210
320
 
211
321
 
212
- <span class="param-type">
213
-
214
- string
215
-
216
- </span>
217
-
322
+ <span class="param-type">string</span>
218
323
 
219
324
 
220
325
 
@@ -240,12 +345,7 @@
240
345
  <td class="type">
241
346
 
242
347
 
243
- <span class="param-type">
244
-
245
- Object
246
-
247
- </span>
248
-
348
+ <span class="param-type">Object</span>
249
349
 
250
350
 
251
351
 
@@ -271,12 +371,7 @@
271
371
  <td class="type">
272
372
 
273
373
 
274
- <span class="param-type">
275
-
276
- Object
277
-
278
- </span>
279
-
374
+ <span class="param-type">Object</span>
280
375
 
281
376
 
282
377
 
@@ -302,12 +397,7 @@
302
397
  <td class="type">
303
398
 
304
399
 
305
- <span class="param-type">
306
-
307
- string
308
-
309
- </span>
310
-
400
+ <span class="param-type">string</span>
311
401
 
312
402
 
313
403
 
@@ -333,12 +423,7 @@
333
423
  <td class="type">
334
424
 
335
425
 
336
- <span class="param-type">
337
-
338
- number
339
-
340
- </span>
341
-
426
+ <span class="param-type">number</span>
342
427
 
343
428
 
344
429
 
@@ -366,12 +451,7 @@
366
451
  <td class="type">
367
452
 
368
453
 
369
- <span class="param-type">
370
-
371
- Object
372
-
373
- </span>
374
-
454
+ <span class="param-type">Object</span>
375
455
 
376
456
 
377
457
 
@@ -397,12 +477,7 @@
397
477
  <td class="type">
398
478
 
399
479
 
400
- <span class="param-type">
401
-
402
- number
403
-
404
- </span>
405
-
480
+ <span class="param-type">number</span>
406
481
 
407
482
 
408
483
 
@@ -428,12 +503,7 @@
428
503
  <td class="type">
429
504
 
430
505
 
431
- <span class="param-type">
432
-
433
- number
434
-
435
- </span>
436
-
506
+ <span class="param-type">number</span>
437
507
 
438
508
 
439
509
 
@@ -459,12 +529,7 @@
459
529
  <td class="type">
460
530
 
461
531
 
462
- <span class="param-type">
463
-
464
- Array.&lt;number>
465
-
466
- </span>
467
-
532
+ <span class="param-type">Array.&lt;number></span>
468
533
 
469
534
 
470
535
 
@@ -490,12 +555,7 @@
490
555
  <td class="type">
491
556
 
492
557
 
493
- <span class="param-type">
494
-
495
- number
496
-
497
- </span>
498
-
558
+ <span class="param-type">number</span>
499
559
 
500
560
 
501
561
 
@@ -521,12 +581,7 @@
521
581
  <td class="type">
522
582
 
523
583
 
524
- <span class="param-type">
525
-
526
- number
527
-
528
- </span>
529
-
584
+ <span class="param-type">number</span>
530
585
 
531
586
 
532
587
 
@@ -552,12 +607,7 @@
552
607
  <td class="type">
553
608
 
554
609
 
555
- <span class="param-type">
556
-
557
- Array.&lt;number>
558
-
559
- </span>
560
-
610
+ <span class="param-type">Array.&lt;number></span>
561
611
 
562
612
 
563
613
 
@@ -583,12 +633,7 @@
583
633
  <td class="type">
584
634
 
585
635
 
586
- <span class="param-type">
587
-
588
- number
589
-
590
- </span>
591
-
636
+ <span class="param-type">number</span>
592
637
 
593
638
 
594
639
 
@@ -689,7 +734,7 @@
689
734
 
690
735
 
691
736
  <ul>
692
- <li><a link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer" zondy.themelayer.ThemeLayer.html>zondy.themelayer.ThemeLayer</a></li>
737
+ <li><a href="zondy.themelayer.ThemeLayer.html">zondy.themelayer.ThemeLayer</a></li>
693
738
  </ul>
694
739
 
695
740
 
@@ -710,363 +755,7 @@
710
755
 
711
756
  <div class='vertical-section'>
712
757
  <h3 id='function'>方法</h3>
713
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
714
758
  <div class="members">
715
- <div class="table-container">
716
- <table class="params table">
717
- <thead>
718
- <tr>
719
- <th>名称</th>
720
- <th>返回值类型</th>
721
- <th>描述</th>
722
- </tr>
723
- </thead>
724
- <tbody>
725
-
726
- <tr class="deep-level-0">
727
- <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
728
- <td class="name">
729
- <code>
730
-
731
- </code>
732
- </td>
733
- <td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
734
- </tr>
735
-
736
- <tr class="deep-level-0">
737
- <td class="name"><code><a href="#clear">clear</a></code></td>
738
- <td class="name">
739
- <code>
740
-
741
- </code>
742
- </td>
743
- <td class="name"><code><p>清除图层。清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
744
- </tr>
745
-
746
- <tr class="deep-level-0">
747
- <td class="name"><code><a href="#clearCache">clearCache</a></code></td>
748
- <td class="name">
749
- <code>
750
-
751
- </code>
752
- </td>
753
- <td class="name"><code><p>判断图表是否大小合适,超过地图范围的1/4的不绘制。</p></code></td>
754
- </tr>
755
-
756
- <tr class="deep-level-0">
757
- <td class="name"><code><a href="#clearCache">clearCache</a></code></td>
758
- <td class="name">
759
- <code>
760
-
761
- </code>
762
- </td>
763
- <td class="name"><code><p>清除缓存数据。</p></code></td>
764
- </tr>
765
-
766
- <tr class="deep-level-0">
767
- <td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
768
- <td class="name">
769
- <code>
770
-
771
- </code>
772
- </td>
773
- <td class="name"><code><p>创建专题要素(图表)。</p></code></td>
774
- </tr>
775
-
776
- <tr class="deep-level-0">
777
- <td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
778
- <td class="name">
779
- <code>
780
-
781
- </code>
782
- </td>
783
- <td class="name"><code><p>销毁要素。</p></code></td>
784
- </tr>
785
-
786
- <tr class="deep-level-0">
787
- <td class="name"><code><a href="#drawCharts">drawCharts</a></code></td>
788
- <td class="name">
789
- <code>
790
-
791
- </code>
792
- </td>
793
- <td class="name"><code><p>绘制图表。包含压盖处理。</p></code></td>
794
- </tr>
795
-
796
- <tr class="deep-level-0">
797
- <td class="name"><code><a href="#getEvents">getEvents</a></code></td>
798
- <td class="name">
799
- <code>
800
-
801
-
802
- <span class="param-type">
803
-
804
- Object
805
-
806
- </span>
807
-
808
-
809
-
810
-
811
- </code>
812
- </td>
813
- <td class="name"><code><p>获取图层事件。</p></code></td>
814
- </tr>
815
-
816
- <tr class="deep-level-0">
817
- <td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
818
- <td class="name">
819
- <code>
820
-
821
- </code>
822
- </td>
823
- <td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
824
- </tr>
825
-
826
- <tr class="deep-level-0">
827
- <td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
828
- <td class="name">
829
- <code>
830
-
831
- </code>
832
- </td>
833
- <td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
834
- </tr>
835
-
836
- <tr class="deep-level-0">
837
- <td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
838
- <td class="name">
839
- <code>
840
-
841
-
842
- <span class="param-type">
843
-
844
- Array
845
-
846
- </span>
847
-
848
-
849
-
850
-
851
- </code>
852
- </td>
853
- <td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
854
- </tr>
855
-
856
- <tr class="deep-level-0">
857
- <td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
858
- <td class="name">
859
- <code>
860
-
861
-
862
- <span class="param-type">
863
-
864
- Array
865
-
866
- </span>
867
-
868
-
869
-
870
-
871
- </code>
872
- </td>
873
- <td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
874
- </tr>
875
-
876
- <tr class="deep-level-0">
877
- <td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
878
- <td class="name">
879
- <code>
880
-
881
- </code>
882
- </td>
883
- <td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
884
- </tr>
885
-
886
- <tr class="deep-level-0">
887
- <td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
888
- <td class="name">
889
- <code>
890
-
891
- </code>
892
- </td>
893
- <td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
894
- </tr>
895
-
896
- <tr class="deep-level-0">
897
- <td class="name"><code><a href="#getWeightFieldValue">getWeightFieldValue</a></code></td>
898
- <td class="name">
899
- <code>
900
-
901
- </code>
902
- </td>
903
- <td class="name"><code><p>获取权重字段的值。</p></code></td>
904
- </tr>
905
-
906
- <tr class="deep-level-0">
907
- <td class="name"><code><a href="#initialize">initialize</a></code></td>
908
- <td class="name">
909
- <code>
910
-
911
- </code>
912
- </td>
913
- <td class="name"><code><p>初始化。</p></code></td>
914
- </tr>
915
-
916
- <tr class="deep-level-0">
917
- <td class="name"><code><a href="#isChartInMap">isChartInMap</a></code></td>
918
- <td class="name">
919
- <code>
920
-
921
- </code>
922
- </td>
923
- <td class="name"><code><p>判断图表是否在地图里。</p></code></td>
924
- </tr>
925
-
926
- <tr class="deep-level-0">
927
- <td class="name"><code><a href="#isPointInPoly">isPointInPoly</a></code></td>
928
- <td class="name">
929
- <code>
930
-
931
- </code>
932
- </td>
933
- <td class="name"><code><p>判断一个点是否在多边形里面。(射线法)</p></code></td>
934
- </tr>
935
-
936
- <tr class="deep-level-0">
937
- <td class="name"><code><a href="#isQuadrilateralOverLap">isQuadrilateralOverLap</a></code></td>
938
- <td class="name">
939
- <code>
940
-
941
- </code>
942
- </td>
943
- <td class="name"><code><p>判断两个四边形是否有压盖。</p></code></td>
944
- </tr>
945
-
946
- <tr class="deep-level-0">
947
- <td class="name"><code><a href="#lineIntersection">lineIntersection</a></code></td>
948
- <td class="name">
949
- <code>
950
-
951
-
952
- <span class="param-type">
953
-
954
- Object
955
-
956
- </span>
957
-
958
-
959
-
960
-
961
- </code>
962
- </td>
963
- <td class="name"><code><p>判断两条线段是不是有交点。</p></code></td>
964
- </tr>
965
-
966
- <tr class="deep-level-0">
967
- <td class="name"><code><a href="#off">off</a></code></td>
968
- <td class="name">
969
- <code>
970
-
971
- </code>
972
- </td>
973
- <td class="name"><code><p>移除专题要素事件监听。</p></code></td>
974
- </tr>
975
-
976
- <tr class="deep-level-0">
977
- <td class="name"><code><a href="#on">on</a></code></td>
978
- <td class="name">
979
- <code>
980
-
981
- </code>
982
- </td>
983
- <td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
984
- </tr>
985
-
986
- <tr class="deep-level-0">
987
- <td class="name"><code><a href="#onRemove">onRemove</a></code></td>
988
- <td class="name">
989
- <code>
990
-
991
- </code>
992
- </td>
993
- <td class="name"><code><p>删除某个地图。</p></code></td>
994
- </tr>
995
-
996
- <tr class="deep-level-0">
997
- <td class="name"><code><a href="#redraw">redraw</a></code></td>
998
- <td class="name">
999
- <code>
1000
-
1001
- </code>
1002
- </td>
1003
- <td class="name"><code><p>重绘该图层,成功则返回 true,否则返回 false。</p></code></td>
1004
- </tr>
1005
-
1006
- <tr class="deep-level-0">
1007
- <td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
1008
- <td class="name">
1009
- <code>
1010
-
1011
- </code>
1012
- </td>
1013
- <td class="name"><code><p>重绘所有专题要素 此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,压盖处理,缓存等步骤。地图漫游时调用此方法进行图层刷新。</p></code></td>
1014
- </tr>
1015
-
1016
- <tr class="deep-level-0">
1017
- <td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
1018
- <td class="name">
1019
- <code>
1020
-
1021
- </code>
1022
- </td>
1023
- <td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
1024
- </tr>
1025
-
1026
- <tr class="deep-level-0">
1027
- <td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
1028
- <td class="name">
1029
- <code>
1030
-
1031
- </code>
1032
- </td>
1033
- <td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素(数据)。</p></code></td>
1034
- </tr>
1035
-
1036
- <tr class="deep-level-0">
1037
- <td class="name"><code><a href="#setChartsType">setChartsType</a></code></td>
1038
- <td class="name">
1039
- <code>
1040
-
1041
- </code>
1042
- </td>
1043
- <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>
1044
- </tr>
1045
-
1046
- <tr class="deep-level-0">
1047
- <td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
1048
- <td class="name">
1049
- <code>
1050
-
1051
- </code>
1052
- </td>
1053
- <td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
1054
- </tr>
1055
-
1056
- <tr class="deep-level-0">
1057
- <td class="name"><code><a href="#update">update</a></code></td>
1058
- <td class="name">
1059
- <code>
1060
-
1061
- </code>
1062
- </td>
1063
- <td class="name"><code><p>更新图层。</p></code></td>
1064
- </tr>
1065
-
1066
- </tbody>
1067
- </table>
1068
- </div>
1069
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1070
759
 
1071
760
  <div class="member">
1072
761
 
@@ -1075,7 +764,7 @@
1075
764
  <h4 class="name" id="addFeatures">
1076
765
  <a class="href-link" href="#addFeatures">#</a>
1077
766
 
1078
- <span class="code-name" id="addFeatures" style="font-size:30px">
767
+ <span class="code-name" style="font-size:30px">
1079
768
 
1080
769
  addFeatures<span class="signature">(features)</span>
1081
770
 
@@ -1097,7 +786,7 @@
1097
786
 
1098
787
 
1099
788
 
1100
- <h4>参数</h4>
789
+ <h4>参数:</h4>
1101
790
 
1102
791
  <div class="table-container">
1103
792
  <table class="params table">
@@ -1127,12 +816,7 @@
1127
816
  <td class="type">
1128
817
 
1129
818
 
1130
- <span class="param-type">
1131
-
1132
- L.features
1133
-
1134
- </span>
1135
-
819
+ <span class="param-type">L.features</span>
1136
820
 
1137
821
 
1138
822
 
@@ -1166,7 +850,7 @@
1166
850
 
1167
851
  <dt class="tag-overrides">Overrides:</dt>
1168
852
  <dd class="tag-overrides"><ul class="dummy"><li>
1169
- <a class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#addFeatures" zondy.themelayer.ThemeLayer.html#addFeatures>zondy.themelayer.ThemeLayer#addFeatures</a>
853
+ <a href="zondy.themelayer.ThemeLayer.html#addFeatures">zondy.themelayer.ThemeLayer#addFeatures</a>
1170
854
  </li></ul></dd>
1171
855
 
1172
856
 
@@ -1225,7 +909,7 @@
1225
909
  <h4 class="name" id="clear">
1226
910
  <a class="href-link" href="#clear">#</a>
1227
911
 
1228
- <span class="code-name" id="clear" style="font-size:30px">
912
+ <span class="code-name" style="font-size:30px">
1229
913
 
1230
914
  clear<span class="signature">()</span>
1231
915
 
@@ -1316,7 +1000,7 @@
1316
1000
  <h4 class="name" id="clearCache">
1317
1001
  <a class="href-link" href="#clearCache">#</a>
1318
1002
 
1319
- <span class="code-name" id="clearCache" style="font-size:30px">
1003
+ <span class="code-name" style="font-size:30px">
1320
1004
 
1321
1005
  clearCache<span class="signature">(mapPxBounds, chartPxBounds)</span>
1322
1006
 
@@ -1338,7 +1022,7 @@
1338
1022
 
1339
1023
 
1340
1024
 
1341
- <h4>参数</h4>
1025
+ <h4>参数:</h4>
1342
1026
 
1343
1027
  <div class="table-container">
1344
1028
  <table class="params table">
@@ -1368,12 +1052,7 @@
1368
1052
  <td class="type">
1369
1053
 
1370
1054
 
1371
- <span class="param-type">
1372
-
1373
- zondy.Bounds
1374
-
1375
- </span>
1376
-
1055
+ <span class="param-type">zondy.Bounds</span>
1377
1056
 
1378
1057
 
1379
1058
 
@@ -1397,12 +1076,7 @@
1397
1076
  <td class="type">
1398
1077
 
1399
1078
 
1400
- <span class="param-type">
1401
-
1402
- Array.&lt;Object>
1403
-
1404
- </span>
1405
-
1079
+ <span class="param-type">Array.&lt;Object></span>
1406
1080
 
1407
1081
 
1408
1082
 
@@ -1491,7 +1165,7 @@
1491
1165
  <h4 class="name" id="clearCache">
1492
1166
  <a class="href-link" href="#clearCache">#</a>
1493
1167
 
1494
- <span class="code-name" id="clearCache" style="font-size:30px">
1168
+ <span class="code-name" style="font-size:30px">
1495
1169
 
1496
1170
  clearCache<span class="signature">()</span>
1497
1171
 
@@ -1582,7 +1256,7 @@
1582
1256
  <h4 class="name" id="createThematicFeature">
1583
1257
  <a class="href-link" href="#createThematicFeature">#</a>
1584
1258
 
1585
- <span class="code-name" id="createThematicFeature" style="font-size:30px">
1259
+ <span class="code-name" style="font-size:30px">
1586
1260
 
1587
1261
  createThematicFeature<span class="signature">(feature)</span>
1588
1262
 
@@ -1604,7 +1278,7 @@
1604
1278
 
1605
1279
 
1606
1280
 
1607
- <h4>参数</h4>
1281
+ <h4>参数:</h4>
1608
1282
 
1609
1283
  <div class="table-container">
1610
1284
  <table class="params table">
@@ -1634,12 +1308,7 @@
1634
1308
  <td class="type">
1635
1309
 
1636
1310
 
1637
- <span class="param-type">
1638
-
1639
- zondy.Feature
1640
-
1641
- </span>
1642
-
1311
+ <span class="param-type">zondy.Feature</span>
1643
1312
 
1644
1313
 
1645
1314
 
@@ -1727,7 +1396,7 @@
1727
1396
  <h4 class="name" id="destroyFeatures">
1728
1397
  <a class="href-link" href="#destroyFeatures">#</a>
1729
1398
 
1730
- <span class="code-name" id="destroyFeatures" style="font-size:30px">
1399
+ <span class="code-name" style="font-size:30px">
1731
1400
 
1732
1401
  destroyFeatures<span class="signature">(features)</span>
1733
1402
 
@@ -1749,7 +1418,7 @@
1749
1418
 
1750
1419
 
1751
1420
 
1752
- <h4>参数</h4>
1421
+ <h4>参数:</h4>
1753
1422
 
1754
1423
  <div class="table-container">
1755
1424
  <table class="params table">
@@ -1779,12 +1448,7 @@
1779
1448
  <td class="type">
1780
1449
 
1781
1450
 
1782
- <span class="param-type">
1783
-
1784
- Array.&lt;zondy.Feature.Vector>
1785
-
1786
- </span>
1787
-
1451
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
1788
1452
 
1789
1453
 
1790
1454
 
@@ -1816,7 +1480,7 @@
1816
1480
 
1817
1481
  <dt class="inherited-from">Inherited From:</dt>
1818
1482
  <dd class="inherited-from"><ul class="dummy"><li>
1819
- <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>
1483
+ <a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
1820
1484
  </li></ul></dd>
1821
1485
 
1822
1486
 
@@ -1877,7 +1541,7 @@
1877
1541
  <h4 class="name" id="drawCharts">
1878
1542
  <a class="href-link" href="#drawCharts">#</a>
1879
1543
 
1880
- <span class="code-name" id="drawCharts" style="font-size:30px">
1544
+ <span class="code-name" style="font-size:30px">
1881
1545
 
1882
1546
  drawCharts<span class="signature">()</span>
1883
1547
 
@@ -1968,7 +1632,7 @@
1968
1632
  <h4 class="name" id="getEvents">
1969
1633
  <a class="href-link" href="#getEvents">#</a>
1970
1634
 
1971
- <span class="code-name" id="getEvents" style="font-size:30px">
1635
+ <span class="code-name" style="font-size:30px">
1972
1636
 
1973
1637
  getEvents<span class="signature">()</span>
1974
1638
 
@@ -2003,7 +1667,7 @@
2003
1667
 
2004
1668
  <dt class="inherited-from">Inherited From:</dt>
2005
1669
  <dd class="inherited-from"><ul class="dummy"><li>
2006
- <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>
1670
+ <a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
2007
1671
  </li></ul></dd>
2008
1672
 
2009
1673
 
@@ -2051,7 +1715,7 @@
2051
1715
 
2052
1716
 
2053
1717
  <div class='columns method-parameter'>
2054
- <div class="column is-2"><label>返回值</label></div>
1718
+ <div class="column is-2"><label>返回值:</label></div>
2055
1719
  <div class="column is-10">
2056
1720
 
2057
1721
 
@@ -2064,12 +1728,7 @@
2064
1728
  <div class='column is-5 has-text-left'>
2065
1729
  <label>类型: </label>
2066
1730
 
2067
- <span class="param-type">
2068
-
2069
- Object
2070
-
2071
- </span>
2072
-
1731
+ <span class="param-type">Object</span>
2073
1732
 
2074
1733
 
2075
1734
  </div>
@@ -2094,7 +1753,7 @@
2094
1753
  <h4 class="name" id="getFeatureBy">
2095
1754
  <a class="href-link" href="#getFeatureBy">#</a>
2096
1755
 
2097
- <span class="code-name" id="getFeatureBy" style="font-size:30px">
1756
+ <span class="code-name" style="font-size:30px">
2098
1757
 
2099
1758
  getFeatureBy<span class="signature">(property, value)</span>
2100
1759
 
@@ -2116,7 +1775,7 @@
2116
1775
 
2117
1776
 
2118
1777
 
2119
- <h4>参数</h4>
1778
+ <h4>参数:</h4>
2120
1779
 
2121
1780
  <div class="table-container">
2122
1781
  <table class="params table">
@@ -2146,12 +1805,7 @@
2146
1805
  <td class="type">
2147
1806
 
2148
1807
 
2149
- <span class="param-type">
2150
-
2151
- string
2152
-
2153
- </span>
2154
-
1808
+ <span class="param-type">string</span>
2155
1809
 
2156
1810
 
2157
1811
 
@@ -2175,12 +1829,7 @@
2175
1829
  <td class="type">
2176
1830
 
2177
1831
 
2178
- <span class="param-type">
2179
-
2180
- string
2181
-
2182
- </span>
2183
-
1832
+ <span class="param-type">string</span>
2184
1833
 
2185
1834
 
2186
1835
 
@@ -2212,7 +1861,7 @@
2212
1861
 
2213
1862
  <dt class="inherited-from">Inherited From:</dt>
2214
1863
  <dd class="inherited-from"><ul class="dummy"><li>
2215
- <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>
1864
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
2216
1865
  </li></ul></dd>
2217
1866
 
2218
1867
 
@@ -2273,7 +1922,7 @@
2273
1922
  <h4 class="name" id="getFeatureById">
2274
1923
  <a class="href-link" href="#getFeatureById">#</a>
2275
1924
 
2276
- <span class="code-name" id="getFeatureById" style="font-size:30px">
1925
+ <span class="code-name" style="font-size:30px">
2277
1926
 
2278
1927
  getFeatureById<span class="signature">(featureId)</span>
2279
1928
 
@@ -2295,7 +1944,7 @@
2295
1944
 
2296
1945
 
2297
1946
 
2298
- <h4>参数</h4>
1947
+ <h4>参数:</h4>
2299
1948
 
2300
1949
  <div class="table-container">
2301
1950
  <table class="params table">
@@ -2325,12 +1974,7 @@
2325
1974
  <td class="type">
2326
1975
 
2327
1976
 
2328
- <span class="param-type">
2329
-
2330
- number
2331
-
2332
- </span>
2333
-
1977
+ <span class="param-type">number</span>
2334
1978
 
2335
1979
 
2336
1980
 
@@ -2362,7 +2006,7 @@
2362
2006
 
2363
2007
  <dt class="inherited-from">Inherited From:</dt>
2364
2008
  <dd class="inherited-from"><ul class="dummy"><li>
2365
- <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>
2009
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
2366
2010
  </li></ul></dd>
2367
2011
 
2368
2012
 
@@ -2423,7 +2067,7 @@
2423
2067
  <h4 class="name" id="getFeatures">
2424
2068
  <a class="href-link" href="#getFeatures">#</a>
2425
2069
 
2426
- <span class="code-name" id="getFeatures" style="font-size:30px">
2070
+ <span class="code-name" style="font-size:30px">
2427
2071
 
2428
2072
  getFeatures<span class="signature">()</span>
2429
2073
 
@@ -2458,7 +2102,7 @@
2458
2102
 
2459
2103
  <dt class="inherited-from">Inherited From:</dt>
2460
2104
  <dd class="inherited-from"><ul class="dummy"><li>
2461
- <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>
2105
+ <a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
2462
2106
  </li></ul></dd>
2463
2107
 
2464
2108
 
@@ -2506,7 +2150,7 @@
2506
2150
 
2507
2151
 
2508
2152
  <div class='columns method-parameter'>
2509
- <div class="column is-2"><label>返回值</label></div>
2153
+ <div class="column is-2"><label>返回值:</label></div>
2510
2154
  <div class="column is-10">
2511
2155
 
2512
2156
 
@@ -2519,12 +2163,7 @@
2519
2163
  <div class='column is-5 has-text-left'>
2520
2164
  <label>类型: </label>
2521
2165
 
2522
- <span class="param-type">
2523
-
2524
- Array
2525
-
2526
- </span>
2527
-
2166
+ <span class="param-type">Array</span>
2528
2167
 
2529
2168
 
2530
2169
  </div>
@@ -2549,7 +2188,7 @@
2549
2188
  <h4 class="name" id="getFeaturesByAttribute">
2550
2189
  <a class="href-link" href="#getFeaturesByAttribute">#</a>
2551
2190
 
2552
- <span class="code-name" id="getFeaturesByAttribute" style="font-size:30px">
2191
+ <span class="code-name" style="font-size:30px">
2553
2192
 
2554
2193
  getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
2555
2194
 
@@ -2571,7 +2210,7 @@
2571
2210
 
2572
2211
 
2573
2212
 
2574
- <h4>参数</h4>
2213
+ <h4>参数:</h4>
2575
2214
 
2576
2215
  <div class="table-container">
2577
2216
  <table class="params table">
@@ -2601,12 +2240,7 @@
2601
2240
  <td class="type">
2602
2241
 
2603
2242
 
2604
- <span class="param-type">
2605
-
2606
- string
2607
-
2608
- </span>
2609
-
2243
+ <span class="param-type">string</span>
2610
2244
 
2611
2245
 
2612
2246
 
@@ -2630,12 +2264,7 @@
2630
2264
  <td class="type">
2631
2265
 
2632
2266
 
2633
- <span class="param-type">
2634
-
2635
- string
2636
-
2637
- </span>
2638
-
2267
+ <span class="param-type">string</span>
2639
2268
 
2640
2269
 
2641
2270
 
@@ -2667,7 +2296,7 @@
2667
2296
 
2668
2297
  <dt class="inherited-from">Inherited From:</dt>
2669
2298
  <dd class="inherited-from"><ul class="dummy"><li>
2670
- <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>
2299
+ <a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
2671
2300
  </li></ul></dd>
2672
2301
 
2673
2302
 
@@ -2715,7 +2344,7 @@
2715
2344
 
2716
2345
 
2717
2346
  <div class='columns method-parameter'>
2718
- <div class="column is-2"><label>返回值</label></div>
2347
+ <div class="column is-2"><label>返回值:</label></div>
2719
2348
  <div class="column is-10">
2720
2349
 
2721
2350
 
@@ -2728,12 +2357,7 @@
2728
2357
  <div class='column is-5 has-text-left'>
2729
2358
  <label>类型: </label>
2730
2359
 
2731
- <span class="param-type">
2732
-
2733
- Array
2734
-
2735
- </span>
2736
-
2360
+ <span class="param-type">Array</span>
2737
2361
 
2738
2362
 
2739
2363
  </div>
@@ -2758,7 +2382,7 @@
2758
2382
  <h4 class="name" id="getLocalXY">
2759
2383
  <a class="href-link" href="#getLocalXY">#</a>
2760
2384
 
2761
- <span class="code-name" id="getLocalXY" style="font-size:30px">
2385
+ <span class="code-name" style="font-size:30px">
2762
2386
 
2763
2387
  getLocalXY<span class="signature">(coordinate)</span>
2764
2388
 
@@ -2780,7 +2404,7 @@
2780
2404
 
2781
2405
 
2782
2406
 
2783
- <h4>参数</h4>
2407
+ <h4>参数:</h4>
2784
2408
 
2785
2409
  <div class="table-container">
2786
2410
  <table class="params table">
@@ -2810,12 +2434,7 @@
2810
2434
  <td class="type">
2811
2435
 
2812
2436
 
2813
- <span class="param-type">
2814
-
2815
- Array
2816
-
2817
- </span>
2818
-
2437
+ <span class="param-type">Array</span>
2819
2438
 
2820
2439
 
2821
2440
 
@@ -2847,7 +2466,7 @@
2847
2466
 
2848
2467
  <dt class="inherited-from">Inherited From:</dt>
2849
2468
  <dd class="inherited-from"><ul class="dummy"><li>
2850
- <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>
2469
+ <a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
2851
2470
  </li></ul></dd>
2852
2471
 
2853
2472
 
@@ -2908,7 +2527,7 @@
2908
2527
  <h4 class="name" id="getShapesByFeatureID">
2909
2528
  <a class="href-link" href="#getShapesByFeatureID">#</a>
2910
2529
 
2911
- <span class="code-name" id="getShapesByFeatureID" style="font-size:30px">
2530
+ <span class="code-name" style="font-size:30px">
2912
2531
 
2913
2532
  getShapesByFeatureID<span class="signature">(featureID)</span>
2914
2533
 
@@ -2930,7 +2549,7 @@
2930
2549
 
2931
2550
 
2932
2551
 
2933
- <h4>参数</h4>
2552
+ <h4>参数:</h4>
2934
2553
 
2935
2554
  <div class="table-container">
2936
2555
  <table class="params table">
@@ -2960,12 +2579,7 @@
2960
2579
  <td class="type">
2961
2580
 
2962
2581
 
2963
- <span class="param-type">
2964
-
2965
- number
2966
-
2967
- </span>
2968
-
2582
+ <span class="param-type">number</span>
2969
2583
 
2970
2584
 
2971
2585
 
@@ -3053,7 +2667,7 @@
3053
2667
  <h4 class="name" id="getWeightFieldValue">
3054
2668
  <a class="href-link" href="#getWeightFieldValue">#</a>
3055
2669
 
3056
- <span class="code-name" id="getWeightFieldValue" style="font-size:30px">
2670
+ <span class="code-name" style="font-size:30px">
3057
2671
 
3058
2672
  getWeightFieldValue<span class="signature">(feature, weightField, defaultValue)</span>
3059
2673
 
@@ -3075,7 +2689,7 @@
3075
2689
 
3076
2690
 
3077
2691
 
3078
- <h4>参数</h4>
2692
+ <h4>参数:</h4>
3079
2693
 
3080
2694
  <div class="table-container">
3081
2695
  <table class="params table">
@@ -3105,12 +2719,7 @@
3105
2719
  <td class="type">
3106
2720
 
3107
2721
 
3108
- <span class="param-type">
3109
-
3110
- zondy.Feature.Vector
3111
-
3112
- </span>
3113
-
2722
+ <span class="param-type">zondy.Feature.Vector</span>
3114
2723
 
3115
2724
 
3116
2725
 
@@ -3134,12 +2743,7 @@
3134
2743
  <td class="type">
3135
2744
 
3136
2745
 
3137
- <span class="param-type">
3138
-
3139
- Array.&lt;string>
3140
-
3141
- </span>
3142
-
2746
+ <span class="param-type">Array.&lt;string></span>
3143
2747
 
3144
2748
 
3145
2749
 
@@ -3163,12 +2767,7 @@
3163
2767
  <td class="type">
3164
2768
 
3165
2769
 
3166
- <span class="param-type">
3167
-
3168
- number
3169
-
3170
- </span>
3171
-
2770
+ <span class="param-type">number</span>
3172
2771
 
3173
2772
 
3174
2773
 
@@ -3256,7 +2855,7 @@
3256
2855
  <h4 class="name" id="initialize">
3257
2856
  <a class="href-link" href="#initialize">#</a>
3258
2857
 
3259
- <span class="code-name" id="initialize" style="font-size:30px">
2858
+ <span class="code-name" style="font-size:30px">
3260
2859
 
3261
2860
  initialize<span class="signature">(name, chartsType, options)</span>
3262
2861
 
@@ -3278,7 +2877,7 @@
3278
2877
 
3279
2878
 
3280
2879
 
3281
- <h4>参数</h4>
2880
+ <h4>参数:</h4>
3282
2881
 
3283
2882
  <div class="table-container">
3284
2883
  <table class="params table">
@@ -3308,12 +2907,7 @@
3308
2907
  <td class="type">
3309
2908
 
3310
2909
 
3311
- <span class="param-type">
3312
-
3313
- string
3314
-
3315
- </span>
3316
-
2910
+ <span class="param-type">string</span>
3317
2911
 
3318
2912
 
3319
2913
 
@@ -3337,12 +2931,7 @@
3337
2931
  <td class="type">
3338
2932
 
3339
2933
 
3340
- <span class="param-type">
3341
-
3342
- string
3343
-
3344
- </span>
3345
-
2934
+ <span class="param-type">string</span>
3346
2935
 
3347
2936
 
3348
2937
 
@@ -3366,12 +2955,7 @@
3366
2955
  <td class="type">
3367
2956
 
3368
2957
 
3369
- <span class="param-type">
3370
-
3371
- Object
3372
-
3373
- </span>
3374
-
2958
+ <span class="param-type">Object</span>
3375
2959
 
3376
2960
 
3377
2961
 
@@ -3459,7 +3043,7 @@
3459
3043
  <h4 class="name" id="isChartInMap">
3460
3044
  <a class="href-link" href="#isChartInMap">#</a>
3461
3045
 
3462
- <span class="code-name" id="isChartInMap" style="font-size:30px">
3046
+ <span class="code-name" style="font-size:30px">
3463
3047
 
3464
3048
  isChartInMap<span class="signature">(mapPxBounds, chartPxBounds)</span>
3465
3049
 
@@ -3481,7 +3065,7 @@
3481
3065
 
3482
3066
 
3483
3067
 
3484
- <h4>参数</h4>
3068
+ <h4>参数:</h4>
3485
3069
 
3486
3070
  <div class="table-container">
3487
3071
  <table class="params table">
@@ -3511,12 +3095,7 @@
3511
3095
  <td class="type">
3512
3096
 
3513
3097
 
3514
- <span class="param-type">
3515
-
3516
- zondy.Bounds
3517
-
3518
- </span>
3519
-
3098
+ <span class="param-type">zondy.Bounds</span>
3520
3099
 
3521
3100
 
3522
3101
 
@@ -3540,12 +3119,7 @@
3540
3119
  <td class="type">
3541
3120
 
3542
3121
 
3543
- <span class="param-type">
3544
-
3545
- Array.&lt;Object>
3546
-
3547
- </span>
3548
-
3122
+ <span class="param-type">Array.&lt;Object></span>
3549
3123
 
3550
3124
 
3551
3125
 
@@ -3634,7 +3208,7 @@
3634
3208
  <h4 class="name" id="isPointInPoly">
3635
3209
  <a class="href-link" href="#isPointInPoly">#</a>
3636
3210
 
3637
- <span class="code-name" id="isPointInPoly" style="font-size:30px">
3211
+ <span class="code-name" style="font-size:30px">
3638
3212
 
3639
3213
  isPointInPoly<span class="signature">(pt, poly)</span>
3640
3214
 
@@ -3656,7 +3230,7 @@
3656
3230
 
3657
3231
 
3658
3232
 
3659
- <h4>参数</h4>
3233
+ <h4>参数:</h4>
3660
3234
 
3661
3235
  <div class="table-container">
3662
3236
  <table class="params table">
@@ -3686,12 +3260,7 @@
3686
3260
  <td class="type">
3687
3261
 
3688
3262
 
3689
- <span class="param-type">
3690
-
3691
- Object
3692
-
3693
- </span>
3694
-
3263
+ <span class="param-type">Object</span>
3695
3264
 
3696
3265
 
3697
3266
 
@@ -3715,12 +3284,7 @@
3715
3284
  <td class="type">
3716
3285
 
3717
3286
 
3718
- <span class="param-type">
3719
-
3720
- Array.&lt;Object>
3721
-
3722
- </span>
3723
-
3287
+ <span class="param-type">Array.&lt;Object></span>
3724
3288
 
3725
3289
 
3726
3290
 
@@ -3809,7 +3373,7 @@
3809
3373
  <h4 class="name" id="isQuadrilateralOverLap">
3810
3374
  <a class="href-link" href="#isQuadrilateralOverLap">#</a>
3811
3375
 
3812
- <span class="code-name" id="isQuadrilateralOverLap" style="font-size:30px">
3376
+ <span class="code-name" style="font-size:30px">
3813
3377
 
3814
3378
  isQuadrilateralOverLap<span class="signature">(rect1, rect2)</span>
3815
3379
 
@@ -3831,7 +3395,7 @@
3831
3395
 
3832
3396
 
3833
3397
 
3834
- <h4>参数</h4>
3398
+ <h4>参数:</h4>
3835
3399
 
3836
3400
  <div class="table-container">
3837
3401
  <table class="params table">
@@ -3861,12 +3425,7 @@
3861
3425
  <td class="type">
3862
3426
 
3863
3427
 
3864
- <span class="param-type">
3865
-
3866
- Array.&lt;Object>
3867
-
3868
- </span>
3869
-
3428
+ <span class="param-type">Array.&lt;Object></span>
3870
3429
 
3871
3430
 
3872
3431
 
@@ -3890,12 +3449,7 @@
3890
3449
  <td class="type">
3891
3450
 
3892
3451
 
3893
- <span class="param-type">
3894
-
3895
- Array.&lt;Object>
3896
-
3897
- </span>
3898
-
3452
+ <span class="param-type">Array.&lt;Object></span>
3899
3453
 
3900
3454
 
3901
3455
 
@@ -3990,7 +3544,7 @@
3990
3544
  <h4 class="name" id="lineIntersection">
3991
3545
  <a class="href-link" href="#lineIntersection">#</a>
3992
3546
 
3993
- <span class="code-name" id="lineIntersection" style="font-size:30px">
3547
+ <span class="code-name" style="font-size:30px">
3994
3548
 
3995
3549
  lineIntersection<span class="signature">(a1, a2, b1, b2)</span>
3996
3550
 
@@ -4012,7 +3566,7 @@
4012
3566
 
4013
3567
 
4014
3568
 
4015
- <h4>参数</h4>
3569
+ <h4>参数:</h4>
4016
3570
 
4017
3571
  <div class="table-container">
4018
3572
  <table class="params table">
@@ -4042,12 +3596,7 @@
4042
3596
  <td class="type">
4043
3597
 
4044
3598
 
4045
- <span class="param-type">
4046
-
4047
- zondy.geometry.Point
4048
-
4049
- </span>
4050
-
3599
+ <span class="param-type">zondy.geometry.Point</span>
4051
3600
 
4052
3601
 
4053
3602
 
@@ -4071,12 +3620,7 @@
4071
3620
  <td class="type">
4072
3621
 
4073
3622
 
4074
- <span class="param-type">
4075
-
4076
- zondy.geometry.Point
4077
-
4078
- </span>
4079
-
3623
+ <span class="param-type">zondy.geometry.Point</span>
4080
3624
 
4081
3625
 
4082
3626
 
@@ -4100,12 +3644,7 @@
4100
3644
  <td class="type">
4101
3645
 
4102
3646
 
4103
- <span class="param-type">
4104
-
4105
- zondy.geometry.Point
4106
-
4107
- </span>
4108
-
3647
+ <span class="param-type">zondy.geometry.Point</span>
4109
3648
 
4110
3649
 
4111
3650
 
@@ -4129,12 +3668,7 @@
4129
3668
  <td class="type">
4130
3669
 
4131
3670
 
4132
- <span class="param-type">
4133
-
4134
- zondy.geometry.Point
4135
-
4136
- </span>
4137
-
3671
+ <span class="param-type">zondy.geometry.Point</span>
4138
3672
 
4139
3673
 
4140
3674
 
@@ -4209,7 +3743,7 @@
4209
3743
 
4210
3744
 
4211
3745
  <div class='columns method-parameter'>
4212
- <div class="column is-2"><label>返回值</label></div>
3746
+ <div class="column is-2"><label>返回值:</label></div>
4213
3747
  <div class="column is-10">
4214
3748
 
4215
3749
 
@@ -4222,12 +3756,7 @@
4222
3756
  <div class='column is-5 has-text-left'>
4223
3757
  <label>类型: </label>
4224
3758
 
4225
- <span class="param-type">
4226
-
4227
- Object
4228
-
4229
- </span>
4230
-
3759
+ <span class="param-type">Object</span>
4231
3760
 
4232
3761
 
4233
3762
  </div>
@@ -4252,7 +3781,7 @@
4252
3781
  <h4 class="name" id="off">
4253
3782
  <a class="href-link" href="#off">#</a>
4254
3783
 
4255
- <span class="code-name" id="off" style="font-size:30px">
3784
+ <span class="code-name" style="font-size:30px">
4256
3785
 
4257
3786
  off<span class="signature">(event, callback, context)</span>
4258
3787
 
@@ -4274,7 +3803,7 @@
4274
3803
 
4275
3804
 
4276
3805
 
4277
- <h4>参数</h4>
3806
+ <h4>参数:</h4>
4278
3807
 
4279
3808
  <div class="table-container">
4280
3809
  <table class="params table">
@@ -4304,12 +3833,7 @@
4304
3833
  <td class="type">
4305
3834
 
4306
3835
 
4307
- <span class="param-type">
4308
-
4309
- Event
4310
-
4311
- </span>
4312
-
3836
+ <span class="param-type">Event</span>
4313
3837
 
4314
3838
 
4315
3839
 
@@ -4333,12 +3857,7 @@
4333
3857
  <td class="type">
4334
3858
 
4335
3859
 
4336
- <span class="param-type">
4337
-
4338
- function
4339
-
4340
- </span>
4341
-
3860
+ <span class="param-type">function</span>
4342
3861
 
4343
3862
 
4344
3863
 
@@ -4362,12 +3881,7 @@
4362
3881
  <td class="type">
4363
3882
 
4364
3883
 
4365
- <span class="param-type">
4366
-
4367
- string
4368
-
4369
- </span>
4370
-
3884
+ <span class="param-type">string</span>
4371
3885
 
4372
3886
 
4373
3887
 
@@ -4399,7 +3913,7 @@
4399
3913
 
4400
3914
  <dt class="inherited-from">Inherited From:</dt>
4401
3915
  <dd class="inherited-from"><ul class="dummy"><li>
4402
- <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>
3916
+ <a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
4403
3917
  </li></ul></dd>
4404
3918
 
4405
3919
 
@@ -4460,7 +3974,7 @@
4460
3974
  <h4 class="name" id="on">
4461
3975
  <a class="href-link" href="#on">#</a>
4462
3976
 
4463
- <span class="code-name" id="on" style="font-size:30px">
3977
+ <span class="code-name" style="font-size:30px">
4464
3978
 
4465
3979
  on<span class="signature">(event, callback, context)</span>
4466
3980
 
@@ -4482,7 +3996,7 @@
4482
3996
 
4483
3997
 
4484
3998
 
4485
- <h4>参数</h4>
3999
+ <h4>参数:</h4>
4486
4000
 
4487
4001
  <div class="table-container">
4488
4002
  <table class="params table">
@@ -4512,12 +4026,7 @@
4512
4026
  <td class="type">
4513
4027
 
4514
4028
 
4515
- <span class="param-type">
4516
-
4517
- Event
4518
-
4519
- </span>
4520
-
4029
+ <span class="param-type">Event</span>
4521
4030
 
4522
4031
 
4523
4032
 
@@ -4541,12 +4050,7 @@
4541
4050
  <td class="type">
4542
4051
 
4543
4052
 
4544
- <span class="param-type">
4545
-
4546
- function
4547
-
4548
- </span>
4549
-
4053
+ <span class="param-type">function</span>
4550
4054
 
4551
4055
 
4552
4056
 
@@ -4570,12 +4074,7 @@
4570
4074
  <td class="type">
4571
4075
 
4572
4076
 
4573
- <span class="param-type">
4574
-
4575
- string
4576
-
4577
- </span>
4578
-
4077
+ <span class="param-type">string</span>
4579
4078
 
4580
4079
 
4581
4080
 
@@ -4607,7 +4106,7 @@
4607
4106
 
4608
4107
  <dt class="inherited-from">Inherited From:</dt>
4609
4108
  <dd class="inherited-from"><ul class="dummy"><li>
4610
- <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>
4109
+ <a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
4611
4110
  </li></ul></dd>
4612
4111
 
4613
4112
 
@@ -4668,7 +4167,7 @@
4668
4167
  <h4 class="name" id="onRemove">
4669
4168
  <a class="href-link" href="#onRemove">#</a>
4670
4169
 
4671
- <span class="code-name" id="onRemove" style="font-size:30px">
4170
+ <span class="code-name" style="font-size:30px">
4672
4171
 
4673
4172
  onRemove<span class="signature">(map)</span>
4674
4173
 
@@ -4690,7 +4189,7 @@
4690
4189
 
4691
4190
 
4692
4191
 
4693
- <h4>参数</h4>
4192
+ <h4>参数:</h4>
4694
4193
 
4695
4194
  <div class="table-container">
4696
4195
  <table class="params table">
@@ -4720,12 +4219,7 @@
4720
4219
  <td class="type">
4721
4220
 
4722
4221
 
4723
- <span class="param-type">
4724
-
4725
- L.Map
4726
-
4727
- </span>
4728
-
4222
+ <span class="param-type">L.Map</span>
4729
4223
 
4730
4224
 
4731
4225
 
@@ -4757,7 +4251,7 @@
4757
4251
 
4758
4252
  <dt class="inherited-from">Inherited From:</dt>
4759
4253
  <dd class="inherited-from"><ul class="dummy"><li>
4760
- <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>
4254
+ <a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
4761
4255
  </li></ul></dd>
4762
4256
 
4763
4257
 
@@ -4818,7 +4312,7 @@
4818
4312
  <h4 class="name" id="redraw">
4819
4313
  <a class="href-link" href="#redraw">#</a>
4820
4314
 
4821
- <span class="code-name" id="redraw" style="font-size:30px">
4315
+ <span class="code-name" style="font-size:30px">
4822
4316
 
4823
4317
  redraw<span class="signature">()</span>
4824
4318
 
@@ -4855,7 +4349,7 @@
4855
4349
 
4856
4350
  <dt class="tag-overrides">Overrides:</dt>
4857
4351
  <dd class="tag-overrides"><ul class="dummy"><li>
4858
- <a class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#redraw" zondy.themelayer.ThemeLayer.html#redraw>zondy.themelayer.ThemeLayer#redraw</a>
4352
+ <a href="zondy.themelayer.ThemeLayer.html#redraw">zondy.themelayer.ThemeLayer#redraw</a>
4859
4353
  </li></ul></dd>
4860
4354
 
4861
4355
 
@@ -4914,7 +4408,7 @@
4914
4408
  <h4 class="name" id="redrawThematicFeatures">
4915
4409
  <a class="href-link" href="#redrawThematicFeatures">#</a>
4916
4410
 
4917
- <span class="code-name" id="redrawThematicFeatures" style="font-size:30px">
4411
+ <span class="code-name" style="font-size:30px">
4918
4412
 
4919
4413
  redrawThematicFeatures<span class="signature">(bounds)</span>
4920
4414
 
@@ -4936,7 +4430,7 @@
4936
4430
 
4937
4431
 
4938
4432
 
4939
- <h4>参数</h4>
4433
+ <h4>参数:</h4>
4940
4434
 
4941
4435
  <div class="table-container">
4942
4436
  <table class="params table">
@@ -4966,12 +4460,7 @@
4966
4460
  <td class="type">
4967
4461
 
4968
4462
 
4969
- <span class="param-type">
4970
-
4971
- L.bounds
4972
-
4973
- </span>
4974
-
4463
+ <span class="param-type">L.bounds</span>
4975
4464
 
4976
4465
 
4977
4466
 
@@ -5005,7 +4494,7 @@
5005
4494
 
5006
4495
  <dt class="tag-overrides">Overrides:</dt>
5007
4496
  <dd class="tag-overrides"><ul class="dummy"><li>
5008
- <a class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#redrawThematicFeatures" zondy.themelayer.ThemeLayer.html#redrawThematicFeatures>zondy.themelayer.ThemeLayer#redrawThematicFeatures</a>
4497
+ <a href="zondy.themelayer.ThemeLayer.html#redrawThematicFeatures">zondy.themelayer.ThemeLayer#redrawThematicFeatures</a>
5009
4498
  </li></ul></dd>
5010
4499
 
5011
4500
 
@@ -5064,7 +4553,7 @@
5064
4553
  <h4 class="name" id="removeAllFeatures">
5065
4554
  <a class="href-link" href="#removeAllFeatures">#</a>
5066
4555
 
5067
- <span class="code-name" id="removeAllFeatures" style="font-size:30px">
4556
+ <span class="code-name" style="font-size:30px">
5068
4557
 
5069
4558
  removeAllFeatures<span class="signature">()</span>
5070
4559
 
@@ -5101,7 +4590,7 @@
5101
4590
 
5102
4591
  <dt class="tag-overrides">Overrides:</dt>
5103
4592
  <dd class="tag-overrides"><ul class="dummy"><li>
5104
- <a class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#removeAllFeatures" zondy.themelayer.ThemeLayer.html#removeAllFeatures>zondy.themelayer.ThemeLayer#removeAllFeatures</a>
4593
+ <a href="zondy.themelayer.ThemeLayer.html#removeAllFeatures">zondy.themelayer.ThemeLayer#removeAllFeatures</a>
5105
4594
  </li></ul></dd>
5106
4595
 
5107
4596
 
@@ -5160,7 +4649,7 @@
5160
4649
  <h4 class="name" id="removeFeatures">
5161
4650
  <a class="href-link" href="#removeFeatures">#</a>
5162
4651
 
5163
- <span class="code-name" id="removeFeatures" style="font-size:30px">
4652
+ <span class="code-name" style="font-size:30px">
5164
4653
 
5165
4654
  removeFeatures<span class="signature">(features)</span>
5166
4655
 
@@ -5182,7 +4671,7 @@
5182
4671
 
5183
4672
 
5184
4673
 
5185
- <h4>参数</h4>
4674
+ <h4>参数:</h4>
5186
4675
 
5187
4676
  <div class="table-container">
5188
4677
  <table class="params table">
@@ -5212,12 +4701,7 @@
5212
4701
  <td class="type">
5213
4702
 
5214
4703
 
5215
- <span class="param-type">
5216
-
5217
- Object
5218
-
5219
- </span>
5220
-
4704
+ <span class="param-type">Object</span>
5221
4705
 
5222
4706
 
5223
4707
 
@@ -5251,7 +4735,7 @@
5251
4735
 
5252
4736
  <dt class="tag-overrides">Overrides:</dt>
5253
4737
  <dd class="tag-overrides"><ul class="dummy"><li>
5254
- <a class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#removeFeatures" zondy.themelayer.ThemeLayer.html#removeFeatures>zondy.themelayer.ThemeLayer#removeFeatures</a>
4738
+ <a href="zondy.themelayer.ThemeLayer.html#removeFeatures">zondy.themelayer.ThemeLayer#removeFeatures</a>
5255
4739
  </li></ul></dd>
5256
4740
 
5257
4741
 
@@ -5310,7 +4794,7 @@
5310
4794
  <h4 class="name" id="setChartsType">
5311
4795
  <a class="href-link" href="#setChartsType">#</a>
5312
4796
 
5313
- <span class="code-name" id="setChartsType" style="font-size:30px">
4797
+ <span class="code-name" style="font-size:30px">
5314
4798
 
5315
4799
  setChartsType<span class="signature">(chartsType)</span>
5316
4800
 
@@ -5332,7 +4816,7 @@
5332
4816
 
5333
4817
 
5334
4818
 
5335
- <h4>参数</h4>
4819
+ <h4>参数:</h4>
5336
4820
 
5337
4821
  <div class="table-container">
5338
4822
  <table class="params table">
@@ -5362,12 +4846,7 @@
5362
4846
  <td class="type">
5363
4847
 
5364
4848
 
5365
- <span class="param-type">
5366
-
5367
- string
5368
-
5369
- </span>
5370
-
4849
+ <span class="param-type">string</span>
5371
4850
 
5372
4851
 
5373
4852
 
@@ -5455,7 +4934,7 @@
5455
4934
  <h4 class="name" id="setOpacity">
5456
4935
  <a class="href-link" href="#setOpacity">#</a>
5457
4936
 
5458
- <span class="code-name" id="setOpacity" style="font-size:30px">
4937
+ <span class="code-name" style="font-size:30px">
5459
4938
 
5460
4939
  setOpacity<span class="signature">(opacity)</span>
5461
4940
 
@@ -5477,7 +4956,7 @@
5477
4956
 
5478
4957
 
5479
4958
 
5480
- <h4>参数</h4>
4959
+ <h4>参数:</h4>
5481
4960
 
5482
4961
  <div class="table-container">
5483
4962
  <table class="params table">
@@ -5507,12 +4986,7 @@
5507
4986
  <td class="type">
5508
4987
 
5509
4988
 
5510
- <span class="param-type">
5511
-
5512
- number
5513
-
5514
- </span>
5515
-
4989
+ <span class="param-type">number</span>
5516
4990
 
5517
4991
 
5518
4992
 
@@ -5544,7 +5018,7 @@
5544
5018
 
5545
5019
  <dt class="inherited-from">Inherited From:</dt>
5546
5020
  <dd class="inherited-from"><ul class="dummy"><li>
5547
- <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>
5021
+ <a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
5548
5022
  </li></ul></dd>
5549
5023
 
5550
5024
 
@@ -5605,7 +5079,7 @@
5605
5079
  <h4 class="name" id="update">
5606
5080
  <a class="href-link" href="#update">#</a>
5607
5081
 
5608
- <span class="code-name" id="update" style="font-size:30px">
5082
+ <span class="code-name" style="font-size:30px">
5609
5083
 
5610
5084
  update<span class="signature">(bounds)</span>
5611
5085
 
@@ -5627,7 +5101,7 @@
5627
5101
 
5628
5102
 
5629
5103
 
5630
- <h4>参数</h4>
5104
+ <h4>参数:</h4>
5631
5105
 
5632
5106
  <div class="table-container">
5633
5107
  <table class="params table">
@@ -5657,12 +5131,7 @@
5657
5131
  <td class="type">
5658
5132
 
5659
5133
 
5660
- <span class="param-type">
5661
-
5662
- L.bounds
5663
-
5664
- </span>
5665
-
5134
+ <span class="param-type">L.bounds</span>
5666
5135
 
5667
5136
 
5668
5137
 
@@ -5694,7 +5163,7 @@
5694
5163
 
5695
5164
  <dt class="inherited-from">Inherited From:</dt>
5696
5165
  <dd class="inherited-from"><ul class="dummy"><li>
5697
- <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>
5166
+ <a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
5698
5167
  </li></ul></dd>
5699
5168
 
5700
5169
 
@@ -5757,36 +5226,6 @@
5757
5226
 
5758
5227
  <div class='vertical-section' style='margin-top: 10px'>
5759
5228
  <h3 id='event'>事件</h3>
5760
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
5761
- <div class="table-container">
5762
- <table class="params table">
5763
- <thead>
5764
- <tr>
5765
- <th>名称</th>
5766
- <th>描述</th>
5767
- </tr>
5768
- </thead>
5769
- <tbody>
5770
-
5771
- <tr class="deep-level-0">
5772
- <td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
5773
- <td class="name"><code>beforefeaturesadded</code></td>
5774
- </tr>
5775
-
5776
- <tr class="deep-level-0">
5777
- <td class="name"><code><a href="#changelayer">changelayer</a></code></td>
5778
- <td class="name"><code>changelayer</code></td>
5779
- </tr>
5780
-
5781
- <tr class="deep-level-0">
5782
- <td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
5783
- <td class="name"><code>featuresremoved</code></td>
5784
- </tr>
5785
-
5786
- </tbody>
5787
- </table>
5788
- </div>
5789
- <h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
5790
5229
  <div class="members">
5791
5230
 
5792
5231
  <div class="member">
@@ -5797,7 +5236,7 @@
5797
5236
  <h4 class="name" id="event:beforefeaturesadded">
5798
5237
  <a class="href-link" href="#event:beforefeaturesadded">#</a>
5799
5238
 
5800
- <span class="code-name" id="beforefeaturesadded" style="font-size:30px">
5239
+ <span class="code-name" style="font-size:30px">
5801
5240
 
5802
5241
  beforefeaturesadded
5803
5242
 
@@ -5855,12 +5294,7 @@
5855
5294
  <td class="type">
5856
5295
 
5857
5296
 
5858
- <span class="param-type">
5859
-
5860
- L.features
5861
-
5862
- </span>
5863
-
5297
+ <span class="param-type">L.features</span>
5864
5298
 
5865
5299
 
5866
5300
 
@@ -5947,7 +5381,7 @@
5947
5381
  <h4 class="name" id="event:changelayer">
5948
5382
  <a class="href-link" href="#event:changelayer">#</a>
5949
5383
 
5950
- <span class="code-name" id="changelayer" style="font-size:30px">
5384
+ <span class="code-name" style="font-size:30px">
5951
5385
 
5952
5386
  changelayer
5953
5387
 
@@ -6005,12 +5439,7 @@
6005
5439
  <td class="type">
6006
5440
 
6007
5441
 
6008
- <span class="param-type">
6009
-
6010
- Object
6011
-
6012
- </span>
6013
-
5442
+ <span class="param-type">Object</span>
6014
5443
 
6015
5444
 
6016
5445
 
@@ -6033,12 +5462,7 @@
6033
5462
  <td class="type">
6034
5463
 
6035
5464
 
6036
- <span class="param-type">
6037
-
6038
- string
6039
-
6040
- </span>
6041
-
5465
+ <span class="param-type">string</span>
6042
5466
 
6043
5467
 
6044
5468
 
@@ -6067,7 +5491,7 @@
6067
5491
 
6068
5492
  <dt class="inherited-from">Inherited From:</dt>
6069
5493
  <dd class="inherited-from"><ul class="dummy"><li>
6070
- <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>
5494
+ <a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
6071
5495
  </li></ul></dd>
6072
5496
 
6073
5497
 
@@ -6130,7 +5554,7 @@
6130
5554
  <h4 class="name" id="event:featuresremoved">
6131
5555
  <a class="href-link" href="#event:featuresremoved">#</a>
6132
5556
 
6133
- <span class="code-name" id="featuresremoved" style="font-size:30px">
5557
+ <span class="code-name" style="font-size:30px">
6134
5558
 
6135
5559
  featuresremoved
6136
5560
 
@@ -6188,12 +5612,7 @@
6188
5612
  <td class="type">
6189
5613
 
6190
5614
 
6191
- <span class="param-type">
6192
-
6193
- Array.&lt;zondy.Feature.Vector>
6194
-
6195
- </span>
6196
-
5615
+ <span class="param-type">Array.&lt;zondy.Feature.Vector></span>
6197
5616
 
6198
5617
 
6199
5618
 
@@ -6216,12 +5635,7 @@
6216
5635
  <td class="type">
6217
5636
 
6218
5637
 
6219
- <span class="param-type">
6220
-
6221
- boolean
6222
-
6223
- </span>
6224
-
5638
+ <span class="param-type">boolean</span>
6225
5639
 
6226
5640
 
6227
5641
 
@@ -6250,7 +5664,7 @@
6250
5664
 
6251
5665
  <dt class="inherited-from">Inherited From:</dt>
6252
5666
  <dd class="inherited-from"><ul class="dummy"><li>
6253
- <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>
5667
+ <a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
6254
5668
  </li></ul></dd>
6255
5669
 
6256
5670
 
@@ -6310,4 +5724,42 @@
6310
5724
 
6311
5725
  </article>
6312
5726
 
6313
- </section>
5727
+ </section>
5728
+
5729
+
5730
+
5731
+
5732
+ </div>
5733
+
5734
+ <footer class="footer">
5735
+ <div class="content has-text-centered">
5736
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
5737
+ <p class="sidebar-created-by">
5738
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
5739
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
5740
+ </p>
5741
+ </div>
5742
+ </footer>
5743
+
5744
+ </div>
5745
+ <div id="side-nav" class="side-nav">
5746
+ <div style="margin-bottom: 10px;">
5747
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
5748
+ </div>
5749
+ <div style="margin-bottom: 10px;">
5750
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
5751
+ </div>
5752
+ <div style="margin-bottom: 10px;">
5753
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
5754
+ </div>
5755
+ <div>
5756
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
5757
+ </div>
5758
+ </div>
5759
+ </div>
5760
+ <script src="scripts/linenumber.js"> </script>
5761
+
5762
+ <script src="scripts/search.js"> </script>
5763
+
5764
+ </body>
5765
+ </html>