@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
@@ -124,6 +124,8 @@
124
124
 
125
125
  <td class="default">
126
126
 
127
+ getGUID()
128
+
127
129
  </td>
128
130
 
129
131
 
@@ -155,6 +157,8 @@
155
157
 
156
158
  <td class="default">
157
159
 
160
+ null
161
+
158
162
  </td>
159
163
 
160
164
 
@@ -174,7 +178,7 @@
174
178
 
175
179
  <span class="param-type">
176
180
 
177
- Array
181
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
178
182
 
179
183
  </span>
180
184
 
@@ -186,7 +190,7 @@
186
190
 
187
191
  <td class="default">
188
192
 
189
- []
193
+ new Collection()
190
194
 
191
195
  </td>
192
196
 
@@ -219,6 +223,8 @@
219
223
 
220
224
  <td class="default">
221
225
 
226
+ null
227
+
222
228
  </td>
223
229
 
224
230
 
@@ -250,6 +256,8 @@
250
256
 
251
257
  <td class="default">
252
258
 
259
+ true
260
+
253
261
  </td>
254
262
 
255
263
 
@@ -258,6 +266,72 @@
258
266
 
259
267
 
260
268
 
269
+
270
+ <tr class="deep-level-1">
271
+
272
+ <td class="name"><code>extendOptions</code></td>
273
+
274
+
275
+ <td class="type">
276
+
277
+
278
+ <span class="param-type">
279
+
280
+ Object
281
+
282
+ </span>
283
+
284
+
285
+
286
+
287
+ </td>
288
+
289
+
290
+ <td class="default">
291
+
292
+ {}
293
+
294
+ </td>
295
+
296
+
297
+ <td class="description last"><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></td>
298
+ </tr>
299
+
300
+
301
+
302
+
303
+ <tr class="deep-level-1">
304
+
305
+ <td class="name"><code>extendProps</code></td>
306
+
307
+
308
+ <td class="type">
309
+
310
+
311
+ <span class="param-type">
312
+
313
+ Object
314
+
315
+ </span>
316
+
317
+
318
+
319
+
320
+ </td>
321
+
322
+
323
+ <td class="default">
324
+
325
+ {}
326
+
327
+ </td>
328
+
329
+
330
+ <td class="description last"><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></td>
331
+ </tr>
332
+
333
+
334
+
261
335
 
262
336
 
263
337
 
@@ -373,6 +447,42 @@
373
447
  </thead>
374
448
  <tbody>
375
449
 
450
+ <tr class="deep-level-0">
451
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
452
+ <td class="name">
453
+ <code>
454
+
455
+ <span class="param-type">
456
+
457
+ Object
458
+
459
+ </span>
460
+
461
+
462
+
463
+ </code>
464
+ </td>
465
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
466
+ </tr>
467
+
468
+ <tr class="deep-level-0">
469
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
470
+ <td class="name">
471
+ <code>
472
+
473
+ <span class="param-type">
474
+
475
+ Object
476
+
477
+ </span>
478
+
479
+
480
+
481
+ </code>
482
+ </td>
483
+ <td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
484
+ </tr>
485
+
376
486
  <tr class="deep-level-0">
377
487
  <td class="name"><code><a href="#id">id</a></code></td>
378
488
  <td class="name">
@@ -428,13 +538,13 @@
428
538
  </tr>
429
539
 
430
540
  <tr class="deep-level-0">
431
- <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
541
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
432
542
  <td class="name">
433
543
  <code>
434
544
 
435
545
  <span class="param-type">
436
546
 
437
- Array
547
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
438
548
 
439
549
  </span>
440
550
 
@@ -442,17 +552,17 @@
442
552
 
443
553
  </code>
444
554
  </td>
445
- <td class="name"><code><p>包含的子图层对象</p></code></td>
555
+ <td class="name"><code><p>子图层空间参考系</p></code></td>
446
556
  </tr>
447
557
 
448
558
  <tr class="deep-level-0">
449
- <td class="name"><code><a href="#title">title</a></code></td>
559
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
450
560
  <td class="name">
451
561
  <code>
452
562
 
453
563
  <span class="param-type">
454
564
 
455
- String
565
+ Array
456
566
 
457
567
  </span>
458
568
 
@@ -460,17 +570,17 @@
460
570
 
461
571
  </code>
462
572
  </td>
463
- <td class="name"><code><p>图层名称</p></code></td>
573
+ <td class="name"><code><p>包含的子图层对象</p></code></td>
464
574
  </tr>
465
575
 
466
576
  <tr class="deep-level-0">
467
- <td class="name"><code><a href="#visible">visible</a></code></td>
577
+ <td class="name"><code><a href="#title">title</a></code></td>
468
578
  <td class="name">
469
579
  <code>
470
580
 
471
581
  <span class="param-type">
472
582
 
473
- Boolean
583
+ String
474
584
 
475
585
  </span>
476
586
 
@@ -478,7 +588,7 @@
478
588
 
479
589
  </code>
480
590
  </td>
481
- <td class="name"><code><p>图层可见性</p></code></td>
591
+ <td class="name"><code><p>图层名称</p></code></td>
482
592
  </tr>
483
593
 
484
594
  <tr class="deep-level-0">
@@ -510,6 +620,166 @@
510
620
  <span class="method-parameter is-pulled-right">
511
621
  <label>类型:</label>
512
622
 
623
+ <span class="param-type">
624
+
625
+ Object
626
+
627
+ </span>
628
+
629
+
630
+
631
+ </span>
632
+
633
+ <h4 class="name" id="extendOptions">
634
+ <a class="href-link" href="#extendOptions">#</a>
635
+
636
+ <span class="code-name">
637
+ extendOptions
638
+ </span>
639
+
640
+ </h4>
641
+
642
+
643
+
644
+
645
+ <div class="description">
646
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
647
+ </div>
648
+
649
+
650
+
651
+
652
+
653
+ <dl class="details">
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+ <dt class="tag-default">Default Value:</dt>
679
+ <dd class="tag-default"><ul class="dummy">
680
+ <li>{}</li>
681
+ </ul></dd>
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+ </dl>
691
+
692
+
693
+
694
+
695
+
696
+ </div>
697
+
698
+ <div class="member">
699
+
700
+ <span class="method-parameter is-pulled-right">
701
+ <label>类型:</label>
702
+
703
+ <span class="param-type">
704
+
705
+ Object
706
+
707
+ </span>
708
+
709
+
710
+
711
+ </span>
712
+
713
+ <h4 class="name" id="extendProps">
714
+ <a class="href-link" href="#extendProps">#</a>
715
+
716
+ <span class="code-name">
717
+ extendProps
718
+ </span>
719
+
720
+ </h4>
721
+
722
+
723
+
724
+
725
+ <div class="description">
726
+ <p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
727
+ </div>
728
+
729
+
730
+
731
+
732
+
733
+ <dl class="details">
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+ <dt class="tag-default">Default Value:</dt>
759
+ <dd class="tag-default"><ul class="dummy">
760
+ <li>{}</li>
761
+ </ul></dd>
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+ </dl>
771
+
772
+
773
+
774
+
775
+
776
+ </div>
777
+
778
+ <div class="member">
779
+
780
+ <span class="method-parameter is-pulled-right">
781
+ <label>类型:</label>
782
+
513
783
  <span class="param-type">
514
784
 
515
785
  String
@@ -737,7 +1007,7 @@
737
1007
 
738
1008
  <span class="param-type">
739
1009
 
740
- Array
1010
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
741
1011
 
742
1012
  </span>
743
1013
 
@@ -745,11 +1015,11 @@
745
1015
 
746
1016
  </span>
747
1017
 
748
- <h4 class="name" id="sublayers">
749
- <a class="href-link" href="#sublayers">#</a>
1018
+ <h4 class="name" id="spatialReference">
1019
+ <a class="href-link" href="#spatialReference">#</a>
750
1020
 
751
1021
  <span class="code-name">
752
- sublayers
1022
+ spatialReference
753
1023
  </span>
754
1024
 
755
1025
  </h4>
@@ -758,7 +1028,7 @@
758
1028
 
759
1029
 
760
1030
  <div class="description">
761
- <p>包含的子图层对象</p>
1031
+ <p>子图层空间参考系</p>
762
1032
  </div>
763
1033
 
764
1034
 
@@ -812,7 +1082,7 @@
812
1082
 
813
1083
  <span class="param-type">
814
1084
 
815
- String
1085
+ Array
816
1086
 
817
1087
  </span>
818
1088
 
@@ -820,11 +1090,11 @@
820
1090
 
821
1091
  </span>
822
1092
 
823
- <h4 class="name" id="title">
824
- <a class="href-link" href="#title">#</a>
1093
+ <h4 class="name" id="sublayers">
1094
+ <a class="href-link" href="#sublayers">#</a>
825
1095
 
826
1096
  <span class="code-name">
827
- title
1097
+ sublayers
828
1098
  </span>
829
1099
 
830
1100
  </h4>
@@ -833,7 +1103,7 @@
833
1103
 
834
1104
 
835
1105
  <div class="description">
836
- <p>图层名称</p>
1106
+ <p>包含的子图层对象</p>
837
1107
  </div>
838
1108
 
839
1109
 
@@ -887,7 +1157,7 @@
887
1157
 
888
1158
  <span class="param-type">
889
1159
 
890
- Boolean
1160
+ String
891
1161
 
892
1162
  </span>
893
1163
 
@@ -895,11 +1165,11 @@
895
1165
 
896
1166
  </span>
897
1167
 
898
- <h4 class="name" id="visible">
899
- <a class="href-link" href="#visible">#</a>
1168
+ <h4 class="name" id="title">
1169
+ <a class="href-link" href="#title">#</a>
900
1170
 
901
1171
  <span class="code-name">
902
- visible
1172
+ title
903
1173
  </span>
904
1174
 
905
1175
  </h4>
@@ -908,7 +1178,7 @@
908
1178
 
909
1179
 
910
1180
  <div class="description">
911
- <p>图层可见性</p>
1181
+ <p>图层名称</p>
912
1182
  </div>
913
1183
 
914
1184
 
@@ -102,6 +102,37 @@
102
102
 
103
103
 
104
104
 
105
+ <tr class="deep-level-1">
106
+
107
+ <td class="name"><code>id</code></td>
108
+
109
+
110
+ <td class="type">
111
+
112
+
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
119
+
120
+
121
+
122
+ </td>
123
+
124
+
125
+ <td class="default">
126
+
127
+ </td>
128
+
129
+
130
+ <td class="description last"><p>符号id</p></td>
131
+ </tr>
132
+
133
+
134
+
135
+
105
136
  <tr class="deep-level-1">
106
137
 
107
138
  <td class="name"><code>color</code></td>
@@ -357,6 +388,24 @@ symbol.color = 'rgba(255,0,0,1)'</code></pre>
357
388
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
358
389
  </tr>
359
390
 
391
+ <tr class="deep-level-0">
392
+ <td class="name"><code><a href="#id">id</a></code></td>
393
+ <td class="name">
394
+ <code>
395
+
396
+ <span class="param-type">
397
+
398
+ String
399
+
400
+ </span>
401
+
402
+
403
+
404
+ </code>
405
+ </td>
406
+ <td class="name"><code><p>符号id</p></code></td>
407
+ </tr>
408
+
360
409
  <tr class="deep-level-0">
361
410
  <td class="name"><code><a href="#type">type</a></code></td>
362
411
  <td class="name">
@@ -512,6 +561,90 @@ symbol.color = 'rgba(255,0,0,1)'</code></pre>
512
561
 
513
562
 
514
563
 
564
+
565
+
566
+
567
+
568
+ <dt class="tag-default">Default Value:</dt>
569
+ <dd class="tag-default"><ul class="dummy">
570
+ <li>{}</li>
571
+ </ul></dd>
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+ </dl>
581
+
582
+
583
+
584
+
585
+
586
+ </div>
587
+
588
+ <div class="member">
589
+
590
+ <span class="method-parameter is-pulled-right">
591
+ <label>类型:</label>
592
+
593
+ <span class="param-type">
594
+
595
+ String
596
+
597
+ </span>
598
+
599
+
600
+
601
+ </span>
602
+
603
+ <h4 class="name" id="id">
604
+ <a class="href-link" href="#id">#</a>
605
+
606
+
607
+ <span class='tag'>readonly</span>
608
+
609
+
610
+ <span class="code-name">
611
+ id
612
+ </span>
613
+
614
+ </h4>
615
+
616
+
617
+
618
+
619
+ <div class="description">
620
+ <p>符号id</p>
621
+ </div>
622
+
623
+
624
+
625
+
626
+
627
+ <dl class="details">
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
515
648
 
516
649
 
517
650