@mapgis/webclient-cesium-plugin 17.0.4 → 17.0.5

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 (33) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +1 -1
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -36
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -24
  7. package/documention/CustomTilingScheme.html +248 -68
  8. package/documention/DynamicEntityVisualizer.html +18 -6
  9. package/documention/DynamicLabelLayer.html +168 -44
  10. package/documention/GeoJSONLayerUtil.html +21 -5
  11. package/documention/GraphicsLayerUtil.html +21 -5
  12. package/documention/HashMap.html +80 -16
  13. package/documention/IGSFeatureLayerUtil.html +21 -5
  14. package/documention/IGSSceneLayerUtil.html +178 -54
  15. package/documention/MapGISMapServerImageryProvider.html +334 -90
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -80
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +575 -176
  21. package/documention/Screenshot.html +30 -10
  22. package/documention/SketchEditorCesium.html +135 -43
  23. package/documention/UrlTemplateImageryProvider.html +23 -7
  24. package/documention/WFSLayerUtil.html +21 -5
  25. package/documention/WebMapServiceImageryProvider.html +22 -6
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -6
  27. package/documention/global.html +17 -5
  28. package/documention/index.html +4 -4
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
  31. package/documention/module.exports_module.exports.html +36 -12
  32. package/documention/scripts/sideBar.js +111 -6
  33. package/package.json +1 -1
@@ -77,13 +77,17 @@
77
77
 
78
78
  <tr class="deep-level-0">
79
79
 
80
- <td class="name" id="options"><code>options</code></td>
80
+ <td class="name"><code>options</code></td>
81
81
 
82
82
 
83
83
  <td class="type">
84
84
 
85
85
 
86
- <span class="param-type">Object</span>
86
+ <span class="param-type">
87
+
88
+ Object
89
+
90
+ </span>
87
91
 
88
92
 
89
93
 
@@ -104,13 +108,17 @@
104
108
 
105
109
  <tr class="deep-level-1">
106
110
 
107
- <td class="name" id="ellipsoid"><code>ellipsoid</code></td>
111
+ <td class="name"><code>ellipsoid</code></td>
108
112
 
109
113
 
110
114
  <td class="type">
111
115
 
112
116
 
113
- <span class="param-type">Ellipsoid</span>
117
+ <span class="param-type">
118
+
119
+ Ellipsoid
120
+
121
+ </span>
114
122
 
115
123
 
116
124
 
@@ -133,13 +141,17 @@
133
141
 
134
142
  <tr class="deep-level-1">
135
143
 
136
- <td class="name" id="wkt"><code>wkt</code></td>
144
+ <td class="name"><code>wkt</code></td>
137
145
 
138
146
 
139
147
  <td class="type">
140
148
 
141
149
 
142
- <span class="param-type">String</span>
150
+ <span class="param-type">
151
+
152
+ String
153
+
154
+ </span>
143
155
 
144
156
 
145
157
 
@@ -160,13 +172,17 @@
160
172
 
161
173
  <tr class="deep-level-1">
162
174
 
163
- <td class="name" id="wkid"><code>wkid</code></td>
175
+ <td class="name"><code>wkid</code></td>
164
176
 
165
177
 
166
178
  <td class="type">
167
179
 
168
180
 
169
- <span class="param-type">String</span>
181
+ <span class="param-type">
182
+
183
+ String
184
+
185
+ </span>
170
186
 
171
187
 
172
188
 
@@ -187,13 +203,17 @@
187
203
 
188
204
  <tr class="deep-level-1">
189
205
 
190
- <td class="name" id="tileInfo"><code>tileInfo</code></td>
206
+ <td class="name"><code>tileInfo</code></td>
191
207
 
192
208
 
193
209
  <td class="type">
194
210
 
195
211
 
196
- <span class="param-type">Object</span>
212
+ <span class="param-type">
213
+
214
+ Object
215
+
216
+ </span>
197
217
 
198
218
 
199
219
 
@@ -214,13 +234,17 @@
214
234
 
215
235
  <tr class="deep-level-1">
216
236
 
217
- <td class="name" id="axisDirection"><code>axisDirection</code></td>
237
+ <td class="name"><code>axisDirection</code></td>
218
238
 
219
239
 
220
240
  <td class="type">
221
241
 
222
242
 
223
- <span class="param-type">Object</span>
243
+ <span class="param-type">
244
+
245
+ Object
246
+
247
+ </span>
224
248
 
225
249
 
226
250
 
@@ -241,13 +265,17 @@
241
265
 
242
266
  <tr class="deep-level-1">
243
267
 
244
- <td class="name" id="rectangleSouthwest"><code>rectangleSouthwest</code></td>
268
+ <td class="name"><code>rectangleSouthwest</code></td>
245
269
 
246
270
 
247
271
  <td class="type">
248
272
 
249
273
 
250
- <span class="param-type">Cartesian2</span>
274
+ <span class="param-type">
275
+
276
+ Cartesian2
277
+
278
+ </span>
251
279
 
252
280
 
253
281
 
@@ -268,13 +296,17 @@
268
296
 
269
297
  <tr class="deep-level-1">
270
298
 
271
- <td class="name" id="rectangleNortheast"><code>rectangleNortheast</code></td>
299
+ <td class="name"><code>rectangleNortheast</code></td>
272
300
 
273
301
 
274
302
  <td class="type">
275
303
 
276
304
 
277
- <span class="param-type">Cartesian2</span>
305
+ <span class="param-type">
306
+
307
+ Cartesian2
308
+
309
+ </span>
278
310
 
279
311
 
280
312
 
@@ -482,7 +514,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
482
514
  <td class="name">
483
515
  <code>
484
516
 
485
- <span class="param-type">Ellipsoid</span>
517
+ <span class="param-type">
518
+
519
+ Ellipsoid
520
+
521
+ </span>
486
522
 
487
523
 
488
524
 
@@ -496,7 +532,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
496
532
  <td class="name">
497
533
  <code>
498
534
 
499
- <span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
535
+ <span class="param-type">
536
+
537
+ <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
538
+
539
+ </span>
500
540
 
501
541
 
502
542
 
@@ -510,7 +550,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
510
550
  <td class="name">
511
551
  <code>
512
552
 
513
- <span class="param-type">Rectangle</span>
553
+ <span class="param-type">
554
+
555
+ Rectangle
556
+
557
+ </span>
514
558
 
515
559
 
516
560
 
@@ -524,7 +568,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
524
568
  <td class="name">
525
569
  <code>
526
570
 
527
- <span class="param-type">String</span>
571
+ <span class="param-type">
572
+
573
+ String
574
+
575
+ </span>
528
576
 
529
577
 
530
578
 
@@ -538,7 +586,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
538
586
  <td class="name">
539
587
  <code>
540
588
 
541
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
542
594
 
543
595
 
544
596
 
@@ -558,7 +610,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
558
610
  <span class="method-parameter is-pulled-right">
559
611
  <label>类型:</label>
560
612
 
561
- <span class="param-type">Ellipsoid</span>
613
+ <span class="param-type">
614
+
615
+ Ellipsoid
616
+
617
+ </span>
562
618
 
563
619
 
564
620
 
@@ -629,7 +685,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
629
685
  <span class="method-parameter is-pulled-right">
630
686
  <label>类型:</label>
631
687
 
632
- <span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
688
+ <span class="param-type">
689
+
690
+ <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
691
+
692
+ </span>
633
693
 
634
694
 
635
695
 
@@ -700,7 +760,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
700
760
  <span class="method-parameter is-pulled-right">
701
761
  <label>类型:</label>
702
762
 
703
- <span class="param-type">Rectangle</span>
763
+ <span class="param-type">
764
+
765
+ Rectangle
766
+
767
+ </span>
704
768
 
705
769
 
706
770
 
@@ -771,7 +835,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
771
835
  <span class="method-parameter is-pulled-right">
772
836
  <label>类型:</label>
773
837
 
774
- <span class="param-type">String</span>
838
+ <span class="param-type">
839
+
840
+ String
841
+
842
+ </span>
775
843
 
776
844
 
777
845
 
@@ -842,7 +910,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
842
910
  <span class="method-parameter is-pulled-right">
843
911
  <label>类型:</label>
844
912
 
845
- <span class="param-type">String</span>
913
+ <span class="param-type">
914
+
915
+ String
916
+
917
+ </span>
846
918
 
847
919
 
848
920
 
@@ -934,7 +1006,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
934
1006
  <code>
935
1007
 
936
1008
 
937
- <span class="param-type">Number</span>
1009
+ <span class="param-type">
1010
+
1011
+ Number
1012
+
1013
+ </span>
938
1014
 
939
1015
 
940
1016
 
@@ -950,7 +1026,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
950
1026
  <code>
951
1027
 
952
1028
 
953
- <span class="param-type">Number</span>
1029
+ <span class="param-type">
1030
+
1031
+ Number
1032
+
1033
+ </span>
954
1034
 
955
1035
 
956
1036
 
@@ -966,7 +1046,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
966
1046
  <code>
967
1047
 
968
1048
 
969
- <span class="param-type">Cartesian2</span>
1049
+ <span class="param-type">
1050
+
1051
+ Cartesian2
1052
+
1053
+ </span>
970
1054
 
971
1055
 
972
1056
 
@@ -982,7 +1066,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
982
1066
  <code>
983
1067
 
984
1068
 
985
- <span class="param-type">Rectangle</span>
1069
+ <span class="param-type">
1070
+
1071
+ Rectangle
1072
+
1073
+ </span>
986
1074
 
987
1075
 
988
1076
 
@@ -998,7 +1086,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
998
1086
  <code>
999
1087
 
1000
1088
 
1001
- <span class="param-type">Rectangle</span>
1089
+ <span class="param-type">
1090
+
1091
+ Rectangle
1092
+
1093
+ </span>
1002
1094
 
1003
1095
 
1004
1096
 
@@ -1014,7 +1106,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1014
1106
  <code>
1015
1107
 
1016
1108
 
1017
- <span class="param-type">Rectangle</span>
1109
+ <span class="param-type">
1110
+
1111
+ Rectangle
1112
+
1113
+ </span>
1018
1114
 
1019
1115
 
1020
1116
 
@@ -1082,13 +1178,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1082
1178
 
1083
1179
  <tr class="deep-level-0">
1084
1180
 
1085
- <td class="name" id="level"><code>level</code></td>
1181
+ <td class="name"><code>level</code></td>
1086
1182
 
1087
1183
 
1088
1184
  <td class="type">
1089
1185
 
1090
1186
 
1091
- <span class="param-type">Number</span>
1187
+ <span class="param-type">
1188
+
1189
+ Number
1190
+
1191
+ </span>
1092
1192
 
1093
1193
 
1094
1194
 
@@ -1177,7 +1277,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1177
1277
  <div class='column is-5 has-text-left'>
1178
1278
  <label>类型: </label>
1179
1279
 
1180
- <span class="param-type">Number</span>
1280
+ <span class="param-type">
1281
+
1282
+ Number
1283
+
1284
+ </span>
1181
1285
 
1182
1286
 
1183
1287
 
@@ -1249,13 +1353,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1249
1353
 
1250
1354
  <tr class="deep-level-0">
1251
1355
 
1252
- <td class="name" id="level"><code>level</code></td>
1356
+ <td class="name"><code>level</code></td>
1253
1357
 
1254
1358
 
1255
1359
  <td class="type">
1256
1360
 
1257
1361
 
1258
- <span class="param-type">Number</span>
1362
+ <span class="param-type">
1363
+
1364
+ Number
1365
+
1366
+ </span>
1259
1367
 
1260
1368
 
1261
1369
 
@@ -1344,7 +1452,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1344
1452
  <div class='column is-5 has-text-left'>
1345
1453
  <label>类型: </label>
1346
1454
 
1347
- <span class="param-type">Number</span>
1455
+ <span class="param-type">
1456
+
1457
+ Number
1458
+
1459
+ </span>
1348
1460
 
1349
1461
 
1350
1462
 
@@ -1416,13 +1528,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1416
1528
 
1417
1529
  <tr class="deep-level-0">
1418
1530
 
1419
- <td class="name" id="position"><code>position</code></td>
1531
+ <td class="name"><code>position</code></td>
1420
1532
 
1421
1533
 
1422
1534
  <td class="type">
1423
1535
 
1424
1536
 
1425
- <span class="param-type">Cartographic</span>
1537
+ <span class="param-type">
1538
+
1539
+ Cartographic
1540
+
1541
+ </span>
1426
1542
 
1427
1543
 
1428
1544
 
@@ -1441,13 +1557,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1441
1557
 
1442
1558
  <tr class="deep-level-0">
1443
1559
 
1444
- <td class="name" id="level"><code>level</code></td>
1560
+ <td class="name"><code>level</code></td>
1445
1561
 
1446
1562
 
1447
1563
  <td class="type">
1448
1564
 
1449
1565
 
1450
- <span class="param-type">Number</span>
1566
+ <span class="param-type">
1567
+
1568
+ Number
1569
+
1570
+ </span>
1451
1571
 
1452
1572
 
1453
1573
 
@@ -1466,13 +1586,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1466
1586
 
1467
1587
  <tr class="deep-level-0">
1468
1588
 
1469
- <td class="name" id="result"><code>result</code></td>
1589
+ <td class="name"><code>result</code></td>
1470
1590
 
1471
1591
 
1472
1592
  <td class="type">
1473
1593
 
1474
1594
 
1475
- <span class="param-type">Cartesian2</span>
1595
+ <span class="param-type">
1596
+
1597
+ Cartesian2
1598
+
1599
+ </span>
1476
1600
 
1477
1601
 
1478
1602
 
@@ -1561,7 +1685,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1561
1685
  <div class='column is-5 has-text-left'>
1562
1686
  <label>类型: </label>
1563
1687
 
1564
- <span class="param-type">Cartesian2</span>
1688
+ <span class="param-type">
1689
+
1690
+ Cartesian2
1691
+
1692
+ </span>
1565
1693
 
1566
1694
 
1567
1695
 
@@ -1633,13 +1761,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1633
1761
 
1634
1762
  <tr class="deep-level-0">
1635
1763
 
1636
- <td class="name" id="rectangle"><code>rectangle</code></td>
1764
+ <td class="name"><code>rectangle</code></td>
1637
1765
 
1638
1766
 
1639
1767
  <td class="type">
1640
1768
 
1641
1769
 
1642
- <span class="param-type">Rectangle</span>
1770
+ <span class="param-type">
1771
+
1772
+ Rectangle
1773
+
1774
+ </span>
1643
1775
 
1644
1776
 
1645
1777
 
@@ -1658,13 +1790,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1658
1790
 
1659
1791
  <tr class="deep-level-0">
1660
1792
 
1661
- <td class="name" id="result"><code>result</code></td>
1793
+ <td class="name"><code>result</code></td>
1662
1794
 
1663
1795
 
1664
1796
  <td class="type">
1665
1797
 
1666
1798
 
1667
- <span class="param-type">Rectangle</span>
1799
+ <span class="param-type">
1800
+
1801
+ Rectangle
1802
+
1803
+ </span>
1668
1804
 
1669
1805
 
1670
1806
 
@@ -1753,7 +1889,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1753
1889
  <div class='column is-5 has-text-left'>
1754
1890
  <label>类型: </label>
1755
1891
 
1756
- <span class="param-type">Rectangle</span>
1892
+ <span class="param-type">
1893
+
1894
+ Rectangle
1895
+
1896
+ </span>
1757
1897
 
1758
1898
 
1759
1899
 
@@ -1825,13 +1965,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1825
1965
 
1826
1966
  <tr class="deep-level-0">
1827
1967
 
1828
- <td class="name" id="x"><code>x</code></td>
1968
+ <td class="name"><code>x</code></td>
1829
1969
 
1830
1970
 
1831
1971
  <td class="type">
1832
1972
 
1833
1973
 
1834
- <span class="param-type">Number</span>
1974
+ <span class="param-type">
1975
+
1976
+ Number
1977
+
1978
+ </span>
1835
1979
 
1836
1980
 
1837
1981
 
@@ -1850,13 +1994,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1850
1994
 
1851
1995
  <tr class="deep-level-0">
1852
1996
 
1853
- <td class="name" id="y"><code>y</code></td>
1997
+ <td class="name"><code>y</code></td>
1854
1998
 
1855
1999
 
1856
2000
  <td class="type">
1857
2001
 
1858
2002
 
1859
- <span class="param-type">Number</span>
2003
+ <span class="param-type">
2004
+
2005
+ Number
2006
+
2007
+ </span>
1860
2008
 
1861
2009
 
1862
2010
 
@@ -1875,13 +2023,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1875
2023
 
1876
2024
  <tr class="deep-level-0">
1877
2025
 
1878
- <td class="name" id="level"><code>level</code></td>
2026
+ <td class="name"><code>level</code></td>
1879
2027
 
1880
2028
 
1881
2029
  <td class="type">
1882
2030
 
1883
2031
 
1884
- <span class="param-type">Number</span>
2032
+ <span class="param-type">
2033
+
2034
+ Number
2035
+
2036
+ </span>
1885
2037
 
1886
2038
 
1887
2039
 
@@ -1900,13 +2052,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1900
2052
 
1901
2053
  <tr class="deep-level-0">
1902
2054
 
1903
- <td class="name" id="result"><code>result</code></td>
2055
+ <td class="name"><code>result</code></td>
1904
2056
 
1905
2057
 
1906
2058
  <td class="type">
1907
2059
 
1908
2060
 
1909
- <span class="param-type">Rectangle</span>
2061
+ <span class="param-type">
2062
+
2063
+ Rectangle
2064
+
2065
+ </span>
1910
2066
 
1911
2067
 
1912
2068
 
@@ -1995,7 +2151,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1995
2151
  <div class='column is-5 has-text-left'>
1996
2152
  <label>类型: </label>
1997
2153
 
1998
- <span class="param-type">Rectangle</span>
2154
+ <span class="param-type">
2155
+
2156
+ Rectangle
2157
+
2158
+ </span>
1999
2159
 
2000
2160
 
2001
2161
 
@@ -2067,13 +2227,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2067
2227
 
2068
2228
  <tr class="deep-level-0">
2069
2229
 
2070
- <td class="name" id="x"><code>x</code></td>
2230
+ <td class="name"><code>x</code></td>
2071
2231
 
2072
2232
 
2073
2233
  <td class="type">
2074
2234
 
2075
2235
 
2076
- <span class="param-type">Number</span>
2236
+ <span class="param-type">
2237
+
2238
+ Number
2239
+
2240
+ </span>
2077
2241
 
2078
2242
 
2079
2243
 
@@ -2092,13 +2256,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2092
2256
 
2093
2257
  <tr class="deep-level-0">
2094
2258
 
2095
- <td class="name" id="y"><code>y</code></td>
2259
+ <td class="name"><code>y</code></td>
2096
2260
 
2097
2261
 
2098
2262
  <td class="type">
2099
2263
 
2100
2264
 
2101
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2102
2270
 
2103
2271
 
2104
2272
 
@@ -2117,13 +2285,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2117
2285
 
2118
2286
  <tr class="deep-level-0">
2119
2287
 
2120
- <td class="name" id="level"><code>level</code></td>
2288
+ <td class="name"><code>level</code></td>
2121
2289
 
2122
2290
 
2123
2291
  <td class="type">
2124
2292
 
2125
2293
 
2126
- <span class="param-type">Number</span>
2294
+ <span class="param-type">
2295
+
2296
+ Number
2297
+
2298
+ </span>
2127
2299
 
2128
2300
 
2129
2301
 
@@ -2142,13 +2314,17 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2142
2314
 
2143
2315
  <tr class="deep-level-0">
2144
2316
 
2145
- <td class="name" id="result"><code>result</code></td>
2317
+ <td class="name"><code>result</code></td>
2146
2318
 
2147
2319
 
2148
2320
  <td class="type">
2149
2321
 
2150
2322
 
2151
- <span class="param-type">Rectangle</span>
2323
+ <span class="param-type">
2324
+
2325
+ Rectangle
2326
+
2327
+ </span>
2152
2328
 
2153
2329
 
2154
2330
 
@@ -2237,7 +2413,11 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2237
2413
  <div class='column is-5 has-text-left'>
2238
2414
  <label>类型: </label>
2239
2415
 
2240
- <span class="param-type">Rectangle</span>
2416
+ <span class="param-type">
2417
+
2418
+ Rectangle
2419
+
2420
+ </span>
2241
2421
 
2242
2422
 
2243
2423