@mapgis/webclient-common 17.0.6 → 17.2.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 (106) hide show
  1. package/README.md +9 -36
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/ArcGISMapImageSubLayer.html +311 -7
  5. package/documention/ArcGISMapServer.html +404 -0
  6. package/documention/ArcGISTileLayer.html +116 -8
  7. package/documention/BaseRenderer.html +239 -0
  8. package/documention/BaseServer.html +1 -1
  9. package/documention/BaseView.html +457 -2
  10. package/documention/Callout3D.html +107 -0
  11. package/documention/Cesium3DTilesCacheLayer.html +131 -85
  12. package/documention/Circle.html +103 -0
  13. package/documention/ClassBreakInfo.html +0 -217
  14. package/documention/ClassBreakRenderer.html +395 -5
  15. package/documention/ClusterRenderer.html +245 -5
  16. package/documention/Extent.html +103 -0
  17. package/documention/ExtrudeSymbol3DLayer.html +107 -0
  18. package/documention/FeatureLayer.html +116 -8
  19. package/documention/FillSymbol.html +107 -0
  20. package/documention/FillSymbol3DLayer.html +107 -0
  21. package/documention/Font.html +3 -3
  22. package/documention/GeoJSONLayer.html +116 -8
  23. package/documention/Geometry.html +131 -0
  24. package/documention/GraphicsLayer.html +116 -8
  25. package/documention/GroupLayer.html +118 -10
  26. package/documention/HeatmapRenderer.html +107 -0
  27. package/documention/IGSMapImageSubLayer.html +304 -0
  28. package/documention/IGSSceneSubLayer.html +213 -33
  29. package/documention/IGSTileLayer.html +116 -8
  30. package/documention/IGSVectorTileLayer.html +198 -14
  31. package/documention/IconSymbol3DLayer.html +107 -0
  32. package/documention/LabelClass.html +7 -2
  33. package/documention/Layer.html +244 -9
  34. package/documention/LineCallout3D.html +107 -0
  35. package/documention/LineString.html +103 -0
  36. package/documention/LineSymbol.html +107 -0
  37. package/documention/LineSymbol3DLayer.html +107 -0
  38. package/documention/M3DModelCacheLayer.html +121 -67
  39. package/documention/M3DServer.html +1 -1
  40. package/documention/Map.html +28 -1
  41. package/documention/MapGISTextSymbol.html +107 -0
  42. package/documention/MapImageLayer.html +527 -16
  43. package/documention/MapView.html +203 -2
  44. package/documention/MarkerSymbol.html +107 -0
  45. package/documention/MultiLineString.html +103 -0
  46. package/documention/MultiPoint.html +103 -0
  47. package/documention/MultiPolygon.html +103 -0
  48. package/documention/OGCLayer.html +116 -8
  49. package/documention/ObjectSymbol3DLayer.html +107 -0
  50. package/documention/OverlayLayer.html +116 -8
  51. package/documention/PathSymbol3DLayer.html +107 -0
  52. package/documention/PictureFillSymbol.html +168 -7
  53. package/documention/PoiServer.html +1 -1
  54. package/documention/Point.html +103 -0
  55. package/documention/PointSymbol3D.html +1 -1
  56. package/documention/Polygon.html +103 -0
  57. package/documention/Projection.html +421 -0
  58. package/documention/RandomRenderer.html +107 -0
  59. package/documention/RankRenderer.html +107 -0
  60. package/documention/RootServer.html +1 -1
  61. package/documention/SceneLayer.html +116 -8
  62. package/documention/SceneView.html +10164 -130
  63. package/documention/SimpleFillSymbol.html +107 -0
  64. package/documention/SimpleRenderer.html +107 -0
  65. package/documention/SketchBaseDrawTool.html +181 -3
  66. package/documention/SketchCircleDrawTool.html +159 -3
  67. package/documention/SketchEditor.html +1 -1
  68. package/documention/SketchEditorCesium.html +1 -1
  69. package/documention/SketchExtentDrawTool.html +159 -3
  70. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  71. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  72. package/documention/SketchPointDrawTool.html +159 -3
  73. package/documention/SketchPolygonDrawTool.html +318 -6
  74. package/documention/SketchPolylineDrawTool.html +318 -6
  75. package/documention/SubLayer.html +296 -26
  76. package/documention/Symbol.html +133 -0
  77. package/documention/Symbol3DLayer.html +107 -0
  78. package/documention/Symbol3DVerticalOffset.html +107 -0
  79. package/documention/TerrainCacheLayer.html +132 -164
  80. package/documention/TextSymbol.html +107 -0
  81. package/documention/TextSymbol3DLayer.html +107 -0
  82. package/documention/ThemeServer.html +1 -1
  83. package/documention/TileLayer.html +116 -8
  84. package/documention/TileServer.html +1 -1
  85. package/documention/UniqueValueInfo.html +0 -217
  86. package/documention/UniqueValueRenderer.html +107 -0
  87. package/documention/UnknownLayer.html +116 -8
  88. package/documention/VectorTileLayer.html +116 -8
  89. package/documention/VectorTileSubLayer.html +304 -0
  90. package/documention/WFSLayer.html +116 -8
  91. package/documention/WMSLayer.html +116 -8
  92. package/documention/WMSServer.html +1 -1
  93. package/documention/WMSSubLayer.html +218 -7
  94. package/documention/WMTSLayer.html +116 -8
  95. package/documention/WMTSServer.html +1 -1
  96. package/documention/WMTSSubLayer.html +116 -8
  97. package/documention/WaterSymbol3DLayer.html +107 -0
  98. package/documention/WebTileLayer.html +116 -8
  99. package/documention/global.html +454 -4
  100. package/documention/index.html +47 -44
  101. package/documention/scripts/sideBar.js +16 -2
  102. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  103. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  104. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  105. package/package.json +13 -13
  106. package/documention/IGSImageLayer.html +0 -1626
@@ -1,1626 +0,0 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">IGSImageLayer</span>
5
-
6
- </header>
7
-
8
-
9
-
10
-
11
-
12
- <section>
13
-
14
- <article>
15
- <div class="container-overview">
16
-
17
-
18
- <div class='vertical-section'>
19
- <div class="members">
20
- <div class="member">
21
-
22
-
23
-
24
-
25
- <h4 class="name" id="IGSImageLayer">
26
- <a class="href-link" href="#IGSImageLayer">#</a>
27
-
28
- <span class="code-name" id="IGSImageLayer" style="font-size:30px">
29
-
30
- new IGSImageLayer<span class="signature">(options)</span>
31
-
32
- </span>
33
- </h4>
34
-
35
-
36
-
37
- <div class="description">
38
- <p>IGS影像图层</p>
39
- </div>
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
- <h4>参数</h4>
51
-
52
- <div class="table-container">
53
- <table class="params table">
54
- <thead>
55
- <tr>
56
-
57
- <th>名称</th>
58
-
59
-
60
- <th>类型</th>
61
-
62
-
63
- <th style="min-width: 100px;">默认值</th>
64
-
65
-
66
- <th class="last">描述</th>
67
- </tr>
68
- </thead>
69
-
70
- <tbody>
71
-
72
-
73
-
74
- <tr class="deep-level-0">
75
-
76
- <td class="name" id="options"><code>options</code></td>
77
-
78
-
79
- <td class="type">
80
-
81
-
82
- <span class="param-type">Object</span>
83
-
84
-
85
-
86
- </td>
87
-
88
-
89
- <td class="default">
90
-
91
- </td>
92
-
93
-
94
- <td class="description last"><p>构造参数</p></td>
95
- </tr>
96
-
97
-
98
-
99
-
100
- <tr class="deep-level-1">
101
-
102
- <td class="name" id="url"><code>url</code></td>
103
-
104
-
105
- <td class="type">
106
-
107
-
108
- <span class="param-type">String</span>
109
-
110
-
111
-
112
- </td>
113
-
114
-
115
- <td class="default">
116
-
117
- ''
118
-
119
- </td>
120
-
121
-
122
- <td class="description last"><p>服务链接</p></td>
123
- </tr>
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
- </tbody>
132
- </table>
133
- </div>
134
-
135
-
136
-
137
-
138
-
139
-
140
- <dl class="details">
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
- </dl>
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
- </div>
198
- </div>
199
- </div>
200
-
201
-
202
- </div>
203
-
204
-
205
- <h3 class="subsection-title">继承关系</h3>
206
-
207
-
208
-
209
-
210
- <ul>
211
- <li><a class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></li>
212
- </ul>
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
- <div class='vertical-section'>
229
- <h3 id='member'>成员变量</h3>
230
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
231
- <div class="table-container">
232
- <table class="params table">
233
- <thead>
234
- <tr>
235
- <th>名称</th>
236
- <th>类型</th>
237
- <th>描述</th>
238
- </tr>
239
- </thead>
240
- <tbody>
241
-
242
- <tr class="deep-level-0">
243
- <td class="name"><code><a href="IGSImageLayer.html#allSublayers">allSublayers</a></code></td>
244
- <td class="name">
245
- <code>
246
-
247
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
248
-
249
-
250
- </code>
251
- </td>
252
- <td class="name"><code><p>所有子图层信息</p></code></td>
253
- </tr>
254
-
255
- <tr class="deep-level-0">
256
- <td class="name"><code><a href="IGSImageLayer.html#capabilities">capabilities</a></code></td>
257
- <td class="name">
258
- <code>
259
-
260
- <span class="param-type">String</span>
261
-
262
-
263
- </code>
264
- </td>
265
- <td class="name"><code><p>可提供的服务</p></code></td>
266
- </tr>
267
-
268
- <tr class="deep-level-0">
269
- <td class="name"><code><a href="IGSImageLayer.html#documentInfo">documentInfo</a></code></td>
270
- <td class="name">
271
- <code>
272
-
273
- <span class="param-type">String</span>
274
-
275
-
276
- </code>
277
- </td>
278
- <td class="name"><code><p>地图文档信息</p></code></td>
279
- </tr>
280
-
281
- <tr class="deep-level-0">
282
- <td class="name"><code><a href="IGSImageLayer.html#extent">extent</a></code></td>
283
- <td class="name">
284
- <code>
285
-
286
- <span class="param-type">String</span>
287
-
288
-
289
- </code>
290
- </td>
291
- <td class="name"><code><p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p></code></td>
292
- </tr>
293
-
294
- <tr class="deep-level-0">
295
- <td class="name"><code><a href="IGSImageLayer.html#imageFormat">imageFormat</a></code></td>
296
- <td class="name">
297
- <code>
298
-
299
- <span class="param-type">String</span>
300
-
301
-
302
- </code>
303
- </td>
304
- <td class="name"><code><p>图片格式</p></code></td>
305
- </tr>
306
-
307
- <tr class="deep-level-0">
308
- <td class="name"><code><a href="IGSImageLayer.html#imageHeight">imageHeight</a></code></td>
309
- <td class="name">
310
- <code>
311
-
312
- <span class="param-type">Number</span>
313
-
314
-
315
- </code>
316
- </td>
317
- <td class="name"><code><p>瓦片化显示时,瓦片高度</p></code></td>
318
- </tr>
319
-
320
- <tr class="deep-level-0">
321
- <td class="name"><code><a href="IGSImageLayer.html#imageTransparency">imageTransparency</a></code></td>
322
- <td class="name">
323
- <code>
324
-
325
- <span class="param-type">Boolean</span>
326
-
327
-
328
- </code>
329
- </td>
330
- <td class="name"><code><p>图片中没有数据的地方是否透明</p></code></td>
331
- </tr>
332
-
333
- <tr class="deep-level-0">
334
- <td class="name"><code><a href="IGSImageLayer.html#imageWidth">imageWidth</a></code></td>
335
- <td class="name">
336
- <code>
337
-
338
- <span class="param-type">Number</span>
339
-
340
-
341
- </code>
342
- </td>
343
- <td class="name"><code><p>瓦片化显示时,瓦片宽度</p></code></td>
344
- </tr>
345
-
346
- <tr class="deep-level-0">
347
- <td class="name"><code><a href="IGSImageLayer.html#mapName">mapName</a></code></td>
348
- <td class="name">
349
- <code>
350
-
351
- <span class="param-type">String</span>
352
-
353
-
354
- </code>
355
- </td>
356
- <td class="name"><code><p>地图名称</p></code></td>
357
- </tr>
358
-
359
- <tr class="deep-level-0">
360
- <td class="name"><code><a href="IGSImageLayer.html#renderMode">renderMode</a></code></td>
361
- <td class="name">
362
- <code>
363
-
364
- <span class="param-type">String</span>
365
-
366
-
367
- </code>
368
- </td>
369
- <td class="name"><code><p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p></code></td>
370
- </tr>
371
-
372
- <tr class="deep-level-0">
373
- <td class="name"><code><a href="IGSImageLayer.html#sublayers">sublayers</a></code></td>
374
- <td class="name">
375
- <code>
376
-
377
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
378
-
379
-
380
- </code>
381
- </td>
382
- <td class="name"><code><p>子图层对象</p></code></td>
383
- </tr>
384
-
385
- <tr class="deep-level-0">
386
- <td class="name"><code><a href="IGSImageLayer.html#url">url</a></code></td>
387
- <td class="name">
388
- <code>
389
-
390
- <span class="param-type">String</span>
391
-
392
-
393
- </code>
394
- </td>
395
- <td class="name"><code><p>服务基地址</p></code></td>
396
- </tr>
397
-
398
- </tbody>
399
- </table>
400
- </div>
401
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
402
- <div class="members">
403
-
404
- <div class="member">
405
-
406
- <span class="method-parameter is-pulled-right">
407
- <label>类型:</label>
408
-
409
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
410
-
411
-
412
- </span>
413
-
414
- <h4 class="name" id="allSublayers">
415
- <a class="href-link" href="#allSublayers">#</a>
416
-
417
- <span class="code-name">
418
- allSublayers
419
- </span>
420
-
421
- </h4>
422
-
423
-
424
-
425
-
426
- <div class="description">
427
- <p>所有子图层信息</p>
428
- </div>
429
-
430
-
431
-
432
-
433
-
434
- <dl class="details">
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
- <dt class="tag-overrides">Overrides:</dt>
444
- <dd class="tag-overrides"><ul class="dummy"><li>
445
- <a class="mapgis-link-name" title="MapImageLayer#allSublayers" MapImageLayer.html#allSublayers>MapImageLayer#allSublayers</a>
446
- </li></ul></dd>
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
- </dl>
472
-
473
-
474
-
475
-
476
-
477
- </div>
478
-
479
- <div class="member">
480
-
481
- <span class="method-parameter is-pulled-right">
482
- <label>类型:</label>
483
-
484
- <span class="param-type">String</span>
485
-
486
-
487
- </span>
488
-
489
- <h4 class="name" id="capabilities">
490
- <a class="href-link" href="#capabilities">#</a>
491
-
492
-
493
- <span class='tag'>readonly</span>
494
-
495
-
496
- <span class="code-name">
497
- capabilities
498
- </span>
499
-
500
- </h4>
501
-
502
-
503
-
504
-
505
- <div class="description">
506
- <p>可提供的服务</p>
507
- </div>
508
-
509
-
510
-
511
-
512
-
513
- <dl class="details">
514
-
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
- <dt class="tag-overrides">Overrides:</dt>
523
- <dd class="tag-overrides"><ul class="dummy"><li>
524
- <a class="mapgis-link-name" title="MapImageLayer#capabilities" MapImageLayer.html#capabilities>MapImageLayer#capabilities</a>
525
- </li></ul></dd>
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
- </dl>
551
-
552
-
553
-
554
-
555
-
556
- </div>
557
-
558
- <div class="member">
559
-
560
- <span class="method-parameter is-pulled-right">
561
- <label>类型:</label>
562
-
563
- <span class="param-type">String</span>
564
-
565
-
566
- </span>
567
-
568
- <h4 class="name" id="documentInfo">
569
- <a class="href-link" href="#documentInfo">#</a>
570
-
571
-
572
- <span class='tag'>readonly</span>
573
-
574
-
575
- <span class="code-name">
576
- documentInfo
577
- </span>
578
-
579
- </h4>
580
-
581
-
582
-
583
-
584
- <div class="description">
585
- <p>地图文档信息</p>
586
- </div>
587
-
588
-
589
-
590
-
591
-
592
- <dl class="details">
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
- <dt class="tag-overrides">Overrides:</dt>
602
- <dd class="tag-overrides"><ul class="dummy"><li>
603
- <a class="mapgis-link-name" title="MapImageLayer#documentInfo" MapImageLayer.html#documentInfo>MapImageLayer#documentInfo</a>
604
- </li></ul></dd>
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
- </dl>
630
-
631
-
632
-
633
-
634
-
635
- </div>
636
-
637
- <div class="member">
638
-
639
- <span class="method-parameter is-pulled-right">
640
- <label>类型:</label>
641
-
642
- <span class="param-type">String</span>
643
-
644
-
645
- </span>
646
-
647
- <h4 class="name" id="extent">
648
- <a class="href-link" href="#extent">#</a>
649
-
650
-
651
- <span class='tag'>readonly</span>
652
-
653
-
654
- <span class="code-name">
655
- extent
656
- </span>
657
-
658
- </h4>
659
-
660
-
661
-
662
-
663
- <div class="description">
664
- <p>图层范围,从服务中读取,仅会请求在该范围内的瓦片</p>
665
- </div>
666
-
667
-
668
-
669
-
670
-
671
- <dl class="details">
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
-
680
- <dt class="tag-overrides">Overrides:</dt>
681
- <dd class="tag-overrides"><ul class="dummy"><li>
682
- <a class="mapgis-link-name" title="MapImageLayer#extent" MapImageLayer.html#extent>MapImageLayer#extent</a>
683
- </li></ul></dd>
684
-
685
-
686
-
687
-
688
-
689
-
690
-
691
-
692
-
693
-
694
-
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
-
705
-
706
-
707
-
708
- </dl>
709
-
710
-
711
-
712
-
713
-
714
- </div>
715
-
716
- <div class="member">
717
-
718
- <span class="method-parameter is-pulled-right">
719
- <label>类型:</label>
720
-
721
- <span class="param-type">String</span>
722
-
723
-
724
- </span>
725
-
726
- <h4 class="name" id="imageFormat">
727
- <a class="href-link" href="#imageFormat">#</a>
728
-
729
- <span class="code-name">
730
- imageFormat
731
- </span>
732
-
733
- </h4>
734
-
735
-
736
-
737
-
738
- <div class="description">
739
- <p>图片格式</p>
740
- </div>
741
-
742
-
743
-
744
-
745
-
746
- <dl class="details">
747
-
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
- <dt class="tag-overrides">Overrides:</dt>
756
- <dd class="tag-overrides"><ul class="dummy"><li>
757
- <a class="mapgis-link-name" title="MapImageLayer#imageFormat" MapImageLayer.html#imageFormat>MapImageLayer#imageFormat</a>
758
- </li></ul></dd>
759
-
760
-
761
-
762
-
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
- </dl>
784
-
785
-
786
-
787
-
788
-
789
- </div>
790
-
791
- <div class="member">
792
-
793
- <span class="method-parameter is-pulled-right">
794
- <label>类型:</label>
795
-
796
- <span class="param-type">Number</span>
797
-
798
-
799
- </span>
800
-
801
- <h4 class="name" id="imageHeight">
802
- <a class="href-link" href="#imageHeight">#</a>
803
-
804
- <span class="code-name">
805
- imageHeight
806
- </span>
807
-
808
- </h4>
809
-
810
-
811
-
812
-
813
- <div class="description">
814
- <p>瓦片化显示时,瓦片高度</p>
815
- </div>
816
-
817
-
818
-
819
-
820
-
821
- <dl class="details">
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
- <dt class="tag-overrides">Overrides:</dt>
831
- <dd class="tag-overrides"><ul class="dummy"><li>
832
- <a class="mapgis-link-name" title="MapImageLayer#imageHeight" MapImageLayer.html#imageHeight>MapImageLayer#imageHeight</a>
833
- </li></ul></dd>
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
- </dl>
859
-
860
-
861
-
862
-
863
-
864
- </div>
865
-
866
- <div class="member">
867
-
868
- <span class="method-parameter is-pulled-right">
869
- <label>类型:</label>
870
-
871
- <span class="param-type">Boolean</span>
872
-
873
-
874
- </span>
875
-
876
- <h4 class="name" id="imageTransparency">
877
- <a class="href-link" href="#imageTransparency">#</a>
878
-
879
- <span class="code-name">
880
- imageTransparency
881
- </span>
882
-
883
- </h4>
884
-
885
-
886
-
887
-
888
- <div class="description">
889
- <p>图片中没有数据的地方是否透明</p>
890
- </div>
891
-
892
-
893
-
894
-
895
-
896
- <dl class="details">
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
- <dt class="tag-overrides">Overrides:</dt>
906
- <dd class="tag-overrides"><ul class="dummy"><li>
907
- <a class="mapgis-link-name" title="MapImageLayer#imageTransparency" MapImageLayer.html#imageTransparency>MapImageLayer#imageTransparency</a>
908
- </li></ul></dd>
909
-
910
-
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
-
928
-
929
-
930
-
931
-
932
-
933
- </dl>
934
-
935
-
936
-
937
-
938
-
939
- </div>
940
-
941
- <div class="member">
942
-
943
- <span class="method-parameter is-pulled-right">
944
- <label>类型:</label>
945
-
946
- <span class="param-type">Number</span>
947
-
948
-
949
- </span>
950
-
951
- <h4 class="name" id="imageWidth">
952
- <a class="href-link" href="#imageWidth">#</a>
953
-
954
- <span class="code-name">
955
- imageWidth
956
- </span>
957
-
958
- </h4>
959
-
960
-
961
-
962
-
963
- <div class="description">
964
- <p>瓦片化显示时,瓦片宽度</p>
965
- </div>
966
-
967
-
968
-
969
-
970
-
971
- <dl class="details">
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
- <dt class="tag-overrides">Overrides:</dt>
981
- <dd class="tag-overrides"><ul class="dummy"><li>
982
- <a class="mapgis-link-name" title="MapImageLayer#imageWidth" MapImageLayer.html#imageWidth>MapImageLayer#imageWidth</a>
983
- </li></ul></dd>
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
-
1002
-
1003
-
1004
-
1005
-
1006
-
1007
-
1008
- </dl>
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- </div>
1015
-
1016
- <div class="member">
1017
-
1018
- <span class="method-parameter is-pulled-right">
1019
- <label>类型:</label>
1020
-
1021
- <span class="param-type">String</span>
1022
-
1023
-
1024
- </span>
1025
-
1026
- <h4 class="name" id="mapName">
1027
- <a class="href-link" href="#mapName">#</a>
1028
-
1029
-
1030
- <span class='tag'>readonly</span>
1031
-
1032
-
1033
- <span class="code-name">
1034
- mapName
1035
- </span>
1036
-
1037
- </h4>
1038
-
1039
-
1040
-
1041
-
1042
- <div class="description">
1043
- <p>地图名称</p>
1044
- </div>
1045
-
1046
-
1047
-
1048
-
1049
-
1050
- <dl class="details">
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
- <dt class="tag-overrides">Overrides:</dt>
1060
- <dd class="tag-overrides"><ul class="dummy"><li>
1061
- <a class="mapgis-link-name" title="MapImageLayer#mapName" MapImageLayer.html#mapName>MapImageLayer#mapName</a>
1062
- </li></ul></dd>
1063
-
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
-
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
-
1080
-
1081
-
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- </dl>
1088
-
1089
-
1090
-
1091
-
1092
-
1093
- </div>
1094
-
1095
- <div class="member">
1096
-
1097
- <span class="method-parameter is-pulled-right">
1098
- <label>类型:</label>
1099
-
1100
- <span class="param-type">String</span>
1101
-
1102
-
1103
- </span>
1104
-
1105
- <h4 class="name" id="renderMode">
1106
- <a class="href-link" href="#renderMode">#</a>
1107
-
1108
- <span class="code-name">
1109
- renderMode
1110
- </span>
1111
-
1112
- </h4>
1113
-
1114
-
1115
-
1116
-
1117
- <div class="description">
1118
- <p>渲染模式,分为瓦片渲染'tile'和图像渲染'image'</p>
1119
- </div>
1120
-
1121
-
1122
-
1123
-
1124
-
1125
- <dl class="details">
1126
-
1127
-
1128
-
1129
-
1130
-
1131
-
1132
-
1133
-
1134
- <dt class="tag-overrides">Overrides:</dt>
1135
- <dd class="tag-overrides"><ul class="dummy"><li>
1136
- <a class="mapgis-link-name" title="MapImageLayer#renderMode" MapImageLayer.html#renderMode>MapImageLayer#renderMode</a>
1137
- </li></ul></dd>
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
- </dl>
1163
-
1164
-
1165
-
1166
-
1167
-
1168
- </div>
1169
-
1170
- <div class="member">
1171
-
1172
- <span class="method-parameter is-pulled-right">
1173
- <label>类型:</label>
1174
-
1175
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1176
-
1177
-
1178
- </span>
1179
-
1180
- <h4 class="name" id="sublayers">
1181
- <a class="href-link" href="#sublayers">#</a>
1182
-
1183
- <span class="code-name">
1184
- sublayers
1185
- </span>
1186
-
1187
- </h4>
1188
-
1189
-
1190
-
1191
-
1192
- <div class="description">
1193
- <p>子图层对象</p>
1194
- </div>
1195
-
1196
-
1197
-
1198
-
1199
-
1200
- <dl class="details">
1201
-
1202
-
1203
-
1204
-
1205
-
1206
-
1207
- <dt class="inherited-from">Inherited From:</dt>
1208
- <dd class="inherited-from"><ul class="dummy"><li>
1209
- <a class="mapgis-link-name" title="MapImageLayer#sublayers" MapImageLayer.html#sublayers>MapImageLayer#sublayers</a>
1210
- </li></ul></dd>
1211
-
1212
-
1213
-
1214
-
1215
-
1216
-
1217
-
1218
-
1219
-
1220
-
1221
-
1222
-
1223
-
1224
-
1225
-
1226
-
1227
-
1228
-
1229
-
1230
-
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
- </dl>
1238
-
1239
-
1240
-
1241
-
1242
-
1243
- </div>
1244
-
1245
- <div class="member">
1246
-
1247
- <span class="method-parameter is-pulled-right">
1248
- <label>类型:</label>
1249
-
1250
- <span class="param-type">String</span>
1251
-
1252
-
1253
- </span>
1254
-
1255
- <h4 class="name" id="url">
1256
- <a class="href-link" href="#url">#</a>
1257
-
1258
- <span class="code-name">
1259
- url
1260
- </span>
1261
-
1262
- </h4>
1263
-
1264
-
1265
-
1266
-
1267
- <div class="description">
1268
- <p>服务基地址</p>
1269
- </div>
1270
-
1271
-
1272
-
1273
-
1274
-
1275
- <dl class="details">
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
- <dt class="tag-overrides">Overrides:</dt>
1285
- <dd class="tag-overrides"><ul class="dummy"><li>
1286
- <a class="mapgis-link-name" title="MapImageLayer#url" MapImageLayer.html#url>MapImageLayer#url</a>
1287
- </li></ul></dd>
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
-
1309
-
1310
-
1311
-
1312
- </dl>
1313
-
1314
-
1315
-
1316
-
1317
-
1318
- </div>
1319
-
1320
- </div>
1321
- </div>
1322
-
1323
-
1324
-
1325
- <div class='vertical-section'>
1326
- <h3 id='function'>方法</h3>
1327
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
1328
- <div class="members">
1329
- <div class="table-container">
1330
- <table class="params table">
1331
- <thead>
1332
- <tr>
1333
- <th>名称</th>
1334
- <th>返回值类型</th>
1335
- <th>描述</th>
1336
- </tr>
1337
- </thead>
1338
- <tbody>
1339
-
1340
- <tr class="deep-level-0">
1341
- <td class="name"><code><a href="IGSImageLayer.html#clone">clone</a></code></td>
1342
- <td class="name">
1343
- <code>
1344
-
1345
-
1346
- <span class="param-type"><a class="mapgis-link-name" title="IGSImageLayer" IGSImageLayer.html>IGSImageLayer</a></span>
1347
-
1348
-
1349
-
1350
- </code>
1351
- </td>
1352
- <td class="name"><code><p>克隆方法</p></code></td>
1353
- </tr>
1354
-
1355
- <tr class="deep-level-0">
1356
- <td class="name"><code><a href="IGSImageLayer.html#toJSON">toJSON</a></code></td>
1357
- <td class="name">
1358
- <code>
1359
-
1360
-
1361
- <span class="param-type">Object</span>
1362
-
1363
-
1364
-
1365
- </code>
1366
- </td>
1367
- <td class="name"><code><p>转换为json对象</p></code></td>
1368
- </tr>
1369
-
1370
- </tbody>
1371
- </table>
1372
- </div>
1373
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1374
-
1375
- <div class="member">
1376
-
1377
-
1378
-
1379
- <h4 class="name" id="clone">
1380
- <a class="href-link" href="#clone">#</a>
1381
-
1382
- <span class="code-name" id="clone" style="font-size:30px">
1383
-
1384
- clone<span class="signature">()</span>
1385
-
1386
- </span>
1387
- </h4>
1388
-
1389
-
1390
-
1391
- <div class="description">
1392
- <p>克隆方法</p>
1393
- </div>
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
- <dl class="details">
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
- <dt class="tag-overrides">Overrides:</dt>
1418
- <dd class="tag-overrides"><ul class="dummy"><li>
1419
- <a class="mapgis-link-name" title="MapImageLayer#clone" MapImageLayer.html#clone>MapImageLayer#clone</a>
1420
- </li></ul></dd>
1421
-
1422
-
1423
-
1424
-
1425
-
1426
-
1427
-
1428
-
1429
-
1430
-
1431
-
1432
-
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
-
1443
-
1444
-
1445
- </dl>
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
- <div class='columns method-parameter'>
1465
- <div class="column is-2"><label>返回值</label></div>
1466
- <div class="column is-10">
1467
-
1468
-
1469
-
1470
- <div class="columns">
1471
-
1472
- <div class='param-desc column is-7'><p>图层</p></div>
1473
-
1474
-
1475
- <div class='column is-5 has-text-left'>
1476
- <label>类型: </label>
1477
-
1478
- <span class="param-type"><a class="mapgis-link-name" title="IGSImageLayer" IGSImageLayer.html>IGSImageLayer</a></span>
1479
-
1480
-
1481
- </div>
1482
-
1483
- </div>
1484
-
1485
-
1486
- </div>
1487
- </div>
1488
-
1489
-
1490
-
1491
-
1492
-
1493
-
1494
- </div>
1495
-
1496
- <div class="member">
1497
-
1498
-
1499
-
1500
- <h4 class="name" id="toJSON">
1501
- <a class="href-link" href="#toJSON">#</a>
1502
-
1503
- <span class="code-name" id="toJSON" style="font-size:30px">
1504
-
1505
- toJSON<span class="signature">()</span>
1506
-
1507
- </span>
1508
- </h4>
1509
-
1510
-
1511
-
1512
- <div class="description">
1513
- <p>转换为json对象</p>
1514
- </div>
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
-
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
- <dl class="details">
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
-
1538
- <dt class="tag-overrides">Overrides:</dt>
1539
- <dd class="tag-overrides"><ul class="dummy"><li>
1540
- <a class="mapgis-link-name" title="MapImageLayer#toJSON" MapImageLayer.html#toJSON>MapImageLayer#toJSON</a>
1541
- </li></ul></dd>
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
-
1557
-
1558
-
1559
-
1560
-
1561
-
1562
-
1563
-
1564
-
1565
-
1566
- </dl>
1567
-
1568
-
1569
-
1570
-
1571
-
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
- <div class='columns method-parameter'>
1586
- <div class="column is-2"><label>返回值</label></div>
1587
- <div class="column is-10">
1588
-
1589
-
1590
-
1591
- <div class="columns">
1592
-
1593
- <div class='param-desc column is-7'><p>json对象</p></div>
1594
-
1595
-
1596
- <div class='column is-5 has-text-left'>
1597
- <label>类型: </label>
1598
-
1599
- <span class="param-type">Object</span>
1600
-
1601
-
1602
- </div>
1603
-
1604
- </div>
1605
-
1606
-
1607
- </div>
1608
- </div>
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
- </div>
1616
-
1617
- </div>
1618
- </div>
1619
-
1620
-
1621
-
1622
-
1623
-
1624
- </article>
1625
-
1626
- </section>