@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
@@ -404,6 +404,42 @@
404
404
  </thead>
405
405
  <tbody>
406
406
 
407
+ <tr class="deep-level-0">
408
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
409
+ <td class="name">
410
+ <code>
411
+
412
+ <span class="param-type">
413
+
414
+ Object
415
+
416
+ </span>
417
+
418
+
419
+
420
+ </code>
421
+ </td>
422
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
423
+ </tr>
424
+
425
+ <tr class="deep-level-0">
426
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
427
+ <td class="name">
428
+ <code>
429
+
430
+ <span class="param-type">
431
+
432
+ Object
433
+
434
+ </span>
435
+
436
+
437
+
438
+ </code>
439
+ </td>
440
+ <td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
441
+ </tr>
442
+
407
443
  <tr class="deep-level-0">
408
444
  <td class="name"><code><a href="#id">id</a></code></td>
409
445
  <td class="name">
@@ -458,6 +494,24 @@
458
494
  <td class="name"><code><p>渲染样式对象</p></code></td>
459
495
  </tr>
460
496
 
497
+ <tr class="deep-level-0">
498
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
499
+ <td class="name">
500
+ <code>
501
+
502
+ <span class="param-type">
503
+
504
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
505
+
506
+ </span>
507
+
508
+
509
+
510
+ </code>
511
+ </td>
512
+ <td class="name"><code><p>子图层空间参考系</p></code></td>
513
+ </tr>
514
+
461
515
  <tr class="deep-level-0">
462
516
  <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
463
517
  <td class="name">
@@ -509,7 +563,7 @@
509
563
 
510
564
  </code>
511
565
  </td>
512
- <td class="name"><code><p>图层可见性</p></code></td>
566
+ <td class="name"><code><p>子图层显示或隐藏</p></code></td>
513
567
  </tr>
514
568
 
515
569
  </tbody>
@@ -523,6 +577,176 @@
523
577
  <span class="method-parameter is-pulled-right">
524
578
  <label>类型:</label>
525
579
 
580
+ <span class="param-type">
581
+
582
+ Object
583
+
584
+ </span>
585
+
586
+
587
+
588
+ </span>
589
+
590
+ <h4 class="name" id="extendOptions">
591
+ <a class="href-link" href="#extendOptions">#</a>
592
+
593
+ <span class="code-name">
594
+ extendOptions
595
+ </span>
596
+
597
+ </h4>
598
+
599
+
600
+
601
+
602
+ <div class="description">
603
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
604
+ </div>
605
+
606
+
607
+
608
+
609
+
610
+ <dl class="details">
611
+
612
+
613
+
614
+
615
+
616
+
617
+ <dt class="inherited-from">Inherited From:</dt>
618
+ <dd class="inherited-from"><ul class="dummy"><li>
619
+ <a goto="extendOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendOptions" SubLayer.html#extendOptions>SubLayer#extendOptions</a>
620
+ </li></ul></dd>
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+ <dt class="tag-default">Default Value:</dt>
641
+ <dd class="tag-default"><ul class="dummy">
642
+ <li>{}</li>
643
+ </ul></dd>
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+ </dl>
653
+
654
+
655
+
656
+
657
+
658
+ </div>
659
+
660
+ <div class="member">
661
+
662
+ <span class="method-parameter is-pulled-right">
663
+ <label>类型:</label>
664
+
665
+ <span class="param-type">
666
+
667
+ Object
668
+
669
+ </span>
670
+
671
+
672
+
673
+ </span>
674
+
675
+ <h4 class="name" id="extendProps">
676
+ <a class="href-link" href="#extendProps">#</a>
677
+
678
+ <span class="code-name">
679
+ extendProps
680
+ </span>
681
+
682
+ </h4>
683
+
684
+
685
+
686
+
687
+ <div class="description">
688
+ <p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
689
+ </div>
690
+
691
+
692
+
693
+
694
+
695
+ <dl class="details">
696
+
697
+
698
+
699
+
700
+
701
+
702
+ <dt class="inherited-from">Inherited From:</dt>
703
+ <dd class="inherited-from"><ul class="dummy"><li>
704
+ <a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
705
+ </li></ul></dd>
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+ <dt class="tag-default">Default Value:</dt>
726
+ <dd class="tag-default"><ul class="dummy">
727
+ <li>{}</li>
728
+ </ul></dd>
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+ </dl>
738
+
739
+
740
+
741
+
742
+
743
+ </div>
744
+
745
+ <div class="member">
746
+
747
+ <span class="method-parameter is-pulled-right">
748
+ <label>类型:</label>
749
+
526
750
  <span class="param-type">
527
751
 
528
752
  String
@@ -734,6 +958,86 @@
734
958
 
735
959
 
736
960
 
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+ </dl>
973
+
974
+
975
+
976
+
977
+
978
+ </div>
979
+
980
+ <div class="member">
981
+
982
+ <span class="method-parameter is-pulled-right">
983
+ <label>类型:</label>
984
+
985
+ <span class="param-type">
986
+
987
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
988
+
989
+ </span>
990
+
991
+
992
+
993
+ </span>
994
+
995
+ <h4 class="name" id="spatialReference">
996
+ <a class="href-link" href="#spatialReference">#</a>
997
+
998
+ <span class="code-name">
999
+ spatialReference
1000
+ </span>
1001
+
1002
+ </h4>
1003
+
1004
+
1005
+
1006
+
1007
+ <div class="description">
1008
+ <p>子图层空间参考系</p>
1009
+ </div>
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+ <dl class="details">
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ <dt class="tag-overrides">Overrides:</dt>
1025
+ <dd class="tag-overrides"><ul class="dummy"><li>
1026
+ <a class="mapgis-link-name" title="SubLayer#spatialReference" SubLayer.html#spatialReference>SubLayer#spatialReference</a>
1027
+ </li></ul></dd>
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
737
1041
 
738
1042
 
739
1043
 
@@ -941,7 +1245,7 @@
941
1245
 
942
1246
 
943
1247
  <div class="description">
944
- <p>图层可见性</p>
1248
+ <p>子图层显示或隐藏</p>
945
1249
  </div>
946
1250
 
947
1251
 
@@ -955,11 +1259,9 @@
955
1259
 
956
1260
 
957
1261
 
958
-
959
-
960
- <dt class="tag-overrides">Overrides:</dt>
961
- <dd class="tag-overrides"><ul class="dummy"><li>
962
- <a class="mapgis-link-name" title="SubLayer#visible" SubLayer.html#visible>SubLayer#visible</a>
1262
+ <dt class="inherited-from">Inherited From:</dt>
1263
+ <dd class="inherited-from"><ul class="dummy"><li>
1264
+ <a goto="visible" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#visible" SubLayer.html#visible>SubLayer#visible</a>
963
1265
  </li></ul></dd>
964
1266
 
965
1267
 
@@ -978,6 +1280,8 @@
978
1280
 
979
1281
 
980
1282
 
1283
+
1284
+
981
1285
 
982
1286
 
983
1287