@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
@@ -669,6 +669,198 @@
669
669
 
670
670
 
671
671
 
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+ </dl>
684
+
685
+
686
+
687
+
688
+
689
+ </div>
690
+
691
+ <div class="member">
692
+
693
+ <span class="method-parameter is-pulled-right">
694
+ <label>类型:</label>
695
+
696
+ <span class="param-type">
697
+
698
+ Number
699
+
700
+ </span>
701
+
702
+
703
+
704
+ </span>
705
+
706
+ <h4 class="name" id="ArcType">
707
+ <a class="href-link" href="#ArcType">#</a>
708
+
709
+
710
+ <span class='tag'>constant</span>
711
+
712
+
713
+ <span class="code-name">
714
+ ArcType
715
+ </span>
716
+
717
+ </h4>
718
+
719
+
720
+
721
+
722
+ <div class="description">
723
+ <p>弧线类型</p>
724
+ </div>
725
+
726
+
727
+
728
+
729
+
730
+ <h5 class="subsection-title">属性:</h5>
731
+
732
+
733
+ <div class="table-container">
734
+ <table class="props table">
735
+ <thead>
736
+ <tr>
737
+
738
+ <th>Name</th>
739
+
740
+
741
+ <th>Type</th>
742
+
743
+
744
+
745
+
746
+
747
+ <th class="last">Description</th>
748
+ </tr>
749
+ </thead>
750
+
751
+ <tbody>
752
+
753
+
754
+ <tr class="deep-level-0">
755
+
756
+ <td class="name"><code>none</code></td>
757
+
758
+
759
+ <td class="type">
760
+
761
+
762
+ <span class="param-type">
763
+
764
+ Number
765
+
766
+ </span>
767
+
768
+
769
+
770
+
771
+ </td>
772
+
773
+
774
+
775
+
776
+
777
+ <td class="description last"><p>ArcType.acres,不考虑特定类型的弧线</p></td>
778
+ </tr>
779
+
780
+
781
+
782
+ <tr class="deep-level-0">
783
+
784
+ <td class="name"><code>geodesic</code></td>
785
+
786
+
787
+ <td class="type">
788
+
789
+
790
+ <span class="param-type">
791
+
792
+ Number
793
+
794
+ </span>
795
+
796
+
797
+
798
+
799
+ </td>
800
+
801
+
802
+
803
+
804
+
805
+ <td class="description last"><p>ArcType.ares,大地线(或称为大圆线)</p></td>
806
+ </tr>
807
+
808
+
809
+
810
+ <tr class="deep-level-0">
811
+
812
+ <td class="name"><code>rhumb</code></td>
813
+
814
+
815
+ <td class="type">
816
+
817
+
818
+ <span class="param-type">
819
+
820
+ Number
821
+
822
+ </span>
823
+
824
+
825
+
826
+
827
+ </td>
828
+
829
+
830
+
831
+
832
+
833
+ <td class="description last"><p>ArcType.hectares,等角航线(也称为罗盘线或斜航线)</p></td>
834
+ </tr>
835
+
836
+
837
+ </tbody>
838
+ </table>
839
+ </div>
840
+
841
+
842
+
843
+ <dl class="details">
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
672
864
 
673
865
 
674
866
 
@@ -6007,6 +6199,72 @@
6007
6199
 
6008
6200
 
6009
6201
 
6202
+
6203
+
6204
+
6205
+
6206
+
6207
+
6208
+
6209
+
6210
+
6211
+
6212
+
6213
+ </dl>
6214
+
6215
+
6216
+
6217
+
6218
+
6219
+ </div>
6220
+
6221
+ <div class="member">
6222
+
6223
+ <h4 class="name" id="CoordnateTransform">
6224
+ <a class="href-link" href="#CoordnateTransform">#</a>
6225
+
6226
+
6227
+ <span class='tag'>constant</span>
6228
+
6229
+
6230
+ <span class="code-name">
6231
+ CoordnateTransform
6232
+ </span>
6233
+
6234
+ </h4>
6235
+
6236
+
6237
+
6238
+
6239
+ <div class="description">
6240
+ <p>提供了百度坐标(BD-09)、国测局坐标(火星坐标,GCJ-02)、和 WGS-84 坐标系之间的转换</p>
6241
+ </div>
6242
+
6243
+
6244
+
6245
+
6246
+
6247
+ <dl class="details">
6248
+
6249
+
6250
+
6251
+
6252
+
6253
+
6254
+
6255
+
6256
+
6257
+
6258
+
6259
+
6260
+
6261
+
6262
+
6263
+
6264
+
6265
+
6266
+
6267
+
6010
6268
 
6011
6269
 
6012
6270
 
@@ -19818,7 +20076,7 @@
19818
20076
 
19819
20077
  <tr class="deep-level-0">
19820
20078
 
19821
- <td class="name"><code>g3d</code></td>
20079
+ <td class="name"><code>model</code></td>
19822
20080
 
19823
20081
 
19824
20082
  <td class="type">
@@ -19839,7 +20097,7 @@
19839
20097
 
19840
20098
 
19841
20099
 
19842
- <td class="description last"><p>SceneSubLayerType.g3d,模型图层:G3D</p></td>
20100
+ <td class="description last"><p>SceneSubLayerType.model,三维模型图层</p></td>
19843
20101
  </tr>
19844
20102
 
19845
20103
 
@@ -20014,7 +20272,7 @@
20014
20272
 
20015
20273
  <tr class="deep-level-0">
20016
20274
 
20017
- <td class="name"><code>sceneServer</code></td>
20275
+ <td class="name"><code>modelCache</code></td>
20018
20276
 
20019
20277
 
20020
20278
  <td class="type">
@@ -20035,7 +20293,171 @@
20035
20293
 
20036
20294
 
20037
20295
 
20038
- <td class="description last"><p>SceneSubLayerType.sceneServer,模型图层:SceneServer</p></td>
20296
+ <td class="description last"><p>SceneSubLayerType.modelCache,m3d模型缓存图层</p></td>
20297
+ </tr>
20298
+
20299
+
20300
+ </tbody>
20301
+ </table>
20302
+ </div>
20303
+
20304
+
20305
+
20306
+ <dl class="details">
20307
+
20308
+
20309
+
20310
+
20311
+
20312
+
20313
+
20314
+
20315
+
20316
+
20317
+
20318
+
20319
+
20320
+
20321
+
20322
+
20323
+
20324
+
20325
+
20326
+
20327
+
20328
+
20329
+
20330
+
20331
+
20332
+
20333
+
20334
+
20335
+
20336
+
20337
+
20338
+ </dl>
20339
+
20340
+
20341
+
20342
+
20343
+
20344
+ </div>
20345
+
20346
+ <div class="member">
20347
+
20348
+ <span class="method-parameter is-pulled-right">
20349
+ <label>类型:</label>
20350
+
20351
+ <span class="param-type">
20352
+
20353
+ String
20354
+
20355
+ </span>
20356
+
20357
+
20358
+
20359
+ </span>
20360
+
20361
+ <h4 class="name" id="SeverVectorTileSubLayerType">
20362
+ <a class="href-link" href="#SeverVectorTileSubLayerType">#</a>
20363
+
20364
+
20365
+ <span class='tag'>constant</span>
20366
+
20367
+
20368
+ <span class="code-name">
20369
+ SeverVectorTileSubLayerType
20370
+ </span>
20371
+
20372
+ </h4>
20373
+
20374
+
20375
+
20376
+
20377
+ <div class="description">
20378
+ <p>服务端矢量瓦片子图层类型</p>
20379
+ </div>
20380
+
20381
+
20382
+
20383
+
20384
+
20385
+ <h5 class="subsection-title">属性:</h5>
20386
+
20387
+
20388
+ <div class="table-container">
20389
+ <table class="props table">
20390
+ <thead>
20391
+ <tr>
20392
+
20393
+ <th>Name</th>
20394
+
20395
+
20396
+ <th>Type</th>
20397
+
20398
+
20399
+
20400
+
20401
+
20402
+ <th class="last">Description</th>
20403
+ </tr>
20404
+ </thead>
20405
+
20406
+ <tbody>
20407
+
20408
+
20409
+ <tr class="deep-level-0">
20410
+
20411
+ <td class="name"><code>GroupLayer</code></td>
20412
+
20413
+
20414
+ <td class="type">
20415
+
20416
+
20417
+ <span class="param-type">
20418
+
20419
+ String
20420
+
20421
+ </span>
20422
+
20423
+
20424
+
20425
+
20426
+ </td>
20427
+
20428
+
20429
+
20430
+
20431
+
20432
+ <td class="description last"><p>SeverVectorTileSubLayerType.GroupLayer,组图层,包含多个GroupLayer和SFeatureLayer</p></td>
20433
+ </tr>
20434
+
20435
+
20436
+
20437
+ <tr class="deep-level-0">
20438
+
20439
+ <td class="name"><code>SFeatureLayer</code></td>
20440
+
20441
+
20442
+ <td class="type">
20443
+
20444
+
20445
+ <span class="param-type">
20446
+
20447
+ String
20448
+
20449
+ </span>
20450
+
20451
+
20452
+
20453
+
20454
+ </td>
20455
+
20456
+
20457
+
20458
+
20459
+
20460
+ <td class="description last"><p>SeverVectorTileSubLayerType.SFeatureLayer,简单要素图形,包含多个矢量瓦片样式图层</p></td>
20039
20461
  </tr>
20040
20462
 
20041
20463
 
@@ -22627,6 +23049,34 @@
22627
23049
  <tbody>
22628
23050
 
22629
23051
 
23052
+ <tr class="deep-level-0">
23053
+
23054
+ <td class="name"><code>normal</code></td>
23055
+
23056
+
23057
+ <td class="type">
23058
+
23059
+
23060
+ <span class="param-type">
23061
+
23062
+ String
23063
+
23064
+ </span>
23065
+
23066
+
23067
+
23068
+
23069
+ </td>
23070
+
23071
+
23072
+
23073
+
23074
+
23075
+ <td class="description last"><p>TokenAttachType.normal token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></td>
23076
+ </tr>
23077
+
23078
+
23079
+
22630
23080
  <tr class="deep-level-0">
22631
23081
 
22632
23082
  <td class="name"><code>url</code></td>