@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
@@ -298,6 +298,24 @@
298
298
  </thead>
299
299
  <tbody>
300
300
 
301
+ <tr class="deep-level-0">
302
+ <td class="name"><code><a href="#arcType">arcType</a></code></td>
303
+ <td class="name">
304
+ <code>
305
+
306
+ <span class="param-type">
307
+
308
+ Number
309
+
310
+ </span>
311
+
312
+
313
+
314
+ </code>
315
+ </td>
316
+ <td class="name"><code><p>弧线类型</p></code></td>
317
+ </tr>
318
+
301
319
  <tr class="deep-level-0">
302
320
  <td class="name"><code><a href="#editOption">editOption</a></code></td>
303
321
  <td class="name">
@@ -349,7 +367,7 @@
349
367
 
350
368
  </code>
351
369
  </td>
352
- <td class="name"><code><p>扩展属性</p></code></td>
370
+ <td class="name"><code><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></code></td>
353
371
  </tr>
354
372
 
355
373
  <tr class="deep-level-0">
@@ -478,6 +496,86 @@
478
496
  <span class="method-parameter is-pulled-right">
479
497
  <label>类型:</label>
480
498
 
499
+ <span class="param-type">
500
+
501
+ Number
502
+
503
+ </span>
504
+
505
+
506
+
507
+ </span>
508
+
509
+ <h4 class="name" id="arcType">
510
+ <a class="href-link" href="#arcType">#</a>
511
+
512
+ <span class="code-name">
513
+ arcType
514
+ </span>
515
+
516
+ </h4>
517
+
518
+
519
+
520
+
521
+ <div class="description">
522
+ <p>弧线类型</p>
523
+ </div>
524
+
525
+
526
+
527
+
528
+
529
+ <dl class="details">
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+ <dt class="tag-overrides">Overrides:</dt>
539
+ <dd class="tag-overrides"><ul class="dummy"><li>
540
+ <a class="mapgis-link-name" title="SketchBaseDrawTool#arcType" SketchBaseDrawTool.html#arcType>SketchBaseDrawTool#arcType</a>
541
+ </li></ul></dd>
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+ </dl>
567
+
568
+
569
+
570
+
571
+
572
+ </div>
573
+
574
+ <div class="member">
575
+
576
+ <span class="method-parameter is-pulled-right">
577
+ <label>类型:</label>
578
+
481
579
  <span class="param-type">
482
580
 
483
581
  Object
@@ -661,7 +759,7 @@
661
759
 
662
760
 
663
761
  <div class="description">
664
- <p>扩展属性</p>
762
+ <p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p>
665
763
  </div>
666
764
 
667
765
 
@@ -2406,7 +2504,7 @@
2406
2504
 
2407
2505
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
2408
2506
 
2409
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
2507
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
2410
2508
 
2411
2509
  </span>
2412
2510
  </h4>
@@ -2533,6 +2631,64 @@
2533
2631
 
2534
2632
 
2535
2633
 
2634
+
2635
+
2636
+ <tr class="deep-level-0">
2637
+
2638
+ <td class="name"><code>pointType</code></td>
2639
+
2640
+
2641
+ <td class="type">
2642
+
2643
+
2644
+ <span class="param-type">
2645
+
2646
+ Number
2647
+
2648
+ </span>
2649
+
2650
+
2651
+
2652
+
2653
+ </td>
2654
+
2655
+
2656
+
2657
+ <td class="description last"><p>点属性类型</p></td>
2658
+ </tr>
2659
+
2660
+
2661
+
2662
+
2663
+
2664
+
2665
+ <tr class="deep-level-0">
2666
+
2667
+ <td class="name"><code>extent</code></td>
2668
+
2669
+
2670
+ <td class="type">
2671
+
2672
+
2673
+ <span class="param-type">
2674
+
2675
+ Number
2676
+
2677
+ </span>
2678
+
2679
+
2680
+
2681
+
2682
+ </td>
2683
+
2684
+
2685
+
2686
+ <td class="description last"><p>点所在范围</p></td>
2687
+ </tr>
2688
+
2689
+
2690
+
2691
+
2536
2692
  </tbody>
2537
2693
  </table>
2538
2694
  </div>
@@ -4681,6 +4837,24 @@
4681
4837
  </thead>
4682
4838
  <tbody>
4683
4839
 
4840
+ <tr class="deep-level-0">
4841
+ <td class="name"><code><a href="#arcType">arcType</a></code></td>
4842
+ <td class="name">
4843
+ <code>
4844
+
4845
+ <span class="param-type">
4846
+
4847
+ Number
4848
+
4849
+ </span>
4850
+
4851
+
4852
+
4853
+ </code>
4854
+ </td>
4855
+ <td class="name"><code><p>弧线类型</p></code></td>
4856
+ </tr>
4857
+
4684
4858
  <tr class="deep-level-0">
4685
4859
  <td class="name"><code><a href="#editOption">editOption</a></code></td>
4686
4860
  <td class="name">
@@ -4732,7 +4906,7 @@
4732
4906
 
4733
4907
  </code>
4734
4908
  </td>
4735
- <td class="name"><code><p>扩展属性</p></code></td>
4909
+ <td class="name"><code><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></code></td>
4736
4910
  </tr>
4737
4911
 
4738
4912
  <tr class="deep-level-0">
@@ -4861,6 +5035,86 @@
4861
5035
  <span class="method-parameter is-pulled-right">
4862
5036
  <label>类型:</label>
4863
5037
 
5038
+ <span class="param-type">
5039
+
5040
+ Number
5041
+
5042
+ </span>
5043
+
5044
+
5045
+
5046
+ </span>
5047
+
5048
+ <h4 class="name" id="arcType">
5049
+ <a class="href-link" href="#arcType">#</a>
5050
+
5051
+ <span class="code-name">
5052
+ arcType
5053
+ </span>
5054
+
5055
+ </h4>
5056
+
5057
+
5058
+
5059
+
5060
+ <div class="description">
5061
+ <p>弧线类型</p>
5062
+ </div>
5063
+
5064
+
5065
+
5066
+
5067
+
5068
+ <dl class="details">
5069
+
5070
+
5071
+
5072
+
5073
+
5074
+
5075
+
5076
+
5077
+ <dt class="tag-overrides">Overrides:</dt>
5078
+ <dd class="tag-overrides"><ul class="dummy"><li>
5079
+ <a class="mapgis-link-name" title="SketchBaseDrawTool#arcType" SketchBaseDrawTool.html#arcType>SketchBaseDrawTool#arcType</a>
5080
+ </li></ul></dd>
5081
+
5082
+
5083
+
5084
+
5085
+
5086
+
5087
+
5088
+
5089
+
5090
+
5091
+
5092
+
5093
+
5094
+
5095
+
5096
+
5097
+
5098
+
5099
+
5100
+
5101
+
5102
+
5103
+
5104
+
5105
+ </dl>
5106
+
5107
+
5108
+
5109
+
5110
+
5111
+ </div>
5112
+
5113
+ <div class="member">
5114
+
5115
+ <span class="method-parameter is-pulled-right">
5116
+ <label>类型:</label>
5117
+
4864
5118
  <span class="param-type">
4865
5119
 
4866
5120
  Object
@@ -5044,7 +5298,7 @@
5044
5298
 
5045
5299
 
5046
5300
  <div class="description">
5047
- <p>扩展属性</p>
5301
+ <p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p>
5048
5302
  </div>
5049
5303
 
5050
5304
 
@@ -6789,7 +7043,7 @@
6789
7043
 
6790
7044
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
6791
7045
 
6792
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
7046
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
6793
7047
 
6794
7048
  </span>
6795
7049
  </h4>
@@ -6916,6 +7170,64 @@
6916
7170
 
6917
7171
 
6918
7172
 
7173
+
7174
+
7175
+ <tr class="deep-level-0">
7176
+
7177
+ <td class="name"><code>pointType</code></td>
7178
+
7179
+
7180
+ <td class="type">
7181
+
7182
+
7183
+ <span class="param-type">
7184
+
7185
+ Number
7186
+
7187
+ </span>
7188
+
7189
+
7190
+
7191
+
7192
+ </td>
7193
+
7194
+
7195
+
7196
+ <td class="description last"><p>点属性类型</p></td>
7197
+ </tr>
7198
+
7199
+
7200
+
7201
+
7202
+
7203
+
7204
+ <tr class="deep-level-0">
7205
+
7206
+ <td class="name"><code>extent</code></td>
7207
+
7208
+
7209
+ <td class="type">
7210
+
7211
+
7212
+ <span class="param-type">
7213
+
7214
+ Number
7215
+
7216
+ </span>
7217
+
7218
+
7219
+
7220
+
7221
+ </td>
7222
+
7223
+
7224
+
7225
+ <td class="description last"><p>点所在范围</p></td>
7226
+ </tr>
7227
+
7228
+
7229
+
7230
+
6919
7231
  </tbody>
6920
7232
  </table>
6921
7233
  </div>