@mapgis/webclient-common 17.0.7 → 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 (105) hide show
  1. package/README.md +9 -44
  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
@@ -134,68 +134,6 @@
134
134
 
135
135
 
136
136
 
137
-
138
- <tr class="deep-level-1">
139
-
140
- <td class="name"><code>extendOptions</code></td>
141
-
142
-
143
- <td class="type">
144
-
145
-
146
- <span class="param-type">
147
-
148
- Object
149
-
150
- </span>
151
-
152
-
153
-
154
-
155
- </td>
156
-
157
-
158
- <td class="default">
159
-
160
- </td>
161
-
162
-
163
- <td class="description last"><p>初始化场景图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></td>
164
- </tr>
165
-
166
-
167
-
168
-
169
- <tr class="deep-level-1">
170
-
171
- <td class="name"><code>extendProps</code></td>
172
-
173
-
174
- <td class="type">
175
-
176
-
177
- <span class="param-type">
178
-
179
- Object
180
-
181
- </span>
182
-
183
-
184
-
185
-
186
- </td>
187
-
188
-
189
- <td class="default">
190
-
191
- </td>
192
-
193
-
194
- <td class="description last"><p>存储额外参数的属性</p></td>
195
- </tr>
196
-
197
-
198
-
199
137
 
200
138
 
201
139
 
@@ -380,7 +318,7 @@
380
318
 
381
319
  </code>
382
320
  </td>
383
- <td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
321
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
384
322
  </tr>
385
323
 
386
324
  <tr class="deep-level-0">
@@ -398,7 +336,7 @@
398
336
 
399
337
  </code>
400
338
  </td>
401
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
339
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
402
340
  </tr>
403
341
 
404
342
  <tr class="deep-level-0">
@@ -462,7 +400,7 @@
462
400
 
463
401
  <span class="param-type">
464
402
 
465
- String
403
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
466
404
 
467
405
  </span>
468
406
 
@@ -596,7 +534,7 @@
596
534
 
597
535
  </code>
598
536
  </td>
599
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
537
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
600
538
  </tr>
601
539
 
602
540
  <tr class="deep-level-0">
@@ -671,6 +609,24 @@
671
609
  <td class="name"><code><p>图层名称</p></code></td>
672
610
  </tr>
673
611
 
612
+ <tr class="deep-level-0">
613
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
614
+ <td class="name">
615
+ <code>
616
+
617
+ <span class="param-type">
618
+
619
+ String
620
+
621
+ </span>
622
+
623
+
624
+
625
+ </code>
626
+ </td>
627
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
628
+ </tr>
629
+
674
630
  <tr class="deep-level-0">
675
631
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
676
632
  <td class="name">
@@ -1052,7 +1008,7 @@
1052
1008
 
1053
1009
 
1054
1010
  <div class="description">
1055
- <p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p>
1011
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1056
1012
  </div>
1057
1013
 
1058
1014
 
@@ -1066,11 +1022,9 @@
1066
1022
 
1067
1023
 
1068
1024
 
1069
-
1070
-
1071
- <dt class="tag-overrides">Overrides:</dt>
1072
- <dd class="tag-overrides"><ul class="dummy"><li>
1073
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1025
+ <dt class="inherited-from">Inherited From:</dt>
1026
+ <dd class="inherited-from"><ul class="dummy"><li>
1027
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1074
1028
  </li></ul></dd>
1075
1029
 
1076
1030
 
@@ -1089,6 +1043,13 @@
1089
1043
 
1090
1044
 
1091
1045
 
1046
+
1047
+
1048
+ <dt class="tag-default">Default Value:</dt>
1049
+ <dd class="tag-default"><ul class="dummy">
1050
+ <li>{}</li>
1051
+ </ul></dd>
1052
+
1092
1053
 
1093
1054
 
1094
1055
 
@@ -1132,7 +1093,7 @@
1132
1093
 
1133
1094
 
1134
1095
  <div class="description">
1135
- <p>存储额外参数的属性</p>
1096
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1136
1097
  </div>
1137
1098
 
1138
1099
 
@@ -1169,6 +1130,11 @@
1169
1130
 
1170
1131
 
1171
1132
 
1133
+ <dt class="tag-default">Default Value:</dt>
1134
+ <dd class="tag-default"><ul class="dummy">
1135
+ <li>{}</li>
1136
+ </ul></dd>
1137
+
1172
1138
 
1173
1139
 
1174
1140
 
@@ -1430,7 +1396,7 @@
1430
1396
 
1431
1397
  <span class="param-type">
1432
1398
 
1433
- String
1399
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1434
1400
 
1435
1401
  </span>
1436
1402
 
@@ -1713,13 +1679,13 @@
1713
1679
 
1714
1680
 
1715
1681
 
1716
- <dt class="inherited-from">Inherited From:</dt>
1717
- <dd class="inherited-from"><ul class="dummy"><li>
1718
- <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1719
- </li></ul></dd>
1720
-
1721
1682
 
1722
1683
 
1684
+ <dt class="tag-overrides">Overrides:</dt>
1685
+ <dd class="tag-overrides"><ul class="dummy"><li>
1686
+ <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1687
+ </li></ul></dd>
1688
+
1723
1689
 
1724
1690
 
1725
1691
 
@@ -1802,13 +1768,13 @@
1802
1768
 
1803
1769
 
1804
1770
 
1805
- <dt class="inherited-from">Inherited From:</dt>
1806
- <dd class="inherited-from"><ul class="dummy"><li>
1807
- <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1808
- </li></ul></dd>
1809
-
1810
1771
 
1811
1772
 
1773
+ <dt class="tag-overrides">Overrides:</dt>
1774
+ <dd class="tag-overrides"><ul class="dummy"><li>
1775
+ <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1776
+ </li></ul></dd>
1777
+
1812
1778
 
1813
1779
 
1814
1780
 
@@ -2043,7 +2009,7 @@
2043
2009
 
2044
2010
 
2045
2011
  <div class="description">
2046
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2012
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2047
2013
  </div>
2048
2014
 
2049
2015
 
@@ -2391,6 +2357,86 @@
2391
2357
 
2392
2358
 
2393
2359
 
2360
+
2361
+
2362
+
2363
+
2364
+
2365
+
2366
+ </dl>
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+ </div>
2373
+
2374
+ <div class="member">
2375
+
2376
+ <span class="method-parameter is-pulled-right">
2377
+ <label>类型:</label>
2378
+
2379
+ <span class="param-type">
2380
+
2381
+ String
2382
+
2383
+ </span>
2384
+
2385
+
2386
+
2387
+ </span>
2388
+
2389
+ <h4 class="name" id="tokenAttachType">
2390
+ <a class="href-link" href="#tokenAttachType">#</a>
2391
+
2392
+ <span class="code-name">
2393
+ tokenAttachType
2394
+ </span>
2395
+
2396
+ </h4>
2397
+
2398
+
2399
+
2400
+
2401
+ <div class="description">
2402
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2403
+ </div>
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+ <dl class="details">
2410
+
2411
+
2412
+
2413
+
2414
+
2415
+
2416
+ <dt class="inherited-from">Inherited From:</dt>
2417
+ <dd class="inherited-from"><ul class="dummy"><li>
2418
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2419
+ </li></ul></dd>
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2394
2440
 
2395
2441
 
2396
2442
 
@@ -488,6 +488,24 @@ new Circle({
488
488
  <td class="name"><code><p>圆的中心点</p></code></td>
489
489
  </tr>
490
490
 
491
+ <tr class="deep-level-0">
492
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
493
+ <td class="name">
494
+ <code>
495
+
496
+ <span class="param-type">
497
+
498
+ Object
499
+
500
+ </span>
501
+
502
+
503
+
504
+ </code>
505
+ </td>
506
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
507
+ </tr>
508
+
491
509
  <tr class="deep-level-0">
492
510
  <td class="name"><code><a href="#extent">extent</a></code></td>
493
511
  <td class="name">
@@ -661,6 +679,91 @@ new Circle({
661
679
 
662
680
 
663
681
 
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+ </dl>
691
+
692
+
693
+
694
+
695
+
696
+ </div>
697
+
698
+ <div class="member">
699
+
700
+ <span class="method-parameter is-pulled-right">
701
+ <label>类型:</label>
702
+
703
+ <span class="param-type">
704
+
705
+ Object
706
+
707
+ </span>
708
+
709
+
710
+
711
+ </span>
712
+
713
+ <h4 class="name" id="extendOptions">
714
+ <a class="href-link" href="#extendOptions">#</a>
715
+
716
+ <span class="code-name">
717
+ extendOptions
718
+ </span>
719
+
720
+ </h4>
721
+
722
+
723
+
724
+
725
+ <div class="description">
726
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
727
+ </div>
728
+
729
+
730
+
731
+
732
+
733
+ <dl class="details">
734
+
735
+
736
+
737
+
738
+
739
+
740
+ <dt class="inherited-from">Inherited From:</dt>
741
+ <dd class="inherited-from"><ul class="dummy"><li>
742
+ <a goto="extendOptions" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extendOptions" Geometry.html#extendOptions>Geometry#extendOptions</a>
743
+ </li></ul></dd>
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+ <dt class="tag-default">Default Value:</dt>
764
+ <dd class="tag-default"><ul class="dummy">
765
+ <li>{}</li>
766
+ </ul></dd>
664
767
 
665
768
 
666
769
 
@@ -195,37 +195,6 @@
195
195
 
196
196
 
197
197
 
198
- <tr class="deep-level-1">
199
-
200
- <td class="name"><code>label</code></td>
201
-
202
-
203
- <td class="type">
204
-
205
-
206
- <span class="param-type">
207
-
208
- String
209
-
210
- </span>
211
-
212
-
213
-
214
-
215
- </td>
216
-
217
-
218
- <td class="default">
219
-
220
- </td>
221
-
222
-
223
- <td class="description last"><p>标签信息</p></td>
224
- </tr>
225
-
226
-
227
-
228
-
229
198
  <tr class="deep-level-1">
230
199
 
231
200
  <td class="name"><code>visible</code></td>
@@ -362,42 +331,6 @@
362
331
  </thead>
363
332
  <tbody>
364
333
 
365
- <tr class="deep-level-0">
366
- <td class="name"><code><a href="#description">description</a></code></td>
367
- <td class="name">
368
- <code>
369
-
370
- <span class="param-type">
371
-
372
- String
373
-
374
- </span>
375
-
376
-
377
-
378
- </code>
379
- </td>
380
- <td class="name"><code><p>标签信息</p></code></td>
381
- </tr>
382
-
383
- <tr class="deep-level-0">
384
- <td class="name"><code><a href="#label">label</a></code></td>
385
- <td class="name">
386
- <code>
387
-
388
- <span class="param-type">
389
-
390
- String
391
-
392
- </span>
393
-
394
-
395
-
396
- </code>
397
- </td>
398
- <td class="name"><code><p>标签信息</p></code></td>
399
- </tr>
400
-
401
334
  <tr class="deep-level-0">
402
335
  <td class="name"><code><a href="#maxValue">maxValue</a></code></td>
403
336
  <td class="name">
@@ -481,156 +414,6 @@
481
414
  <span class="method-parameter is-pulled-right">
482
415
  <label>类型:</label>
483
416
 
484
- <span class="param-type">
485
-
486
- String
487
-
488
- </span>
489
-
490
-
491
-
492
- </span>
493
-
494
- <h4 class="name" id="description">
495
- <a class="href-link" href="#description">#</a>
496
-
497
- <span class="code-name">
498
- description
499
- </span>
500
-
501
- </h4>
502
-
503
-
504
-
505
-
506
- <div class="description">
507
- <p>标签信息</p>
508
- </div>
509
-
510
-
511
-
512
-
513
-
514
- <dl class="details">
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
- </dl>
547
-
548
-
549
-
550
-
551
-
552
- </div>
553
-
554
- <div class="member">
555
-
556
- <span class="method-parameter is-pulled-right">
557
- <label>类型:</label>
558
-
559
- <span class="param-type">
560
-
561
- String
562
-
563
- </span>
564
-
565
-
566
-
567
- </span>
568
-
569
- <h4 class="name" id="label">
570
- <a class="href-link" href="#label">#</a>
571
-
572
- <span class="code-name">
573
- label
574
- </span>
575
-
576
- </h4>
577
-
578
-
579
-
580
-
581
- <div class="description">
582
- <p>标签信息</p>
583
- </div>
584
-
585
-
586
-
587
-
588
-
589
- <dl class="details">
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
- </dl>
622
-
623
-
624
-
625
-
626
-
627
- </div>
628
-
629
- <div class="member">
630
-
631
- <span class="method-parameter is-pulled-right">
632
- <label>类型:</label>
633
-
634
417
  <span class="param-type">
635
418
 
636
419
  Number