@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
@@ -394,6 +394,24 @@ const simpleFillSymbol = new SimpleFillSymbol({
394
394
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
395
395
  </tr>
396
396
 
397
+ <tr class="deep-level-0">
398
+ <td class="name"><code><a href="#id">id</a></code></td>
399
+ <td class="name">
400
+ <code>
401
+
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
407
+
408
+
409
+
410
+ </code>
411
+ </td>
412
+ <td class="name"><code><p>符号id</p></code></td>
413
+ </tr>
414
+
397
415
  <tr class="deep-level-0">
398
416
  <td class="name"><code><a href="#outline">outline</a></code></td>
399
417
  <td class="name">
@@ -599,6 +617,95 @@ const simpleFillSymbol = new SimpleFillSymbol({
599
617
 
600
618
 
601
619
 
620
+ <dt class="tag-default">Default Value:</dt>
621
+ <dd class="tag-default"><ul class="dummy">
622
+ <li>{}</li>
623
+ </ul></dd>
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+ </dl>
633
+
634
+
635
+
636
+
637
+
638
+ </div>
639
+
640
+ <div class="member">
641
+
642
+ <span class="method-parameter is-pulled-right">
643
+ <label>类型:</label>
644
+
645
+ <span class="param-type">
646
+
647
+ String
648
+
649
+ </span>
650
+
651
+
652
+
653
+ </span>
654
+
655
+ <h4 class="name" id="id">
656
+ <a class="href-link" href="#id">#</a>
657
+
658
+
659
+ <span class='tag'>readonly</span>
660
+
661
+
662
+ <span class="code-name">
663
+ id
664
+ </span>
665
+
666
+ </h4>
667
+
668
+
669
+
670
+
671
+ <div class="description">
672
+ <p>符号id</p>
673
+ </div>
674
+
675
+
676
+
677
+
678
+
679
+ <dl class="details">
680
+
681
+
682
+
683
+
684
+
685
+
686
+ <dt class="inherited-from">Inherited From:</dt>
687
+ <dd class="inherited-from"><ul class="dummy"><li>
688
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
689
+ </li></ul></dd>
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
602
709
 
603
710
 
604
711
 
@@ -396,6 +396,24 @@ const simpleRenderer = new SimpleRenderer({
396
396
  <td class="name"><code><p>渲染器的描述信息</p></code></td>
397
397
  </tr>
398
398
 
399
+ <tr class="deep-level-0">
400
+ <td class="name"><code><a href="#id">id</a></code></td>
401
+ <td class="name">
402
+ <code>
403
+
404
+ <span class="param-type">
405
+
406
+ String
407
+
408
+ </span>
409
+
410
+
411
+
412
+ </code>
413
+ </td>
414
+ <td class="name"><code><p>渲染器id</p></code></td>
415
+ </tr>
416
+
399
417
  <tr class="deep-level-0">
400
418
  <td class="name"><code><a href="#label">label</a></code></td>
401
419
  <td class="name">
@@ -530,6 +548,90 @@ const simpleRenderer = new SimpleRenderer({
530
548
 
531
549
 
532
550
 
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+ </dl>
563
+
564
+
565
+
566
+
567
+
568
+ </div>
569
+
570
+ <div class="member">
571
+
572
+ <span class="method-parameter is-pulled-right">
573
+ <label>类型:</label>
574
+
575
+ <span class="param-type">
576
+
577
+ String
578
+
579
+ </span>
580
+
581
+
582
+
583
+ </span>
584
+
585
+ <h4 class="name" id="id">
586
+ <a class="href-link" href="#id">#</a>
587
+
588
+
589
+ <span class='tag'>readonly</span>
590
+
591
+
592
+ <span class="code-name">
593
+ id
594
+ </span>
595
+
596
+ </h4>
597
+
598
+
599
+
600
+
601
+ <div class="description">
602
+ <p>渲染器id</p>
603
+ </div>
604
+
605
+
606
+
607
+
608
+
609
+ <dl class="details">
610
+
611
+
612
+
613
+
614
+
615
+
616
+ <dt class="inherited-from">Inherited From:</dt>
617
+ <dd class="inherited-from"><ul class="dummy"><li>
618
+ <a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
619
+ </li></ul></dd>
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
533
635
 
534
636
 
535
637
 
@@ -743,6 +845,11 @@ const simpleRenderer = new SimpleRenderer({
743
845
 
744
846
 
745
847
 
848
+ <dt class="tag-overrides">Overrides:</dt>
849
+ <dd class="tag-overrides"><ul class="dummy"><li>
850
+ <a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
851
+ </li></ul></dd>
852
+
746
853
 
747
854
 
748
855
 
@@ -183,6 +183,33 @@
183
183
 
184
184
 
185
185
 
186
+
187
+ <tr class="deep-level-1">
188
+
189
+ <td class="name"><code>extendOptions</code></td>
190
+
191
+
192
+ <td class="type">
193
+
194
+
195
+ <span class="param-type">
196
+
197
+ Object
198
+
199
+ </span>
200
+
201
+
202
+
203
+
204
+ </td>
205
+
206
+
207
+
208
+ <td class="description last"><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></td>
209
+ </tr>
210
+
211
+
212
+
186
213
 
187
214
 
188
215
 
@@ -287,6 +314,24 @@
287
314
  </thead>
288
315
  <tbody>
289
316
 
317
+ <tr class="deep-level-0">
318
+ <td class="name"><code><a href="#arcType">arcType</a></code></td>
319
+ <td class="name">
320
+ <code>
321
+
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
327
+
328
+
329
+
330
+ </code>
331
+ </td>
332
+ <td class="name"><code><p>弧线类型</p></code></td>
333
+ </tr>
334
+
290
335
  <tr class="deep-level-0">
291
336
  <td class="name"><code><a href="#editOption">editOption</a></code></td>
292
337
  <td class="name">
@@ -338,7 +383,7 @@
338
383
 
339
384
  </code>
340
385
  </td>
341
- <td class="name"><code><p>扩展属性</p></code></td>
386
+ <td class="name"><code><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></code></td>
342
387
  </tr>
343
388
 
344
389
  <tr class="deep-level-0">
@@ -467,6 +512,81 @@
467
512
  <span class="method-parameter is-pulled-right">
468
513
  <label>类型:</label>
469
514
 
515
+ <span class="param-type">
516
+
517
+ Number
518
+
519
+ </span>
520
+
521
+
522
+
523
+ </span>
524
+
525
+ <h4 class="name" id="arcType">
526
+ <a class="href-link" href="#arcType">#</a>
527
+
528
+ <span class="code-name">
529
+ arcType
530
+ </span>
531
+
532
+ </h4>
533
+
534
+
535
+
536
+
537
+ <div class="description">
538
+ <p>弧线类型</p>
539
+ </div>
540
+
541
+
542
+
543
+
544
+
545
+ <dl class="details">
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+ </dl>
578
+
579
+
580
+
581
+
582
+
583
+ </div>
584
+
585
+ <div class="member">
586
+
587
+ <span class="method-parameter is-pulled-right">
588
+ <label>类型:</label>
589
+
470
590
  <span class="param-type">
471
591
 
472
592
  Object
@@ -640,7 +760,7 @@
640
760
 
641
761
 
642
762
  <div class="description">
643
- <p>扩展属性</p>
763
+ <p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p>
644
764
  </div>
645
765
 
646
766
 
@@ -2017,7 +2137,7 @@
2017
2137
 
2018
2138
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
2019
2139
 
2020
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
2140
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
2021
2141
 
2022
2142
  </span>
2023
2143
  </h4>
@@ -2144,6 +2264,64 @@
2144
2264
 
2145
2265
 
2146
2266
 
2267
+
2268
+
2269
+ <tr class="deep-level-0">
2270
+
2271
+ <td class="name"><code>pointType</code></td>
2272
+
2273
+
2274
+ <td class="type">
2275
+
2276
+
2277
+ <span class="param-type">
2278
+
2279
+ Number
2280
+
2281
+ </span>
2282
+
2283
+
2284
+
2285
+
2286
+ </td>
2287
+
2288
+
2289
+
2290
+ <td class="description last"><p>点属性类型</p></td>
2291
+ </tr>
2292
+
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+ <tr class="deep-level-0">
2299
+
2300
+ <td class="name"><code>extent</code></td>
2301
+
2302
+
2303
+ <td class="type">
2304
+
2305
+
2306
+ <span class="param-type">
2307
+
2308
+ Number
2309
+
2310
+ </span>
2311
+
2312
+
2313
+
2314
+
2315
+ </td>
2316
+
2317
+
2318
+
2319
+ <td class="description last"><p>点所在范围</p></td>
2320
+ </tr>
2321
+
2322
+
2323
+
2324
+
2147
2325
  </tbody>
2148
2326
  </table>
2149
2327
  </div>
@@ -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
+ <dt class="inherited-from">Inherited From:</dt>
537
+ <dd class="inherited-from"><ul class="dummy"><li>
538
+ <a goto="arcType" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#arcType" SketchBaseDrawTool.html#arcType>SketchBaseDrawTool#arcType</a>
539
+ </li></ul></dd>
540
+
541
+
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
 
@@ -2393,7 +2491,7 @@
2393
2491
 
2394
2492
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
2395
2493
 
2396
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
2494
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
2397
2495
 
2398
2496
  </span>
2399
2497
  </h4>
@@ -2520,6 +2618,64 @@
2520
2618
 
2521
2619
 
2522
2620
 
2621
+
2622
+
2623
+ <tr class="deep-level-0">
2624
+
2625
+ <td class="name"><code>pointType</code></td>
2626
+
2627
+
2628
+ <td class="type">
2629
+
2630
+
2631
+ <span class="param-type">
2632
+
2633
+ Number
2634
+
2635
+ </span>
2636
+
2637
+
2638
+
2639
+
2640
+ </td>
2641
+
2642
+
2643
+
2644
+ <td class="description last"><p>点属性类型</p></td>
2645
+ </tr>
2646
+
2647
+
2648
+
2649
+
2650
+
2651
+
2652
+ <tr class="deep-level-0">
2653
+
2654
+ <td class="name"><code>extent</code></td>
2655
+
2656
+
2657
+ <td class="type">
2658
+
2659
+
2660
+ <span class="param-type">
2661
+
2662
+ Number
2663
+
2664
+ </span>
2665
+
2666
+
2667
+
2668
+
2669
+ </td>
2670
+
2671
+
2672
+
2673
+ <td class="description last"><p>点所在范围</p></td>
2674
+ </tr>
2675
+
2676
+
2677
+
2678
+
2523
2679
  </tbody>
2524
2680
  </table>
2525
2681
  </div>
@@ -5070,7 +5070,7 @@ view.on({
5070
5070
 
5071
5071
 
5072
5072
 
5073
- <td class="description last"><p>可选。(扩展)属性对象</p></td>
5073
+ <td class="description last"><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></td>
5074
5074
  </tr>
5075
5075
 
5076
5076
 
@@ -4999,7 +4999,7 @@ view.on({
4999
4999
 
5000
5000
 
5001
5001
 
5002
- <td class="description last"><p>可选。(扩展)属性对象</p></td>
5002
+ <td class="description last"><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></td>
5003
5003
  </tr>
5004
5004
 
5005
5005