@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
@@ -440,6 +440,42 @@
440
440
  </thead>
441
441
  <tbody>
442
442
 
443
+ <tr class="deep-level-0">
444
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
445
+ <td class="name">
446
+ <code>
447
+
448
+ <span class="param-type">
449
+
450
+ Object
451
+
452
+ </span>
453
+
454
+
455
+
456
+ </code>
457
+ </td>
458
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
459
+ </tr>
460
+
461
+ <tr class="deep-level-0">
462
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
463
+ <td class="name">
464
+ <code>
465
+
466
+ <span class="param-type">
467
+
468
+ Object
469
+
470
+ </span>
471
+
472
+
473
+
474
+ </code>
475
+ </td>
476
+ <td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
477
+ </tr>
478
+
443
479
  <tr class="deep-level-0">
444
480
  <td class="name"><code><a href="#id">id</a></code></td>
445
481
  <td class="name">
@@ -526,6 +562,24 @@
526
562
  <td class="name"><code><p>矢量瓦片子图层专题图渲染样式</p></code></td>
527
563
  </tr>
528
564
 
565
+ <tr class="deep-level-0">
566
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
567
+ <td class="name">
568
+ <code>
569
+
570
+ <span class="param-type">
571
+
572
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
573
+
574
+ </span>
575
+
576
+
577
+
578
+ </code>
579
+ </td>
580
+ <td class="name"><code><p>子图层空间参考系</p></code></td>
581
+ </tr>
582
+
529
583
  <tr class="deep-level-0">
530
584
  <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
531
585
  <td class="name">
@@ -627,6 +681,176 @@
627
681
  <span class="method-parameter is-pulled-right">
628
682
  <label>类型:</label>
629
683
 
684
+ <span class="param-type">
685
+
686
+ Object
687
+
688
+ </span>
689
+
690
+
691
+
692
+ </span>
693
+
694
+ <h4 class="name" id="extendOptions">
695
+ <a class="href-link" href="#extendOptions">#</a>
696
+
697
+ <span class="code-name">
698
+ extendOptions
699
+ </span>
700
+
701
+ </h4>
702
+
703
+
704
+
705
+
706
+ <div class="description">
707
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
708
+ </div>
709
+
710
+
711
+
712
+
713
+
714
+ <dl class="details">
715
+
716
+
717
+
718
+
719
+
720
+
721
+ <dt class="inherited-from">Inherited From:</dt>
722
+ <dd class="inherited-from"><ul class="dummy"><li>
723
+ <a goto="extendOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendOptions" SubLayer.html#extendOptions>SubLayer#extendOptions</a>
724
+ </li></ul></dd>
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+ <dt class="tag-default">Default Value:</dt>
745
+ <dd class="tag-default"><ul class="dummy">
746
+ <li>{}</li>
747
+ </ul></dd>
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+ </dl>
757
+
758
+
759
+
760
+
761
+
762
+ </div>
763
+
764
+ <div class="member">
765
+
766
+ <span class="method-parameter is-pulled-right">
767
+ <label>类型:</label>
768
+
769
+ <span class="param-type">
770
+
771
+ Object
772
+
773
+ </span>
774
+
775
+
776
+
777
+ </span>
778
+
779
+ <h4 class="name" id="extendProps">
780
+ <a class="href-link" href="#extendProps">#</a>
781
+
782
+ <span class="code-name">
783
+ extendProps
784
+ </span>
785
+
786
+ </h4>
787
+
788
+
789
+
790
+
791
+ <div class="description">
792
+ <p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
793
+ </div>
794
+
795
+
796
+
797
+
798
+
799
+ <dl class="details">
800
+
801
+
802
+
803
+
804
+
805
+
806
+ <dt class="inherited-from">Inherited From:</dt>
807
+ <dd class="inherited-from"><ul class="dummy"><li>
808
+ <a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
809
+ </li></ul></dd>
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+ <dt class="tag-default">Default Value:</dt>
830
+ <dd class="tag-default"><ul class="dummy">
831
+ <li>{}</li>
832
+ </ul></dd>
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+ </dl>
842
+
843
+
844
+
845
+
846
+
847
+ </div>
848
+
849
+ <div class="member">
850
+
851
+ <span class="method-parameter is-pulled-right">
852
+ <label>类型:</label>
853
+
630
854
  <span class="param-type">
631
855
 
632
856
  String
@@ -927,6 +1151,86 @@
927
1151
 
928
1152
 
929
1153
 
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+ </dl>
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ </div>
1172
+
1173
+ <div class="member">
1174
+
1175
+ <span class="method-parameter is-pulled-right">
1176
+ <label>类型:</label>
1177
+
1178
+ <span class="param-type">
1179
+
1180
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1181
+
1182
+ </span>
1183
+
1184
+
1185
+
1186
+ </span>
1187
+
1188
+ <h4 class="name" id="spatialReference">
1189
+ <a class="href-link" href="#spatialReference">#</a>
1190
+
1191
+ <span class="code-name">
1192
+ spatialReference
1193
+ </span>
1194
+
1195
+ </h4>
1196
+
1197
+
1198
+
1199
+
1200
+ <div class="description">
1201
+ <p>子图层空间参考系</p>
1202
+ </div>
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+ <dl class="details">
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ <dt class="inherited-from">Inherited From:</dt>
1216
+ <dd class="inherited-from"><ul class="dummy"><li>
1217
+ <a goto="spatialReference" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#spatialReference" SubLayer.html#spatialReference>SubLayer#spatialReference</a>
1218
+ </li></ul></dd>
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
930
1234
 
931
1235
 
932
1236
 
@@ -1021,7 +1021,7 @@ wfsLayer.visible = false</code></pre>
1021
1021
 
1022
1022
  </code>
1023
1023
  </td>
1024
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
1024
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
1025
1025
  </tr>
1026
1026
 
1027
1027
  <tr class="deep-level-0">
@@ -1039,7 +1039,7 @@ wfsLayer.visible = false</code></pre>
1039
1039
 
1040
1040
  </code>
1041
1041
  </td>
1042
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
1042
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
1043
1043
  </tr>
1044
1044
 
1045
1045
  <tr class="deep-level-0">
@@ -1103,7 +1103,7 @@ wfsLayer.visible = false</code></pre>
1103
1103
 
1104
1104
  <span class="param-type">
1105
1105
 
1106
- String
1106
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1107
1107
 
1108
1108
  </span>
1109
1109
 
@@ -1273,7 +1273,7 @@ wfsLayer.visible = false</code></pre>
1273
1273
 
1274
1274
  </code>
1275
1275
  </td>
1276
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
1276
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
1277
1277
  </tr>
1278
1278
 
1279
1279
  <tr class="deep-level-0">
@@ -1366,6 +1366,24 @@ wfsLayer.visible = false</code></pre>
1366
1366
  <td class="name"><code><p>图层名称</p></code></td>
1367
1367
  </tr>
1368
1368
 
1369
+ <tr class="deep-level-0">
1370
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
1371
+ <td class="name">
1372
+ <code>
1373
+
1374
+ <span class="param-type">
1375
+
1376
+ String
1377
+
1378
+ </span>
1379
+
1380
+
1381
+
1382
+ </code>
1383
+ </td>
1384
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
1385
+ </tr>
1386
+
1369
1387
  <tr class="deep-level-0">
1370
1388
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
1371
1389
  <td class="name">
@@ -1831,7 +1849,7 @@ wfsLayer.visible = false</code></pre>
1831
1849
 
1832
1850
 
1833
1851
  <div class="description">
1834
- <p>初始化图层的额外参数</p>
1852
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1835
1853
  </div>
1836
1854
 
1837
1855
 
@@ -1868,6 +1886,11 @@ wfsLayer.visible = false</code></pre>
1868
1886
 
1869
1887
 
1870
1888
 
1889
+ <dt class="tag-default">Default Value:</dt>
1890
+ <dd class="tag-default"><ul class="dummy">
1891
+ <li>{}</li>
1892
+ </ul></dd>
1893
+
1871
1894
 
1872
1895
 
1873
1896
 
@@ -1911,7 +1934,7 @@ wfsLayer.visible = false</code></pre>
1911
1934
 
1912
1935
 
1913
1936
  <div class="description">
1914
- <p>存储额外参数的属性</p>
1937
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1915
1938
  </div>
1916
1939
 
1917
1940
 
@@ -1948,6 +1971,11 @@ wfsLayer.visible = false</code></pre>
1948
1971
 
1949
1972
 
1950
1973
 
1974
+ <dt class="tag-default">Default Value:</dt>
1975
+ <dd class="tag-default"><ul class="dummy">
1976
+ <li>{}</li>
1977
+ </ul></dd>
1978
+
1951
1979
 
1952
1980
 
1953
1981
 
@@ -2213,7 +2241,7 @@ wfsLayer.visible = false</code></pre>
2213
2241
 
2214
2242
  <span class="param-type">
2215
2243
 
2216
- String
2244
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
2217
2245
 
2218
2246
  </span>
2219
2247
 
@@ -2976,7 +3004,7 @@ wfsLayer.visible = false</code></pre>
2976
3004
 
2977
3005
 
2978
3006
  <div class="description">
2979
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
3007
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2980
3008
  </div>
2981
3009
 
2982
3010
 
@@ -3403,6 +3431,86 @@ wfsLayer.visible = false</code></pre>
3403
3431
 
3404
3432
 
3405
3433
 
3434
+
3435
+
3436
+
3437
+
3438
+
3439
+
3440
+ </dl>
3441
+
3442
+
3443
+
3444
+
3445
+
3446
+ </div>
3447
+
3448
+ <div class="member">
3449
+
3450
+ <span class="method-parameter is-pulled-right">
3451
+ <label>类型:</label>
3452
+
3453
+ <span class="param-type">
3454
+
3455
+ String
3456
+
3457
+ </span>
3458
+
3459
+
3460
+
3461
+ </span>
3462
+
3463
+ <h4 class="name" id="tokenAttachType">
3464
+ <a class="href-link" href="#tokenAttachType">#</a>
3465
+
3466
+ <span class="code-name">
3467
+ tokenAttachType
3468
+ </span>
3469
+
3470
+ </h4>
3471
+
3472
+
3473
+
3474
+
3475
+ <div class="description">
3476
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
3477
+ </div>
3478
+
3479
+
3480
+
3481
+
3482
+
3483
+ <dl class="details">
3484
+
3485
+
3486
+
3487
+
3488
+
3489
+
3490
+ <dt class="inherited-from">Inherited From:</dt>
3491
+ <dd class="inherited-from"><ul class="dummy"><li>
3492
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
3493
+ </li></ul></dd>
3494
+
3495
+
3496
+
3497
+
3498
+
3499
+
3500
+
3501
+
3502
+
3503
+
3504
+
3505
+
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+
3512
+
3513
+
3406
3514
 
3407
3515
 
3408
3516