@mapgis/webclient-leaflet-plugin 17.4.1 → 17.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +93 -41
  2. package/dist/es5/webclient-common.min.js +32 -6
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -11
  5. package/documention/ArcGISMapImageLayer.html +50 -4
  6. package/documention/ArcGISTileLayer.html +42 -4
  7. package/documention/EchartsLayer.html +3 -3
  8. package/documention/FeatureLayer.html +2 -2
  9. package/documention/FeatureLayerUtil.html +3 -3
  10. package/documention/IGSImageryLayer.html +851 -0
  11. package/documention/IGSImageryTileLayer.html +741 -0
  12. package/documention/IGSMapImageLayer.html +54 -31
  13. package/documention/IGSTileLayer.html +103 -25
  14. package/documention/L.zondy.MapvBaseLayer.html +6 -2
  15. package/documention/MapLayer.html +30 -2
  16. package/documention/MapVLayer.html +3 -3
  17. package/documention/MapView.html +153 -91
  18. package/documention/MapViewLeaflet.html +1413 -369
  19. package/documention/Popup.html +3 -3
  20. package/documention/Screenshot.html +2 -2
  21. package/documention/SketchEditor.html +12 -12
  22. package/documention/SketchEditorLeaflet.html +477 -241
  23. package/documention/TileLayer.html +132 -2
  24. package/documention/TileLayerWMS.html +2 -2
  25. package/documention/VectorTileLayer.html +46 -4
  26. package/documention/WMSLayerView.html +2 -2
  27. package/documention/WebMapServiceLayer.html +48 -4
  28. package/documention/WebMapTileServiceLayer.html +38 -20
  29. package/documention/WebTileLayer.html +42 -4
  30. package/documention/global.html +508 -1868
  31. package/documention/index.html +2 -2
  32. package/documention/initializeOptions.html +384 -0
  33. package/documention/{Zondy.ThemeLayer.GeoFeatureThemeLayer.html → zondy.themelayer.GeoFeatureThemeLayer.html} +6 -2
  34. package/documention/{Zondy.ThemeLayer.GraphThemeLayer.html → zondy.themelayer.GraphThemeLayer.html} +2 -2
  35. package/documention/{Zondy.ThemeLayer.RandomThemeLayer.html → zondy.themelayer.RandomThemeLayer.html} +2 -2
  36. package/documention/{Zondy.ThemeLayer.ThemeLayer.html → zondy.themelayer.ThemeLayer.html} +6 -2
  37. package/documention/{Zondy.ThemeLayer.ThemeStyle.html → zondy.themelayer.ThemeStyle.html} +6 -2
  38. package/documention/{Zondy.ThemeLayer.rangeThemeLayer.html → zondy.themelayer.rangeThemeLayer.html} +2 -2
  39. package/documention/{Zondy.ThemeLayer.rankSymbolThemeLayer.html → zondy.themelayer.rankSymbolThemeLayer.html} +2 -2
  40. package/documention/{Zondy.ThemeLayer.simpleThemeLayer.html → zondy.themelayer.simpleThemeLayer.html} +2 -2
  41. package/documention/{Zondy.ThemeLayer.uniqueThemeLayer.html → zondy.themelayer.uniqueThemeLayer.html} +2 -2
  42. package/documention/{Zondy.view.UI.html → zondy.view.UI.html} +7 -3
  43. package/documention/{Zondy.Widget.html → zondy.widget.html} +3 -3
  44. package/package.json +7 -8
  45. package/documention/DrawControl.html +0 -802
@@ -0,0 +1,741 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title> IGSImageryTileLayer</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>
23
+
24
+
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar "
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapImageLayer.html">ArcGISMapImageLayer</a><span style="display: none;"><p>ArcGIS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileLayer.html">ArcGISTileLayer</a><span style="display: none;"><p>ArcGIS瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EchartsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EchartsLayer.html">EchartsLayer</a><span style="display: none;"><p>Echarts图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayer.html">FeatureLayer</a><span style="display: none;"><p>要素图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSImageryLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSImageryLayer.html">IGSImageryLayer</a><span style="display: none;"><p>IGS影像图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSImageryTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSImageryTileLayer.html">IGSImageryTileLayer</a><span style="display: none;"><p>IGS影像瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSMapImageLayer.html">IGSMapImageLayer</a><span style="display: none;"><p>IGS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSTileLayer.html">IGSTileLayer</a><span style="display: none;"><p>IGS瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>通过Common的图层对象构建Leaflet图层对象的初始化参数</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapLayer.html">MapLayer</a><span style="display: none;"><p>屏幕出一张图图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapVLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapVLayer.html">MapVLayer</a><span style="display: none;"><p>MapV图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayer.html">TileLayer</a><span style="display: none;"><p>带裁剪功能的瓦片图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayerWMS"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayerWMS.html">TileLayerWMS</a><span style="display: none;"><p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VectorTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VectorTileLayer.html">VectorTileLayer</a><span style="display: none;"><p>矢量瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceLayer.html">WebMapServiceLayer</a><span style="display: none;"><p>WMS服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceLayer.html">WebMapTileServiceLayer</a><span style="display: none;"><p>WMTS服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebTileLayer.html">WebTileLayer</a><span style="display: none;"><p>网络瓦片服务接入类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayerUtil.html">FeatureLayerUtil</a><span style="display: none;"><p>要素图层工具类(Leaflet)</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapView.html">MapView</a><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
108
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/MapView.html' target='_blank'>zondy.MapView</a><br/>
109
+ 参考示例:
110
+ <a href='#MapView'>[初始化二维场景视图]</a>
111
+ <br>[ES5引入方式]:<br/>
112
+ zondy.leaflet.MapView() <br/>
113
+ [ES6引入方式]:<br/>
114
+ import { MapView } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
115
+ 参考示例:
116
+ <a href='#MapView'>[初始化二维场景视图]</a>
117
+ [ES6引入方式]:<br/>
118
+ import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
119
+ 自定义样式说明:<br/>
120
+ zondy-popup__container 弹窗容器样式<br/>
121
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
122
+ zondy-popup__header 弹窗头部样式<br/>
123
+ zondy-popup__content 弹窗主体样式<br/>
124
+ zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
125
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor.html' target='_blank'>zondy.SketchEditor</a><br/>
126
+ <br>[ES5引入方式]:<br/>
127
+ const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
128
+ [ES6引入方式]:<br/>
129
+ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/></p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="zondy.themelayer.GraphThemeLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="zondy.themelayer.GraphThemeLayer.html">GraphThemeLayer</a><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li></ul></div>
130
+
131
+ </nav>
132
+ </div>
133
+ <div class="core" id="main-content-wrapper">
134
+ <div class="content">
135
+ <header id="page-title" class="page-title">
136
+ <span class="page-title-main">类名</span>
137
+ <span class="page-title-sub">IGSImageryTileLayer</span>
138
+ </header>
139
+
140
+
141
+
142
+
143
+
144
+ <section>
145
+
146
+ <article>
147
+ <div class="container-overview">
148
+
149
+
150
+ <div class='vertical-section'>
151
+ <div class="members">
152
+ <div class="member">
153
+
154
+
155
+
156
+
157
+ <h4 class="name" id="IGSImageryTileLayer">
158
+ <a class="href-link" href="#IGSImageryTileLayer">#</a>
159
+
160
+ <span class="code-name" style="font-size:30px">
161
+
162
+ new IGSImageryTileLayer<span class="signature">(url, options)</span>
163
+
164
+ </span>
165
+ </h4>
166
+
167
+
168
+
169
+ <div class="description">
170
+ <p>IGS影像瓦片图层(Leaflet)</p>
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+ <h4>参数:</h4>
183
+
184
+ <div class="table-container">
185
+ <table class="params table">
186
+ <thead>
187
+ <tr>
188
+
189
+ <th>名称</th>
190
+
191
+
192
+ <th>类型</th>
193
+
194
+
195
+ <th style="min-width: 100px;">默认值</th>
196
+
197
+
198
+ <th class="last">描述</th>
199
+ </tr>
200
+ </thead>
201
+
202
+ <tbody>
203
+
204
+
205
+
206
+ <tr class="deep-level-0">
207
+
208
+ <td class="name"><code>url</code></td>
209
+
210
+
211
+ <td class="type">
212
+
213
+
214
+ <span class="param-type">String</span>
215
+
216
+
217
+
218
+ </td>
219
+
220
+
221
+ <td class="default">
222
+
223
+ </td>
224
+
225
+
226
+ <td class="description last"><p>服务基地址</p></td>
227
+ </tr>
228
+
229
+
230
+
231
+
232
+
233
+
234
+ <tr class="deep-level-0">
235
+
236
+ <td class="name"><code>options</code></td>
237
+
238
+
239
+ <td class="type">
240
+
241
+
242
+ <span class="param-type">Object</span>
243
+
244
+
245
+
246
+ </td>
247
+
248
+
249
+ <td class="default">
250
+
251
+ </td>
252
+
253
+
254
+ <td class="description last"><p>额外构造参数</p></td>
255
+ </tr>
256
+
257
+
258
+
259
+
260
+ <tr class="deep-level-1">
261
+
262
+ <td class="name"><code>id</code></td>
263
+
264
+
265
+ <td class="type">
266
+
267
+
268
+ <span class="param-type">String</span>
269
+
270
+
271
+
272
+ </td>
273
+
274
+
275
+ <td class="default">
276
+
277
+ </td>
278
+
279
+
280
+ <td class="description last"><p>图层id</p></td>
281
+ </tr>
282
+
283
+
284
+
285
+
286
+ <tr class="deep-level-1">
287
+
288
+ <td class="name"><code>tileSize</code></td>
289
+
290
+
291
+ <td class="type">
292
+
293
+
294
+ <span class="param-type">Number</span>
295
+
296
+
297
+
298
+ </td>
299
+
300
+
301
+ <td class="default">
302
+
303
+ </td>
304
+
305
+
306
+ <td class="description last"><p>瓦片大小,默认为256</p></td>
307
+ </tr>
308
+
309
+
310
+
311
+
312
+ <tr class="deep-level-1">
313
+
314
+ <td class="name"><code>opacity</code></td>
315
+
316
+
317
+ <td class="type">
318
+
319
+
320
+ <span class="param-type">Number</span>
321
+
322
+
323
+
324
+ </td>
325
+
326
+
327
+ <td class="default">
328
+
329
+ 1
330
+
331
+ </td>
332
+
333
+
334
+ <td class="description last"><p>图层透明度</p></td>
335
+ </tr>
336
+
337
+
338
+
339
+
340
+ <tr class="deep-level-1">
341
+
342
+ <td class="name"><code>visible</code></td>
343
+
344
+
345
+ <td class="type">
346
+
347
+
348
+ <span class="param-type">Boolean</span>
349
+
350
+
351
+
352
+ </td>
353
+
354
+
355
+ <td class="default">
356
+
357
+ true
358
+
359
+ </td>
360
+
361
+
362
+ <td class="description last"><p>图层显示或隐藏</p></td>
363
+ </tr>
364
+
365
+
366
+
367
+
368
+ <tr class="deep-level-1">
369
+
370
+ <td class="name"><code>tokenKey</code></td>
371
+
372
+
373
+ <td class="type">
374
+
375
+
376
+ <span class="param-type">String</span>
377
+
378
+
379
+
380
+ </td>
381
+
382
+
383
+ <td class="default">
384
+
385
+ </td>
386
+
387
+
388
+ <td class="description last"><p>token名</p></td>
389
+ </tr>
390
+
391
+
392
+
393
+
394
+ <tr class="deep-level-1">
395
+
396
+ <td class="name"><code>tokenValue</code></td>
397
+
398
+
399
+ <td class="type">
400
+
401
+
402
+ <span class="param-type">String</span>
403
+
404
+
405
+
406
+ </td>
407
+
408
+
409
+ <td class="default">
410
+
411
+ </td>
412
+
413
+
414
+ <td class="description last"><p>token值</p></td>
415
+ </tr>
416
+
417
+
418
+
419
+
420
+ <tr class="deep-level-1">
421
+
422
+ <td class="name"><code>tokenAttachType</code></td>
423
+
424
+
425
+ <td class="type">
426
+
427
+
428
+ <span class="param-type">Boolean</span>
429
+
430
+
431
+
432
+ </td>
433
+
434
+
435
+ <td class="default">
436
+
437
+ false
438
+
439
+ </td>
440
+
441
+
442
+ <td class="description last"><p>当请求类型为POST时,是否将token设置在请求体中</p></td>
443
+ </tr>
444
+
445
+
446
+
447
+
448
+ <tr class="deep-level-1">
449
+
450
+ <td class="name"><code>httpMethod</code></td>
451
+
452
+
453
+ <td class="type">
454
+
455
+
456
+ <span class="param-type">FetchMethod</span>
457
+
458
+
459
+
460
+ </td>
461
+
462
+
463
+ <td class="default">
464
+
465
+ FetchMethod.get
466
+
467
+ </td>
468
+
469
+
470
+ <td class="description last"><p>数据请求方式</p></td>
471
+ </tr>
472
+
473
+
474
+
475
+
476
+ <tr class="deep-level-1">
477
+
478
+ <td class="name"><code>bandIds</code></td>
479
+
480
+
481
+ <td class="type">
482
+
483
+
484
+ <span class="param-type">Array.&lt;Number></span>
485
+
486
+
487
+
488
+ </td>
489
+
490
+
491
+ <td class="default">
492
+
493
+ </td>
494
+
495
+
496
+ <td class="description last"><p>波段id列表,例如[2,0,1]</p></td>
497
+ </tr>
498
+
499
+
500
+
501
+
502
+ <tr class="deep-level-1">
503
+
504
+ <td class="name"><code>clippingArea</code></td>
505
+
506
+
507
+ <td class="type">
508
+
509
+
510
+ <span class="param-type">Object</span>
511
+
512
+
513
+
514
+ </td>
515
+
516
+
517
+ <td class="default">
518
+
519
+ </td>
520
+
521
+
522
+ <td class="description last"><p>图层裁剪对象</p></td>
523
+ </tr>
524
+
525
+
526
+
527
+
528
+ <tr class="deep-level-1">
529
+
530
+ <td class="name"><code>crsOptions</code></td>
531
+
532
+
533
+ <td class="type">
534
+
535
+
536
+ <span class="param-type">Object</span>
537
+
538
+
539
+
540
+ </td>
541
+
542
+
543
+ <td class="default">
544
+
545
+ </td>
546
+
547
+
548
+ <td class="description last"><p>图层叠加参数</p></td>
549
+ </tr>
550
+
551
+
552
+
553
+
554
+ <tr class="deep-level-1">
555
+
556
+ <td class="name"><code>minZoom</code></td>
557
+
558
+
559
+ <td class="type">
560
+
561
+
562
+ <span class="param-type">Number</span>
563
+
564
+
565
+
566
+ </td>
567
+
568
+
569
+ <td class="default">
570
+
571
+ </td>
572
+
573
+
574
+ <td class="description last"><p>最小层级</p></td>
575
+ </tr>
576
+
577
+
578
+
579
+
580
+ <tr class="deep-level-1">
581
+
582
+ <td class="name"><code>maxZoom</code></td>
583
+
584
+
585
+ <td class="type">
586
+
587
+
588
+ <span class="param-type">Number</span>
589
+
590
+
591
+
592
+ </td>
593
+
594
+
595
+ <td class="default">
596
+
597
+ </td>
598
+
599
+
600
+ <td class="description last"><p>最大层级</p></td>
601
+ </tr>
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+ </tbody>
610
+ </table>
611
+ </div>
612
+
613
+
614
+
615
+
616
+
617
+
618
+ <dl class="details">
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+ </dl>
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+ </div>
676
+ </div>
677
+ </div>
678
+
679
+
680
+ </div>
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+ </article>
702
+
703
+ </section>
704
+
705
+
706
+
707
+
708
+ </div>
709
+
710
+ <footer class="footer">
711
+ <div class="content has-text-centered">
712
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
713
+ <p class="sidebar-created-by">
714
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
715
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
716
+ </p>
717
+ </div>
718
+ </footer>
719
+
720
+ </div>
721
+ <div id="side-nav" class="side-nav">
722
+ <div style="margin-bottom: 10px;">
723
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
724
+ </div>
725
+ <div style="margin-bottom: 10px;">
726
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
727
+ </div>
728
+ <div style="margin-bottom: 10px;">
729
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
730
+ </div>
731
+ <div>
732
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
733
+ </div>
734
+ </div>
735
+ </div>
736
+ <script src="scripts/linenumber.js"> </script>
737
+
738
+ <script src="scripts/search.js"> </script>
739
+
740
+ </body>
741
+ </html>