@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">MapViewLeaflet</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> MapViewLeaflet</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><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><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><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><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><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><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><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><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><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><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><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><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><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><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><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><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapViewLeaflet.html">MapViewLeaflet</a><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
108
+ 参考示例:
109
+ <a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
110
+ <br>[ES5引入方式]:<br/>
111
+ Zondy.MapViewLeaflet() <br/>
112
+ [ES6引入方式]:<br/>
113
+ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><li><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><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><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><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">MapViewLeaflet</span>
136
+ </header>
137
+
8
138
 
9
139
 
10
140
 
@@ -25,7 +155,7 @@
25
155
  <h4 class="name" id="MapViewLeaflet">
26
156
  <a class="href-link" href="#MapViewLeaflet">#</a>
27
157
 
28
- <span class="code-name" id="MapViewLeaflet" style="font-size:30px">
158
+ <span class="code-name" style="font-size:30px">
29
159
 
30
160
  new MapViewLeaflet<span class="signature">(options)</span>
31
161
 
@@ -53,7 +183,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
53
183
 
54
184
 
55
185
 
56
- <h4>参数</h4>
186
+ <h4>参数:</h4>
57
187
 
58
188
  <div class="table-container">
59
189
  <table class="params table">
@@ -85,12 +215,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
85
215
  <td class="type">
86
216
 
87
217
 
88
- <span class="param-type">
89
-
90
- Object
91
-
92
- </span>
93
-
218
+ <span class="param-type">Object</span>
94
219
 
95
220
 
96
221
 
@@ -116,12 +241,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
116
241
  <td class="type">
117
242
 
118
243
 
119
- <span class="param-type">
120
-
121
- Map
122
-
123
- </span>
124
-
244
+ <span class="param-type">Map</span>
125
245
 
126
246
 
127
247
 
@@ -147,12 +267,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
147
267
  <td class="type">
148
268
 
149
269
 
150
- <span class="param-type">
151
-
152
- String
153
-
154
- </span>
155
-
270
+ <span class="param-type">String</span>
156
271
 
157
272
 
158
273
 
@@ -178,12 +293,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
178
293
  <td class="type">
179
294
 
180
295
 
181
- <span class="param-type">
182
-
183
- Number
184
-
185
- </span>
186
-
296
+ <span class="param-type">Number</span>
187
297
 
188
298
 
189
299
 
@@ -209,12 +319,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
209
319
  <td class="type">
210
320
 
211
321
 
212
- <span class="param-type">
213
-
214
- Number
215
-
216
- </span>
217
-
322
+ <span class="param-type">Number</span>
218
323
 
219
324
 
220
325
 
@@ -242,12 +347,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
242
347
  <td class="type">
243
348
 
244
349
 
245
- <span class="param-type">
246
-
247
- Boolean
248
-
249
- </span>
250
-
350
+ <span class="param-type">Boolean</span>
251
351
 
252
352
 
253
353
 
@@ -275,12 +375,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
275
375
  <td class="type">
276
376
 
277
377
 
278
- <span class="param-type">
279
-
280
- Boolean
281
-
282
- </span>
283
-
378
+ <span class="param-type">Boolean</span>
284
379
 
285
380
 
286
381
 
@@ -308,19 +403,10 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
308
403
  <td class="type">
309
404
 
310
405
 
311
- <span class="param-type">
312
-
313
- Boolean
314
-
315
- </span>
406
+ <span class="param-type">Boolean</span>
316
407
  |
317
408
 
318
- <span class="param-type">
319
-
320
- String
321
-
322
- </span>
323
-
409
+ <span class="param-type">String</span>
324
410
 
325
411
 
326
412
 
@@ -348,12 +434,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
348
434
  <td class="type">
349
435
 
350
436
 
351
- <span class="param-type">
352
-
353
- Boolean
354
-
355
- </span>
356
-
437
+ <span class="param-type">Boolean</span>
357
438
 
358
439
 
359
440
 
@@ -381,12 +462,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
381
462
  <td class="type">
382
463
 
383
464
 
384
- <span class="param-type">
385
-
386
- Number
387
-
388
- </span>
389
-
465
+ <span class="param-type">Number</span>
390
466
 
391
467
 
392
468
 
@@ -414,12 +490,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
414
490
  <td class="type">
415
491
 
416
492
 
417
- <span class="param-type">
418
-
419
- Number
420
-
421
- </span>
422
-
493
+ <span class="param-type">Number</span>
423
494
 
424
495
 
425
496
 
@@ -447,12 +518,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
447
518
  <td class="type">
448
519
 
449
520
 
450
- <span class="param-type">
451
-
452
- Boolean
453
-
454
- </span>
455
-
521
+ <span class="param-type">Boolean</span>
456
522
 
457
523
 
458
524
 
@@ -480,12 +546,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
480
546
  <td class="type">
481
547
 
482
548
 
483
- <span class="param-type">
484
-
485
- Boolean
486
-
487
- </span>
488
-
549
+ <span class="param-type">Boolean</span>
489
550
 
490
551
 
491
552
 
@@ -513,12 +574,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
513
574
  <td class="type">
514
575
 
515
576
 
516
- <span class="param-type">
517
-
518
- Number
519
-
520
- </span>
521
-
577
+ <span class="param-type">Number</span>
522
578
 
523
579
 
524
580
 
@@ -546,19 +602,10 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
546
602
  <td class="type">
547
603
 
548
604
 
549
- <span class="param-type">
550
-
551
- Boolean
552
-
553
- </span>
605
+ <span class="param-type">Boolean</span>
554
606
  |
555
607
 
556
- <span class="param-type">
557
-
558
- String
559
-
560
- </span>
561
-
608
+ <span class="param-type">String</span>
562
609
 
563
610
 
564
611
 
@@ -586,12 +633,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
586
633
  <td class="type">
587
634
 
588
635
 
589
- <span class="param-type">
590
-
591
- Number
592
-
593
- </span>
594
-
636
+ <span class="param-type">Number</span>
595
637
 
596
638
 
597
639
 
@@ -619,12 +661,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
619
661
  <td class="type">
620
662
 
621
663
 
622
- <span class="param-type">
623
-
624
- Number
625
-
626
- </span>
627
-
664
+ <span class="param-type">Number</span>
628
665
 
629
666
 
630
667
 
@@ -652,12 +689,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
652
689
  <td class="type">
653
690
 
654
691
 
655
- <span class="param-type">
656
-
657
- Boolean
658
-
659
- </span>
660
-
692
+ <span class="param-type">Boolean</span>
661
693
 
662
694
 
663
695
 
@@ -685,12 +717,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
685
717
  <td class="type">
686
718
 
687
719
 
688
- <span class="param-type">
689
-
690
- Number
691
-
692
- </span>
693
-
720
+ <span class="param-type">Number</span>
694
721
 
695
722
 
696
723
 
@@ -718,19 +745,10 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
718
745
  <td class="type">
719
746
 
720
747
 
721
- <span class="param-type">
722
-
723
- Boolean
724
-
725
- </span>
748
+ <span class="param-type">Boolean</span>
726
749
  |
727
750
 
728
- <span class="param-type">
729
-
730
- String
731
-
732
- </span>
733
-
751
+ <span class="param-type">String</span>
734
752
 
735
753
 
736
754
 
@@ -758,12 +776,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
758
776
  <td class="type">
759
777
 
760
778
 
761
- <span class="param-type">
762
-
763
- Boolean
764
-
765
- </span>
766
-
779
+ <span class="param-type">Boolean</span>
767
780
 
768
781
 
769
782
 
@@ -791,12 +804,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
791
804
  <td class="type">
792
805
 
793
806
 
794
- <span class="param-type">
795
-
796
- Boolean
797
-
798
- </span>
799
-
807
+ <span class="param-type">Boolean</span>
800
808
 
801
809
 
802
810
 
@@ -824,12 +832,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
824
832
  <td class="type">
825
833
 
826
834
 
827
- <span class="param-type">
828
-
829
- Point
830
-
831
- </span>
832
-
835
+ <span class="param-type">Point</span>
833
836
 
834
837
 
835
838
 
@@ -857,12 +860,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
857
860
  <td class="type">
858
861
 
859
862
 
860
- <span class="param-type">
861
-
862
- Extent
863
-
864
- </span>
865
-
863
+ <span class="param-type">Extent</span>
866
864
 
867
865
 
868
866
 
@@ -888,12 +886,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
888
886
  <td class="type">
889
887
 
890
888
 
891
- <span class="param-type">
892
-
893
- Number
894
-
895
- </span>
896
-
889
+ <span class="param-type">Number</span>
897
890
 
898
891
 
899
892
 
@@ -919,12 +912,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
919
912
  <td class="type">
920
913
 
921
914
 
922
- <span class="param-type">
923
-
924
- Number
925
-
926
- </span>
927
-
915
+ <span class="param-type">Number</span>
928
916
 
929
917
 
930
918
 
@@ -950,12 +938,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
950
938
  <td class="type">
951
939
 
952
940
 
953
- <span class="param-type">
954
-
955
- Number
956
-
957
- </span>
958
-
941
+ <span class="param-type">Number</span>
959
942
 
960
943
 
961
944
 
@@ -981,12 +964,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
981
964
  <td class="type">
982
965
 
983
966
 
984
- <span class="param-type">
985
-
986
- Object
987
-
988
- </span>
989
-
967
+ <span class="param-type">Object</span>
990
968
 
991
969
 
992
970
 
@@ -1012,12 +990,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1012
990
  <td class="type">
1013
991
 
1014
992
 
1015
- <span class="param-type">
1016
-
1017
- Number
1018
-
1019
- </span>
1020
-
993
+ <span class="param-type">Number</span>
1021
994
 
1022
995
 
1023
996
 
@@ -1088,40 +1061,40 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1088
1061
 
1089
1062
 
1090
1063
  <div class="method-parameter columns">
1091
- <div class="column is-2"><label>绑定事件</label></div>
1064
+ <div class="column is-2"><label>绑定事件:</label></div>
1092
1065
  <div class="column is-10">
1093
1066
  <ul>
1094
- <li><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></li>
1067
+ <li>BaseView#event:地图视图加载完毕事件</li>
1095
1068
 
1096
- <li><a href="#鼠标点击事件">鼠标点击事件</a></li>
1069
+ <li>BaseView#event:鼠标点击事件</li>
1097
1070
 
1098
- <li><a href="#鼠标双击事件">鼠标双击事件</a></li>
1071
+ <li>BaseView#event:鼠标双击事件</li>
1099
1072
 
1100
- <li><a href="#鼠标按下事件">鼠标按下事件</a></li>
1073
+ <li>BaseView#event:鼠标按下事件</li>
1101
1074
 
1102
- <li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
1075
+ <li>BaseView#event:鼠标抬起事件</li>
1103
1076
 
1104
- <li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
1077
+ <li>BaseView#event:鼠标右键点击事件</li>
1105
1078
 
1106
- <li><a href="#鼠标移动事件">鼠标移动事件</a></li>
1079
+ <li>BaseView#event:鼠标移动事件</li>
1107
1080
 
1108
- <li><a href="#鼠标移出视图事件">鼠标移出视图事件</a></li>
1081
+ <li>BaseView#event:鼠标移出视图事件</li>
1109
1082
 
1110
- <li><a href="#鼠标移入视图事件">鼠标移入视图事件</a></li>
1083
+ <li>BaseView#event:鼠标移入视图事件</li>
1111
1084
 
1112
- <li><a href="#zoom变化事件">zoom变化事件</a></li>
1085
+ <li>BaseView#event:zoom变化事件</li>
1113
1086
 
1114
- <li><a href="#地图移动事件">地图移动事件</a></li>
1087
+ <li>BaseView#event:地图移动事件</li>
1115
1088
 
1116
- <li><a href="#地图大小变化事件">地图大小变化事件</a></li>
1089
+ <li>BaseView#event:地图大小变化事件</li>
1117
1090
 
1118
- <li><a href="#键盘输入事件">键盘输入事件</a></li>
1091
+ <li>BaseView#event:键盘输入事件</li>
1119
1092
 
1120
- <li><a href="#键盘按下事件">键盘按下事件</a></li>
1093
+ <li>BaseView#event:键盘按下事件</li>
1121
1094
 
1122
- <li><a href="#键盘抬起事件">键盘抬起事件</a></li>
1095
+ <li>BaseView#event:键盘抬起事件</li>
1123
1096
 
1124
- <li><a href="#地图视图改变事件">地图视图改变事件</a></li>
1097
+ <li>BaseView#event:地图视图改变事件</li>
1125
1098
  </ul>
1126
1099
  </div>
1127
1100
  </div>
@@ -1210,328 +1183,6 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1210
1183
 
1211
1184
  <div class='vertical-section'>
1212
1185
  <h3 id='member'>成员变量</h3>
1213
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
1214
- <div class="table-container">
1215
- <table class="params table">
1216
- <thead>
1217
- <tr>
1218
- <th>名称</th>
1219
- <th>类型</th>
1220
- <th>描述</th>
1221
- </tr>
1222
- </thead>
1223
- <tbody>
1224
-
1225
- <tr class="deep-level-0">
1226
- <td class="name"><code><a href="#animation">animation</a></code></td>
1227
- <td class="name">
1228
- <code>
1229
-
1230
- <span class="param-type">
1231
-
1232
- Boolean
1233
-
1234
- </span>
1235
-
1236
-
1237
-
1238
- </code>
1239
- </td>
1240
- <td class="name"><code><p>是否启用视角跳转动画</p></code></td>
1241
- </tr>
1242
-
1243
- <tr class="deep-level-0">
1244
- <td class="name"><code><a href="#center">center</a></code></td>
1245
- <td class="name">
1246
- <code>
1247
-
1248
- <span class="param-type">
1249
-
1250
- Point
1251
-
1252
- </span>
1253
-
1254
-
1255
-
1256
- </code>
1257
- </td>
1258
- <td class="name"><code><p>地图视图中心点</p></code></td>
1259
- </tr>
1260
-
1261
- <tr class="deep-level-0">
1262
- <td class="name"><code><a href="#engineType">engineType</a></code></td>
1263
- <td class="name">
1264
- <code>
1265
-
1266
- <span class="param-type">
1267
-
1268
- Object
1269
-
1270
- </span>
1271
-
1272
-
1273
-
1274
- </code>
1275
- </td>
1276
- <td class="name"><code><p>引擎类型,为'leaflet'</p></code></td>
1277
- </tr>
1278
-
1279
- <tr class="deep-level-0">
1280
- <td class="name"><code><a href="#extent">extent</a></code></td>
1281
- <td class="name">
1282
- <code>
1283
-
1284
- <span class="param-type">
1285
-
1286
- Extent
1287
-
1288
- </span>
1289
-
1290
-
1291
-
1292
- </code>
1293
- </td>
1294
- <td class="name"><code><p>地图视图可视范围</p></code></td>
1295
- </tr>
1296
-
1297
- <tr class="deep-level-0">
1298
- <td class="name"><code><a href="#fullExtent">fullExtent</a></code></td>
1299
- <td class="name">
1300
- <code>
1301
-
1302
- <span class="param-type">
1303
-
1304
- Extent
1305
-
1306
- </span>
1307
-
1308
-
1309
-
1310
- </code>
1311
- </td>
1312
- <td class="name"><code><p>地图视图最大显示范围。用户不设置时,将地图范围作为地图视图的最大显示范围,用户设置时采用用户设置的。地图视图初始化时,会根据此范围计算地图视图的最小比例尺,当瓦片数据的最大比例尺小于此比例尺时,无法显示。在相同视图大小下,fullExtent越大,地图视图的最小比例尺越小。</p></code></td>
1313
- </tr>
1314
-
1315
- <tr class="deep-level-0">
1316
- <td class="name"><code><a href="#height">height</a></code></td>
1317
- <td class="name">
1318
- <code>
1319
-
1320
- <span class="param-type">
1321
-
1322
- Number
1323
-
1324
- </span>
1325
-
1326
-
1327
-
1328
- </code>
1329
- </td>
1330
- <td class="name"><code><p>地图视图高度</p></code></td>
1331
- </tr>
1332
-
1333
- <tr class="deep-level-0">
1334
- <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
1335
- <td class="name">
1336
- <code>
1337
-
1338
- <span class="param-type">
1339
-
1340
- Number
1341
-
1342
- </span>
1343
-
1344
-
1345
-
1346
- </code>
1347
- </td>
1348
- <td class="name"><code><p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined表示用户未设置,视图的最大比例尺不受限制。maxScale的值应该始终小于minScale的值。</p></code></td>
1349
- </tr>
1350
-
1351
- <tr class="deep-level-0">
1352
- <td class="name"><code><a href="#minScale">minScale</a></code></td>
1353
- <td class="name">
1354
- <code>
1355
-
1356
- <span class="param-type">
1357
-
1358
- Number
1359
-
1360
- </span>
1361
-
1362
-
1363
-
1364
- </code>
1365
- </td>
1366
- <td class="name"><code><p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据全图范围,计算视图的最小比例尺。如果用户设置了该值,则地图将直接采用用户设置的值。minScale的值应该始终大于maxScale的值。</p></code></td>
1367
- </tr>
1368
-
1369
- <tr class="deep-level-0">
1370
- <td class="name"><code><a href="#popup">popup</a></code></td>
1371
- <td class="name">
1372
- <code>
1373
-
1374
- <span class="param-type">
1375
-
1376
- <a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
1377
-
1378
- </span>
1379
-
1380
-
1381
-
1382
- </code>
1383
- </td>
1384
- <td class="name"><code><p>地图视图弹框popup</p></code></td>
1385
- </tr>
1386
-
1387
- <tr class="deep-level-0">
1388
- <td class="name"><code><a href="#preferCanvas">preferCanvas</a></code></td>
1389
- <td class="name">
1390
- <code>
1391
-
1392
- <span class="param-type">
1393
-
1394
- Boolean
1395
-
1396
- </span>
1397
-
1398
-
1399
-
1400
- </code>
1401
- </td>
1402
- <td class="name"><code><p>视图渲染方式是否为canvas</p></code></td>
1403
- </tr>
1404
-
1405
- <tr class="deep-level-0">
1406
- <td class="name"><code><a href="#rotation">rotation</a></code></td>
1407
- <td class="name">
1408
- <code>
1409
-
1410
- <span class="param-type">
1411
-
1412
- Boolean
1413
-
1414
- </span>
1415
-
1416
-
1417
-
1418
- </code>
1419
- </td>
1420
- <td class="name"><code><p>地图视图旋转选项。单位为度,默认为0,表示不进行旋转</p></code></td>
1421
- </tr>
1422
-
1423
- <tr class="deep-level-0">
1424
- <td class="name"><code><a href="#scale">scale</a></code></td>
1425
- <td class="name">
1426
- <code>
1427
-
1428
- <span class="param-type">
1429
-
1430
- Number
1431
-
1432
- </span>
1433
-
1434
-
1435
-
1436
- </code>
1437
- </td>
1438
- <td class="name"><code><p>地图视图比例尺(比例尺的分母)</p></code></td>
1439
- </tr>
1440
-
1441
- <tr class="deep-level-0">
1442
- <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
1443
- <td class="name">
1444
- <code>
1445
-
1446
- <span class="param-type">
1447
-
1448
- SpatialReference
1449
-
1450
- </span>
1451
-
1452
-
1453
-
1454
- </code>
1455
- </td>
1456
- <td class="name"><code><p>视图空间参考系</p></code></td>
1457
- </tr>
1458
-
1459
- <tr class="deep-level-0">
1460
- <td class="name"><code><a href="#spatialReferenceLocked">spatialReferenceLocked</a></code></td>
1461
- <td class="name">
1462
- <code>
1463
-
1464
- <span class="param-type">
1465
-
1466
- Boolean
1467
-
1468
- </span>
1469
-
1470
-
1471
-
1472
- </code>
1473
- </td>
1474
- <td class="name"><code><p>是否锁定视图空间参考系</p></code></td>
1475
- </tr>
1476
-
1477
- <tr class="deep-level-0">
1478
- <td class="name"><code><a href="#stationary">stationary</a></code></td>
1479
- <td class="name">
1480
- <code>
1481
-
1482
- <span class="param-type">
1483
-
1484
- Boolean
1485
-
1486
- </span>
1487
-
1488
-
1489
-
1490
- </code>
1491
- </td>
1492
- <td class="name"><code><p>试图是否静止</p></code></td>
1493
- </tr>
1494
-
1495
- <tr class="deep-level-0">
1496
- <td class="name"><code><a href="#width">width</a></code></td>
1497
- <td class="name">
1498
- <code>
1499
-
1500
- <span class="param-type">
1501
-
1502
- Number
1503
-
1504
- </span>
1505
-
1506
-
1507
-
1508
- </code>
1509
- </td>
1510
- <td class="name"><code><p>地图视图宽度</p></code></td>
1511
- </tr>
1512
-
1513
- <tr class="deep-level-0">
1514
- <td class="name"><code><a href="#zoom">zoom</a></code></td>
1515
- <td class="name">
1516
- <code>
1517
-
1518
- <span class="param-type">
1519
-
1520
- Number
1521
-
1522
- </span>
1523
-
1524
-
1525
-
1526
- </code>
1527
- </td>
1528
- <td class="name"><code><p>视图层级</p></code></td>
1529
- </tr>
1530
-
1531
- </tbody>
1532
- </table>
1533
- </div>
1534
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
1535
1186
  <div class="members">
1536
1187
 
1537
1188
  <div class="member">
@@ -1539,12 +1190,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1539
1190
  <span class="method-parameter is-pulled-right">
1540
1191
  <label>类型:</label>
1541
1192
 
1542
- <span class="param-type">
1543
-
1544
- Boolean
1545
-
1546
- </span>
1547
-
1193
+ <span class="param-type">Boolean</span>
1548
1194
 
1549
1195
 
1550
1196
  </span>
@@ -1614,12 +1260,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1614
1260
  <span class="method-parameter is-pulled-right">
1615
1261
  <label>类型:</label>
1616
1262
 
1617
- <span class="param-type">
1618
-
1619
- Point
1620
-
1621
- </span>
1622
-
1263
+ <span class="param-type">Point</span>
1623
1264
 
1624
1265
 
1625
1266
  </span>
@@ -1689,12 +1330,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1689
1330
  <span class="method-parameter is-pulled-right">
1690
1331
  <label>类型:</label>
1691
1332
 
1692
- <span class="param-type">
1693
-
1694
- Object
1695
-
1696
- </span>
1697
-
1333
+ <span class="param-type">Object</span>
1698
1334
 
1699
1335
 
1700
1336
  </span>
@@ -1768,12 +1404,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1768
1404
  <span class="method-parameter is-pulled-right">
1769
1405
  <label>类型:</label>
1770
1406
 
1771
- <span class="param-type">
1772
-
1773
- Extent
1774
-
1775
- </span>
1776
-
1407
+ <span class="param-type">Extent</span>
1777
1408
 
1778
1409
 
1779
1410
  </span>
@@ -1843,12 +1474,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1843
1474
  <span class="method-parameter is-pulled-right">
1844
1475
  <label>类型:</label>
1845
1476
 
1846
- <span class="param-type">
1847
-
1848
- Extent
1849
-
1850
- </span>
1851
-
1477
+ <span class="param-type">Extent</span>
1852
1478
 
1853
1479
 
1854
1480
  </span>
@@ -1918,12 +1544,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1918
1544
  <span class="method-parameter is-pulled-right">
1919
1545
  <label>类型:</label>
1920
1546
 
1921
- <span class="param-type">
1922
-
1923
- Number
1924
-
1925
- </span>
1926
-
1547
+ <span class="param-type">Number</span>
1927
1548
 
1928
1549
 
1929
1550
  </span>
@@ -1997,12 +1618,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1997
1618
  <span class="method-parameter is-pulled-right">
1998
1619
  <label>类型:</label>
1999
1620
 
2000
- <span class="param-type">
2001
-
2002
- Number
2003
-
2004
- </span>
2005
-
1621
+ <span class="param-type">Number</span>
2006
1622
 
2007
1623
 
2008
1624
  </span>
@@ -2072,12 +1688,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2072
1688
  <span class="method-parameter is-pulled-right">
2073
1689
  <label>类型:</label>
2074
1690
 
2075
- <span class="param-type">
2076
-
2077
- Number
2078
-
2079
- </span>
2080
-
1691
+ <span class="param-type">Number</span>
2081
1692
 
2082
1693
 
2083
1694
  </span>
@@ -2147,12 +1758,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2147
1758
  <span class="method-parameter is-pulled-right">
2148
1759
  <label>类型:</label>
2149
1760
 
2150
- <span class="param-type">
2151
-
2152
- <a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
2153
-
2154
- </span>
2155
-
1761
+ <span class="param-type"><a href="Popup.html">Popup</a></span>
2156
1762
 
2157
1763
 
2158
1764
  </span>
@@ -2222,12 +1828,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2222
1828
  <span class="method-parameter is-pulled-right">
2223
1829
  <label>类型:</label>
2224
1830
 
2225
- <span class="param-type">
2226
-
2227
- Boolean
2228
-
2229
- </span>
2230
-
1831
+ <span class="param-type">Boolean</span>
2231
1832
 
2232
1833
 
2233
1834
  </span>
@@ -2297,12 +1898,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2297
1898
  <span class="method-parameter is-pulled-right">
2298
1899
  <label>类型:</label>
2299
1900
 
2300
- <span class="param-type">
2301
-
2302
- Boolean
2303
-
2304
- </span>
2305
-
1901
+ <span class="param-type">Boolean</span>
2306
1902
 
2307
1903
 
2308
1904
  </span>
@@ -2372,12 +1968,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2372
1968
  <span class="method-parameter is-pulled-right">
2373
1969
  <label>类型:</label>
2374
1970
 
2375
- <span class="param-type">
2376
-
2377
- Number
2378
-
2379
- </span>
2380
-
1971
+ <span class="param-type">Number</span>
2381
1972
 
2382
1973
 
2383
1974
  </span>
@@ -2447,12 +2038,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2447
2038
  <span class="method-parameter is-pulled-right">
2448
2039
  <label>类型:</label>
2449
2040
 
2450
- <span class="param-type">
2451
-
2452
- SpatialReference
2453
-
2454
- </span>
2455
-
2041
+ <span class="param-type">SpatialReference</span>
2456
2042
 
2457
2043
 
2458
2044
  </span>
@@ -2526,12 +2112,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2526
2112
  <span class="method-parameter is-pulled-right">
2527
2113
  <label>类型:</label>
2528
2114
 
2529
- <span class="param-type">
2530
-
2531
- Boolean
2532
-
2533
- </span>
2534
-
2115
+ <span class="param-type">Boolean</span>
2535
2116
 
2536
2117
 
2537
2118
  </span>
@@ -2601,12 +2182,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2601
2182
  <span class="method-parameter is-pulled-right">
2602
2183
  <label>类型:</label>
2603
2184
 
2604
- <span class="param-type">
2605
-
2606
- Boolean
2607
-
2608
- </span>
2609
-
2185
+ <span class="param-type">Boolean</span>
2610
2186
 
2611
2187
 
2612
2188
  </span>
@@ -2680,12 +2256,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2680
2256
  <span class="method-parameter is-pulled-right">
2681
2257
  <label>类型:</label>
2682
2258
 
2683
- <span class="param-type">
2684
-
2685
- Number
2686
-
2687
- </span>
2688
-
2259
+ <span class="param-type">Number</span>
2689
2260
 
2690
2261
 
2691
2262
  </span>
@@ -2698,82 +2269,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2698
2269
 
2699
2270
 
2700
2271
  <span class="code-name">
2701
- width
2702
- </span>
2703
-
2704
- </h4>
2705
-
2706
-
2707
-
2708
-
2709
- <div class="description">
2710
- <p>地图视图宽度</p>
2711
- </div>
2712
-
2713
-
2714
-
2715
-
2716
-
2717
- <dl class="details">
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
-
2726
-
2727
-
2728
-
2729
-
2730
-
2731
-
2732
-
2733
-
2734
-
2735
-
2736
-
2737
-
2738
-
2739
-
2740
-
2741
-
2742
-
2743
-
2744
-
2745
-
2746
-
2747
-
2748
-
2749
- </dl>
2750
-
2751
-
2752
-
2753
-
2754
-
2755
- </div>
2756
-
2757
- <div class="member">
2758
-
2759
- <span class="method-parameter is-pulled-right">
2760
- <label>类型:</label>
2761
-
2762
- <span class="param-type">
2763
-
2764
- Number
2765
-
2766
- </span>
2767
-
2768
-
2769
-
2770
- </span>
2771
-
2772
- <h4 class="name" id="zoom">
2773
- <a class="href-link" href="#zoom">#</a>
2774
-
2775
- <span class="code-name">
2776
- zoom
2272
+ width
2777
2273
  </span>
2778
2274
 
2779
2275
  </h4>
@@ -2782,7 +2278,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2782
2278
 
2783
2279
 
2784
2280
  <div class="description">
2785
- <p>视图层级</p>
2281
+ <p>地图视图宽度</p>
2786
2282
  </div>
2787
2283
 
2788
2284
 
@@ -2829,440 +2325,84 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2829
2325
 
2830
2326
  </div>
2831
2327
 
2832
- </div>
2833
- </div>
2834
-
2328
+ <div class="member">
2835
2329
 
2836
-
2837
- <div class='vertical-section'>
2838
- <h3 id='function'>方法</h3>
2839
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
2840
- <div class="members">
2841
- <div class="table-container">
2842
- <table class="params table">
2843
- <thead>
2844
- <tr>
2845
- <th>名称</th>
2846
- <th>返回值类型</th>
2847
- <th>描述</th>
2848
- </tr>
2849
- </thead>
2850
- <tbody>
2851
-
2852
- <tr class="deep-level-0">
2853
- <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2854
- <td class="name">
2855
- <code>
2856
-
2857
-
2858
- <span class="param-type">
2859
-
2860
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2861
-
2862
- </span>
2330
+ <span class="method-parameter is-pulled-right">
2331
+ <label>类型:</label>
2332
+
2333
+ <span class="param-type">Number</span>
2863
2334
 
2864
2335
 
2336
+ </span>
2865
2337
 
2866
-
2867
- </code>
2868
- </td>
2869
- <td class="name"><code><p>通过json构造并返回一个新的场景视图对象</code></td>
2870
- </tr>
2871
-
2872
- <tr class="deep-level-0">
2873
- <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2874
- <td class="name">
2875
- <code>
2876
-
2877
-
2878
- <span class="param-type">
2338
+ <h4 class="name" id="zoom">
2339
+ <a class="href-link" href="#zoom">#</a>
2879
2340
 
2880
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2341
+ <span class="code-name">
2342
+ zoom
2343
+ </span>
2881
2344
 
2882
- </span>
2883
-
2884
-
2345
+ </h4>
2885
2346
 
2886
-
2887
- </code>
2888
- </td>
2889
- <td class="name"><code><p>通过一个配置生成一个场景视图对象</p></code></td>
2890
- </tr>
2891
-
2892
- <tr class="deep-level-0">
2893
- <td class="name"><code><a href="#clone">clone</a></code></td>
2894
- <td class="name">
2895
- <code>
2896
-
2897
-
2898
- <span class="param-type">
2899
-
2900
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2901
-
2902
- </span>
2903
2347
 
2904
2348
 
2905
2349
 
2906
-
2907
- </code>
2908
- </td>
2909
- <td class="name"><code><p>克隆并返回一个新的视图对象</code></td>
2910
- </tr>
2911
-
2912
- <tr class="deep-level-0">
2913
- <td class="name"><code><a href="#destroy">destroy</a></code></td>
2914
- <td class="name">
2915
- <code>
2916
-
2917
- </code>
2918
- </td>
2919
- <td class="name"><code><p>销毁视图对象</code></td>
2920
- </tr>
2921
-
2922
- <tr class="deep-level-0">
2923
- <td class="name"><code><a href="#flyTo">flyTo</a></code></td>
2924
- <td class="name">
2925
- <code>
2926
-
2927
- </code>
2928
- </td>
2929
- <td class="name"><code><p>视点跳转</code></td>
2930
- </tr>
2931
-
2932
- <tr class="deep-level-0">
2933
- <td class="name"><code><a href="#getCenter">getCenter</a></code></td>
2934
- <td class="name">
2935
- <code>
2936
-
2937
-
2938
- <span class="param-type">
2939
-
2940
- Object
2941
-
2942
- </span>
2350
+ <div class="description">
2351
+ <p>视图层级</p>
2352
+ </div>
2943
2353
 
2944
2354
 
2945
2355
 
2946
-
2947
- </code>
2948
- </td>
2949
- <td class="name"><code><p>获取当前视图的中心点</code></td>
2950
- </tr>
2951
-
2952
- <tr class="deep-level-0">
2953
- <td class="name"><code><a href="#getExtent">getExtent</a></code></td>
2954
- <td class="name">
2955
- <code>
2956
-
2957
-
2958
- <span class="param-type">
2959
-
2960
- Extent
2961
-
2962
- </span>
2963
2356
 
2964
2357
 
2358
+ <dl class="details">
2965
2359
 
2966
-
2967
- </code>
2968
- </td>
2969
- <td class="name"><code><p>获取当前视图的地理范围</code></td>
2970
- </tr>
2971
-
2972
- <tr class="deep-level-0">
2973
- <td class="name"><code><a href="#getMaxZoom">getMaxZoom</a></code></td>
2974
- <td class="name">
2975
- <code>
2976
-
2977
-
2978
- <span class="param-type">
2979
-
2980
- Number
2981
2360
 
2982
- </span>
2983
2361
 
2984
-
2985
-
2986
-
2987
- </code>
2988
- </td>
2989
- <td class="name"><code><p>获取最大缩放级数</code></td>
2990
- </tr>
2991
-
2992
- <tr class="deep-level-0">
2993
- <td class="name"><code><a href="#getMinZoom">getMinZoom</a></code></td>
2994
- <td class="name">
2995
- <code>
2996
-
2997
-
2998
- <span class="param-type">
2999
-
3000
- Number
3001
2362
 
3002
- </span>
3003
2363
 
3004
-
3005
-
3006
-
3007
- </code>
3008
- </td>
3009
- <td class="name"><code><p>获取最小缩放级数</code></td>
3010
- </tr>
3011
-
3012
- <tr class="deep-level-0">
3013
- <td class="name"><code><a href="#getPixelCenter">getPixelCenter</a></code></td>
3014
- <td class="name">
3015
- <code>
3016
-
3017
-
3018
- <span class="param-type">
3019
-
3020
- Object
3021
2364
 
3022
- </span>
3023
2365
 
3024
-
3025
-
3026
-
3027
- </code>
3028
- </td>
3029
- <td class="name"><code><p>获取当前视图的像素中心点</code></td>
3030
- </tr>
3031
-
3032
- <tr class="deep-level-0">
3033
- <td class="name"><code><a href="#getPixelExtent">getPixelExtent</a></code></td>
3034
- <td class="name">
3035
- <code>
3036
-
3037
-
3038
- <span class="param-type">
3039
-
3040
- Object
3041
2366
 
3042
- </span>
3043
2367
 
3044
-
3045
-
3046
-
3047
- </code>
3048
- </td>
3049
- <td class="name"><code><p>获取当前视图的宽高范围,单位像素</code></td>
3050
- </tr>
3051
-
3052
- <tr class="deep-level-0">
3053
- <td class="name"><code><a href="#getPixelWorldExtent">getPixelWorldExtent</a></code></td>
3054
- <td class="name">
3055
- <code>
3056
-
3057
-
3058
- <span class="param-type">
3059
-
3060
- Object
3061
2368
 
3062
- </span>
3063
2369
 
3064
-
3065
-
3066
-
3067
- </code>
3068
- </td>
3069
- <td class="name"><code><p>获取当前视图的像素范围</code></td>
3070
- </tr>
3071
-
3072
- <tr class="deep-level-0">
3073
- <td class="name"><code><a href="#getScale">getScale</a></code></td>
3074
- <td class="name">
3075
- <code>
3076
-
3077
-
3078
- <span class="param-type">
3079
-
3080
- Number
3081
2370
 
3082
- </span>
3083
2371
 
3084
-
3085
-
3086
-
3087
- </code>
3088
- </td>
3089
- <td class="name"><code><p></code></td>
3090
- </tr>
3091
-
3092
- <tr class="deep-level-0">
3093
- <td class="name"><code><a href="#getSize">getSize</a></code></td>
3094
- <td class="name">
3095
- <code>
3096
-
3097
-
3098
- <span class="param-type">
3099
-
3100
- Object
3101
2372
 
3102
- </span>
3103
2373
 
3104
-
3105
-
3106
-
3107
- </code>
3108
- </td>
3109
- <td class="name"><code><p>获取当前视图容器的宽高,单位像素</code></td>
3110
- </tr>
3111
-
3112
- <tr class="deep-level-0">
3113
- <td class="name"><code><a href="#getZoom">getZoom</a></code></td>
3114
- <td class="name">
3115
- <code>
3116
-
3117
-
3118
- <span class="param-type">
3119
-
3120
- Number
3121
2374
 
3122
- </span>
3123
2375
 
3124
-
3125
-
3126
-
3127
- </code>
3128
- </td>
3129
- <td class="name"><code><p>获取当前缩放级数</code></td>
3130
- </tr>
3131
-
3132
- <tr class="deep-level-0">
3133
- <td class="name"><code><a href="#getZoomByExtent">getZoomByExtent</a></code></td>
3134
- <td class="name">
3135
- <code>
3136
-
3137
-
3138
- <span class="param-type">
3139
-
3140
- Number
3141
2376
 
3142
- </span>
3143
2377
 
3144
-
3145
-
3146
-
3147
- </code>
3148
- </td>
3149
- <td class="name"><code><p></code></td>
3150
- </tr>
3151
-
3152
- <tr class="deep-level-0">
3153
- <td class="name"><code><a href="#goTo">goTo</a></code></td>
3154
- <td class="name">
3155
- <code>
3156
-
3157
- </code>
3158
- </td>
3159
- <td class="name"><code><p>视点跳转为给定的目标</code></td>
3160
- </tr>
3161
-
3162
- <tr class="deep-level-0">
3163
- <td class="name"><code><a href="#hitTest">hitTest</a></code></td>
3164
- <td class="name">
3165
- <code>
3166
-
3167
-
3168
- <span class="param-type">
3169
2378
 
3170
- Array
3171
-
3172
- </span>
3173
-
3174
2379
 
3175
-
3176
-
3177
- </code>
3178
- </td>
3179
- <td class="name"><code><p>穿透检测,图元拾取。目前支持graphic类型拾取结果,支持图层类型GraphicLayer,FeatureLayer。</p></code></td>
3180
- </tr>
3181
-
3182
- <tr class="deep-level-0">
3183
- <td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
3184
- <td class="name">
3185
- <code>
3186
-
3187
-
3188
- <span class="param-type">
3189
2380
 
3190
- Object
3191
-
3192
- </span>
3193
-
3194
2381
 
3195
-
3196
-
3197
- </code>
3198
- </td>
3199
- <td class="name"><code><p>屏幕快照</p></code></td>
3200
- </tr>
3201
-
3202
- <tr class="deep-level-0">
3203
- <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3204
- <td class="name">
3205
- <code>
3206
-
3207
-
3208
- <span class="param-type">
3209
2382
 
3210
- Object
3211
2383
 
3212
- </span>
3213
2384
 
3214
-
3215
-
3216
-
3217
- </code>
3218
- </td>
3219
- <td class="name"><code><p>导出场景视图的配置文件</code></td>
3220
- </tr>
3221
-
3222
- <tr class="deep-level-0">
3223
- <td class="name"><code><a href="#toMap">toMap</a></code></td>
3224
- <td class="name">
3225
- <code>
3226
-
3227
-
3228
- <span class="param-type">
3229
2385
 
3230
- Point
2386
+
3231
2387
 
3232
- </span>
3233
2388
 
2389
+
2390
+ </dl>
3234
2391
 
3235
2392
 
3236
-
3237
- </code>
3238
- </td>
3239
- <td class="name"><code><p></code></td>
3240
- </tr>
3241
-
3242
- <tr class="deep-level-0">
3243
- <td class="name"><code><a href="#toScreen">toScreen</a></code></td>
3244
- <td class="name">
3245
- <code>
3246
-
3247
-
3248
- <span class="param-type">
3249
-
3250
- Object
3251
-
3252
- </span>
3253
2393
 
3254
2394
 
3255
2395
 
3256
-
3257
- </code>
3258
- </td>
3259
- <td class="name"><code><p></code></td>
3260
- </tr>
3261
-
3262
- </tbody>
3263
- </table>
2396
+ </div>
2397
+
3264
2398
  </div>
3265
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
2399
+ </div>
2400
+
2401
+
2402
+
2403
+ <div class='vertical-section'>
2404
+ <h3 id='function'>方法</h3>
2405
+ <div class="members">
3266
2406
 
3267
2407
  <div class="member">
3268
2408
 
@@ -3275,7 +2415,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3275
2415
  <span class='tag'>static</span>
3276
2416
 
3277
2417
 
3278
- <span class="code-name" id="fromJSON" style="font-size:30px">
2418
+ <span class="code-name" style="font-size:30px">
3279
2419
 
3280
2420
  fromJSON<span class="signature">(json)</span>
3281
2421
 
@@ -3297,7 +2437,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3297
2437
 
3298
2438
 
3299
2439
 
3300
- <h4>参数</h4>
2440
+ <h4>参数:</h4>
3301
2441
 
3302
2442
  <div class="table-container">
3303
2443
  <table class="params table">
@@ -3327,12 +2467,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3327
2467
  <td class="type">
3328
2468
 
3329
2469
 
3330
- <span class="param-type">
3331
-
3332
- Object
3333
-
3334
- </span>
3335
-
2470
+ <span class="param-type">Object</span>
3336
2471
 
3337
2472
 
3338
2473
 
@@ -3407,7 +2542,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3407
2542
 
3408
2543
 
3409
2544
  <div class='columns method-parameter'>
3410
- <div class="column is-2"><label>返回值</label></div>
2545
+ <div class="column is-2"><label>返回值:</label></div>
3411
2546
  <div class="column is-10">
3412
2547
 
3413
2548
 
@@ -3420,12 +2555,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3420
2555
  <div class='column is-5 has-text-left'>
3421
2556
  <label>类型: </label>
3422
2557
 
3423
- <span class="param-type">
3424
-
3425
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3426
-
3427
- </span>
3428
-
2558
+ <span class="param-type"><a href="MapViewLeaflet.html">MapViewLeaflet</a></span>
3429
2559
 
3430
2560
 
3431
2561
  </div>
@@ -3454,7 +2584,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3454
2584
  <span class='tag'>static</span>
3455
2585
 
3456
2586
 
3457
- <span class="code-name" id="fromJSON" style="font-size:30px">
2587
+ <span class="code-name" style="font-size:30px">
3458
2588
 
3459
2589
  fromJSON<span class="signature">(json)</span>
3460
2590
 
@@ -3476,7 +2606,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3476
2606
 
3477
2607
 
3478
2608
 
3479
- <h4>参数</h4>
2609
+ <h4>参数:</h4>
3480
2610
 
3481
2611
  <div class="table-container">
3482
2612
  <table class="params table">
@@ -3506,12 +2636,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3506
2636
  <td class="type">
3507
2637
 
3508
2638
 
3509
- <span class="param-type">
3510
-
3511
- Object
3512
-
3513
- </span>
3514
-
2639
+ <span class="param-type">Object</span>
3515
2640
 
3516
2641
 
3517
2642
 
@@ -3586,7 +2711,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3586
2711
 
3587
2712
 
3588
2713
  <div class='columns method-parameter'>
3589
- <div class="column is-2"><label>返回值</label></div>
2714
+ <div class="column is-2"><label>返回值:</label></div>
3590
2715
  <div class="column is-10">
3591
2716
 
3592
2717
 
@@ -3597,12 +2722,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3597
2722
  <div class='column is-5 has-text-left'>
3598
2723
  <label>类型: </label>
3599
2724
 
3600
- <span class="param-type">
3601
-
3602
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3603
-
3604
- </span>
3605
-
2725
+ <span class="param-type"><a href="MapViewLeaflet.html">MapViewLeaflet</a></span>
3606
2726
 
3607
2727
 
3608
2728
  </div>
@@ -3627,7 +2747,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3627
2747
  <h4 class="name" id="clone">
3628
2748
  <a class="href-link" href="#clone">#</a>
3629
2749
 
3630
- <span class="code-name" id="clone" style="font-size:30px">
2750
+ <span class="code-name" style="font-size:30px">
3631
2751
 
3632
2752
  clone<span class="signature">()</span>
3633
2753
 
@@ -3705,7 +2825,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3705
2825
 
3706
2826
 
3707
2827
  <div class='columns method-parameter'>
3708
- <div class="column is-2"><label>返回值</label></div>
2828
+ <div class="column is-2"><label>返回值:</label></div>
3709
2829
  <div class="column is-10">
3710
2830
 
3711
2831
 
@@ -3718,12 +2838,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3718
2838
  <div class='column is-5 has-text-left'>
3719
2839
  <label>类型: </label>
3720
2840
 
3721
- <span class="param-type">
3722
-
3723
- <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3724
-
3725
- </span>
3726
-
2841
+ <span class="param-type"><a href="MapViewLeaflet.html">MapViewLeaflet</a></span>
3727
2842
 
3728
2843
 
3729
2844
  </div>
@@ -3748,7 +2863,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3748
2863
  <h4 class="name" id="destroy">
3749
2864
  <a class="href-link" href="#destroy">#</a>
3750
2865
 
3751
- <span class="code-name" id="destroy" style="font-size:30px">
2866
+ <span class="code-name" style="font-size:30px">
3752
2867
 
3753
2868
  destroy<span class="signature">()</span>
3754
2869
 
@@ -3839,7 +2954,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3839
2954
  <h4 class="name" id="flyTo">
3840
2955
  <a class="href-link" href="#flyTo">#</a>
3841
2956
 
3842
- <span class="code-name" id="flyTo" style="font-size:30px">
2957
+ <span class="code-name" style="font-size:30px">
3843
2958
 
3844
2959
  flyTo<span class="signature">(options)</span>
3845
2960
 
@@ -3861,7 +2976,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3861
2976
 
3862
2977
 
3863
2978
 
3864
- <h4>参数</h4>
2979
+ <h4>参数:</h4>
3865
2980
 
3866
2981
  <div class="table-container">
3867
2982
  <table class="params table">
@@ -3914,12 +3029,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3914
3029
  <td class="type">
3915
3030
 
3916
3031
 
3917
- <span class="param-type">
3918
-
3919
- Array
3920
-
3921
- </span>
3922
-
3032
+ <span class="param-type">Array</span>
3923
3033
 
3924
3034
 
3925
3035
 
@@ -3945,12 +3055,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3945
3055
  <td class="type">
3946
3056
 
3947
3057
 
3948
- <span class="param-type">
3949
-
3950
- Number
3951
-
3952
- </span>
3953
-
3058
+ <span class="param-type">Number</span>
3954
3059
 
3955
3060
 
3956
3061
 
@@ -3978,12 +3083,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3978
3083
  <td class="type">
3979
3084
 
3980
3085
 
3981
- <span class="param-type">
3982
-
3983
- Extent
3984
-
3985
- </span>
3986
-
3086
+ <span class="param-type">Extent</span>
3987
3087
 
3988
3088
 
3989
3089
 
@@ -4099,7 +3199,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4099
3199
  <h4 class="name" id="getCenter">
4100
3200
  <a class="href-link" href="#getCenter">#</a>
4101
3201
 
4102
- <span class="code-name" id="getCenter" style="font-size:30px">
3202
+ <span class="code-name" style="font-size:30px">
4103
3203
 
4104
3204
  getCenter<span class="signature">()</span>
4105
3205
 
@@ -4177,7 +3277,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4177
3277
 
4178
3278
 
4179
3279
  <div class='columns method-parameter'>
4180
- <div class="column is-2"><label>返回值</label></div>
3280
+ <div class="column is-2"><label>返回值:</label></div>
4181
3281
  <div class="column is-10">
4182
3282
 
4183
3283
 
@@ -4190,12 +3290,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4190
3290
  <div class='column is-5 has-text-left'>
4191
3291
  <label>类型: </label>
4192
3292
 
4193
- <span class="param-type">
4194
-
4195
- Object
4196
-
4197
- </span>
4198
-
3293
+ <span class="param-type">Object</span>
4199
3294
 
4200
3295
 
4201
3296
  </div>
@@ -4220,7 +3315,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4220
3315
  <h4 class="name" id="getExtent">
4221
3316
  <a class="href-link" href="#getExtent">#</a>
4222
3317
 
4223
- <span class="code-name" id="getExtent" style="font-size:30px">
3318
+ <span class="code-name" style="font-size:30px">
4224
3319
 
4225
3320
  getExtent<span class="signature">()</span>
4226
3321
 
@@ -4298,7 +3393,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4298
3393
 
4299
3394
 
4300
3395
  <div class='columns method-parameter'>
4301
- <div class="column is-2"><label>返回值</label></div>
3396
+ <div class="column is-2"><label>返回值:</label></div>
4302
3397
  <div class="column is-10">
4303
3398
 
4304
3399
 
@@ -4311,12 +3406,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4311
3406
  <div class='column is-5 has-text-left'>
4312
3407
  <label>类型: </label>
4313
3408
 
4314
- <span class="param-type">
4315
-
4316
- Extent
4317
-
4318
- </span>
4319
-
3409
+ <span class="param-type">Extent</span>
4320
3410
 
4321
3411
 
4322
3412
  </div>
@@ -4341,7 +3431,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4341
3431
  <h4 class="name" id="getMaxZoom">
4342
3432
  <a class="href-link" href="#getMaxZoom">#</a>
4343
3433
 
4344
- <span class="code-name" id="getMaxZoom" style="font-size:30px">
3434
+ <span class="code-name" style="font-size:30px">
4345
3435
 
4346
3436
  getMaxZoom<span class="signature">()</span>
4347
3437
 
@@ -4419,7 +3509,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4419
3509
 
4420
3510
 
4421
3511
  <div class='columns method-parameter'>
4422
- <div class="column is-2"><label>返回值</label></div>
3512
+ <div class="column is-2"><label>返回值:</label></div>
4423
3513
  <div class="column is-10">
4424
3514
 
4425
3515
 
@@ -4432,12 +3522,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4432
3522
  <div class='column is-5 has-text-left'>
4433
3523
  <label>类型: </label>
4434
3524
 
4435
- <span class="param-type">
4436
-
4437
- Number
4438
-
4439
- </span>
4440
-
3525
+ <span class="param-type">Number</span>
4441
3526
 
4442
3527
 
4443
3528
  </div>
@@ -4462,7 +3547,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4462
3547
  <h4 class="name" id="getMinZoom">
4463
3548
  <a class="href-link" href="#getMinZoom">#</a>
4464
3549
 
4465
- <span class="code-name" id="getMinZoom" style="font-size:30px">
3550
+ <span class="code-name" style="font-size:30px">
4466
3551
 
4467
3552
  getMinZoom<span class="signature">()</span>
4468
3553
 
@@ -4540,7 +3625,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4540
3625
 
4541
3626
 
4542
3627
  <div class='columns method-parameter'>
4543
- <div class="column is-2"><label>返回值</label></div>
3628
+ <div class="column is-2"><label>返回值:</label></div>
4544
3629
  <div class="column is-10">
4545
3630
 
4546
3631
 
@@ -4553,12 +3638,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4553
3638
  <div class='column is-5 has-text-left'>
4554
3639
  <label>类型: </label>
4555
3640
 
4556
- <span class="param-type">
4557
-
4558
- Number
4559
-
4560
- </span>
4561
-
3641
+ <span class="param-type">Number</span>
4562
3642
 
4563
3643
 
4564
3644
  </div>
@@ -4583,7 +3663,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4583
3663
  <h4 class="name" id="getPixelCenter">
4584
3664
  <a class="href-link" href="#getPixelCenter">#</a>
4585
3665
 
4586
- <span class="code-name" id="getPixelCenter" style="font-size:30px">
3666
+ <span class="code-name" style="font-size:30px">
4587
3667
 
4588
3668
  getPixelCenter<span class="signature">()</span>
4589
3669
 
@@ -4661,7 +3741,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4661
3741
 
4662
3742
 
4663
3743
  <div class='columns method-parameter'>
4664
- <div class="column is-2"><label>返回值</label></div>
3744
+ <div class="column is-2"><label>返回值:</label></div>
4665
3745
  <div class="column is-10">
4666
3746
 
4667
3747
 
@@ -4674,12 +3754,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4674
3754
  <div class='column is-5 has-text-left'>
4675
3755
  <label>类型: </label>
4676
3756
 
4677
- <span class="param-type">
4678
-
4679
- Object
4680
-
4681
- </span>
4682
-
3757
+ <span class="param-type">Object</span>
4683
3758
 
4684
3759
 
4685
3760
  </div>
@@ -4704,7 +3779,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4704
3779
  <h4 class="name" id="getPixelExtent">
4705
3780
  <a class="href-link" href="#getPixelExtent">#</a>
4706
3781
 
4707
- <span class="code-name" id="getPixelExtent" style="font-size:30px">
3782
+ <span class="code-name" style="font-size:30px">
4708
3783
 
4709
3784
  getPixelExtent<span class="signature">()</span>
4710
3785
 
@@ -4782,7 +3857,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4782
3857
 
4783
3858
 
4784
3859
  <div class='columns method-parameter'>
4785
- <div class="column is-2"><label>返回值</label></div>
3860
+ <div class="column is-2"><label>返回值:</label></div>
4786
3861
  <div class="column is-10">
4787
3862
 
4788
3863
 
@@ -4795,12 +3870,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4795
3870
  <div class='column is-5 has-text-left'>
4796
3871
  <label>类型: </label>
4797
3872
 
4798
- <span class="param-type">
4799
-
4800
- Object
4801
-
4802
- </span>
4803
-
3873
+ <span class="param-type">Object</span>
4804
3874
 
4805
3875
 
4806
3876
  </div>
@@ -4825,7 +3895,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4825
3895
  <h4 class="name" id="getPixelWorldExtent">
4826
3896
  <a class="href-link" href="#getPixelWorldExtent">#</a>
4827
3897
 
4828
- <span class="code-name" id="getPixelWorldExtent" style="font-size:30px">
3898
+ <span class="code-name" style="font-size:30px">
4829
3899
 
4830
3900
  getPixelWorldExtent<span class="signature">()</span>
4831
3901
 
@@ -4903,7 +3973,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4903
3973
 
4904
3974
 
4905
3975
  <div class='columns method-parameter'>
4906
- <div class="column is-2"><label>返回值</label></div>
3976
+ <div class="column is-2"><label>返回值:</label></div>
4907
3977
  <div class="column is-10">
4908
3978
 
4909
3979
 
@@ -4916,12 +3986,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4916
3986
  <div class='column is-5 has-text-left'>
4917
3987
  <label>类型: </label>
4918
3988
 
4919
- <span class="param-type">
4920
-
4921
- Object
4922
-
4923
- </span>
4924
-
3989
+ <span class="param-type">Object</span>
4925
3990
 
4926
3991
 
4927
3992
  </div>
@@ -4946,7 +4011,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4946
4011
  <h4 class="name" id="getScale">
4947
4012
  <a class="href-link" href="#getScale">#</a>
4948
4013
 
4949
- <span class="code-name" id="getScale" style="font-size:30px">
4014
+ <span class="code-name" style="font-size:30px">
4950
4015
 
4951
4016
  getScale<span class="signature">()</span>
4952
4017
 
@@ -5025,7 +4090,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5025
4090
 
5026
4091
 
5027
4092
  <div class='columns method-parameter'>
5028
- <div class="column is-2"><label>返回值</label></div>
4093
+ <div class="column is-2"><label>返回值:</label></div>
5029
4094
  <div class="column is-10">
5030
4095
 
5031
4096
 
@@ -5038,12 +4103,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5038
4103
  <div class='column is-5 has-text-left'>
5039
4104
  <label>类型: </label>
5040
4105
 
5041
- <span class="param-type">
5042
-
5043
- Number
5044
-
5045
- </span>
5046
-
4106
+ <span class="param-type">Number</span>
5047
4107
 
5048
4108
 
5049
4109
  </div>
@@ -5068,7 +4128,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5068
4128
  <h4 class="name" id="getSize">
5069
4129
  <a class="href-link" href="#getSize">#</a>
5070
4130
 
5071
- <span class="code-name" id="getSize" style="font-size:30px">
4131
+ <span class="code-name" style="font-size:30px">
5072
4132
 
5073
4133
  getSize<span class="signature">()</span>
5074
4134
 
@@ -5146,7 +4206,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5146
4206
 
5147
4207
 
5148
4208
  <div class='columns method-parameter'>
5149
- <div class="column is-2"><label>返回值</label></div>
4209
+ <div class="column is-2"><label>返回值:</label></div>
5150
4210
  <div class="column is-10">
5151
4211
 
5152
4212
 
@@ -5159,12 +4219,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5159
4219
  <div class='column is-5 has-text-left'>
5160
4220
  <label>类型: </label>
5161
4221
 
5162
- <span class="param-type">
5163
-
5164
- Object
5165
-
5166
- </span>
5167
-
4222
+ <span class="param-type">Object</span>
5168
4223
 
5169
4224
 
5170
4225
  </div>
@@ -5189,7 +4244,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5189
4244
  <h4 class="name" id="getZoom">
5190
4245
  <a class="href-link" href="#getZoom">#</a>
5191
4246
 
5192
- <span class="code-name" id="getZoom" style="font-size:30px">
4247
+ <span class="code-name" style="font-size:30px">
5193
4248
 
5194
4249
  getZoom<span class="signature">()</span>
5195
4250
 
@@ -5267,7 +4322,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5267
4322
 
5268
4323
 
5269
4324
  <div class='columns method-parameter'>
5270
- <div class="column is-2"><label>返回值</label></div>
4325
+ <div class="column is-2"><label>返回值:</label></div>
5271
4326
  <div class="column is-10">
5272
4327
 
5273
4328
 
@@ -5280,12 +4335,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5280
4335
  <div class='column is-5 has-text-left'>
5281
4336
  <label>类型: </label>
5282
4337
 
5283
- <span class="param-type">
5284
-
5285
- Number
5286
-
5287
- </span>
5288
-
4338
+ <span class="param-type">Number</span>
5289
4339
 
5290
4340
 
5291
4341
  </div>
@@ -5310,7 +4360,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5310
4360
  <h4 class="name" id="getZoomByExtent">
5311
4361
  <a class="href-link" href="#getZoomByExtent">#</a>
5312
4362
 
5313
- <span class="code-name" id="getZoomByExtent" style="font-size:30px">
4363
+ <span class="code-name" style="font-size:30px">
5314
4364
 
5315
4365
  getZoomByExtent<span class="signature">(value)</span>
5316
4366
 
@@ -5333,7 +4383,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5333
4383
 
5334
4384
 
5335
4385
 
5336
- <h4>参数</h4>
4386
+ <h4>参数:</h4>
5337
4387
 
5338
4388
  <div class="table-container">
5339
4389
  <table class="params table">
@@ -5363,12 +4413,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5363
4413
  <td class="type">
5364
4414
 
5365
4415
 
5366
- <span class="param-type">
5367
-
5368
- Extent
5369
-
5370
- </span>
5371
-
4416
+ <span class="param-type">Extent</span>
5372
4417
 
5373
4418
 
5374
4419
 
@@ -5443,7 +4488,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5443
4488
 
5444
4489
 
5445
4490
  <div class='columns method-parameter'>
5446
- <div class="column is-2"><label>返回值</label></div>
4491
+ <div class="column is-2"><label>返回值:</label></div>
5447
4492
  <div class="column is-10">
5448
4493
 
5449
4494
 
@@ -5456,12 +4501,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5456
4501
  <div class='column is-5 has-text-left'>
5457
4502
  <label>类型: </label>
5458
4503
 
5459
- <span class="param-type">
5460
-
5461
- Number
5462
-
5463
- </span>
5464
-
4504
+ <span class="param-type">Number</span>
5465
4505
 
5466
4506
 
5467
4507
  </div>
@@ -5486,7 +4526,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5486
4526
  <h4 class="name" id="goTo">
5487
4527
  <a class="href-link" href="#goTo">#</a>
5488
4528
 
5489
- <span class="code-name" id="goTo" style="font-size:30px">
4529
+ <span class="code-name" style="font-size:30px">
5490
4530
 
5491
4531
  goTo<span class="signature">(goToTarget, options)</span>
5492
4532
 
@@ -5508,7 +4548,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5508
4548
 
5509
4549
 
5510
4550
 
5511
- <h4>参数</h4>
4551
+ <h4>参数:</h4>
5512
4552
 
5513
4553
  <div class="table-container">
5514
4554
  <table class="params table">
@@ -5561,19 +4601,10 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5561
4601
  <td class="type">
5562
4602
 
5563
4603
 
5564
- <span class="param-type">
5565
-
5566
- Point
5567
-
5568
- </span>
4604
+ <span class="param-type">Point</span>
5569
4605
  |
5570
4606
 
5571
- <span class="param-type">
5572
-
5573
- Array
5574
-
5575
- </span>
5576
-
4607
+ <span class="param-type">Array</span>
5577
4608
 
5578
4609
 
5579
4610
 
@@ -5599,12 +4630,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5599
4630
  <td class="type">
5600
4631
 
5601
4632
 
5602
- <span class="param-type">
5603
-
5604
- Number
5605
-
5606
- </span>
5607
-
4633
+ <span class="param-type">Number</span>
5608
4634
 
5609
4635
 
5610
4636
 
@@ -5630,12 +4656,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5630
4656
  <td class="type">
5631
4657
 
5632
4658
 
5633
- <span class="param-type">
5634
-
5635
- Number
5636
-
5637
- </span>
5638
-
4659
+ <span class="param-type">Number</span>
5639
4660
 
5640
4661
 
5641
4662
 
@@ -5661,26 +4682,13 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5661
4682
  <td class="type">
5662
4683
 
5663
4684
 
5664
- <span class="param-type">
5665
-
5666
- Geometry
5667
-
5668
- </span>
4685
+ <span class="param-type">Geometry</span>
5669
4686
  |
5670
4687
 
5671
- <span class="param-type">
5672
-
5673
- Array.&lt;Geometry>
5674
-
5675
- </span>
4688
+ <span class="param-type">Array.&lt;Geometry></span>
5676
4689
  |
5677
4690
 
5678
- <span class="param-type">
5679
-
5680
- Collection.&lt;Geometry>
5681
-
5682
- </span>
5683
-
4691
+ <span class="param-type">Collection.&lt;Geometry></span>
5684
4692
 
5685
4693
 
5686
4694
 
@@ -5732,12 +4740,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5732
4740
  <td class="type">
5733
4741
 
5734
4742
 
5735
- <span class="param-type">
5736
-
5737
- Boolean
5738
-
5739
- </span>
5740
-
4743
+ <span class="param-type">Boolean</span>
5741
4744
 
5742
4745
 
5743
4746
 
@@ -5765,12 +4768,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5765
4768
  <td class="type">
5766
4769
 
5767
4770
 
5768
- <span class="param-type">
5769
-
5770
- Number
5771
-
5772
- </span>
5773
-
4771
+ <span class="param-type">Number</span>
5774
4772
 
5775
4773
 
5776
4774
 
@@ -5882,7 +4880,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5882
4880
  <h4 class="name" id="hitTest">
5883
4881
  <a class="href-link" href="#hitTest">#</a>
5884
4882
 
5885
- <span class="code-name" id="hitTest" style="font-size:30px">
4883
+ <span class="code-name" style="font-size:30px">
5886
4884
 
5887
4885
  hitTest<span class="signature">(screenPoint)</span>
5888
4886
 
@@ -5904,7 +4902,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5904
4902
 
5905
4903
 
5906
4904
 
5907
- <h4>参数</h4>
4905
+ <h4>参数:</h4>
5908
4906
 
5909
4907
  <div class="table-container">
5910
4908
  <table class="params table">
@@ -5934,12 +4932,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5934
4932
  <td class="type">
5935
4933
 
5936
4934
 
5937
- <span class="param-type">
5938
-
5939
- Object
5940
-
5941
- </span>
5942
-
4935
+ <span class="param-type">Object</span>
5943
4936
 
5944
4937
 
5945
4938
 
@@ -6014,7 +5007,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6014
5007
 
6015
5008
 
6016
5009
  <div class='columns method-parameter'>
6017
- <div class="column is-2"><label>返回值</label></div>
5010
+ <div class="column is-2"><label>返回值:</label></div>
6018
5011
  <div class="column is-10">
6019
5012
 
6020
5013
 
@@ -6027,12 +5020,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6027
5020
  <div class='column is-5 has-text-left'>
6028
5021
  <label>类型: </label>
6029
5022
 
6030
- <span class="param-type">
6031
-
6032
- Array
6033
-
6034
- </span>
6035
-
5023
+ <span class="param-type">Array</span>
6036
5024
 
6037
5025
 
6038
5026
  </div>
@@ -6066,7 +5054,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6066
5054
  <h4 class="name" id="takeScreenshot">
6067
5055
  <a class="href-link" href="#takeScreenshot">#</a>
6068
5056
 
6069
- <span class="code-name" id="takeScreenshot" style="font-size:30px">
5057
+ <span class="code-name" style="font-size:30px">
6070
5058
 
6071
5059
  takeScreenshot<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
6072
5060
 
@@ -6088,7 +5076,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6088
5076
 
6089
5077
 
6090
5078
 
6091
- <h4>参数</h4>
5079
+ <h4>参数:</h4>
6092
5080
 
6093
5081
  <div class="table-container">
6094
5082
  <table class="params table">
@@ -6120,12 +5108,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6120
5108
  <td class="type">
6121
5109
 
6122
5110
 
6123
- <span class="param-type">
6124
-
6125
- Object
6126
-
6127
- </span>
6128
-
5111
+ <span class="param-type">Object</span>
6129
5112
 
6130
5113
 
6131
5114
 
@@ -6153,12 +5136,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6153
5136
  <td class="type">
6154
5137
 
6155
5138
 
6156
- <span class="param-type">
6157
-
6158
- PictureFormat
6159
-
6160
- </span>
6161
-
5139
+ <span class="param-type">PictureFormat</span>
6162
5140
 
6163
5141
 
6164
5142
 
@@ -6186,12 +5164,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6186
5164
  <td class="type">
6187
5165
 
6188
5166
 
6189
- <span class="param-type">
6190
-
6191
- String
6192
-
6193
- </span>
6194
-
5167
+ <span class="param-type">String</span>
6195
5168
 
6196
5169
 
6197
5170
 
@@ -6219,12 +5192,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6219
5192
  <td class="type">
6220
5193
 
6221
5194
 
6222
- <span class="param-type">
6223
-
6224
- Number
6225
-
6226
- </span>
6227
-
5195
+ <span class="param-type">Number</span>
6228
5196
 
6229
5197
 
6230
5198
 
@@ -6250,12 +5218,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6250
5218
  <td class="type">
6251
5219
 
6252
5220
 
6253
- <span class="param-type">
6254
-
6255
- Number
6256
-
6257
- </span>
6258
-
5221
+ <span class="param-type">Number</span>
6259
5222
 
6260
5223
 
6261
5224
 
@@ -6281,12 +5244,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6281
5244
  <td class="type">
6282
5245
 
6283
5246
 
6284
- <span class="param-type">
6285
-
6286
- Number
6287
-
6288
- </span>
6289
-
5247
+ <span class="param-type">Number</span>
6290
5248
 
6291
5249
 
6292
5250
 
@@ -6312,12 +5270,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6312
5270
  <td class="type">
6313
5271
 
6314
5272
 
6315
- <span class="param-type">
6316
-
6317
- Number
6318
-
6319
- </span>
6320
-
5273
+ <span class="param-type">Number</span>
6321
5274
 
6322
5275
 
6323
5276
 
@@ -6343,12 +5296,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6343
5296
  <td class="type">
6344
5297
 
6345
5298
 
6346
- <span class="param-type">
6347
-
6348
- Boolean
6349
-
6350
- </span>
6351
-
5299
+ <span class="param-type">Boolean</span>
6352
5300
 
6353
5301
 
6354
5302
 
@@ -6432,7 +5380,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6432
5380
 
6433
5381
 
6434
5382
  <div class='columns method-parameter'>
6435
- <div class="column is-2"><label>返回值</label></div>
5383
+ <div class="column is-2"><label>返回值:</label></div>
6436
5384
  <div class="column is-10">
6437
5385
 
6438
5386
 
@@ -6445,12 +5393,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6445
5393
  <div class='column is-5 has-text-left'>
6446
5394
  <label>类型: </label>
6447
5395
 
6448
- <span class="param-type">
6449
-
6450
- Object
6451
-
6452
- </span>
6453
-
5396
+ <span class="param-type">Object</span>
6454
5397
 
6455
5398
 
6456
5399
  </div>
@@ -6484,7 +5427,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6484
5427
  <h4 class="name" id="toJSON">
6485
5428
  <a class="href-link" href="#toJSON">#</a>
6486
5429
 
6487
- <span class="code-name" id="toJSON" style="font-size:30px">
5430
+ <span class="code-name" style="font-size:30px">
6488
5431
 
6489
5432
  toJSON<span class="signature">()</span>
6490
5433
 
@@ -6562,7 +5505,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6562
5505
 
6563
5506
 
6564
5507
  <div class='columns method-parameter'>
6565
- <div class="column is-2"><label>返回值</label></div>
5508
+ <div class="column is-2"><label>返回值:</label></div>
6566
5509
  <div class="column is-10">
6567
5510
 
6568
5511
 
@@ -6575,12 +5518,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6575
5518
  <div class='column is-5 has-text-left'>
6576
5519
  <label>类型: </label>
6577
5520
 
6578
- <span class="param-type">
6579
-
6580
- Object
6581
-
6582
- </span>
6583
-
5521
+ <span class="param-type">Object</span>
6584
5522
 
6585
5523
 
6586
5524
  </div>
@@ -6605,7 +5543,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6605
5543
  <h4 class="name" id="toMap">
6606
5544
  <a class="href-link" href="#toMap">#</a>
6607
5545
 
6608
- <span class="code-name" id="toMap" style="font-size:30px">
5546
+ <span class="code-name" style="font-size:30px">
6609
5547
 
6610
5548
  toMap<span class="signature">(screenPoint)</span>
6611
5549
 
@@ -6628,7 +5566,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6628
5566
 
6629
5567
 
6630
5568
 
6631
- <h4>参数</h4>
5569
+ <h4>参数:</h4>
6632
5570
 
6633
5571
  <div class="table-container">
6634
5572
  <table class="params table">
@@ -6658,12 +5596,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6658
5596
  <td class="type">
6659
5597
 
6660
5598
 
6661
- <span class="param-type">
6662
-
6663
- Object
6664
-
6665
- </span>
6666
-
5599
+ <span class="param-type">Object</span>
6667
5600
 
6668
5601
 
6669
5602
 
@@ -6738,7 +5671,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6738
5671
 
6739
5672
 
6740
5673
  <div class='columns method-parameter'>
6741
- <div class="column is-2"><label>返回值</label></div>
5674
+ <div class="column is-2"><label>返回值:</label></div>
6742
5675
  <div class="column is-10">
6743
5676
 
6744
5677
 
@@ -6751,12 +5684,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6751
5684
  <div class='column is-5 has-text-left'>
6752
5685
  <label>类型: </label>
6753
5686
 
6754
- <span class="param-type">
6755
-
6756
- Point
6757
-
6758
- </span>
6759
-
5687
+ <span class="param-type">Point</span>
6760
5688
 
6761
5689
 
6762
5690
  </div>
@@ -6790,7 +5718,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6790
5718
  <h4 class="name" id="toScreen">
6791
5719
  <a class="href-link" href="#toScreen">#</a>
6792
5720
 
6793
- <span class="code-name" id="toScreen" style="font-size:30px">
5721
+ <span class="code-name" style="font-size:30px">
6794
5722
 
6795
5723
  toScreen<span class="signature">(point)</span>
6796
5724
 
@@ -6813,7 +5741,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6813
5741
 
6814
5742
 
6815
5743
 
6816
- <h4>参数</h4>
5744
+ <h4>参数:</h4>
6817
5745
 
6818
5746
  <div class="table-container">
6819
5747
  <table class="params table">
@@ -6843,12 +5771,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6843
5771
  <td class="type">
6844
5772
 
6845
5773
 
6846
- <span class="param-type">
6847
-
6848
- Point
6849
-
6850
- </span>
6851
-
5774
+ <span class="param-type">Point</span>
6852
5775
 
6853
5776
 
6854
5777
 
@@ -6923,7 +5846,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6923
5846
 
6924
5847
 
6925
5848
  <div class='columns method-parameter'>
6926
- <div class="column is-2"><label>返回值</label></div>
5849
+ <div class="column is-2"><label>返回值:</label></div>
6927
5850
  <div class="column is-10">
6928
5851
 
6929
5852
 
@@ -6936,12 +5859,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6936
5859
  <div class='column is-5 has-text-left'>
6937
5860
  <label>类型: </label>
6938
5861
 
6939
- <span class="param-type">
6940
-
6941
- Object
6942
-
6943
- </span>
6944
-
5862
+ <span class="param-type">Object</span>
6945
5863
 
6946
5864
 
6947
5865
  </div>
@@ -6977,4 +5895,42 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6977
5895
 
6978
5896
  </article>
6979
5897
 
6980
- </section>
5898
+ </section>
5899
+
5900
+
5901
+
5902
+
5903
+ </div>
5904
+
5905
+ <footer class="footer">
5906
+ <div class="content has-text-centered">
5907
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
5908
+ <p class="sidebar-created-by">
5909
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
5910
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
5911
+ </p>
5912
+ </div>
5913
+ </footer>
5914
+
5915
+ </div>
5916
+ <div id="side-nav" class="side-nav">
5917
+ <div style="margin-bottom: 10px;">
5918
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
5919
+ </div>
5920
+ <div style="margin-bottom: 10px;">
5921
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
5922
+ </div>
5923
+ <div style="margin-bottom: 10px;">
5924
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
5925
+ </div>
5926
+ <div>
5927
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
5928
+ </div>
5929
+ </div>
5930
+ </div>
5931
+ <script src="scripts/linenumber.js"> </script>
5932
+
5933
+ <script src="scripts/search.js"> </script>
5934
+
5935
+ </body>
5936
+ </html>