@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
@@ -546,6 +546,42 @@ map.add(igsMapImageLayer);</code></pre>
546
546
  <td class="name"><code><p>要素过滤参数,类似sql语句</p></code></td>
547
547
  </tr>
548
548
 
549
+ <tr class="deep-level-0">
550
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
551
+ <td class="name">
552
+ <code>
553
+
554
+ <span class="param-type">
555
+
556
+ Object
557
+
558
+ </span>
559
+
560
+
561
+
562
+ </code>
563
+ </td>
564
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
565
+ </tr>
566
+
567
+ <tr class="deep-level-0">
568
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
569
+ <td class="name">
570
+ <code>
571
+
572
+ <span class="param-type">
573
+
574
+ Object
575
+
576
+ </span>
577
+
578
+
579
+
580
+ </code>
581
+ </td>
582
+ <td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
583
+ </tr>
584
+
549
585
  <tr class="deep-level-0">
550
586
  <td class="name"><code><a href="#id">id</a></code></td>
551
587
  <td class="name">
@@ -600,6 +636,24 @@ map.add(igsMapImageLayer);</code></pre>
600
636
  <td class="name"><code><p>渲染样式对象</p></code></td>
601
637
  </tr>
602
638
 
639
+ <tr class="deep-level-0">
640
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
641
+ <td class="name">
642
+ <code>
643
+
644
+ <span class="param-type">
645
+
646
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
647
+
648
+ </span>
649
+
650
+
651
+
652
+ </code>
653
+ </td>
654
+ <td class="name"><code><p>子图层空间参考系</p></code></td>
655
+ </tr>
656
+
603
657
  <tr class="deep-level-0">
604
658
  <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
605
659
  <td class="name">
@@ -719,6 +773,176 @@ map.add(igsMapImageLayer);</code></pre>
719
773
 
720
774
 
721
775
 
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+ </dl>
785
+
786
+
787
+
788
+
789
+
790
+ </div>
791
+
792
+ <div class="member">
793
+
794
+ <span class="method-parameter is-pulled-right">
795
+ <label>类型:</label>
796
+
797
+ <span class="param-type">
798
+
799
+ Object
800
+
801
+ </span>
802
+
803
+
804
+
805
+ </span>
806
+
807
+ <h4 class="name" id="extendOptions">
808
+ <a class="href-link" href="#extendOptions">#</a>
809
+
810
+ <span class="code-name">
811
+ extendOptions
812
+ </span>
813
+
814
+ </h4>
815
+
816
+
817
+
818
+
819
+ <div class="description">
820
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
821
+ </div>
822
+
823
+
824
+
825
+
826
+
827
+ <dl class="details">
828
+
829
+
830
+
831
+
832
+
833
+
834
+ <dt class="inherited-from">Inherited From:</dt>
835
+ <dd class="inherited-from"><ul class="dummy"><li>
836
+ <a goto="extendOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendOptions" SubLayer.html#extendOptions>SubLayer#extendOptions</a>
837
+ </li></ul></dd>
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+ <dt class="tag-default">Default Value:</dt>
858
+ <dd class="tag-default"><ul class="dummy">
859
+ <li>{}</li>
860
+ </ul></dd>
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+ </dl>
870
+
871
+
872
+
873
+
874
+
875
+ </div>
876
+
877
+ <div class="member">
878
+
879
+ <span class="method-parameter is-pulled-right">
880
+ <label>类型:</label>
881
+
882
+ <span class="param-type">
883
+
884
+ Object
885
+
886
+ </span>
887
+
888
+
889
+
890
+ </span>
891
+
892
+ <h4 class="name" id="extendProps">
893
+ <a class="href-link" href="#extendProps">#</a>
894
+
895
+ <span class="code-name">
896
+ extendProps
897
+ </span>
898
+
899
+ </h4>
900
+
901
+
902
+
903
+
904
+ <div class="description">
905
+ <p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
906
+ </div>
907
+
908
+
909
+
910
+
911
+
912
+ <dl class="details">
913
+
914
+
915
+
916
+
917
+
918
+
919
+ <dt class="inherited-from">Inherited From:</dt>
920
+ <dd class="inherited-from"><ul class="dummy"><li>
921
+ <a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
922
+ </li></ul></dd>
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+ <dt class="tag-default">Default Value:</dt>
943
+ <dd class="tag-default"><ul class="dummy">
944
+ <li>{}</li>
945
+ </ul></dd>
722
946
 
723
947
 
724
948
 
@@ -955,6 +1179,86 @@ map.add(igsMapImageLayer);</code></pre>
955
1179
 
956
1180
 
957
1181
 
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+ </dl>
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ </div>
1200
+
1201
+ <div class="member">
1202
+
1203
+ <span class="method-parameter is-pulled-right">
1204
+ <label>类型:</label>
1205
+
1206
+ <span class="param-type">
1207
+
1208
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1209
+
1210
+ </span>
1211
+
1212
+
1213
+
1214
+ </span>
1215
+
1216
+ <h4 class="name" id="spatialReference">
1217
+ <a class="href-link" href="#spatialReference">#</a>
1218
+
1219
+ <span class="code-name">
1220
+ spatialReference
1221
+ </span>
1222
+
1223
+ </h4>
1224
+
1225
+
1226
+
1227
+
1228
+ <div class="description">
1229
+ <p>子图层空间参考系</p>
1230
+ </div>
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+ <dl class="details">
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+ <dt class="tag-overrides">Overrides:</dt>
1246
+ <dd class="tag-overrides"><ul class="dummy"><li>
1247
+ <a class="mapgis-link-name" title="SubLayer#spatialReference" SubLayer.html#spatialReference>SubLayer#spatialReference</a>
1248
+ </li></ul></dd>
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
958
1262
 
959
1263
 
960
1264
 
@@ -165,37 +165,6 @@
165
165
 
166
166
 
167
167
 
168
-
169
- <tr class="deep-level-1">
170
-
171
- <td class="name"><code>extendOptions</code></td>
172
-
173
-
174
- <td class="type">
175
-
176
-
177
- <span class="param-type">
178
-
179
- Object
180
-
181
- </span>
182
-
183
-
184
-
185
-
186
- </td>
187
-
188
-
189
- <td class="default">
190
-
191
- </td>
192
-
193
-
194
- <td class="description last"><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></td>
195
- </tr>
196
-
197
-
198
-
199
168
 
200
169
 
201
170
 
@@ -362,7 +331,25 @@
362
331
 
363
332
  </code>
364
333
  </td>
365
- <td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
334
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
335
+ </tr>
336
+
337
+ <tr class="deep-level-0">
338
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
339
+ <td class="name">
340
+ <code>
341
+
342
+ <span class="param-type">
343
+
344
+ Object
345
+
346
+ </span>
347
+
348
+
349
+
350
+ </code>
351
+ </td>
352
+ <td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
366
353
  </tr>
367
354
 
368
355
  <tr class="deep-level-0">
@@ -581,6 +568,24 @@
581
568
  <td class="name"><code><p>子图层渲染类型</p></code></td>
582
569
  </tr>
583
570
 
571
+ <tr class="deep-level-0">
572
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
573
+ <td class="name">
574
+ <code>
575
+
576
+ <span class="param-type">
577
+
578
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
579
+
580
+ </span>
581
+
582
+
583
+
584
+ </code>
585
+ </td>
586
+ <td class="name"><code><p>子图层空间参考系</p></code></td>
587
+ </tr>
588
+
584
589
  <tr class="deep-level-0">
585
590
  <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
586
591
  <td class="name">
@@ -855,7 +860,7 @@
855
860
 
856
861
 
857
862
  <div class="description">
858
- <p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p>
863
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
859
864
  </div>
860
865
 
861
866
 
@@ -869,6 +874,11 @@
869
874
 
870
875
 
871
876
 
877
+ <dt class="inherited-from">Inherited From:</dt>
878
+ <dd class="inherited-from"><ul class="dummy"><li>
879
+ <a goto="extendOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendOptions" SubLayer.html#extendOptions>SubLayer#extendOptions</a>
880
+ </li></ul></dd>
881
+
872
882
 
873
883
 
874
884
 
@@ -887,6 +897,96 @@
887
897
 
888
898
 
889
899
 
900
+ <dt class="tag-default">Default Value:</dt>
901
+ <dd class="tag-default"><ul class="dummy">
902
+ <li>{}</li>
903
+ </ul></dd>
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+ </dl>
913
+
914
+
915
+
916
+
917
+
918
+ </div>
919
+
920
+ <div class="member">
921
+
922
+ <span class="method-parameter is-pulled-right">
923
+ <label>类型:</label>
924
+
925
+ <span class="param-type">
926
+
927
+ Object
928
+
929
+ </span>
930
+
931
+
932
+
933
+ </span>
934
+
935
+ <h4 class="name" id="extendProps">
936
+ <a class="href-link" href="#extendProps">#</a>
937
+
938
+ <span class="code-name">
939
+ extendProps
940
+ </span>
941
+
942
+ </h4>
943
+
944
+
945
+
946
+
947
+ <div class="description">
948
+ <p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
949
+ </div>
950
+
951
+
952
+
953
+
954
+
955
+ <dl class="details">
956
+
957
+
958
+
959
+
960
+
961
+
962
+ <dt class="inherited-from">Inherited From:</dt>
963
+ <dd class="inherited-from"><ul class="dummy"><li>
964
+ <a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
965
+ </li></ul></dd>
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+ <dt class="tag-default">Default Value:</dt>
986
+ <dd class="tag-default"><ul class="dummy">
987
+ <li>{}</li>
988
+ </ul></dd>
989
+
890
990
 
891
991
 
892
992
 
@@ -1793,6 +1893,86 @@
1793
1893
 
1794
1894
 
1795
1895
 
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+ </dl>
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+ </div>
1914
+
1915
+ <div class="member">
1916
+
1917
+ <span class="method-parameter is-pulled-right">
1918
+ <label>类型:</label>
1919
+
1920
+ <span class="param-type">
1921
+
1922
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1923
+
1924
+ </span>
1925
+
1926
+
1927
+
1928
+ </span>
1929
+
1930
+ <h4 class="name" id="spatialReference">
1931
+ <a class="href-link" href="#spatialReference">#</a>
1932
+
1933
+ <span class="code-name">
1934
+ spatialReference
1935
+ </span>
1936
+
1937
+ </h4>
1938
+
1939
+
1940
+
1941
+
1942
+ <div class="description">
1943
+ <p>子图层空间参考系</p>
1944
+ </div>
1945
+
1946
+
1947
+
1948
+
1949
+
1950
+ <dl class="details">
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+ <dt class="tag-overrides">Overrides:</dt>
1960
+ <dd class="tag-overrides"><ul class="dummy"><li>
1961
+ <a class="mapgis-link-name" title="SubLayer#spatialReference" SubLayer.html#spatialReference>SubLayer#spatialReference</a>
1962
+ </li></ul></dd>
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1796
1976
 
1797
1977
 
1798
1978