@mapgis/webclient-leaflet-plugin 17.4.0 → 17.4.8
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.
- package/README.md +60 -2
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +7 -7
- package/documention/ArcGISMapImageLayer.html +5 -3
- package/documention/ArcGISTileLayer.html +5 -3
- package/documention/EchartsLayer.html +14 -4
- package/documention/FeatureLayer.html +5 -3
- package/documention/FeatureLayerUtil.html +5 -3
- package/documention/IGSImageryLayer.html +851 -0
- package/documention/IGSImageryTileLayer.html +741 -0
- package/documention/IGSMapImageLayer.html +5 -3
- package/documention/IGSTileLayer.html +5 -3
- package/documention/L.zondy.MapvBaseLayer.html +9 -3
- package/documention/MapLayer.html +5 -3
- package/documention/MapVLayer.html +14 -4
- package/documention/MapView.html +3752 -9
- package/documention/MapViewLeaflet.html +1413 -369
- package/documention/Popup.html +6 -4
- package/documention/Screenshot.html +5 -3
- package/documention/SketchEditor.html +3211 -0
- package/documention/SketchEditorLeaflet.html +477 -241
- package/documention/TileLayer.html +79 -3
- package/documention/TileLayerWMS.html +5 -3
- package/documention/VectorTileLayer.html +5 -3
- package/documention/WMSLayerView.html +5 -3
- package/documention/WebMapServiceLayer.html +5 -3
- package/documention/WebMapTileServiceLayer.html +5 -3
- package/documention/WebTileLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +9 -3
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +9 -3
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +9 -3
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +5 -3
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +5 -3
- package/documention/Zondy.Widget.html +5 -3
- package/documention/Zondy.view.UI.html +9 -3
- package/documention/global.html +194 -334
- package/documention/index.html +5 -3
- package/documention/initializeOptions.html +384 -0
- package/package.json +1 -1
|
@@ -1,140 +1,10 @@
|
|
|
1
|
-
|
|
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>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">MapViewLeaflet</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
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 "@mapgis/webclient-leaflet-plugin" <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
|
-
|
|
138
8
|
|
|
139
9
|
|
|
140
10
|
|
|
@@ -155,7 +25,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
155
25
|
<h4 class="name" id="MapViewLeaflet">
|
|
156
26
|
<a class="href-link" href="#MapViewLeaflet">#</a>
|
|
157
27
|
|
|
158
|
-
<span class="code-name" style="font-size:30px">
|
|
28
|
+
<span class="code-name" id="MapViewLeaflet" style="font-size:30px">
|
|
159
29
|
|
|
160
30
|
new MapViewLeaflet<span class="signature">(options)</span>
|
|
161
31
|
|
|
@@ -183,7 +53,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
183
53
|
|
|
184
54
|
|
|
185
55
|
|
|
186
|
-
<h4
|
|
56
|
+
<h4>参数</h4>
|
|
187
57
|
|
|
188
58
|
<div class="table-container">
|
|
189
59
|
<table class="params table">
|
|
@@ -215,7 +85,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
215
85
|
<td class="type">
|
|
216
86
|
|
|
217
87
|
|
|
218
|
-
<span class="param-type">
|
|
88
|
+
<span class="param-type">
|
|
89
|
+
|
|
90
|
+
Object
|
|
91
|
+
|
|
92
|
+
</span>
|
|
93
|
+
|
|
219
94
|
|
|
220
95
|
|
|
221
96
|
|
|
@@ -241,7 +116,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
241
116
|
<td class="type">
|
|
242
117
|
|
|
243
118
|
|
|
244
|
-
<span class="param-type">
|
|
119
|
+
<span class="param-type">
|
|
120
|
+
|
|
121
|
+
Map
|
|
122
|
+
|
|
123
|
+
</span>
|
|
124
|
+
|
|
245
125
|
|
|
246
126
|
|
|
247
127
|
|
|
@@ -267,7 +147,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
267
147
|
<td class="type">
|
|
268
148
|
|
|
269
149
|
|
|
270
|
-
<span class="param-type">
|
|
150
|
+
<span class="param-type">
|
|
151
|
+
|
|
152
|
+
String
|
|
153
|
+
|
|
154
|
+
</span>
|
|
155
|
+
|
|
271
156
|
|
|
272
157
|
|
|
273
158
|
|
|
@@ -293,7 +178,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
293
178
|
<td class="type">
|
|
294
179
|
|
|
295
180
|
|
|
296
|
-
<span class="param-type">
|
|
181
|
+
<span class="param-type">
|
|
182
|
+
|
|
183
|
+
Number
|
|
184
|
+
|
|
185
|
+
</span>
|
|
186
|
+
|
|
297
187
|
|
|
298
188
|
|
|
299
189
|
|
|
@@ -319,7 +209,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
319
209
|
<td class="type">
|
|
320
210
|
|
|
321
211
|
|
|
322
|
-
<span class="param-type">
|
|
212
|
+
<span class="param-type">
|
|
213
|
+
|
|
214
|
+
Number
|
|
215
|
+
|
|
216
|
+
</span>
|
|
217
|
+
|
|
323
218
|
|
|
324
219
|
|
|
325
220
|
|
|
@@ -347,7 +242,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
347
242
|
<td class="type">
|
|
348
243
|
|
|
349
244
|
|
|
350
|
-
<span class="param-type">
|
|
245
|
+
<span class="param-type">
|
|
246
|
+
|
|
247
|
+
Boolean
|
|
248
|
+
|
|
249
|
+
</span>
|
|
250
|
+
|
|
351
251
|
|
|
352
252
|
|
|
353
253
|
|
|
@@ -375,7 +275,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
375
275
|
<td class="type">
|
|
376
276
|
|
|
377
277
|
|
|
378
|
-
<span class="param-type">
|
|
278
|
+
<span class="param-type">
|
|
279
|
+
|
|
280
|
+
Boolean
|
|
281
|
+
|
|
282
|
+
</span>
|
|
283
|
+
|
|
379
284
|
|
|
380
285
|
|
|
381
286
|
|
|
@@ -403,10 +308,19 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
403
308
|
<td class="type">
|
|
404
309
|
|
|
405
310
|
|
|
406
|
-
<span class="param-type">
|
|
311
|
+
<span class="param-type">
|
|
312
|
+
|
|
313
|
+
Boolean
|
|
314
|
+
|
|
315
|
+
</span>
|
|
407
316
|
|
|
|
408
317
|
|
|
409
|
-
<span class="param-type">
|
|
318
|
+
<span class="param-type">
|
|
319
|
+
|
|
320
|
+
String
|
|
321
|
+
|
|
322
|
+
</span>
|
|
323
|
+
|
|
410
324
|
|
|
411
325
|
|
|
412
326
|
|
|
@@ -434,7 +348,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
434
348
|
<td class="type">
|
|
435
349
|
|
|
436
350
|
|
|
437
|
-
<span class="param-type">
|
|
351
|
+
<span class="param-type">
|
|
352
|
+
|
|
353
|
+
Boolean
|
|
354
|
+
|
|
355
|
+
</span>
|
|
356
|
+
|
|
438
357
|
|
|
439
358
|
|
|
440
359
|
|
|
@@ -462,7 +381,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
462
381
|
<td class="type">
|
|
463
382
|
|
|
464
383
|
|
|
465
|
-
<span class="param-type">
|
|
384
|
+
<span class="param-type">
|
|
385
|
+
|
|
386
|
+
Number
|
|
387
|
+
|
|
388
|
+
</span>
|
|
389
|
+
|
|
466
390
|
|
|
467
391
|
|
|
468
392
|
|
|
@@ -490,7 +414,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
490
414
|
<td class="type">
|
|
491
415
|
|
|
492
416
|
|
|
493
|
-
<span class="param-type">
|
|
417
|
+
<span class="param-type">
|
|
418
|
+
|
|
419
|
+
Number
|
|
420
|
+
|
|
421
|
+
</span>
|
|
422
|
+
|
|
494
423
|
|
|
495
424
|
|
|
496
425
|
|
|
@@ -518,7 +447,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
518
447
|
<td class="type">
|
|
519
448
|
|
|
520
449
|
|
|
521
|
-
<span class="param-type">
|
|
450
|
+
<span class="param-type">
|
|
451
|
+
|
|
452
|
+
Boolean
|
|
453
|
+
|
|
454
|
+
</span>
|
|
455
|
+
|
|
522
456
|
|
|
523
457
|
|
|
524
458
|
|
|
@@ -546,7 +480,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
546
480
|
<td class="type">
|
|
547
481
|
|
|
548
482
|
|
|
549
|
-
<span class="param-type">
|
|
483
|
+
<span class="param-type">
|
|
484
|
+
|
|
485
|
+
Boolean
|
|
486
|
+
|
|
487
|
+
</span>
|
|
488
|
+
|
|
550
489
|
|
|
551
490
|
|
|
552
491
|
|
|
@@ -574,7 +513,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
574
513
|
<td class="type">
|
|
575
514
|
|
|
576
515
|
|
|
577
|
-
<span class="param-type">
|
|
516
|
+
<span class="param-type">
|
|
517
|
+
|
|
518
|
+
Number
|
|
519
|
+
|
|
520
|
+
</span>
|
|
521
|
+
|
|
578
522
|
|
|
579
523
|
|
|
580
524
|
|
|
@@ -602,10 +546,19 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
602
546
|
<td class="type">
|
|
603
547
|
|
|
604
548
|
|
|
605
|
-
<span class="param-type">
|
|
549
|
+
<span class="param-type">
|
|
550
|
+
|
|
551
|
+
Boolean
|
|
552
|
+
|
|
553
|
+
</span>
|
|
606
554
|
|
|
|
607
555
|
|
|
608
|
-
<span class="param-type">
|
|
556
|
+
<span class="param-type">
|
|
557
|
+
|
|
558
|
+
String
|
|
559
|
+
|
|
560
|
+
</span>
|
|
561
|
+
|
|
609
562
|
|
|
610
563
|
|
|
611
564
|
|
|
@@ -633,7 +586,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
633
586
|
<td class="type">
|
|
634
587
|
|
|
635
588
|
|
|
636
|
-
<span class="param-type">
|
|
589
|
+
<span class="param-type">
|
|
590
|
+
|
|
591
|
+
Number
|
|
592
|
+
|
|
593
|
+
</span>
|
|
594
|
+
|
|
637
595
|
|
|
638
596
|
|
|
639
597
|
|
|
@@ -661,7 +619,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
661
619
|
<td class="type">
|
|
662
620
|
|
|
663
621
|
|
|
664
|
-
<span class="param-type">
|
|
622
|
+
<span class="param-type">
|
|
623
|
+
|
|
624
|
+
Number
|
|
625
|
+
|
|
626
|
+
</span>
|
|
627
|
+
|
|
665
628
|
|
|
666
629
|
|
|
667
630
|
|
|
@@ -689,7 +652,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
689
652
|
<td class="type">
|
|
690
653
|
|
|
691
654
|
|
|
692
|
-
<span class="param-type">
|
|
655
|
+
<span class="param-type">
|
|
656
|
+
|
|
657
|
+
Boolean
|
|
658
|
+
|
|
659
|
+
</span>
|
|
660
|
+
|
|
693
661
|
|
|
694
662
|
|
|
695
663
|
|
|
@@ -717,7 +685,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
717
685
|
<td class="type">
|
|
718
686
|
|
|
719
687
|
|
|
720
|
-
<span class="param-type">
|
|
688
|
+
<span class="param-type">
|
|
689
|
+
|
|
690
|
+
Number
|
|
691
|
+
|
|
692
|
+
</span>
|
|
693
|
+
|
|
721
694
|
|
|
722
695
|
|
|
723
696
|
|
|
@@ -745,10 +718,19 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
745
718
|
<td class="type">
|
|
746
719
|
|
|
747
720
|
|
|
748
|
-
<span class="param-type">
|
|
721
|
+
<span class="param-type">
|
|
722
|
+
|
|
723
|
+
Boolean
|
|
724
|
+
|
|
725
|
+
</span>
|
|
749
726
|
|
|
|
750
727
|
|
|
751
|
-
<span class="param-type">
|
|
728
|
+
<span class="param-type">
|
|
729
|
+
|
|
730
|
+
String
|
|
731
|
+
|
|
732
|
+
</span>
|
|
733
|
+
|
|
752
734
|
|
|
753
735
|
|
|
754
736
|
|
|
@@ -776,7 +758,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
776
758
|
<td class="type">
|
|
777
759
|
|
|
778
760
|
|
|
779
|
-
<span class="param-type">
|
|
761
|
+
<span class="param-type">
|
|
762
|
+
|
|
763
|
+
Boolean
|
|
764
|
+
|
|
765
|
+
</span>
|
|
766
|
+
|
|
780
767
|
|
|
781
768
|
|
|
782
769
|
|
|
@@ -804,7 +791,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
804
791
|
<td class="type">
|
|
805
792
|
|
|
806
793
|
|
|
807
|
-
<span class="param-type">
|
|
794
|
+
<span class="param-type">
|
|
795
|
+
|
|
796
|
+
Boolean
|
|
797
|
+
|
|
798
|
+
</span>
|
|
799
|
+
|
|
808
800
|
|
|
809
801
|
|
|
810
802
|
|
|
@@ -832,7 +824,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
832
824
|
<td class="type">
|
|
833
825
|
|
|
834
826
|
|
|
835
|
-
<span class="param-type">
|
|
827
|
+
<span class="param-type">
|
|
828
|
+
|
|
829
|
+
Point
|
|
830
|
+
|
|
831
|
+
</span>
|
|
832
|
+
|
|
836
833
|
|
|
837
834
|
|
|
838
835
|
|
|
@@ -860,7 +857,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
860
857
|
<td class="type">
|
|
861
858
|
|
|
862
859
|
|
|
863
|
-
<span class="param-type">
|
|
860
|
+
<span class="param-type">
|
|
861
|
+
|
|
862
|
+
Extent
|
|
863
|
+
|
|
864
|
+
</span>
|
|
865
|
+
|
|
864
866
|
|
|
865
867
|
|
|
866
868
|
|
|
@@ -886,7 +888,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
886
888
|
<td class="type">
|
|
887
889
|
|
|
888
890
|
|
|
889
|
-
<span class="param-type">
|
|
891
|
+
<span class="param-type">
|
|
892
|
+
|
|
893
|
+
Number
|
|
894
|
+
|
|
895
|
+
</span>
|
|
896
|
+
|
|
890
897
|
|
|
891
898
|
|
|
892
899
|
|
|
@@ -912,7 +919,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
912
919
|
<td class="type">
|
|
913
920
|
|
|
914
921
|
|
|
915
|
-
<span class="param-type">
|
|
922
|
+
<span class="param-type">
|
|
923
|
+
|
|
924
|
+
Number
|
|
925
|
+
|
|
926
|
+
</span>
|
|
927
|
+
|
|
916
928
|
|
|
917
929
|
|
|
918
930
|
|
|
@@ -924,7 +936,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
924
936
|
</td>
|
|
925
937
|
|
|
926
938
|
|
|
927
|
-
<td class="description last"><p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined
|
|
939
|
+
<td class="description last"><p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据当前加载的图层,自动计算maxScale、minScale的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。maxScale的值应该始终小于minScale的值。</p></td>
|
|
928
940
|
</tr>
|
|
929
941
|
|
|
930
942
|
|
|
@@ -938,7 +950,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
938
950
|
<td class="type">
|
|
939
951
|
|
|
940
952
|
|
|
941
|
-
<span class="param-type">
|
|
953
|
+
<span class="param-type">
|
|
954
|
+
|
|
955
|
+
Number
|
|
956
|
+
|
|
957
|
+
</span>
|
|
958
|
+
|
|
942
959
|
|
|
943
960
|
|
|
944
961
|
|
|
@@ -950,7 +967,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
950
967
|
</td>
|
|
951
968
|
|
|
952
969
|
|
|
953
|
-
<td class="description last"><p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined
|
|
970
|
+
<td class="description last"><p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据当前加载的图层,自动计算maxScale、minScale的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。minScale的值应该始终大于maxScale的值。</p></td>
|
|
954
971
|
</tr>
|
|
955
972
|
|
|
956
973
|
|
|
@@ -964,7 +981,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
964
981
|
<td class="type">
|
|
965
982
|
|
|
966
983
|
|
|
967
|
-
<span class="param-type">
|
|
984
|
+
<span class="param-type">
|
|
985
|
+
|
|
986
|
+
Object
|
|
987
|
+
|
|
988
|
+
</span>
|
|
989
|
+
|
|
968
990
|
|
|
969
991
|
|
|
970
992
|
|
|
@@ -990,7 +1012,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
990
1012
|
<td class="type">
|
|
991
1013
|
|
|
992
1014
|
|
|
993
|
-
<span class="param-type">
|
|
1015
|
+
<span class="param-type">
|
|
1016
|
+
|
|
1017
|
+
Number
|
|
1018
|
+
|
|
1019
|
+
</span>
|
|
1020
|
+
|
|
994
1021
|
|
|
995
1022
|
|
|
996
1023
|
|
|
@@ -1061,40 +1088,40 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1061
1088
|
|
|
1062
1089
|
|
|
1063
1090
|
<div class="method-parameter columns">
|
|
1064
|
-
<div class="column is-2"><label
|
|
1091
|
+
<div class="column is-2"><label>绑定事件</label></div>
|
|
1065
1092
|
<div class="column is-10">
|
|
1066
1093
|
<ul>
|
|
1067
|
-
<li
|
|
1094
|
+
<li><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></li>
|
|
1068
1095
|
|
|
1069
|
-
<li
|
|
1096
|
+
<li><a href="#鼠标点击事件">鼠标点击事件</a></li>
|
|
1070
1097
|
|
|
1071
|
-
<li
|
|
1098
|
+
<li><a href="#鼠标双击事件">鼠标双击事件</a></li>
|
|
1072
1099
|
|
|
1073
|
-
<li
|
|
1100
|
+
<li><a href="#鼠标按下事件">鼠标按下事件</a></li>
|
|
1074
1101
|
|
|
1075
|
-
<li
|
|
1102
|
+
<li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
|
|
1076
1103
|
|
|
1077
|
-
<li
|
|
1104
|
+
<li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
|
|
1078
1105
|
|
|
1079
|
-
<li
|
|
1106
|
+
<li><a href="#鼠标移动事件">鼠标移动事件</a></li>
|
|
1080
1107
|
|
|
1081
|
-
<li
|
|
1108
|
+
<li><a href="#鼠标移出视图事件">鼠标移出视图事件</a></li>
|
|
1082
1109
|
|
|
1083
|
-
<li
|
|
1110
|
+
<li><a href="#鼠标移入视图事件">鼠标移入视图事件</a></li>
|
|
1084
1111
|
|
|
1085
|
-
<li
|
|
1112
|
+
<li><a href="#zoom变化事件">zoom变化事件</a></li>
|
|
1086
1113
|
|
|
1087
|
-
<li
|
|
1114
|
+
<li><a href="#地图移动事件">地图移动事件</a></li>
|
|
1088
1115
|
|
|
1089
|
-
<li
|
|
1116
|
+
<li><a href="#地图大小变化事件">地图大小变化事件</a></li>
|
|
1090
1117
|
|
|
1091
|
-
<li
|
|
1118
|
+
<li><a href="#键盘输入事件">键盘输入事件</a></li>
|
|
1092
1119
|
|
|
1093
|
-
<li
|
|
1120
|
+
<li><a href="#键盘按下事件">键盘按下事件</a></li>
|
|
1094
1121
|
|
|
1095
|
-
<li
|
|
1122
|
+
<li><a href="#键盘抬起事件">键盘抬起事件</a></li>
|
|
1096
1123
|
|
|
1097
|
-
<li
|
|
1124
|
+
<li><a href="#地图视图改变事件">地图视图改变事件</a></li>
|
|
1098
1125
|
</ul>
|
|
1099
1126
|
</div>
|
|
1100
1127
|
</div>
|
|
@@ -1183,6 +1210,328 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1183
1210
|
|
|
1184
1211
|
<div class='vertical-section'>
|
|
1185
1212
|
<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的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。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表示用户未设置,地图视图会根据当前加载的图层,自动计算maxScale、minScale的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。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)" href="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>
|
|
1186
1535
|
<div class="members">
|
|
1187
1536
|
|
|
1188
1537
|
<div class="member">
|
|
@@ -1190,7 +1539,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1190
1539
|
<span class="method-parameter is-pulled-right">
|
|
1191
1540
|
<label>类型:</label>
|
|
1192
1541
|
|
|
1193
|
-
<span class="param-type">
|
|
1542
|
+
<span class="param-type">
|
|
1543
|
+
|
|
1544
|
+
Boolean
|
|
1545
|
+
|
|
1546
|
+
</span>
|
|
1547
|
+
|
|
1194
1548
|
|
|
1195
1549
|
|
|
1196
1550
|
</span>
|
|
@@ -1260,7 +1614,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1260
1614
|
<span class="method-parameter is-pulled-right">
|
|
1261
1615
|
<label>类型:</label>
|
|
1262
1616
|
|
|
1263
|
-
<span class="param-type">
|
|
1617
|
+
<span class="param-type">
|
|
1618
|
+
|
|
1619
|
+
Point
|
|
1620
|
+
|
|
1621
|
+
</span>
|
|
1622
|
+
|
|
1264
1623
|
|
|
1265
1624
|
|
|
1266
1625
|
</span>
|
|
@@ -1330,7 +1689,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1330
1689
|
<span class="method-parameter is-pulled-right">
|
|
1331
1690
|
<label>类型:</label>
|
|
1332
1691
|
|
|
1333
|
-
<span class="param-type">
|
|
1692
|
+
<span class="param-type">
|
|
1693
|
+
|
|
1694
|
+
Object
|
|
1695
|
+
|
|
1696
|
+
</span>
|
|
1697
|
+
|
|
1334
1698
|
|
|
1335
1699
|
|
|
1336
1700
|
</span>
|
|
@@ -1404,7 +1768,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1404
1768
|
<span class="method-parameter is-pulled-right">
|
|
1405
1769
|
<label>类型:</label>
|
|
1406
1770
|
|
|
1407
|
-
<span class="param-type">
|
|
1771
|
+
<span class="param-type">
|
|
1772
|
+
|
|
1773
|
+
Extent
|
|
1774
|
+
|
|
1775
|
+
</span>
|
|
1776
|
+
|
|
1408
1777
|
|
|
1409
1778
|
|
|
1410
1779
|
</span>
|
|
@@ -1474,7 +1843,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1474
1843
|
<span class="method-parameter is-pulled-right">
|
|
1475
1844
|
<label>类型:</label>
|
|
1476
1845
|
|
|
1477
|
-
<span class="param-type">
|
|
1846
|
+
<span class="param-type">
|
|
1847
|
+
|
|
1848
|
+
Extent
|
|
1849
|
+
|
|
1850
|
+
</span>
|
|
1851
|
+
|
|
1478
1852
|
|
|
1479
1853
|
|
|
1480
1854
|
</span>
|
|
@@ -1544,7 +1918,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1544
1918
|
<span class="method-parameter is-pulled-right">
|
|
1545
1919
|
<label>类型:</label>
|
|
1546
1920
|
|
|
1547
|
-
<span class="param-type">
|
|
1921
|
+
<span class="param-type">
|
|
1922
|
+
|
|
1923
|
+
Number
|
|
1924
|
+
|
|
1925
|
+
</span>
|
|
1926
|
+
|
|
1548
1927
|
|
|
1549
1928
|
|
|
1550
1929
|
</span>
|
|
@@ -1618,7 +1997,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1618
1997
|
<span class="method-parameter is-pulled-right">
|
|
1619
1998
|
<label>类型:</label>
|
|
1620
1999
|
|
|
1621
|
-
<span class="param-type">
|
|
2000
|
+
<span class="param-type">
|
|
2001
|
+
|
|
2002
|
+
Number
|
|
2003
|
+
|
|
2004
|
+
</span>
|
|
2005
|
+
|
|
1622
2006
|
|
|
1623
2007
|
|
|
1624
2008
|
</span>
|
|
@@ -1636,7 +2020,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1636
2020
|
|
|
1637
2021
|
|
|
1638
2022
|
<div class="description">
|
|
1639
|
-
<p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined
|
|
2023
|
+
<p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据当前加载的图层,自动计算maxScale、minScale的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。maxScale的值应该始终小于minScale的值。</p>
|
|
1640
2024
|
</div>
|
|
1641
2025
|
|
|
1642
2026
|
|
|
@@ -1688,7 +2072,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1688
2072
|
<span class="method-parameter is-pulled-right">
|
|
1689
2073
|
<label>类型:</label>
|
|
1690
2074
|
|
|
1691
|
-
<span class="param-type">
|
|
2075
|
+
<span class="param-type">
|
|
2076
|
+
|
|
2077
|
+
Number
|
|
2078
|
+
|
|
2079
|
+
</span>
|
|
2080
|
+
|
|
1692
2081
|
|
|
1693
2082
|
|
|
1694
2083
|
</span>
|
|
@@ -1706,7 +2095,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1706
2095
|
|
|
1707
2096
|
|
|
1708
2097
|
<div class="description">
|
|
1709
|
-
<p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined
|
|
2098
|
+
<p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据当前加载的图层,自动计算maxScale、minScale的值。如果用户设置了该值,则地图视图将直接采用用户设置的值。minScale的值应该始终大于maxScale的值。</p>
|
|
1710
2099
|
</div>
|
|
1711
2100
|
|
|
1712
2101
|
|
|
@@ -1758,7 +2147,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1758
2147
|
<span class="method-parameter is-pulled-right">
|
|
1759
2148
|
<label>类型:</label>
|
|
1760
2149
|
|
|
1761
|
-
<span class="param-type"
|
|
2150
|
+
<span class="param-type">
|
|
2151
|
+
|
|
2152
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" href="Popup.html">Popup</a>
|
|
2153
|
+
|
|
2154
|
+
</span>
|
|
2155
|
+
|
|
1762
2156
|
|
|
1763
2157
|
|
|
1764
2158
|
</span>
|
|
@@ -1828,7 +2222,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1828
2222
|
<span class="method-parameter is-pulled-right">
|
|
1829
2223
|
<label>类型:</label>
|
|
1830
2224
|
|
|
1831
|
-
<span class="param-type">
|
|
2225
|
+
<span class="param-type">
|
|
2226
|
+
|
|
2227
|
+
Boolean
|
|
2228
|
+
|
|
2229
|
+
</span>
|
|
2230
|
+
|
|
1832
2231
|
|
|
1833
2232
|
|
|
1834
2233
|
</span>
|
|
@@ -1898,7 +2297,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1898
2297
|
<span class="method-parameter is-pulled-right">
|
|
1899
2298
|
<label>类型:</label>
|
|
1900
2299
|
|
|
1901
|
-
<span class="param-type">
|
|
2300
|
+
<span class="param-type">
|
|
2301
|
+
|
|
2302
|
+
Boolean
|
|
2303
|
+
|
|
2304
|
+
</span>
|
|
2305
|
+
|
|
1902
2306
|
|
|
1903
2307
|
|
|
1904
2308
|
</span>
|
|
@@ -1968,7 +2372,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1968
2372
|
<span class="method-parameter is-pulled-right">
|
|
1969
2373
|
<label>类型:</label>
|
|
1970
2374
|
|
|
1971
|
-
<span class="param-type">
|
|
2375
|
+
<span class="param-type">
|
|
2376
|
+
|
|
2377
|
+
Number
|
|
2378
|
+
|
|
2379
|
+
</span>
|
|
2380
|
+
|
|
1972
2381
|
|
|
1973
2382
|
|
|
1974
2383
|
</span>
|
|
@@ -2038,7 +2447,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2038
2447
|
<span class="method-parameter is-pulled-right">
|
|
2039
2448
|
<label>类型:</label>
|
|
2040
2449
|
|
|
2041
|
-
<span class="param-type">
|
|
2450
|
+
<span class="param-type">
|
|
2451
|
+
|
|
2452
|
+
SpatialReference
|
|
2453
|
+
|
|
2454
|
+
</span>
|
|
2455
|
+
|
|
2042
2456
|
|
|
2043
2457
|
|
|
2044
2458
|
</span>
|
|
@@ -2112,7 +2526,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2112
2526
|
<span class="method-parameter is-pulled-right">
|
|
2113
2527
|
<label>类型:</label>
|
|
2114
2528
|
|
|
2115
|
-
<span class="param-type">
|
|
2529
|
+
<span class="param-type">
|
|
2530
|
+
|
|
2531
|
+
Boolean
|
|
2532
|
+
|
|
2533
|
+
</span>
|
|
2534
|
+
|
|
2116
2535
|
|
|
2117
2536
|
|
|
2118
2537
|
</span>
|
|
@@ -2182,7 +2601,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2182
2601
|
<span class="method-parameter is-pulled-right">
|
|
2183
2602
|
<label>类型:</label>
|
|
2184
2603
|
|
|
2185
|
-
<span class="param-type">
|
|
2604
|
+
<span class="param-type">
|
|
2605
|
+
|
|
2606
|
+
Boolean
|
|
2607
|
+
|
|
2608
|
+
</span>
|
|
2609
|
+
|
|
2186
2610
|
|
|
2187
2611
|
|
|
2188
2612
|
</span>
|
|
@@ -2256,7 +2680,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2256
2680
|
<span class="method-parameter is-pulled-right">
|
|
2257
2681
|
<label>类型:</label>
|
|
2258
2682
|
|
|
2259
|
-
<span class="param-type">
|
|
2683
|
+
<span class="param-type">
|
|
2684
|
+
|
|
2685
|
+
Number
|
|
2686
|
+
|
|
2687
|
+
</span>
|
|
2688
|
+
|
|
2260
2689
|
|
|
2261
2690
|
|
|
2262
2691
|
</span>
|
|
@@ -2278,7 +2707,82 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2278
2707
|
|
|
2279
2708
|
|
|
2280
2709
|
<div class="description">
|
|
2281
|
-
<p>地图视图宽度</p>
|
|
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
|
|
2777
|
+
</span>
|
|
2778
|
+
|
|
2779
|
+
</h4>
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
|
|
2784
|
+
<div class="description">
|
|
2785
|
+
<p>视图层级</p>
|
|
2282
2786
|
</div>
|
|
2283
2787
|
|
|
2284
2788
|
|
|
@@ -2325,84 +2829,440 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2325
2829
|
|
|
2326
2830
|
</div>
|
|
2327
2831
|
|
|
2328
|
-
|
|
2832
|
+
</div>
|
|
2833
|
+
</div>
|
|
2834
|
+
|
|
2329
2835
|
|
|
2330
|
-
|
|
2331
|
-
<
|
|
2332
|
-
|
|
2333
|
-
<
|
|
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)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
2861
|
+
|
|
2862
|
+
</span>
|
|
2334
2863
|
|
|
2335
2864
|
|
|
2336
|
-
</span>
|
|
2337
2865
|
|
|
2338
|
-
|
|
2339
|
-
|
|
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">
|
|
2340
2879
|
|
|
2341
|
-
|
|
2342
|
-
zoom
|
|
2343
|
-
</span>
|
|
2880
|
+
<a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
2344
2881
|
|
|
2345
|
-
</
|
|
2346
|
-
|
|
2882
|
+
</span>
|
|
2347
2883
|
|
|
2348
2884
|
|
|
2349
2885
|
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
</
|
|
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)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
2901
|
+
|
|
2902
|
+
</span>
|
|
2353
2903
|
|
|
2354
2904
|
|
|
2355
2905
|
|
|
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>
|
|
2356
2943
|
|
|
2357
2944
|
|
|
2358
|
-
<dl class="details">
|
|
2359
2945
|
|
|
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">
|
|
2360
2959
|
|
|
2361
|
-
|
|
2960
|
+
Extent
|
|
2362
2961
|
|
|
2962
|
+
</span>
|
|
2363
2963
|
|
|
2364
|
-
|
|
2365
2964
|
|
|
2366
|
-
|
|
2367
2965
|
|
|
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
|
|
2368
2981
|
|
|
2982
|
+
</span>
|
|
2369
2983
|
|
|
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
|
|
2370
3001
|
|
|
3002
|
+
</span>
|
|
2371
3003
|
|
|
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
|
|
2372
3021
|
|
|
3022
|
+
</span>
|
|
2373
3023
|
|
|
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
|
|
2374
3041
|
|
|
3042
|
+
</span>
|
|
2375
3043
|
|
|
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
|
|
2376
3061
|
|
|
3062
|
+
</span>
|
|
2377
3063
|
|
|
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
|
|
2378
3081
|
|
|
3082
|
+
</span>
|
|
2379
3083
|
|
|
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
|
|
2380
3101
|
|
|
3102
|
+
</span>
|
|
2381
3103
|
|
|
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">
|
|
2382
3119
|
|
|
3120
|
+
Number
|
|
2383
3121
|
|
|
3122
|
+
</span>
|
|
3123
|
+
|
|
2384
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">
|
|
2385
3139
|
|
|
3140
|
+
Number
|
|
3141
|
+
|
|
3142
|
+
</span>
|
|
3143
|
+
|
|
2386
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
|
+
|
|
3170
|
+
Array
|
|
2387
3171
|
|
|
3172
|
+
</span>
|
|
2388
3173
|
|
|
3174
|
+
|
|
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">
|
|
2389
3189
|
|
|
2390
|
-
|
|
3190
|
+
Object
|
|
3191
|
+
|
|
3192
|
+
</span>
|
|
3193
|
+
|
|
2391
3194
|
|
|
2392
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
|
+
|
|
3210
|
+
Object
|
|
3211
|
+
|
|
3212
|
+
</span>
|
|
2393
3213
|
|
|
2394
3214
|
|
|
2395
3215
|
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
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">
|
|
2400
3229
|
|
|
3230
|
+
Point
|
|
3231
|
+
|
|
3232
|
+
</span>
|
|
3233
|
+
|
|
2401
3234
|
|
|
3235
|
+
|
|
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">
|
|
2402
3249
|
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
3250
|
+
Object
|
|
3251
|
+
|
|
3252
|
+
</span>
|
|
3253
|
+
|
|
3254
|
+
|
|
3255
|
+
|
|
3256
|
+
|
|
3257
|
+
</code>
|
|
3258
|
+
</td>
|
|
3259
|
+
<td class="name"><code><p></code></td>
|
|
3260
|
+
</tr>
|
|
3261
|
+
|
|
3262
|
+
</tbody>
|
|
3263
|
+
</table>
|
|
3264
|
+
</div>
|
|
3265
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
2406
3266
|
|
|
2407
3267
|
<div class="member">
|
|
2408
3268
|
|
|
@@ -2415,7 +3275,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2415
3275
|
<span class='tag'>static</span>
|
|
2416
3276
|
|
|
2417
3277
|
|
|
2418
|
-
<span class="code-name" style="font-size:30px">
|
|
3278
|
+
<span class="code-name" id="fromJSON" style="font-size:30px">
|
|
2419
3279
|
|
|
2420
3280
|
fromJSON<span class="signature">(json)</span>
|
|
2421
3281
|
|
|
@@ -2437,7 +3297,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2437
3297
|
|
|
2438
3298
|
|
|
2439
3299
|
|
|
2440
|
-
<h4
|
|
3300
|
+
<h4>参数</h4>
|
|
2441
3301
|
|
|
2442
3302
|
<div class="table-container">
|
|
2443
3303
|
<table class="params table">
|
|
@@ -2467,7 +3327,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2467
3327
|
<td class="type">
|
|
2468
3328
|
|
|
2469
3329
|
|
|
2470
|
-
<span class="param-type">
|
|
3330
|
+
<span class="param-type">
|
|
3331
|
+
|
|
3332
|
+
Object
|
|
3333
|
+
|
|
3334
|
+
</span>
|
|
3335
|
+
|
|
2471
3336
|
|
|
2472
3337
|
|
|
2473
3338
|
|
|
@@ -2542,7 +3407,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2542
3407
|
|
|
2543
3408
|
|
|
2544
3409
|
<div class='columns method-parameter'>
|
|
2545
|
-
<div class="column is-2"><label
|
|
3410
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2546
3411
|
<div class="column is-10">
|
|
2547
3412
|
|
|
2548
3413
|
|
|
@@ -2555,7 +3420,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2555
3420
|
<div class='column is-5 has-text-left'>
|
|
2556
3421
|
<label>类型: </label>
|
|
2557
3422
|
|
|
2558
|
-
<span class="param-type"
|
|
3423
|
+
<span class="param-type">
|
|
3424
|
+
|
|
3425
|
+
<a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
3426
|
+
|
|
3427
|
+
</span>
|
|
3428
|
+
|
|
2559
3429
|
|
|
2560
3430
|
|
|
2561
3431
|
</div>
|
|
@@ -2584,7 +3454,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2584
3454
|
<span class='tag'>static</span>
|
|
2585
3455
|
|
|
2586
3456
|
|
|
2587
|
-
<span class="code-name" style="font-size:30px">
|
|
3457
|
+
<span class="code-name" id="fromJSON" style="font-size:30px">
|
|
2588
3458
|
|
|
2589
3459
|
fromJSON<span class="signature">(json)</span>
|
|
2590
3460
|
|
|
@@ -2606,7 +3476,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2606
3476
|
|
|
2607
3477
|
|
|
2608
3478
|
|
|
2609
|
-
<h4
|
|
3479
|
+
<h4>参数</h4>
|
|
2610
3480
|
|
|
2611
3481
|
<div class="table-container">
|
|
2612
3482
|
<table class="params table">
|
|
@@ -2636,7 +3506,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2636
3506
|
<td class="type">
|
|
2637
3507
|
|
|
2638
3508
|
|
|
2639
|
-
<span class="param-type">
|
|
3509
|
+
<span class="param-type">
|
|
3510
|
+
|
|
3511
|
+
Object
|
|
3512
|
+
|
|
3513
|
+
</span>
|
|
3514
|
+
|
|
2640
3515
|
|
|
2641
3516
|
|
|
2642
3517
|
|
|
@@ -2711,7 +3586,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2711
3586
|
|
|
2712
3587
|
|
|
2713
3588
|
<div class='columns method-parameter'>
|
|
2714
|
-
<div class="column is-2"><label
|
|
3589
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2715
3590
|
<div class="column is-10">
|
|
2716
3591
|
|
|
2717
3592
|
|
|
@@ -2722,7 +3597,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2722
3597
|
<div class='column is-5 has-text-left'>
|
|
2723
3598
|
<label>类型: </label>
|
|
2724
3599
|
|
|
2725
|
-
<span class="param-type"
|
|
3600
|
+
<span class="param-type">
|
|
3601
|
+
|
|
3602
|
+
<a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
3603
|
+
|
|
3604
|
+
</span>
|
|
3605
|
+
|
|
2726
3606
|
|
|
2727
3607
|
|
|
2728
3608
|
</div>
|
|
@@ -2747,7 +3627,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2747
3627
|
<h4 class="name" id="clone">
|
|
2748
3628
|
<a class="href-link" href="#clone">#</a>
|
|
2749
3629
|
|
|
2750
|
-
<span class="code-name" style="font-size:30px">
|
|
3630
|
+
<span class="code-name" id="clone" style="font-size:30px">
|
|
2751
3631
|
|
|
2752
3632
|
clone<span class="signature">()</span>
|
|
2753
3633
|
|
|
@@ -2825,7 +3705,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2825
3705
|
|
|
2826
3706
|
|
|
2827
3707
|
<div class='columns method-parameter'>
|
|
2828
|
-
<div class="column is-2"><label
|
|
3708
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2829
3709
|
<div class="column is-10">
|
|
2830
3710
|
|
|
2831
3711
|
|
|
@@ -2838,7 +3718,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2838
3718
|
<div class='column is-5 has-text-left'>
|
|
2839
3719
|
<label>类型: </label>
|
|
2840
3720
|
|
|
2841
|
-
<span class="param-type"
|
|
3721
|
+
<span class="param-type">
|
|
3722
|
+
|
|
3723
|
+
<a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" href="MapViewLeaflet.html">MapViewLeaflet</a>
|
|
3724
|
+
|
|
3725
|
+
</span>
|
|
3726
|
+
|
|
2842
3727
|
|
|
2843
3728
|
|
|
2844
3729
|
</div>
|
|
@@ -2863,7 +3748,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2863
3748
|
<h4 class="name" id="destroy">
|
|
2864
3749
|
<a class="href-link" href="#destroy">#</a>
|
|
2865
3750
|
|
|
2866
|
-
<span class="code-name" style="font-size:30px">
|
|
3751
|
+
<span class="code-name" id="destroy" style="font-size:30px">
|
|
2867
3752
|
|
|
2868
3753
|
destroy<span class="signature">()</span>
|
|
2869
3754
|
|
|
@@ -2954,7 +3839,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2954
3839
|
<h4 class="name" id="flyTo">
|
|
2955
3840
|
<a class="href-link" href="#flyTo">#</a>
|
|
2956
3841
|
|
|
2957
|
-
<span class="code-name" style="font-size:30px">
|
|
3842
|
+
<span class="code-name" id="flyTo" style="font-size:30px">
|
|
2958
3843
|
|
|
2959
3844
|
flyTo<span class="signature">(options)</span>
|
|
2960
3845
|
|
|
@@ -2976,7 +3861,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2976
3861
|
|
|
2977
3862
|
|
|
2978
3863
|
|
|
2979
|
-
<h4
|
|
3864
|
+
<h4>参数</h4>
|
|
2980
3865
|
|
|
2981
3866
|
<div class="table-container">
|
|
2982
3867
|
<table class="params table">
|
|
@@ -3029,7 +3914,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3029
3914
|
<td class="type">
|
|
3030
3915
|
|
|
3031
3916
|
|
|
3032
|
-
<span class="param-type">
|
|
3917
|
+
<span class="param-type">
|
|
3918
|
+
|
|
3919
|
+
Array
|
|
3920
|
+
|
|
3921
|
+
</span>
|
|
3922
|
+
|
|
3033
3923
|
|
|
3034
3924
|
|
|
3035
3925
|
|
|
@@ -3055,7 +3945,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3055
3945
|
<td class="type">
|
|
3056
3946
|
|
|
3057
3947
|
|
|
3058
|
-
<span class="param-type">
|
|
3948
|
+
<span class="param-type">
|
|
3949
|
+
|
|
3950
|
+
Number
|
|
3951
|
+
|
|
3952
|
+
</span>
|
|
3953
|
+
|
|
3059
3954
|
|
|
3060
3955
|
|
|
3061
3956
|
|
|
@@ -3083,7 +3978,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3083
3978
|
<td class="type">
|
|
3084
3979
|
|
|
3085
3980
|
|
|
3086
|
-
<span class="param-type">
|
|
3981
|
+
<span class="param-type">
|
|
3982
|
+
|
|
3983
|
+
Extent
|
|
3984
|
+
|
|
3985
|
+
</span>
|
|
3986
|
+
|
|
3087
3987
|
|
|
3088
3988
|
|
|
3089
3989
|
|
|
@@ -3199,7 +4099,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3199
4099
|
<h4 class="name" id="getCenter">
|
|
3200
4100
|
<a class="href-link" href="#getCenter">#</a>
|
|
3201
4101
|
|
|
3202
|
-
<span class="code-name" style="font-size:30px">
|
|
4102
|
+
<span class="code-name" id="getCenter" style="font-size:30px">
|
|
3203
4103
|
|
|
3204
4104
|
getCenter<span class="signature">()</span>
|
|
3205
4105
|
|
|
@@ -3277,7 +4177,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3277
4177
|
|
|
3278
4178
|
|
|
3279
4179
|
<div class='columns method-parameter'>
|
|
3280
|
-
<div class="column is-2"><label
|
|
4180
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3281
4181
|
<div class="column is-10">
|
|
3282
4182
|
|
|
3283
4183
|
|
|
@@ -3290,7 +4190,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3290
4190
|
<div class='column is-5 has-text-left'>
|
|
3291
4191
|
<label>类型: </label>
|
|
3292
4192
|
|
|
3293
|
-
<span class="param-type">
|
|
4193
|
+
<span class="param-type">
|
|
4194
|
+
|
|
4195
|
+
Object
|
|
4196
|
+
|
|
4197
|
+
</span>
|
|
4198
|
+
|
|
3294
4199
|
|
|
3295
4200
|
|
|
3296
4201
|
</div>
|
|
@@ -3315,7 +4220,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3315
4220
|
<h4 class="name" id="getExtent">
|
|
3316
4221
|
<a class="href-link" href="#getExtent">#</a>
|
|
3317
4222
|
|
|
3318
|
-
<span class="code-name" style="font-size:30px">
|
|
4223
|
+
<span class="code-name" id="getExtent" style="font-size:30px">
|
|
3319
4224
|
|
|
3320
4225
|
getExtent<span class="signature">()</span>
|
|
3321
4226
|
|
|
@@ -3393,7 +4298,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3393
4298
|
|
|
3394
4299
|
|
|
3395
4300
|
<div class='columns method-parameter'>
|
|
3396
|
-
<div class="column is-2"><label
|
|
4301
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3397
4302
|
<div class="column is-10">
|
|
3398
4303
|
|
|
3399
4304
|
|
|
@@ -3406,7 +4311,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3406
4311
|
<div class='column is-5 has-text-left'>
|
|
3407
4312
|
<label>类型: </label>
|
|
3408
4313
|
|
|
3409
|
-
<span class="param-type">
|
|
4314
|
+
<span class="param-type">
|
|
4315
|
+
|
|
4316
|
+
Extent
|
|
4317
|
+
|
|
4318
|
+
</span>
|
|
4319
|
+
|
|
3410
4320
|
|
|
3411
4321
|
|
|
3412
4322
|
</div>
|
|
@@ -3431,7 +4341,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3431
4341
|
<h4 class="name" id="getMaxZoom">
|
|
3432
4342
|
<a class="href-link" href="#getMaxZoom">#</a>
|
|
3433
4343
|
|
|
3434
|
-
<span class="code-name" style="font-size:30px">
|
|
4344
|
+
<span class="code-name" id="getMaxZoom" style="font-size:30px">
|
|
3435
4345
|
|
|
3436
4346
|
getMaxZoom<span class="signature">()</span>
|
|
3437
4347
|
|
|
@@ -3509,7 +4419,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3509
4419
|
|
|
3510
4420
|
|
|
3511
4421
|
<div class='columns method-parameter'>
|
|
3512
|
-
<div class="column is-2"><label
|
|
4422
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3513
4423
|
<div class="column is-10">
|
|
3514
4424
|
|
|
3515
4425
|
|
|
@@ -3522,7 +4432,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3522
4432
|
<div class='column is-5 has-text-left'>
|
|
3523
4433
|
<label>类型: </label>
|
|
3524
4434
|
|
|
3525
|
-
<span class="param-type">
|
|
4435
|
+
<span class="param-type">
|
|
4436
|
+
|
|
4437
|
+
Number
|
|
4438
|
+
|
|
4439
|
+
</span>
|
|
4440
|
+
|
|
3526
4441
|
|
|
3527
4442
|
|
|
3528
4443
|
</div>
|
|
@@ -3547,7 +4462,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3547
4462
|
<h4 class="name" id="getMinZoom">
|
|
3548
4463
|
<a class="href-link" href="#getMinZoom">#</a>
|
|
3549
4464
|
|
|
3550
|
-
<span class="code-name" style="font-size:30px">
|
|
4465
|
+
<span class="code-name" id="getMinZoom" style="font-size:30px">
|
|
3551
4466
|
|
|
3552
4467
|
getMinZoom<span class="signature">()</span>
|
|
3553
4468
|
|
|
@@ -3625,7 +4540,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3625
4540
|
|
|
3626
4541
|
|
|
3627
4542
|
<div class='columns method-parameter'>
|
|
3628
|
-
<div class="column is-2"><label
|
|
4543
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3629
4544
|
<div class="column is-10">
|
|
3630
4545
|
|
|
3631
4546
|
|
|
@@ -3638,7 +4553,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3638
4553
|
<div class='column is-5 has-text-left'>
|
|
3639
4554
|
<label>类型: </label>
|
|
3640
4555
|
|
|
3641
|
-
<span class="param-type">
|
|
4556
|
+
<span class="param-type">
|
|
4557
|
+
|
|
4558
|
+
Number
|
|
4559
|
+
|
|
4560
|
+
</span>
|
|
4561
|
+
|
|
3642
4562
|
|
|
3643
4563
|
|
|
3644
4564
|
</div>
|
|
@@ -3663,7 +4583,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3663
4583
|
<h4 class="name" id="getPixelCenter">
|
|
3664
4584
|
<a class="href-link" href="#getPixelCenter">#</a>
|
|
3665
4585
|
|
|
3666
|
-
<span class="code-name" style="font-size:30px">
|
|
4586
|
+
<span class="code-name" id="getPixelCenter" style="font-size:30px">
|
|
3667
4587
|
|
|
3668
4588
|
getPixelCenter<span class="signature">()</span>
|
|
3669
4589
|
|
|
@@ -3741,7 +4661,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3741
4661
|
|
|
3742
4662
|
|
|
3743
4663
|
<div class='columns method-parameter'>
|
|
3744
|
-
<div class="column is-2"><label
|
|
4664
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3745
4665
|
<div class="column is-10">
|
|
3746
4666
|
|
|
3747
4667
|
|
|
@@ -3754,7 +4674,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3754
4674
|
<div class='column is-5 has-text-left'>
|
|
3755
4675
|
<label>类型: </label>
|
|
3756
4676
|
|
|
3757
|
-
<span class="param-type">
|
|
4677
|
+
<span class="param-type">
|
|
4678
|
+
|
|
4679
|
+
Object
|
|
4680
|
+
|
|
4681
|
+
</span>
|
|
4682
|
+
|
|
3758
4683
|
|
|
3759
4684
|
|
|
3760
4685
|
</div>
|
|
@@ -3779,7 +4704,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3779
4704
|
<h4 class="name" id="getPixelExtent">
|
|
3780
4705
|
<a class="href-link" href="#getPixelExtent">#</a>
|
|
3781
4706
|
|
|
3782
|
-
<span class="code-name" style="font-size:30px">
|
|
4707
|
+
<span class="code-name" id="getPixelExtent" style="font-size:30px">
|
|
3783
4708
|
|
|
3784
4709
|
getPixelExtent<span class="signature">()</span>
|
|
3785
4710
|
|
|
@@ -3857,7 +4782,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3857
4782
|
|
|
3858
4783
|
|
|
3859
4784
|
<div class='columns method-parameter'>
|
|
3860
|
-
<div class="column is-2"><label
|
|
4785
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3861
4786
|
<div class="column is-10">
|
|
3862
4787
|
|
|
3863
4788
|
|
|
@@ -3870,7 +4795,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3870
4795
|
<div class='column is-5 has-text-left'>
|
|
3871
4796
|
<label>类型: </label>
|
|
3872
4797
|
|
|
3873
|
-
<span class="param-type">
|
|
4798
|
+
<span class="param-type">
|
|
4799
|
+
|
|
4800
|
+
Object
|
|
4801
|
+
|
|
4802
|
+
</span>
|
|
4803
|
+
|
|
3874
4804
|
|
|
3875
4805
|
|
|
3876
4806
|
</div>
|
|
@@ -3895,7 +4825,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3895
4825
|
<h4 class="name" id="getPixelWorldExtent">
|
|
3896
4826
|
<a class="href-link" href="#getPixelWorldExtent">#</a>
|
|
3897
4827
|
|
|
3898
|
-
<span class="code-name" style="font-size:30px">
|
|
4828
|
+
<span class="code-name" id="getPixelWorldExtent" style="font-size:30px">
|
|
3899
4829
|
|
|
3900
4830
|
getPixelWorldExtent<span class="signature">()</span>
|
|
3901
4831
|
|
|
@@ -3973,7 +4903,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3973
4903
|
|
|
3974
4904
|
|
|
3975
4905
|
<div class='columns method-parameter'>
|
|
3976
|
-
<div class="column is-2"><label
|
|
4906
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3977
4907
|
<div class="column is-10">
|
|
3978
4908
|
|
|
3979
4909
|
|
|
@@ -3986,7 +4916,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3986
4916
|
<div class='column is-5 has-text-left'>
|
|
3987
4917
|
<label>类型: </label>
|
|
3988
4918
|
|
|
3989
|
-
<span class="param-type">
|
|
4919
|
+
<span class="param-type">
|
|
4920
|
+
|
|
4921
|
+
Object
|
|
4922
|
+
|
|
4923
|
+
</span>
|
|
4924
|
+
|
|
3990
4925
|
|
|
3991
4926
|
|
|
3992
4927
|
</div>
|
|
@@ -4011,7 +4946,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4011
4946
|
<h4 class="name" id="getScale">
|
|
4012
4947
|
<a class="href-link" href="#getScale">#</a>
|
|
4013
4948
|
|
|
4014
|
-
<span class="code-name" style="font-size:30px">
|
|
4949
|
+
<span class="code-name" id="getScale" style="font-size:30px">
|
|
4015
4950
|
|
|
4016
4951
|
getScale<span class="signature">()</span>
|
|
4017
4952
|
|
|
@@ -4090,7 +5025,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4090
5025
|
|
|
4091
5026
|
|
|
4092
5027
|
<div class='columns method-parameter'>
|
|
4093
|
-
<div class="column is-2"><label
|
|
5028
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4094
5029
|
<div class="column is-10">
|
|
4095
5030
|
|
|
4096
5031
|
|
|
@@ -4103,7 +5038,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4103
5038
|
<div class='column is-5 has-text-left'>
|
|
4104
5039
|
<label>类型: </label>
|
|
4105
5040
|
|
|
4106
|
-
<span class="param-type">
|
|
5041
|
+
<span class="param-type">
|
|
5042
|
+
|
|
5043
|
+
Number
|
|
5044
|
+
|
|
5045
|
+
</span>
|
|
5046
|
+
|
|
4107
5047
|
|
|
4108
5048
|
|
|
4109
5049
|
</div>
|
|
@@ -4128,7 +5068,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4128
5068
|
<h4 class="name" id="getSize">
|
|
4129
5069
|
<a class="href-link" href="#getSize">#</a>
|
|
4130
5070
|
|
|
4131
|
-
<span class="code-name" style="font-size:30px">
|
|
5071
|
+
<span class="code-name" id="getSize" style="font-size:30px">
|
|
4132
5072
|
|
|
4133
5073
|
getSize<span class="signature">()</span>
|
|
4134
5074
|
|
|
@@ -4206,7 +5146,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4206
5146
|
|
|
4207
5147
|
|
|
4208
5148
|
<div class='columns method-parameter'>
|
|
4209
|
-
<div class="column is-2"><label
|
|
5149
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4210
5150
|
<div class="column is-10">
|
|
4211
5151
|
|
|
4212
5152
|
|
|
@@ -4219,7 +5159,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4219
5159
|
<div class='column is-5 has-text-left'>
|
|
4220
5160
|
<label>类型: </label>
|
|
4221
5161
|
|
|
4222
|
-
<span class="param-type">
|
|
5162
|
+
<span class="param-type">
|
|
5163
|
+
|
|
5164
|
+
Object
|
|
5165
|
+
|
|
5166
|
+
</span>
|
|
5167
|
+
|
|
4223
5168
|
|
|
4224
5169
|
|
|
4225
5170
|
</div>
|
|
@@ -4244,7 +5189,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4244
5189
|
<h4 class="name" id="getZoom">
|
|
4245
5190
|
<a class="href-link" href="#getZoom">#</a>
|
|
4246
5191
|
|
|
4247
|
-
<span class="code-name" style="font-size:30px">
|
|
5192
|
+
<span class="code-name" id="getZoom" style="font-size:30px">
|
|
4248
5193
|
|
|
4249
5194
|
getZoom<span class="signature">()</span>
|
|
4250
5195
|
|
|
@@ -4322,7 +5267,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4322
5267
|
|
|
4323
5268
|
|
|
4324
5269
|
<div class='columns method-parameter'>
|
|
4325
|
-
<div class="column is-2"><label
|
|
5270
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4326
5271
|
<div class="column is-10">
|
|
4327
5272
|
|
|
4328
5273
|
|
|
@@ -4335,7 +5280,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4335
5280
|
<div class='column is-5 has-text-left'>
|
|
4336
5281
|
<label>类型: </label>
|
|
4337
5282
|
|
|
4338
|
-
<span class="param-type">
|
|
5283
|
+
<span class="param-type">
|
|
5284
|
+
|
|
5285
|
+
Number
|
|
5286
|
+
|
|
5287
|
+
</span>
|
|
5288
|
+
|
|
4339
5289
|
|
|
4340
5290
|
|
|
4341
5291
|
</div>
|
|
@@ -4360,7 +5310,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4360
5310
|
<h4 class="name" id="getZoomByExtent">
|
|
4361
5311
|
<a class="href-link" href="#getZoomByExtent">#</a>
|
|
4362
5312
|
|
|
4363
|
-
<span class="code-name" style="font-size:30px">
|
|
5313
|
+
<span class="code-name" id="getZoomByExtent" style="font-size:30px">
|
|
4364
5314
|
|
|
4365
5315
|
getZoomByExtent<span class="signature">(value)</span>
|
|
4366
5316
|
|
|
@@ -4383,7 +5333,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4383
5333
|
|
|
4384
5334
|
|
|
4385
5335
|
|
|
4386
|
-
<h4
|
|
5336
|
+
<h4>参数</h4>
|
|
4387
5337
|
|
|
4388
5338
|
<div class="table-container">
|
|
4389
5339
|
<table class="params table">
|
|
@@ -4413,7 +5363,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4413
5363
|
<td class="type">
|
|
4414
5364
|
|
|
4415
5365
|
|
|
4416
|
-
<span class="param-type">
|
|
5366
|
+
<span class="param-type">
|
|
5367
|
+
|
|
5368
|
+
Extent
|
|
5369
|
+
|
|
5370
|
+
</span>
|
|
5371
|
+
|
|
4417
5372
|
|
|
4418
5373
|
|
|
4419
5374
|
|
|
@@ -4488,7 +5443,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4488
5443
|
|
|
4489
5444
|
|
|
4490
5445
|
<div class='columns method-parameter'>
|
|
4491
|
-
<div class="column is-2"><label
|
|
5446
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4492
5447
|
<div class="column is-10">
|
|
4493
5448
|
|
|
4494
5449
|
|
|
@@ -4501,7 +5456,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4501
5456
|
<div class='column is-5 has-text-left'>
|
|
4502
5457
|
<label>类型: </label>
|
|
4503
5458
|
|
|
4504
|
-
<span class="param-type">
|
|
5459
|
+
<span class="param-type">
|
|
5460
|
+
|
|
5461
|
+
Number
|
|
5462
|
+
|
|
5463
|
+
</span>
|
|
5464
|
+
|
|
4505
5465
|
|
|
4506
5466
|
|
|
4507
5467
|
</div>
|
|
@@ -4526,7 +5486,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4526
5486
|
<h4 class="name" id="goTo">
|
|
4527
5487
|
<a class="href-link" href="#goTo">#</a>
|
|
4528
5488
|
|
|
4529
|
-
<span class="code-name" style="font-size:30px">
|
|
5489
|
+
<span class="code-name" id="goTo" style="font-size:30px">
|
|
4530
5490
|
|
|
4531
5491
|
goTo<span class="signature">(goToTarget, options)</span>
|
|
4532
5492
|
|
|
@@ -4548,7 +5508,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4548
5508
|
|
|
4549
5509
|
|
|
4550
5510
|
|
|
4551
|
-
<h4
|
|
5511
|
+
<h4>参数</h4>
|
|
4552
5512
|
|
|
4553
5513
|
<div class="table-container">
|
|
4554
5514
|
<table class="params table">
|
|
@@ -4601,10 +5561,19 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4601
5561
|
<td class="type">
|
|
4602
5562
|
|
|
4603
5563
|
|
|
4604
|
-
<span class="param-type">
|
|
5564
|
+
<span class="param-type">
|
|
5565
|
+
|
|
5566
|
+
Point
|
|
5567
|
+
|
|
5568
|
+
</span>
|
|
4605
5569
|
|
|
|
4606
5570
|
|
|
4607
|
-
<span class="param-type">
|
|
5571
|
+
<span class="param-type">
|
|
5572
|
+
|
|
5573
|
+
Array
|
|
5574
|
+
|
|
5575
|
+
</span>
|
|
5576
|
+
|
|
4608
5577
|
|
|
4609
5578
|
|
|
4610
5579
|
|
|
@@ -4630,7 +5599,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4630
5599
|
<td class="type">
|
|
4631
5600
|
|
|
4632
5601
|
|
|
4633
|
-
<span class="param-type">
|
|
5602
|
+
<span class="param-type">
|
|
5603
|
+
|
|
5604
|
+
Number
|
|
5605
|
+
|
|
5606
|
+
</span>
|
|
5607
|
+
|
|
4634
5608
|
|
|
4635
5609
|
|
|
4636
5610
|
|
|
@@ -4656,7 +5630,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4656
5630
|
<td class="type">
|
|
4657
5631
|
|
|
4658
5632
|
|
|
4659
|
-
<span class="param-type">
|
|
5633
|
+
<span class="param-type">
|
|
5634
|
+
|
|
5635
|
+
Number
|
|
5636
|
+
|
|
5637
|
+
</span>
|
|
5638
|
+
|
|
4660
5639
|
|
|
4661
5640
|
|
|
4662
5641
|
|
|
@@ -4682,13 +5661,26 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4682
5661
|
<td class="type">
|
|
4683
5662
|
|
|
4684
5663
|
|
|
4685
|
-
<span class="param-type">
|
|
5664
|
+
<span class="param-type">
|
|
5665
|
+
|
|
5666
|
+
Geometry
|
|
5667
|
+
|
|
5668
|
+
</span>
|
|
4686
5669
|
|
|
|
4687
5670
|
|
|
4688
|
-
<span class="param-type">
|
|
5671
|
+
<span class="param-type">
|
|
5672
|
+
|
|
5673
|
+
Array.<Geometry>
|
|
5674
|
+
|
|
5675
|
+
</span>
|
|
4689
5676
|
|
|
|
4690
5677
|
|
|
4691
|
-
<span class="param-type">
|
|
5678
|
+
<span class="param-type">
|
|
5679
|
+
|
|
5680
|
+
Collection.<Geometry>
|
|
5681
|
+
|
|
5682
|
+
</span>
|
|
5683
|
+
|
|
4692
5684
|
|
|
4693
5685
|
|
|
4694
5686
|
|
|
@@ -4740,7 +5732,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4740
5732
|
<td class="type">
|
|
4741
5733
|
|
|
4742
5734
|
|
|
4743
|
-
<span class="param-type">
|
|
5735
|
+
<span class="param-type">
|
|
5736
|
+
|
|
5737
|
+
Boolean
|
|
5738
|
+
|
|
5739
|
+
</span>
|
|
5740
|
+
|
|
4744
5741
|
|
|
4745
5742
|
|
|
4746
5743
|
|
|
@@ -4768,7 +5765,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4768
5765
|
<td class="type">
|
|
4769
5766
|
|
|
4770
5767
|
|
|
4771
|
-
<span class="param-type">
|
|
5768
|
+
<span class="param-type">
|
|
5769
|
+
|
|
5770
|
+
Number
|
|
5771
|
+
|
|
5772
|
+
</span>
|
|
5773
|
+
|
|
4772
5774
|
|
|
4773
5775
|
|
|
4774
5776
|
|
|
@@ -4880,7 +5882,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4880
5882
|
<h4 class="name" id="hitTest">
|
|
4881
5883
|
<a class="href-link" href="#hitTest">#</a>
|
|
4882
5884
|
|
|
4883
|
-
<span class="code-name" style="font-size:30px">
|
|
5885
|
+
<span class="code-name" id="hitTest" style="font-size:30px">
|
|
4884
5886
|
|
|
4885
5887
|
hitTest<span class="signature">(screenPoint)</span>
|
|
4886
5888
|
|
|
@@ -4902,7 +5904,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4902
5904
|
|
|
4903
5905
|
|
|
4904
5906
|
|
|
4905
|
-
<h4
|
|
5907
|
+
<h4>参数</h4>
|
|
4906
5908
|
|
|
4907
5909
|
<div class="table-container">
|
|
4908
5910
|
<table class="params table">
|
|
@@ -4932,7 +5934,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4932
5934
|
<td class="type">
|
|
4933
5935
|
|
|
4934
5936
|
|
|
4935
|
-
<span class="param-type">
|
|
5937
|
+
<span class="param-type">
|
|
5938
|
+
|
|
5939
|
+
Object
|
|
5940
|
+
|
|
5941
|
+
</span>
|
|
5942
|
+
|
|
4936
5943
|
|
|
4937
5944
|
|
|
4938
5945
|
|
|
@@ -5007,7 +6014,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5007
6014
|
|
|
5008
6015
|
|
|
5009
6016
|
<div class='columns method-parameter'>
|
|
5010
|
-
<div class="column is-2"><label
|
|
6017
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
5011
6018
|
<div class="column is-10">
|
|
5012
6019
|
|
|
5013
6020
|
|
|
@@ -5020,7 +6027,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5020
6027
|
<div class='column is-5 has-text-left'>
|
|
5021
6028
|
<label>类型: </label>
|
|
5022
6029
|
|
|
5023
|
-
<span class="param-type">
|
|
6030
|
+
<span class="param-type">
|
|
6031
|
+
|
|
6032
|
+
Array
|
|
6033
|
+
|
|
6034
|
+
</span>
|
|
6035
|
+
|
|
5024
6036
|
|
|
5025
6037
|
|
|
5026
6038
|
</div>
|
|
@@ -5054,7 +6066,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5054
6066
|
<h4 class="name" id="takeScreenshot">
|
|
5055
6067
|
<a class="href-link" href="#takeScreenshot">#</a>
|
|
5056
6068
|
|
|
5057
|
-
<span class="code-name" style="font-size:30px">
|
|
6069
|
+
<span class="code-name" id="takeScreenshot" style="font-size:30px">
|
|
5058
6070
|
|
|
5059
6071
|
takeScreenshot<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
|
|
5060
6072
|
|
|
@@ -5076,7 +6088,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5076
6088
|
|
|
5077
6089
|
|
|
5078
6090
|
|
|
5079
|
-
<h4
|
|
6091
|
+
<h4>参数</h4>
|
|
5080
6092
|
|
|
5081
6093
|
<div class="table-container">
|
|
5082
6094
|
<table class="params table">
|
|
@@ -5108,7 +6120,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5108
6120
|
<td class="type">
|
|
5109
6121
|
|
|
5110
6122
|
|
|
5111
|
-
<span class="param-type">
|
|
6123
|
+
<span class="param-type">
|
|
6124
|
+
|
|
6125
|
+
Object
|
|
6126
|
+
|
|
6127
|
+
</span>
|
|
6128
|
+
|
|
5112
6129
|
|
|
5113
6130
|
|
|
5114
6131
|
|
|
@@ -5136,7 +6153,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5136
6153
|
<td class="type">
|
|
5137
6154
|
|
|
5138
6155
|
|
|
5139
|
-
<span class="param-type">
|
|
6156
|
+
<span class="param-type">
|
|
6157
|
+
|
|
6158
|
+
PictureFormat
|
|
6159
|
+
|
|
6160
|
+
</span>
|
|
6161
|
+
|
|
5140
6162
|
|
|
5141
6163
|
|
|
5142
6164
|
|
|
@@ -5164,7 +6186,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5164
6186
|
<td class="type">
|
|
5165
6187
|
|
|
5166
6188
|
|
|
5167
|
-
<span class="param-type">
|
|
6189
|
+
<span class="param-type">
|
|
6190
|
+
|
|
6191
|
+
String
|
|
6192
|
+
|
|
6193
|
+
</span>
|
|
6194
|
+
|
|
5168
6195
|
|
|
5169
6196
|
|
|
5170
6197
|
|
|
@@ -5192,7 +6219,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5192
6219
|
<td class="type">
|
|
5193
6220
|
|
|
5194
6221
|
|
|
5195
|
-
<span class="param-type">
|
|
6222
|
+
<span class="param-type">
|
|
6223
|
+
|
|
6224
|
+
Number
|
|
6225
|
+
|
|
6226
|
+
</span>
|
|
6227
|
+
|
|
5196
6228
|
|
|
5197
6229
|
|
|
5198
6230
|
|
|
@@ -5218,7 +6250,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5218
6250
|
<td class="type">
|
|
5219
6251
|
|
|
5220
6252
|
|
|
5221
|
-
<span class="param-type">
|
|
6253
|
+
<span class="param-type">
|
|
6254
|
+
|
|
6255
|
+
Number
|
|
6256
|
+
|
|
6257
|
+
</span>
|
|
6258
|
+
|
|
5222
6259
|
|
|
5223
6260
|
|
|
5224
6261
|
|
|
@@ -5244,7 +6281,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5244
6281
|
<td class="type">
|
|
5245
6282
|
|
|
5246
6283
|
|
|
5247
|
-
<span class="param-type">
|
|
6284
|
+
<span class="param-type">
|
|
6285
|
+
|
|
6286
|
+
Number
|
|
6287
|
+
|
|
6288
|
+
</span>
|
|
6289
|
+
|
|
5248
6290
|
|
|
5249
6291
|
|
|
5250
6292
|
|
|
@@ -5270,7 +6312,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5270
6312
|
<td class="type">
|
|
5271
6313
|
|
|
5272
6314
|
|
|
5273
|
-
<span class="param-type">
|
|
6315
|
+
<span class="param-type">
|
|
6316
|
+
|
|
6317
|
+
Number
|
|
6318
|
+
|
|
6319
|
+
</span>
|
|
6320
|
+
|
|
5274
6321
|
|
|
5275
6322
|
|
|
5276
6323
|
|
|
@@ -5296,7 +6343,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5296
6343
|
<td class="type">
|
|
5297
6344
|
|
|
5298
6345
|
|
|
5299
|
-
<span class="param-type">
|
|
6346
|
+
<span class="param-type">
|
|
6347
|
+
|
|
6348
|
+
Boolean
|
|
6349
|
+
|
|
6350
|
+
</span>
|
|
6351
|
+
|
|
5300
6352
|
|
|
5301
6353
|
|
|
5302
6354
|
|
|
@@ -5380,7 +6432,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5380
6432
|
|
|
5381
6433
|
|
|
5382
6434
|
<div class='columns method-parameter'>
|
|
5383
|
-
<div class="column is-2"><label
|
|
6435
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
5384
6436
|
<div class="column is-10">
|
|
5385
6437
|
|
|
5386
6438
|
|
|
@@ -5393,7 +6445,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5393
6445
|
<div class='column is-5 has-text-left'>
|
|
5394
6446
|
<label>类型: </label>
|
|
5395
6447
|
|
|
5396
|
-
<span class="param-type">
|
|
6448
|
+
<span class="param-type">
|
|
6449
|
+
|
|
6450
|
+
Object
|
|
6451
|
+
|
|
6452
|
+
</span>
|
|
6453
|
+
|
|
5397
6454
|
|
|
5398
6455
|
|
|
5399
6456
|
</div>
|
|
@@ -5427,7 +6484,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5427
6484
|
<h4 class="name" id="toJSON">
|
|
5428
6485
|
<a class="href-link" href="#toJSON">#</a>
|
|
5429
6486
|
|
|
5430
|
-
<span class="code-name" style="font-size:30px">
|
|
6487
|
+
<span class="code-name" id="toJSON" style="font-size:30px">
|
|
5431
6488
|
|
|
5432
6489
|
toJSON<span class="signature">()</span>
|
|
5433
6490
|
|
|
@@ -5505,7 +6562,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5505
6562
|
|
|
5506
6563
|
|
|
5507
6564
|
<div class='columns method-parameter'>
|
|
5508
|
-
<div class="column is-2"><label
|
|
6565
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
5509
6566
|
<div class="column is-10">
|
|
5510
6567
|
|
|
5511
6568
|
|
|
@@ -5518,7 +6575,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5518
6575
|
<div class='column is-5 has-text-left'>
|
|
5519
6576
|
<label>类型: </label>
|
|
5520
6577
|
|
|
5521
|
-
<span class="param-type">
|
|
6578
|
+
<span class="param-type">
|
|
6579
|
+
|
|
6580
|
+
Object
|
|
6581
|
+
|
|
6582
|
+
</span>
|
|
6583
|
+
|
|
5522
6584
|
|
|
5523
6585
|
|
|
5524
6586
|
</div>
|
|
@@ -5543,7 +6605,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5543
6605
|
<h4 class="name" id="toMap">
|
|
5544
6606
|
<a class="href-link" href="#toMap">#</a>
|
|
5545
6607
|
|
|
5546
|
-
<span class="code-name" style="font-size:30px">
|
|
6608
|
+
<span class="code-name" id="toMap" style="font-size:30px">
|
|
5547
6609
|
|
|
5548
6610
|
toMap<span class="signature">(screenPoint)</span>
|
|
5549
6611
|
|
|
@@ -5566,7 +6628,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5566
6628
|
|
|
5567
6629
|
|
|
5568
6630
|
|
|
5569
|
-
<h4
|
|
6631
|
+
<h4>参数</h4>
|
|
5570
6632
|
|
|
5571
6633
|
<div class="table-container">
|
|
5572
6634
|
<table class="params table">
|
|
@@ -5596,7 +6658,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5596
6658
|
<td class="type">
|
|
5597
6659
|
|
|
5598
6660
|
|
|
5599
|
-
<span class="param-type">
|
|
6661
|
+
<span class="param-type">
|
|
6662
|
+
|
|
6663
|
+
Object
|
|
6664
|
+
|
|
6665
|
+
</span>
|
|
6666
|
+
|
|
5600
6667
|
|
|
5601
6668
|
|
|
5602
6669
|
|
|
@@ -5671,7 +6738,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5671
6738
|
|
|
5672
6739
|
|
|
5673
6740
|
<div class='columns method-parameter'>
|
|
5674
|
-
<div class="column is-2"><label
|
|
6741
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
5675
6742
|
<div class="column is-10">
|
|
5676
6743
|
|
|
5677
6744
|
|
|
@@ -5684,7 +6751,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5684
6751
|
<div class='column is-5 has-text-left'>
|
|
5685
6752
|
<label>类型: </label>
|
|
5686
6753
|
|
|
5687
|
-
<span class="param-type">
|
|
6754
|
+
<span class="param-type">
|
|
6755
|
+
|
|
6756
|
+
Point
|
|
6757
|
+
|
|
6758
|
+
</span>
|
|
6759
|
+
|
|
5688
6760
|
|
|
5689
6761
|
|
|
5690
6762
|
</div>
|
|
@@ -5718,7 +6790,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5718
6790
|
<h4 class="name" id="toScreen">
|
|
5719
6791
|
<a class="href-link" href="#toScreen">#</a>
|
|
5720
6792
|
|
|
5721
|
-
<span class="code-name" style="font-size:30px">
|
|
6793
|
+
<span class="code-name" id="toScreen" style="font-size:30px">
|
|
5722
6794
|
|
|
5723
6795
|
toScreen<span class="signature">(point)</span>
|
|
5724
6796
|
|
|
@@ -5741,7 +6813,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5741
6813
|
|
|
5742
6814
|
|
|
5743
6815
|
|
|
5744
|
-
<h4
|
|
6816
|
+
<h4>参数</h4>
|
|
5745
6817
|
|
|
5746
6818
|
<div class="table-container">
|
|
5747
6819
|
<table class="params table">
|
|
@@ -5771,7 +6843,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5771
6843
|
<td class="type">
|
|
5772
6844
|
|
|
5773
6845
|
|
|
5774
|
-
<span class="param-type">
|
|
6846
|
+
<span class="param-type">
|
|
6847
|
+
|
|
6848
|
+
Point
|
|
6849
|
+
|
|
6850
|
+
</span>
|
|
6851
|
+
|
|
5775
6852
|
|
|
5776
6853
|
|
|
5777
6854
|
|
|
@@ -5846,7 +6923,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5846
6923
|
|
|
5847
6924
|
|
|
5848
6925
|
<div class='columns method-parameter'>
|
|
5849
|
-
<div class="column is-2"><label
|
|
6926
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
5850
6927
|
<div class="column is-10">
|
|
5851
6928
|
|
|
5852
6929
|
|
|
@@ -5859,7 +6936,12 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5859
6936
|
<div class='column is-5 has-text-left'>
|
|
5860
6937
|
<label>类型: </label>
|
|
5861
6938
|
|
|
5862
|
-
<span class="param-type">
|
|
6939
|
+
<span class="param-type">
|
|
6940
|
+
|
|
6941
|
+
Object
|
|
6942
|
+
|
|
6943
|
+
</span>
|
|
6944
|
+
|
|
5863
6945
|
|
|
5864
6946
|
|
|
5865
6947
|
</div>
|
|
@@ -5895,42 +6977,4 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5895
6977
|
|
|
5896
6978
|
</article>
|
|
5897
6979
|
|
|
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>
|
|
6980
|
+
</section>
|