@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
+ <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>
@@ -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
 
@@ -2305,7 +2403,7 @@
2305
2403
 
2306
2404
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
2307
2405
 
2308
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
2406
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
2309
2407
 
2310
2408
  </span>
2311
2409
  </h4>
@@ -2432,6 +2530,64 @@
2432
2530
 
2433
2531
 
2434
2532
 
2533
+
2534
+
2535
+ <tr class="deep-level-0">
2536
+
2537
+ <td class="name"><code>pointType</code></td>
2538
+
2539
+
2540
+ <td class="type">
2541
+
2542
+
2543
+ <span class="param-type">
2544
+
2545
+ Number
2546
+
2547
+ </span>
2548
+
2549
+
2550
+
2551
+
2552
+ </td>
2553
+
2554
+
2555
+
2556
+ <td class="description last"><p>点属性类型</p></td>
2557
+ </tr>
2558
+
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+ <tr class="deep-level-0">
2565
+
2566
+ <td class="name"><code>extent</code></td>
2567
+
2568
+
2569
+ <td class="type">
2570
+
2571
+
2572
+ <span class="param-type">
2573
+
2574
+ Number
2575
+
2576
+ </span>
2577
+
2578
+
2579
+
2580
+
2581
+ </td>
2582
+
2583
+
2584
+
2585
+ <td class="description last"><p>点所在范围</p></td>
2586
+ </tr>
2587
+
2588
+
2589
+
2590
+
2435
2591
  </tbody>
2436
2592
  </table>
2437
2593
  </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
 
@@ -2315,7 +2413,7 @@
2315
2413
 
2316
2414
  <span class="code-name" id="getPanCoordinates" style="font-size:30px">
2317
2415
 
2318
- getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
2416
+ getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
2319
2417
 
2320
2418
  </span>
2321
2419
  </h4>
@@ -2442,6 +2540,64 @@
2442
2540
 
2443
2541
 
2444
2542
 
2543
+
2544
+
2545
+ <tr class="deep-level-0">
2546
+
2547
+ <td class="name"><code>pointType</code></td>
2548
+
2549
+
2550
+ <td class="type">
2551
+
2552
+
2553
+ <span class="param-type">
2554
+
2555
+ Number
2556
+
2557
+ </span>
2558
+
2559
+
2560
+
2561
+
2562
+ </td>
2563
+
2564
+
2565
+
2566
+ <td class="description last"><p>点属性类型</p></td>
2567
+ </tr>
2568
+
2569
+
2570
+
2571
+
2572
+
2573
+
2574
+ <tr class="deep-level-0">
2575
+
2576
+ <td class="name"><code>extent</code></td>
2577
+
2578
+
2579
+ <td class="type">
2580
+
2581
+
2582
+ <span class="param-type">
2583
+
2584
+ Number
2585
+
2586
+ </span>
2587
+
2588
+
2589
+
2590
+
2591
+ </td>
2592
+
2593
+
2594
+
2595
+ <td class="description last"><p>点所在范围</p></td>
2596
+ </tr>
2597
+
2598
+
2599
+
2600
+
2445
2601
  </tbody>
2446
2602
  </table>
2447
2603
  </div>