@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="collection"><code>collection</code></td>
76
+ <td class="name"><code>collection</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Array.&lt;*></span>
82
+ <span class="param-type">
83
+
84
+ Array.&lt;*>
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -253,7 +257,11 @@
253
257
  <td class="name">
254
258
  <code>
255
259
 
256
- <span class="param-type">Array.&lt;any></span>
260
+ <span class="param-type">
261
+
262
+ Array.&lt;any>
263
+
264
+ </span>
257
265
 
258
266
 
259
267
 
@@ -267,7 +275,11 @@
267
275
  <td class="name">
268
276
  <code>
269
277
 
270
- <span class="param-type">Array.&lt;any></span>
278
+ <span class="param-type">
279
+
280
+ Array.&lt;any>
281
+
282
+ </span>
271
283
 
272
284
 
273
285
 
@@ -287,7 +299,11 @@
287
299
  <span class="method-parameter is-pulled-right">
288
300
  <label>类型:</label>
289
301
 
290
- <span class="param-type">Array.&lt;any></span>
302
+ <span class="param-type">
303
+
304
+ Array.&lt;any>
305
+
306
+ </span>
291
307
 
292
308
 
293
309
 
@@ -358,7 +374,11 @@
358
374
  <span class="method-parameter is-pulled-right">
359
375
  <label>类型:</label>
360
376
 
361
- <span class="param-type">Array.&lt;any></span>
377
+ <span class="param-type">
378
+
379
+ Array.&lt;any>
380
+
381
+ </span>
362
382
 
363
383
 
364
384
 
@@ -454,7 +474,11 @@
454
474
  <code>
455
475
 
456
476
 
457
- <span class="param-type">Boolean</span>
477
+ <span class="param-type">
478
+
479
+ Boolean
480
+
481
+ </span>
458
482
 
459
483
 
460
484
 
@@ -470,7 +494,11 @@
470
494
  <code>
471
495
 
472
496
 
473
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
497
+ <span class="param-type">
498
+
499
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
500
+
501
+ </span>
474
502
 
475
503
 
476
504
 
@@ -496,7 +524,11 @@
496
524
  <code>
497
525
 
498
526
 
499
- <span class="param-type">Array.&lt;*></span>
527
+ <span class="param-type">
528
+
529
+ Array.&lt;*>
530
+
531
+ </span>
500
532
 
501
533
 
502
534
 
@@ -512,7 +544,11 @@
512
544
  <code>
513
545
 
514
546
 
515
- <span class="param-type">*</span>
547
+ <span class="param-type">
548
+
549
+ *
550
+
551
+ </span>
516
552
 
517
553
 
518
554
 
@@ -528,7 +564,11 @@
528
564
  <code>
529
565
 
530
566
 
531
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
567
+ <span class="param-type">
568
+
569
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
570
+
571
+ </span>
532
572
 
533
573
 
534
574
 
@@ -544,7 +584,11 @@
544
584
  <code>
545
585
 
546
586
 
547
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
587
+ <span class="param-type">
588
+
589
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
590
+
591
+ </span>
548
592
 
549
593
 
550
594
 
@@ -560,7 +604,11 @@
560
604
  <code>
561
605
 
562
606
 
563
- <span class="param-type">*</span>
607
+ <span class="param-type">
608
+
609
+ *
610
+
611
+ </span>
564
612
 
565
613
 
566
614
 
@@ -576,7 +624,11 @@
576
624
  <code>
577
625
 
578
626
 
579
- <span class="param-type">Boolean</span>
627
+ <span class="param-type">
628
+
629
+ Boolean
630
+
631
+ </span>
580
632
 
581
633
 
582
634
 
@@ -592,7 +644,11 @@
592
644
  <code>
593
645
 
594
646
 
595
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
647
+ <span class="param-type">
648
+
649
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
650
+
651
+ </span>
596
652
 
597
653
 
598
654
 
@@ -608,7 +664,11 @@
608
664
  <code>
609
665
 
610
666
 
611
- <span class="param-type">*</span>
667
+ <span class="param-type">
668
+
669
+ *
670
+
671
+ </span>
612
672
 
613
673
 
614
674
 
@@ -624,7 +684,11 @@
624
684
  <code>
625
685
 
626
686
 
627
- <span class="param-type">Number</span>
687
+ <span class="param-type">
688
+
689
+ Number
690
+
691
+ </span>
628
692
 
629
693
 
630
694
 
@@ -640,7 +704,11 @@
640
704
  <code>
641
705
 
642
706
 
643
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
707
+ <span class="param-type">
708
+
709
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
710
+
711
+ </span>
644
712
 
645
713
 
646
714
 
@@ -656,7 +724,11 @@
656
724
  <code>
657
725
 
658
726
 
659
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
727
+ <span class="param-type">
728
+
729
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
730
+
731
+ </span>
660
732
 
661
733
 
662
734
 
@@ -672,7 +744,11 @@
672
744
  <code>
673
745
 
674
746
 
675
- <span class="param-type">*</span>
747
+ <span class="param-type">
748
+
749
+ *
750
+
751
+ </span>
676
752
 
677
753
 
678
754
 
@@ -688,7 +764,11 @@
688
764
  <code>
689
765
 
690
766
 
691
- <span class="param-type">Boolean</span>
767
+ <span class="param-type">
768
+
769
+ Boolean
770
+
771
+ </span>
692
772
 
693
773
 
694
774
 
@@ -704,7 +784,11 @@
704
784
  <code>
705
785
 
706
786
 
707
- <span class="param-type">Number</span>
787
+ <span class="param-type">
788
+
789
+ Number
790
+
791
+ </span>
708
792
 
709
793
 
710
794
 
@@ -720,7 +804,11 @@
720
804
  <code>
721
805
 
722
806
 
723
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
724
812
 
725
813
 
726
814
 
@@ -736,7 +824,11 @@
736
824
  <code>
737
825
 
738
826
 
739
- <span class="param-type">Number</span>
827
+ <span class="param-type">
828
+
829
+ Number
830
+
831
+ </span>
740
832
 
741
833
 
742
834
 
@@ -752,7 +844,11 @@
752
844
  <code>
753
845
 
754
846
 
755
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
847
+ <span class="param-type">
848
+
849
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
850
+
851
+ </span>
756
852
 
757
853
 
758
854
 
@@ -768,7 +864,11 @@
768
864
  <code>
769
865
 
770
866
 
771
- <span class="param-type">*</span>
867
+ <span class="param-type">
868
+
869
+ *
870
+
871
+ </span>
772
872
 
773
873
 
774
874
 
@@ -784,7 +884,11 @@
784
884
  <code>
785
885
 
786
886
 
787
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
887
+ <span class="param-type">
888
+
889
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
890
+
891
+ </span>
788
892
 
789
893
 
790
894
 
@@ -800,7 +904,11 @@
800
904
  <code>
801
905
 
802
906
 
803
- <span class="param-type">*</span>
907
+ <span class="param-type">
908
+
909
+ *
910
+
911
+ </span>
804
912
 
805
913
 
806
914
 
@@ -816,7 +924,11 @@
816
924
  <code>
817
925
 
818
926
 
819
- <span class="param-type">*</span>
927
+ <span class="param-type">
928
+
929
+ *
930
+
931
+ </span>
820
932
 
821
933
 
822
934
 
@@ -832,7 +944,11 @@
832
944
  <code>
833
945
 
834
946
 
835
- <span class="param-type">Boolean</span>
947
+ <span class="param-type">
948
+
949
+ Boolean
950
+
951
+ </span>
836
952
 
837
953
 
838
954
 
@@ -858,7 +974,11 @@
858
974
  <code>
859
975
 
860
976
 
861
- <span class="param-type">*</span>
977
+ <span class="param-type">
978
+
979
+ *
980
+
981
+ </span>
862
982
 
863
983
 
864
984
 
@@ -874,7 +994,11 @@
874
994
  <code>
875
995
 
876
996
 
877
- <span class="param-type">Array.&lt;*></span>
997
+ <span class="param-type">
998
+
999
+ Array.&lt;*>
1000
+
1001
+ </span>
878
1002
 
879
1003
 
880
1004
 
@@ -900,7 +1024,11 @@
900
1024
  <code>
901
1025
 
902
1026
 
903
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1027
+ <span class="param-type">
1028
+
1029
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1030
+
1031
+ </span>
904
1032
 
905
1033
 
906
1034
 
@@ -916,7 +1044,11 @@
916
1044
  <code>
917
1045
 
918
1046
 
919
- <span class="param-type">*</span>
1047
+ <span class="param-type">
1048
+
1049
+ *
1050
+
1051
+ </span>
920
1052
 
921
1053
 
922
1054
 
@@ -932,7 +1064,11 @@
932
1064
  <code>
933
1065
 
934
1066
 
935
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1067
+ <span class="param-type">
1068
+
1069
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1070
+
1071
+ </span>
936
1072
 
937
1073
 
938
1074
 
@@ -948,7 +1084,11 @@
948
1084
  <code>
949
1085
 
950
1086
 
951
- <span class="param-type">Boolean</span>
1087
+ <span class="param-type">
1088
+
1089
+ Boolean
1090
+
1091
+ </span>
952
1092
 
953
1093
 
954
1094
 
@@ -964,7 +1104,11 @@
964
1104
  <code>
965
1105
 
966
1106
 
967
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1107
+ <span class="param-type">
1108
+
1109
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1110
+
1111
+ </span>
968
1112
 
969
1113
 
970
1114
 
@@ -980,7 +1124,11 @@
980
1124
  <code>
981
1125
 
982
1126
 
983
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1127
+ <span class="param-type">
1128
+
1129
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1130
+
1131
+ </span>
984
1132
 
985
1133
 
986
1134
 
@@ -996,7 +1144,11 @@
996
1144
  <code>
997
1145
 
998
1146
 
999
- <span class="param-type">Array</span>
1147
+ <span class="param-type">
1148
+
1149
+ Array
1150
+
1151
+ </span>
1000
1152
 
1001
1153
 
1002
1154
 
@@ -1012,7 +1164,11 @@
1012
1164
  <code>
1013
1165
 
1014
1166
 
1015
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1167
+ <span class="param-type">
1168
+
1169
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1170
+
1171
+ </span>
1016
1172
 
1017
1173
 
1018
1174
 
@@ -1094,13 +1250,17 @@
1094
1250
 
1095
1251
  <tr class="deep-level-0">
1096
1252
 
1097
- <td class="name" id="item"><code>item</code></td>
1253
+ <td class="name"><code>item</code></td>
1098
1254
 
1099
1255
 
1100
1256
  <td class="type">
1101
1257
 
1102
1258
 
1103
- <span class="param-type">*</span>
1259
+ <span class="param-type">
1260
+
1261
+ *
1262
+
1263
+ </span>
1104
1264
 
1105
1265
 
1106
1266
 
@@ -1189,7 +1349,11 @@
1189
1349
  <div class='column is-5 has-text-left'>
1190
1350
  <label>类型: </label>
1191
1351
 
1192
- <span class="param-type">Boolean</span>
1352
+ <span class="param-type">
1353
+
1354
+ Boolean
1355
+
1356
+ </span>
1193
1357
 
1194
1358
 
1195
1359
 
@@ -1271,13 +1435,17 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1271
1435
 
1272
1436
  <tr class="deep-level-0">
1273
1437
 
1274
- <td class="name" id="item"><code>item</code></td>
1438
+ <td class="name"><code>item</code></td>
1275
1439
 
1276
1440
 
1277
1441
  <td class="type">
1278
1442
 
1279
1443
 
1280
- <span class="param-type">*</span>
1444
+ <span class="param-type">
1445
+
1446
+ *
1447
+
1448
+ </span>
1281
1449
 
1282
1450
 
1283
1451
 
@@ -1296,13 +1464,17 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1296
1464
 
1297
1465
  <tr class="deep-level-0">
1298
1466
 
1299
- <td class="name" id="index"><code>index</code></td>
1467
+ <td class="name"><code>index</code></td>
1300
1468
 
1301
1469
 
1302
1470
  <td class="type">
1303
1471
 
1304
1472
 
1305
- <span class="param-type">Number</span>
1473
+ <span class="param-type">
1474
+
1475
+ Number
1476
+
1477
+ </span>
1306
1478
 
1307
1479
 
1308
1480
 
@@ -1391,7 +1563,11 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1391
1563
  <div class='column is-5 has-text-left'>
1392
1564
  <label>类型: </label>
1393
1565
 
1394
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1566
+ <span class="param-type">
1567
+
1568
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1569
+
1570
+ </span>
1395
1571
 
1396
1572
 
1397
1573
 
@@ -1484,13 +1660,17 @@ collection.add({
1484
1660
 
1485
1661
  <tr class="deep-level-0">
1486
1662
 
1487
- <td class="name" id="items"><code>items</code></td>
1663
+ <td class="name"><code>items</code></td>
1488
1664
 
1489
1665
 
1490
1666
  <td class="type">
1491
1667
 
1492
1668
 
1493
- <span class="param-type">Array.&lt;*></span>
1669
+ <span class="param-type">
1670
+
1671
+ Array.&lt;*>
1672
+
1673
+ </span>
1494
1674
 
1495
1675
 
1496
1676
 
@@ -1509,13 +1689,17 @@ collection.add({
1509
1689
 
1510
1690
  <tr class="deep-level-0">
1511
1691
 
1512
- <td class="name" id="index"><code>index</code></td>
1692
+ <td class="name"><code>index</code></td>
1513
1693
 
1514
1694
 
1515
1695
  <td class="type">
1516
1696
 
1517
1697
 
1518
- <span class="param-type">Number</span>
1698
+ <span class="param-type">
1699
+
1700
+ Number
1701
+
1702
+ </span>
1519
1703
 
1520
1704
 
1521
1705
 
@@ -1712,7 +1896,11 @@ collection.addMany([1, 2, 3], 2)</code></pre>
1712
1896
  <div class='column is-5 has-text-left'>
1713
1897
  <label>类型: </label>
1714
1898
 
1715
- <span class="param-type">Array.&lt;*></span>
1899
+ <span class="param-type">
1900
+
1901
+ Array.&lt;*>
1902
+
1903
+ </span>
1716
1904
 
1717
1905
 
1718
1906
 
@@ -1794,13 +1982,17 @@ collection.all()</code></pre>
1794
1982
 
1795
1983
  <tr class="deep-level-0">
1796
1984
 
1797
- <td class="name" id="index"><code>index</code></td>
1985
+ <td class="name"><code>index</code></td>
1798
1986
 
1799
1987
 
1800
1988
  <td class="type">
1801
1989
 
1802
1990
 
1803
- <span class="param-type">Number</span>
1991
+ <span class="param-type">
1992
+
1993
+ Number
1994
+
1995
+ </span>
1804
1996
 
1805
1997
 
1806
1998
 
@@ -1889,7 +2081,11 @@ collection.all()</code></pre>
1889
2081
  <div class='column is-5 has-text-left'>
1890
2082
  <label>类型: </label>
1891
2083
 
1892
- <span class="param-type">*</span>
2084
+ <span class="param-type">
2085
+
2086
+ *
2087
+
2088
+ </span>
1893
2089
 
1894
2090
 
1895
2091
 
@@ -2016,7 +2212,11 @@ const item = collection.at(1)</code></pre>
2016
2212
  <div class='column is-5 has-text-left'>
2017
2213
  <label>类型: </label>
2018
2214
 
2019
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2215
+ <span class="param-type">
2216
+
2217
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2218
+
2219
+ </span>
2020
2220
 
2021
2221
 
2022
2222
 
@@ -2098,16 +2298,24 @@ const cloneObj = collection.clone()</code></pre>
2098
2298
 
2099
2299
  <tr class="deep-level-0">
2100
2300
 
2101
- <td class="name" id="collection"><code>collection</code></td>
2301
+ <td class="name"><code>collection</code></td>
2102
2302
 
2103
2303
 
2104
2304
  <td class="type">
2105
2305
 
2106
2306
 
2107
- <span class="param-type">Array</span>
2307
+ <span class="param-type">
2308
+
2309
+ Array
2310
+
2311
+ </span>
2108
2312
  |
2109
2313
 
2110
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2314
+ <span class="param-type">
2315
+
2316
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2317
+
2318
+ </span>
2111
2319
 
2112
2320
 
2113
2321
 
@@ -2196,7 +2404,11 @@ const cloneObj = collection.clone()</code></pre>
2196
2404
  <div class='column is-5 has-text-left'>
2197
2405
  <label>类型: </label>
2198
2406
 
2199
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2407
+ <span class="param-type">
2408
+
2409
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2410
+
2411
+ </span>
2200
2412
 
2201
2413
 
2202
2414
 
@@ -2279,13 +2491,17 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2279
2491
 
2280
2492
  <tr class="deep-level-0">
2281
2493
 
2282
- <td class="name" id="item"><code>item</code></td>
2494
+ <td class="name"><code>item</code></td>
2283
2495
 
2284
2496
 
2285
2497
  <td class="type">
2286
2498
 
2287
2499
 
2288
- <span class="param-type">*</span>
2500
+ <span class="param-type">
2501
+
2502
+ *
2503
+
2504
+ </span>
2289
2505
 
2290
2506
 
2291
2507
 
@@ -2374,7 +2590,11 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2374
2590
  <div class='column is-5 has-text-left'>
2375
2591
  <label>类型: </label>
2376
2592
 
2377
- <span class="param-type">*</span>
2593
+ <span class="param-type">
2594
+
2595
+ *
2596
+
2597
+ </span>
2378
2598
 
2379
2599
 
2380
2600
 
@@ -2446,13 +2666,17 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2446
2666
 
2447
2667
  <tr class="deep-level-0">
2448
2668
 
2449
- <td class="name" id="fn"><code>fn</code></td>
2669
+ <td class="name"><code>fn</code></td>
2450
2670
 
2451
2671
 
2452
2672
  <td class="type">
2453
2673
 
2454
2674
 
2455
- <span class="param-type">function</span>
2675
+ <span class="param-type">
2676
+
2677
+ function
2678
+
2679
+ </span>
2456
2680
 
2457
2681
 
2458
2682
 
@@ -2541,7 +2765,11 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2541
2765
  <div class='column is-5 has-text-left'>
2542
2766
  <label>类型: </label>
2543
2767
 
2544
- <span class="param-type">Boolean</span>
2768
+ <span class="param-type">
2769
+
2770
+ Boolean
2771
+
2772
+ </span>
2545
2773
 
2546
2774
 
2547
2775
 
@@ -2625,13 +2853,17 @@ const isNumber = collection.every(function(item) {
2625
2853
 
2626
2854
  <tr class="deep-level-0">
2627
2855
 
2628
- <td class="name" id="fn"><code>fn</code></td>
2856
+ <td class="name"><code>fn</code></td>
2629
2857
 
2630
2858
 
2631
2859
  <td class="type">
2632
2860
 
2633
2861
 
2634
- <span class="param-type">function</span>
2862
+ <span class="param-type">
2863
+
2864
+ function
2865
+
2866
+ </span>
2635
2867
 
2636
2868
 
2637
2869
 
@@ -2720,7 +2952,11 @@ const isNumber = collection.every(function(item) {
2720
2952
  <div class='column is-5 has-text-left'>
2721
2953
  <label>类型: </label>
2722
2954
 
2723
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2955
+ <span class="param-type">
2956
+
2957
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
2958
+
2959
+ </span>
2724
2960
 
2725
2961
 
2726
2962
 
@@ -2804,13 +3040,17 @@ const newCollection = collection.filter(function(item) {
2804
3040
 
2805
3041
  <tr class="deep-level-0">
2806
3042
 
2807
- <td class="name" id="fn"><code>fn</code></td>
3043
+ <td class="name"><code>fn</code></td>
2808
3044
 
2809
3045
 
2810
3046
  <td class="type">
2811
3047
 
2812
3048
 
2813
- <span class="param-type">function</span>
3049
+ <span class="param-type">
3050
+
3051
+ function
3052
+
3053
+ </span>
2814
3054
 
2815
3055
 
2816
3056
 
@@ -2899,7 +3139,11 @@ const newCollection = collection.filter(function(item) {
2899
3139
  <div class='column is-5 has-text-left'>
2900
3140
  <label>类型: </label>
2901
3141
 
2902
- <span class="param-type">*</span>
3142
+ <span class="param-type">
3143
+
3144
+ *
3145
+
3146
+ </span>
2903
3147
 
2904
3148
 
2905
3149
 
@@ -2983,13 +3227,17 @@ const item = collection.find(function(item) {
2983
3227
 
2984
3228
  <tr class="deep-level-0">
2985
3229
 
2986
- <td class="name" id="fn"><code>fn</code></td>
3230
+ <td class="name"><code>fn</code></td>
2987
3231
 
2988
3232
 
2989
3233
  <td class="type">
2990
3234
 
2991
3235
 
2992
- <span class="param-type">function</span>
3236
+ <span class="param-type">
3237
+
3238
+ function
3239
+
3240
+ </span>
2993
3241
 
2994
3242
 
2995
3243
 
@@ -3078,7 +3326,11 @@ const item = collection.find(function(item) {
3078
3326
  <div class='column is-5 has-text-left'>
3079
3327
  <label>类型: </label>
3080
3328
 
3081
- <span class="param-type">Number</span>
3329
+ <span class="param-type">
3330
+
3331
+ Number
3332
+
3333
+ </span>
3082
3334
 
3083
3335
 
3084
3336
 
@@ -3162,13 +3414,17 @@ const index = collection.findIndex(function(item) {
3162
3414
 
3163
3415
  <tr class="deep-level-0">
3164
3416
 
3165
- <td class="name" id="fn"><code>fn</code></td>
3417
+ <td class="name"><code>fn</code></td>
3166
3418
 
3167
3419
 
3168
3420
  <td class="type">
3169
3421
 
3170
3422
 
3171
- <span class="param-type">function</span>
3423
+ <span class="param-type">
3424
+
3425
+ function
3426
+
3427
+ </span>
3172
3428
 
3173
3429
 
3174
3430
 
@@ -3257,7 +3513,11 @@ const index = collection.findIndex(function(item) {
3257
3513
  <div class='column is-5 has-text-left'>
3258
3514
  <label>类型: </label>
3259
3515
 
3260
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3516
+ <span class="param-type">
3517
+
3518
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3519
+
3520
+ </span>
3261
3521
 
3262
3522
 
3263
3523
 
@@ -3345,13 +3605,17 @@ const flatten = collection.flatten(function(item) {
3345
3605
 
3346
3606
  <tr class="deep-level-0">
3347
3607
 
3348
- <td class="name" id="fn"><code>fn</code></td>
3608
+ <td class="name"><code>fn</code></td>
3349
3609
 
3350
3610
 
3351
3611
  <td class="type">
3352
3612
 
3353
3613
 
3354
- <span class="param-type">function</span>
3614
+ <span class="param-type">
3615
+
3616
+ function
3617
+
3618
+ </span>
3355
3619
 
3356
3620
 
3357
3621
 
@@ -3440,7 +3704,11 @@ const flatten = collection.flatten(function(item) {
3440
3704
  <div class='column is-5 has-text-left'>
3441
3705
  <label>类型: </label>
3442
3706
 
3443
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3707
+ <span class="param-type">
3708
+
3709
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3710
+
3711
+ </span>
3444
3712
 
3445
3713
 
3446
3714
 
@@ -3524,13 +3792,17 @@ collection.forEach(function(item) {
3524
3792
 
3525
3793
  <tr class="deep-level-0">
3526
3794
 
3527
- <td class="name" id="index"><code>index</code></td>
3795
+ <td class="name"><code>index</code></td>
3528
3796
 
3529
3797
 
3530
3798
  <td class="type">
3531
3799
 
3532
3800
 
3533
- <span class="param-type">Number</span>
3801
+ <span class="param-type">
3802
+
3803
+ Number
3804
+
3805
+ </span>
3534
3806
 
3535
3807
 
3536
3808
 
@@ -3619,7 +3891,11 @@ collection.forEach(function(item) {
3619
3891
  <div class='column is-5 has-text-left'>
3620
3892
  <label>类型: </label>
3621
3893
 
3622
- <span class="param-type">*</span>
3894
+ <span class="param-type">
3895
+
3896
+ *
3897
+
3898
+ </span>
3623
3899
 
3624
3900
 
3625
3901
 
@@ -3701,13 +3977,17 @@ const item = collection.getItemAt(1)</code></pre>
3701
3977
 
3702
3978
  <tr class="deep-level-0">
3703
3979
 
3704
- <td class="name" id="item"><code>item</code></td>
3980
+ <td class="name"><code>item</code></td>
3705
3981
 
3706
3982
 
3707
3983
  <td class="type">
3708
3984
 
3709
3985
 
3710
- <span class="param-type">*</span>
3986
+ <span class="param-type">
3987
+
3988
+ *
3989
+
3990
+ </span>
3711
3991
 
3712
3992
 
3713
3993
 
@@ -3796,7 +4076,11 @@ const item = collection.getItemAt(1)</code></pre>
3796
4076
  <div class='column is-5 has-text-left'>
3797
4077
  <label>类型: </label>
3798
4078
 
3799
- <span class="param-type">Boolean</span>
4079
+ <span class="param-type">
4080
+
4081
+ Boolean
4082
+
4083
+ </span>
3800
4084
 
3801
4085
 
3802
4086
 
@@ -3878,13 +4162,17 @@ const isInclude = collection.includes(2)</code></pre>
3878
4162
 
3879
4163
  <tr class="deep-level-0">
3880
4164
 
3881
- <td class="name" id="item"><code>item</code></td>
4165
+ <td class="name"><code>item</code></td>
3882
4166
 
3883
4167
 
3884
4168
  <td class="type">
3885
4169
 
3886
4170
 
3887
- <span class="param-type">*</span>
4171
+ <span class="param-type">
4172
+
4173
+ *
4174
+
4175
+ </span>
3888
4176
 
3889
4177
 
3890
4178
 
@@ -3903,13 +4191,17 @@ const isInclude = collection.includes(2)</code></pre>
3903
4191
 
3904
4192
  <tr class="deep-level-0">
3905
4193
 
3906
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
4194
+ <td class="name"><code>fromIndex</code></td>
3907
4195
 
3908
4196
 
3909
4197
  <td class="type">
3910
4198
 
3911
4199
 
3912
- <span class="param-type">Number</span>
4200
+ <span class="param-type">
4201
+
4202
+ Number
4203
+
4204
+ </span>
3913
4205
 
3914
4206
 
3915
4207
 
@@ -3998,7 +4290,11 @@ const isInclude = collection.includes(2)</code></pre>
3998
4290
  <div class='column is-5 has-text-left'>
3999
4291
  <label>类型: </label>
4000
4292
 
4001
- <span class="param-type">Number</span>
4293
+ <span class="param-type">
4294
+
4295
+ Number
4296
+
4297
+ </span>
4002
4298
 
4003
4299
 
4004
4300
 
@@ -4093,13 +4389,17 @@ const index = collection.indexOf(item, 1)</code></pre>
4093
4389
 
4094
4390
  <tr class="deep-level-0">
4095
4391
 
4096
- <td class="name" id="separator"><code>separator</code></td>
4392
+ <td class="name"><code>separator</code></td>
4097
4393
 
4098
4394
 
4099
4395
  <td class="type">
4100
4396
 
4101
4397
 
4102
- <span class="param-type">String</span>
4398
+ <span class="param-type">
4399
+
4400
+ String
4401
+
4402
+ </span>
4103
4403
 
4104
4404
 
4105
4405
 
@@ -4188,7 +4488,11 @@ const index = collection.indexOf(item, 1)</code></pre>
4188
4488
  <div class='column is-5 has-text-left'>
4189
4489
  <label>类型: </label>
4190
4490
 
4191
- <span class="param-type">String</span>
4491
+ <span class="param-type">
4492
+
4493
+ String
4494
+
4495
+ </span>
4192
4496
 
4193
4497
 
4194
4498
 
@@ -4270,13 +4574,17 @@ const str = collection.join(',')</code></pre>
4270
4574
 
4271
4575
  <tr class="deep-level-0">
4272
4576
 
4273
- <td class="name" id="item"><code>item</code></td>
4577
+ <td class="name"><code>item</code></td>
4274
4578
 
4275
4579
 
4276
4580
  <td class="type">
4277
4581
 
4278
4582
 
4279
- <span class="param-type">*</span>
4583
+ <span class="param-type">
4584
+
4585
+ *
4586
+
4587
+ </span>
4280
4588
 
4281
4589
 
4282
4590
 
@@ -4295,13 +4603,17 @@ const str = collection.join(',')</code></pre>
4295
4603
 
4296
4604
  <tr class="deep-level-0">
4297
4605
 
4298
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
4606
+ <td class="name"><code>fromIndex</code></td>
4299
4607
 
4300
4608
 
4301
4609
  <td class="type">
4302
4610
 
4303
4611
 
4304
- <span class="param-type">Number</span>
4612
+ <span class="param-type">
4613
+
4614
+ Number
4615
+
4616
+ </span>
4305
4617
 
4306
4618
 
4307
4619
 
@@ -4390,7 +4702,11 @@ const str = collection.join(',')</code></pre>
4390
4702
  <div class='column is-5 has-text-left'>
4391
4703
  <label>类型: </label>
4392
4704
 
4393
- <span class="param-type">Number</span>
4705
+ <span class="param-type">
4706
+
4707
+ Number
4708
+
4709
+ </span>
4394
4710
 
4395
4711
 
4396
4712
 
@@ -4479,13 +4795,17 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4479
4795
 
4480
4796
  <tr class="deep-level-0">
4481
4797
 
4482
- <td class="name" id="fn"><code>fn</code></td>
4798
+ <td class="name"><code>fn</code></td>
4483
4799
 
4484
4800
 
4485
4801
  <td class="type">
4486
4802
 
4487
4803
 
4488
- <span class="param-type">function</span>
4804
+ <span class="param-type">
4805
+
4806
+ function
4807
+
4808
+ </span>
4489
4809
 
4490
4810
 
4491
4811
 
@@ -4574,7 +4894,11 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4574
4894
  <div class='column is-5 has-text-left'>
4575
4895
  <label>类型: </label>
4576
4896
 
4577
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4897
+ <span class="param-type">
4898
+
4899
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
4900
+
4901
+ </span>
4578
4902
 
4579
4903
 
4580
4904
 
@@ -4703,7 +5027,11 @@ const newCollection = collection.map(function (item) {
4703
5027
  <div class='column is-5 has-text-left'>
4704
5028
  <label>类型: </label>
4705
5029
 
4706
- <span class="param-type">*</span>
5030
+ <span class="param-type">
5031
+
5032
+ *
5033
+
5034
+ </span>
4707
5035
 
4708
5036
 
4709
5037
 
@@ -4785,13 +5113,17 @@ const item = collection.pop()</code></pre>
4785
5113
 
4786
5114
  <tr class="deep-level-0">
4787
5115
 
4788
- <td class="name" id="item"><code>item</code></td>
5116
+ <td class="name"><code>item</code></td>
4789
5117
 
4790
5118
 
4791
5119
  <td class="type">
4792
5120
 
4793
5121
 
4794
- <span class="param-type">*</span>
5122
+ <span class="param-type">
5123
+
5124
+ *
5125
+
5126
+ </span>
4795
5127
 
4796
5128
 
4797
5129
 
@@ -4880,7 +5212,11 @@ const item = collection.pop()</code></pre>
4880
5212
  <div class='column is-5 has-text-left'>
4881
5213
  <label>类型: </label>
4882
5214
 
4883
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
5215
+ <span class="param-type">
5216
+
5217
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
5218
+
5219
+ </span>
4884
5220
 
4885
5221
 
4886
5222
 
@@ -4962,13 +5298,17 @@ collection.push(4)</code></pre>
4962
5298
 
4963
5299
  <tr class="deep-level-0">
4964
5300
 
4965
- <td class="name" id="fn"><code>fn</code></td>
5301
+ <td class="name"><code>fn</code></td>
4966
5302
 
4967
5303
 
4968
5304
  <td class="type">
4969
5305
 
4970
5306
 
4971
- <span class="param-type">function</span>
5307
+ <span class="param-type">
5308
+
5309
+ function
5310
+
5311
+ </span>
4972
5312
 
4973
5313
 
4974
5314
 
@@ -4987,13 +5327,17 @@ collection.push(4)</code></pre>
4987
5327
 
4988
5328
  <tr class="deep-level-0">
4989
5329
 
4990
- <td class="name" id="baseValue"><code>baseValue</code></td>
5330
+ <td class="name"><code>baseValue</code></td>
4991
5331
 
4992
5332
 
4993
5333
  <td class="type">
4994
5334
 
4995
5335
 
4996
- <span class="param-type">*</span>
5336
+ <span class="param-type">
5337
+
5338
+ *
5339
+
5340
+ </span>
4997
5341
 
4998
5342
 
4999
5343
 
@@ -5082,7 +5426,11 @@ collection.push(4)</code></pre>
5082
5426
  <div class='column is-5 has-text-left'>
5083
5427
  <label>类型: </label>
5084
5428
 
5085
- <span class="param-type">*</span>
5429
+ <span class="param-type">
5430
+
5431
+ *
5432
+
5433
+ </span>
5086
5434
 
5087
5435
 
5088
5436
 
@@ -5166,13 +5514,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
5166
5514
 
5167
5515
  <tr class="deep-level-0">
5168
5516
 
5169
- <td class="name" id="fn"><code>fn</code></td>
5517
+ <td class="name"><code>fn</code></td>
5170
5518
 
5171
5519
 
5172
5520
  <td class="type">
5173
5521
 
5174
5522
 
5175
- <span class="param-type">function</span>
5523
+ <span class="param-type">
5524
+
5525
+ function
5526
+
5527
+ </span>
5176
5528
 
5177
5529
 
5178
5530
 
@@ -5191,13 +5543,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
5191
5543
 
5192
5544
  <tr class="deep-level-0">
5193
5545
 
5194
- <td class="name" id="baseValue"><code>baseValue</code></td>
5546
+ <td class="name"><code>baseValue</code></td>
5195
5547
 
5196
5548
 
5197
5549
  <td class="type">
5198
5550
 
5199
5551
 
5200
- <span class="param-type">*</span>
5552
+ <span class="param-type">
5553
+
5554
+ *
5555
+
5556
+ </span>
5201
5557
 
5202
5558
 
5203
5559
 
@@ -5286,7 +5642,11 @@ const sum = collection.reduce(function (reduceCarry, item) {
5286
5642
  <div class='column is-5 has-text-left'>
5287
5643
  <label>类型: </label>
5288
5644
 
5289
- <span class="param-type">*</span>
5645
+ <span class="param-type">
5646
+
5647
+ *
5648
+
5649
+ </span>
5290
5650
 
5291
5651
 
5292
5652
 
@@ -5370,13 +5730,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
5370
5730
 
5371
5731
  <tr class="deep-level-0">
5372
5732
 
5373
- <td class="name" id="item"><code>item</code></td>
5733
+ <td class="name"><code>item</code></td>
5374
5734
 
5375
5735
 
5376
5736
  <td class="type">
5377
5737
 
5378
5738
 
5379
- <span class="param-type">*</span>
5739
+ <span class="param-type">
5740
+
5741
+ *
5742
+
5743
+ </span>
5380
5744
 
5381
5745
 
5382
5746
 
@@ -5465,7 +5829,11 @@ const sum = collection.reduce(function (reduceCarry, item) {
5465
5829
  <div class='column is-5 has-text-left'>
5466
5830
  <label>类型: </label>
5467
5831
 
5468
- <span class="param-type">Boolean</span>
5832
+ <span class="param-type">
5833
+
5834
+ Boolean
5835
+
5836
+ </span>
5469
5837
 
5470
5838
 
5471
5839
 
@@ -5648,13 +6016,17 @@ collection.removeAll(1)</code></pre>
5648
6016
 
5649
6017
  <tr class="deep-level-0">
5650
6018
 
5651
- <td class="name" id="index"><code>index</code></td>
6019
+ <td class="name"><code>index</code></td>
5652
6020
 
5653
6021
 
5654
6022
  <td class="type">
5655
6023
 
5656
6024
 
5657
- <span class="param-type">Number</span>
6025
+ <span class="param-type">
6026
+
6027
+ Number
6028
+
6029
+ </span>
5658
6030
 
5659
6031
 
5660
6032
 
@@ -5743,7 +6115,11 @@ collection.removeAll(1)</code></pre>
5743
6115
  <div class='column is-5 has-text-left'>
5744
6116
  <label>类型: </label>
5745
6117
 
5746
- <span class="param-type">*</span>
6118
+ <span class="param-type">
6119
+
6120
+ *
6121
+
6122
+ </span>
5747
6123
 
5748
6124
 
5749
6125
 
@@ -5825,13 +6201,17 @@ collection.removeAt(1)</code></pre>
5825
6201
 
5826
6202
  <tr class="deep-level-0">
5827
6203
 
5828
- <td class="name" id="items"><code>items</code></td>
6204
+ <td class="name"><code>items</code></td>
5829
6205
 
5830
6206
 
5831
6207
  <td class="type">
5832
6208
 
5833
6209
 
5834
- <span class="param-type">Array.&lt;*></span>
6210
+ <span class="param-type">
6211
+
6212
+ Array.&lt;*>
6213
+
6214
+ </span>
5835
6215
 
5836
6216
 
5837
6217
 
@@ -5920,7 +6300,11 @@ collection.removeAt(1)</code></pre>
5920
6300
  <div class='column is-5 has-text-left'>
5921
6301
  <label>类型: </label>
5922
6302
 
5923
- <span class="param-type">Array.&lt;*></span>
6303
+ <span class="param-type">
6304
+
6305
+ Array.&lt;*>
6306
+
6307
+ </span>
5924
6308
 
5925
6309
 
5926
6310
 
@@ -6002,13 +6386,17 @@ collection.removeMany([1, 2])</code></pre>
6002
6386
 
6003
6387
  <tr class="deep-level-0">
6004
6388
 
6005
- <td class="name" id="item"><code>item</code></td>
6389
+ <td class="name"><code>item</code></td>
6006
6390
 
6007
6391
 
6008
6392
  <td class="type">
6009
6393
 
6010
6394
 
6011
- <span class="param-type">*</span>
6395
+ <span class="param-type">
6396
+
6397
+ *
6398
+
6399
+ </span>
6012
6400
 
6013
6401
 
6014
6402
 
@@ -6027,13 +6415,17 @@ collection.removeMany([1, 2])</code></pre>
6027
6415
 
6028
6416
  <tr class="deep-level-0">
6029
6417
 
6030
- <td class="name" id="index"><code>index</code></td>
6418
+ <td class="name"><code>index</code></td>
6031
6419
 
6032
6420
 
6033
6421
  <td class="type">
6034
6422
 
6035
6423
 
6036
- <span class="param-type">Number</span>
6424
+ <span class="param-type">
6425
+
6426
+ Number
6427
+
6428
+ </span>
6037
6429
 
6038
6430
 
6039
6431
 
@@ -6223,7 +6615,11 @@ collection.reorder(1, 2)</code></pre>
6223
6615
  <div class='column is-5 has-text-left'>
6224
6616
  <label>类型: </label>
6225
6617
 
6226
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6618
+ <span class="param-type">
6619
+
6620
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
6621
+
6622
+ </span>
6227
6623
 
6228
6624
 
6229
6625
 
@@ -6350,7 +6746,11 @@ const newCollection = collection.reverse()</code></pre>
6350
6746
  <div class='column is-5 has-text-left'>
6351
6747
  <label>类型: </label>
6352
6748
 
6353
- <span class="param-type">*</span>
6749
+ <span class="param-type">
6750
+
6751
+ *
6752
+
6753
+ </span>
6354
6754
 
6355
6755
 
6356
6756
 
@@ -6432,13 +6832,17 @@ const item = collection.shift()</code></pre>
6432
6832
 
6433
6833
  <tr class="deep-level-0">
6434
6834
 
6435
- <td class="name" id="start"><code>start</code></td>
6835
+ <td class="name"><code>start</code></td>
6436
6836
 
6437
6837
 
6438
6838
  <td class="type">
6439
6839
 
6440
6840
 
6441
- <span class="param-type">Number</span>
6841
+ <span class="param-type">
6842
+
6843
+ Number
6844
+
6845
+ </span>
6442
6846
 
6443
6847
 
6444
6848
 
@@ -6457,13 +6861,17 @@ const item = collection.shift()</code></pre>
6457
6861
 
6458
6862
  <tr class="deep-level-0">
6459
6863
 
6460
- <td class="name" id="end"><code>end</code></td>
6864
+ <td class="name"><code>end</code></td>
6461
6865
 
6462
6866
 
6463
6867
  <td class="type">
6464
6868
 
6465
6869
 
6466
- <span class="param-type">Number</span>
6870
+ <span class="param-type">
6871
+
6872
+ Number
6873
+
6874
+ </span>
6467
6875
 
6468
6876
 
6469
6877
 
@@ -6552,7 +6960,11 @@ const item = collection.shift()</code></pre>
6552
6960
  <div class='column is-5 has-text-left'>
6553
6961
  <label>类型: </label>
6554
6962
 
6555
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6963
+ <span class="param-type">
6964
+
6965
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
6966
+
6967
+ </span>
6556
6968
 
6557
6969
 
6558
6970
 
@@ -6634,13 +7046,17 @@ const newCollection = collection.slice(1, 3)</code></pre>
6634
7046
 
6635
7047
  <tr class="deep-level-0">
6636
7048
 
6637
- <td class="name" id="fn"><code>fn</code></td>
7049
+ <td class="name"><code>fn</code></td>
6638
7050
 
6639
7051
 
6640
7052
  <td class="type">
6641
7053
 
6642
7054
 
6643
- <span class="param-type">function</span>
7055
+ <span class="param-type">
7056
+
7057
+ function
7058
+
7059
+ </span>
6644
7060
 
6645
7061
 
6646
7062
 
@@ -6729,7 +7145,11 @@ const newCollection = collection.slice(1, 3)</code></pre>
6729
7145
  <div class='column is-5 has-text-left'>
6730
7146
  <label>类型: </label>
6731
7147
 
6732
- <span class="param-type">Boolean</span>
7148
+ <span class="param-type">
7149
+
7150
+ Boolean
7151
+
7152
+ </span>
6733
7153
 
6734
7154
 
6735
7155
 
@@ -6813,13 +7233,17 @@ const flag = collection.some(function (item) {
6813
7233
 
6814
7234
  <tr class="deep-level-0">
6815
7235
 
6816
- <td class="name" id="fn"><code>fn</code></td>
7236
+ <td class="name"><code>fn</code></td>
6817
7237
 
6818
7238
 
6819
7239
  <td class="type">
6820
7240
 
6821
7241
 
6822
- <span class="param-type">function</span>
7242
+ <span class="param-type">
7243
+
7244
+ function
7245
+
7246
+ </span>
6823
7247
 
6824
7248
 
6825
7249
 
@@ -6908,7 +7332,11 @@ const flag = collection.some(function (item) {
6908
7332
  <div class='column is-5 has-text-left'>
6909
7333
  <label>类型: </label>
6910
7334
 
6911
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7335
+ <span class="param-type">
7336
+
7337
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7338
+
7339
+ </span>
6912
7340
 
6913
7341
 
6914
7342
 
@@ -6998,13 +7426,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
6998
7426
 
6999
7427
  <tr class="deep-level-0">
7000
7428
 
7001
- <td class="name" id="start"><code>start</code></td>
7429
+ <td class="name"><code>start</code></td>
7002
7430
 
7003
7431
 
7004
7432
  <td class="type">
7005
7433
 
7006
7434
 
7007
- <span class="param-type">Number</span>
7435
+ <span class="param-type">
7436
+
7437
+ Number
7438
+
7439
+ </span>
7008
7440
 
7009
7441
 
7010
7442
 
@@ -7023,13 +7455,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
7023
7455
 
7024
7456
  <tr class="deep-level-0">
7025
7457
 
7026
- <td class="name" id="deleteCount"><code>deleteCount</code></td>
7458
+ <td class="name"><code>deleteCount</code></td>
7027
7459
 
7028
7460
 
7029
7461
  <td class="type">
7030
7462
 
7031
7463
 
7032
- <span class="param-type">Number</span>
7464
+ <span class="param-type">
7465
+
7466
+ Number
7467
+
7468
+ </span>
7033
7469
 
7034
7470
 
7035
7471
 
@@ -7048,13 +7484,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
7048
7484
 
7049
7485
  <tr class="deep-level-0">
7050
7486
 
7051
- <td class="name" id="items"><code>items</code></td>
7487
+ <td class="name"><code>items</code></td>
7052
7488
 
7053
7489
 
7054
7490
  <td class="type">
7055
7491
 
7056
7492
 
7057
- <span class="param-type">*</span>
7493
+ <span class="param-type">
7494
+
7495
+ *
7496
+
7497
+ </span>
7058
7498
 
7059
7499
 
7060
7500
 
@@ -7143,7 +7583,11 @@ const newCollection = collection.sort(function (itemA, itemB) {
7143
7583
  <div class='column is-5 has-text-left'>
7144
7584
  <label>类型: </label>
7145
7585
 
7146
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7586
+ <span class="param-type">
7587
+
7588
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7589
+
7590
+ </span>
7147
7591
 
7148
7592
 
7149
7593
 
@@ -7277,7 +7721,11 @@ collection.splice(1, 0, 1)</code></pre>
7277
7721
  <div class='column is-5 has-text-left'>
7278
7722
  <label>类型: </label>
7279
7723
 
7280
- <span class="param-type">Array</span>
7724
+ <span class="param-type">
7725
+
7726
+ Array
7727
+
7728
+ </span>
7281
7729
 
7282
7730
 
7283
7731
 
@@ -7359,16 +7807,24 @@ collection.toArray()</code></pre>
7359
7807
 
7360
7808
  <tr class="deep-level-0">
7361
7809
 
7362
- <td class="name" id="key"><code>key</code></td>
7810
+ <td class="name"><code>key</code></td>
7363
7811
 
7364
7812
 
7365
7813
  <td class="type">
7366
7814
 
7367
7815
 
7368
- <span class="param-type">function</span>
7816
+ <span class="param-type">
7817
+
7818
+ function
7819
+
7820
+ </span>
7369
7821
  |
7370
7822
 
7371
- <span class="param-type">String</span>
7823
+ <span class="param-type">
7824
+
7825
+ String
7826
+
7827
+ </span>
7372
7828
 
7373
7829
 
7374
7830
 
@@ -7457,7 +7913,11 @@ collection.toArray()</code></pre>
7457
7913
  <div class='column is-5 has-text-left'>
7458
7914
  <label>类型: </label>
7459
7915
 
7460
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7916
+ <span class="param-type">
7917
+
7918
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
7919
+
7920
+ </span>
7461
7921
 
7462
7922
 
7463
7923
 
@@ -7563,13 +8023,17 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
7563
8023
 
7564
8024
  <tr class="deep-level-0">
7565
8025
 
7566
- <td class="name" id="items"><code>items</code></td>
8026
+ <td class="name"><code>items</code></td>
7567
8027
 
7568
8028
 
7569
8029
  <td class="type">
7570
8030
 
7571
8031
 
7572
- <span class="param-type">*</span>
8032
+ <span class="param-type">
8033
+
8034
+ *
8035
+
8036
+ </span>
7573
8037
 
7574
8038
 
7575
8039
 
@@ -7742,13 +8206,17 @@ collection.unshift(1, 2)</code></pre>
7742
8206
 
7743
8207
  <tr class="deep-level-0">
7744
8208
 
7745
- <td class="name" id="collection"><code>collection</code></td>
8209
+ <td class="name"><code>collection</code></td>
7746
8210
 
7747
8211
 
7748
8212
  <td class="type">
7749
8213
 
7750
8214
 
7751
- <span class="param-type">Array</span>
8215
+ <span class="param-type">
8216
+
8217
+ Array
8218
+
8219
+ </span>
7752
8220
 
7753
8221
 
7754
8222
 
@@ -7874,7 +8342,11 @@ collection.unshift(1, 2)</code></pre>
7874
8342
  <td class="name">
7875
8343
  <code>
7876
8344
 
7877
- <span class="param-type">Array.&lt;any></span>
8345
+ <span class="param-type">
8346
+
8347
+ Array.&lt;any>
8348
+
8349
+ </span>
7878
8350
 
7879
8351
 
7880
8352
 
@@ -7888,7 +8360,11 @@ collection.unshift(1, 2)</code></pre>
7888
8360
  <td class="name">
7889
8361
  <code>
7890
8362
 
7891
- <span class="param-type">Array.&lt;any></span>
8363
+ <span class="param-type">
8364
+
8365
+ Array.&lt;any>
8366
+
8367
+ </span>
7892
8368
 
7893
8369
 
7894
8370
 
@@ -7908,7 +8384,11 @@ collection.unshift(1, 2)</code></pre>
7908
8384
  <span class="method-parameter is-pulled-right">
7909
8385
  <label>类型:</label>
7910
8386
 
7911
- <span class="param-type">Array.&lt;any></span>
8387
+ <span class="param-type">
8388
+
8389
+ Array.&lt;any>
8390
+
8391
+ </span>
7912
8392
 
7913
8393
 
7914
8394
 
@@ -7979,7 +8459,11 @@ collection.unshift(1, 2)</code></pre>
7979
8459
  <span class="method-parameter is-pulled-right">
7980
8460
  <label>类型:</label>
7981
8461
 
7982
- <span class="param-type">Array.&lt;any></span>
8462
+ <span class="param-type">
8463
+
8464
+ Array.&lt;any>
8465
+
8466
+ </span>
7983
8467
 
7984
8468
 
7985
8469
 
@@ -8075,7 +8559,11 @@ collection.unshift(1, 2)</code></pre>
8075
8559
  <code>
8076
8560
 
8077
8561
 
8078
- <span class="param-type">Boolean</span>
8562
+ <span class="param-type">
8563
+
8564
+ Boolean
8565
+
8566
+ </span>
8079
8567
 
8080
8568
 
8081
8569
 
@@ -8091,7 +8579,11 @@ collection.unshift(1, 2)</code></pre>
8091
8579
  <code>
8092
8580
 
8093
8581
 
8094
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8582
+ <span class="param-type">
8583
+
8584
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8585
+
8586
+ </span>
8095
8587
 
8096
8588
 
8097
8589
 
@@ -8117,7 +8609,11 @@ collection.unshift(1, 2)</code></pre>
8117
8609
  <code>
8118
8610
 
8119
8611
 
8120
- <span class="param-type">Array.&lt;*></span>
8612
+ <span class="param-type">
8613
+
8614
+ Array.&lt;*>
8615
+
8616
+ </span>
8121
8617
 
8122
8618
 
8123
8619
 
@@ -8133,7 +8629,11 @@ collection.unshift(1, 2)</code></pre>
8133
8629
  <code>
8134
8630
 
8135
8631
 
8136
- <span class="param-type">*</span>
8632
+ <span class="param-type">
8633
+
8634
+ *
8635
+
8636
+ </span>
8137
8637
 
8138
8638
 
8139
8639
 
@@ -8149,7 +8649,11 @@ collection.unshift(1, 2)</code></pre>
8149
8649
  <code>
8150
8650
 
8151
8651
 
8152
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8652
+ <span class="param-type">
8653
+
8654
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8655
+
8656
+ </span>
8153
8657
 
8154
8658
 
8155
8659
 
@@ -8165,7 +8669,11 @@ collection.unshift(1, 2)</code></pre>
8165
8669
  <code>
8166
8670
 
8167
8671
 
8168
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8672
+ <span class="param-type">
8673
+
8674
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8675
+
8676
+ </span>
8169
8677
 
8170
8678
 
8171
8679
 
@@ -8181,7 +8689,11 @@ collection.unshift(1, 2)</code></pre>
8181
8689
  <code>
8182
8690
 
8183
8691
 
8184
- <span class="param-type">*</span>
8692
+ <span class="param-type">
8693
+
8694
+ *
8695
+
8696
+ </span>
8185
8697
 
8186
8698
 
8187
8699
 
@@ -8197,7 +8709,11 @@ collection.unshift(1, 2)</code></pre>
8197
8709
  <code>
8198
8710
 
8199
8711
 
8200
- <span class="param-type">Boolean</span>
8712
+ <span class="param-type">
8713
+
8714
+ Boolean
8715
+
8716
+ </span>
8201
8717
 
8202
8718
 
8203
8719
 
@@ -8213,7 +8729,11 @@ collection.unshift(1, 2)</code></pre>
8213
8729
  <code>
8214
8730
 
8215
8731
 
8216
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8732
+ <span class="param-type">
8733
+
8734
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8735
+
8736
+ </span>
8217
8737
 
8218
8738
 
8219
8739
 
@@ -8229,7 +8749,11 @@ collection.unshift(1, 2)</code></pre>
8229
8749
  <code>
8230
8750
 
8231
8751
 
8232
- <span class="param-type">*</span>
8752
+ <span class="param-type">
8753
+
8754
+ *
8755
+
8756
+ </span>
8233
8757
 
8234
8758
 
8235
8759
 
@@ -8245,7 +8769,11 @@ collection.unshift(1, 2)</code></pre>
8245
8769
  <code>
8246
8770
 
8247
8771
 
8248
- <span class="param-type">Number</span>
8772
+ <span class="param-type">
8773
+
8774
+ Number
8775
+
8776
+ </span>
8249
8777
 
8250
8778
 
8251
8779
 
@@ -8261,7 +8789,11 @@ collection.unshift(1, 2)</code></pre>
8261
8789
  <code>
8262
8790
 
8263
8791
 
8264
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8792
+ <span class="param-type">
8793
+
8794
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8795
+
8796
+ </span>
8265
8797
 
8266
8798
 
8267
8799
 
@@ -8277,7 +8809,11 @@ collection.unshift(1, 2)</code></pre>
8277
8809
  <code>
8278
8810
 
8279
8811
 
8280
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8812
+ <span class="param-type">
8813
+
8814
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8815
+
8816
+ </span>
8281
8817
 
8282
8818
 
8283
8819
 
@@ -8293,7 +8829,11 @@ collection.unshift(1, 2)</code></pre>
8293
8829
  <code>
8294
8830
 
8295
8831
 
8296
- <span class="param-type">*</span>
8832
+ <span class="param-type">
8833
+
8834
+ *
8835
+
8836
+ </span>
8297
8837
 
8298
8838
 
8299
8839
 
@@ -8309,7 +8849,11 @@ collection.unshift(1, 2)</code></pre>
8309
8849
  <code>
8310
8850
 
8311
8851
 
8312
- <span class="param-type">Boolean</span>
8852
+ <span class="param-type">
8853
+
8854
+ Boolean
8855
+
8856
+ </span>
8313
8857
 
8314
8858
 
8315
8859
 
@@ -8325,7 +8869,11 @@ collection.unshift(1, 2)</code></pre>
8325
8869
  <code>
8326
8870
 
8327
8871
 
8328
- <span class="param-type">Number</span>
8872
+ <span class="param-type">
8873
+
8874
+ Number
8875
+
8876
+ </span>
8329
8877
 
8330
8878
 
8331
8879
 
@@ -8341,7 +8889,11 @@ collection.unshift(1, 2)</code></pre>
8341
8889
  <code>
8342
8890
 
8343
8891
 
8344
- <span class="param-type">String</span>
8892
+ <span class="param-type">
8893
+
8894
+ String
8895
+
8896
+ </span>
8345
8897
 
8346
8898
 
8347
8899
 
@@ -8357,7 +8909,11 @@ collection.unshift(1, 2)</code></pre>
8357
8909
  <code>
8358
8910
 
8359
8911
 
8360
- <span class="param-type">Number</span>
8912
+ <span class="param-type">
8913
+
8914
+ Number
8915
+
8916
+ </span>
8361
8917
 
8362
8918
 
8363
8919
 
@@ -8373,7 +8929,11 @@ collection.unshift(1, 2)</code></pre>
8373
8929
  <code>
8374
8930
 
8375
8931
 
8376
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8932
+ <span class="param-type">
8933
+
8934
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8935
+
8936
+ </span>
8377
8937
 
8378
8938
 
8379
8939
 
@@ -8389,7 +8949,11 @@ collection.unshift(1, 2)</code></pre>
8389
8949
  <code>
8390
8950
 
8391
8951
 
8392
- <span class="param-type">*</span>
8952
+ <span class="param-type">
8953
+
8954
+ *
8955
+
8956
+ </span>
8393
8957
 
8394
8958
 
8395
8959
 
@@ -8405,7 +8969,11 @@ collection.unshift(1, 2)</code></pre>
8405
8969
  <code>
8406
8970
 
8407
8971
 
8408
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8972
+ <span class="param-type">
8973
+
8974
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
8975
+
8976
+ </span>
8409
8977
 
8410
8978
 
8411
8979
 
@@ -8421,7 +8989,11 @@ collection.unshift(1, 2)</code></pre>
8421
8989
  <code>
8422
8990
 
8423
8991
 
8424
- <span class="param-type">*</span>
8992
+ <span class="param-type">
8993
+
8994
+ *
8995
+
8996
+ </span>
8425
8997
 
8426
8998
 
8427
8999
 
@@ -8437,7 +9009,11 @@ collection.unshift(1, 2)</code></pre>
8437
9009
  <code>
8438
9010
 
8439
9011
 
8440
- <span class="param-type">*</span>
9012
+ <span class="param-type">
9013
+
9014
+ *
9015
+
9016
+ </span>
8441
9017
 
8442
9018
 
8443
9019
 
@@ -8453,7 +9029,11 @@ collection.unshift(1, 2)</code></pre>
8453
9029
  <code>
8454
9030
 
8455
9031
 
8456
- <span class="param-type">Boolean</span>
9032
+ <span class="param-type">
9033
+
9034
+ Boolean
9035
+
9036
+ </span>
8457
9037
 
8458
9038
 
8459
9039
 
@@ -8479,7 +9059,11 @@ collection.unshift(1, 2)</code></pre>
8479
9059
  <code>
8480
9060
 
8481
9061
 
8482
- <span class="param-type">*</span>
9062
+ <span class="param-type">
9063
+
9064
+ *
9065
+
9066
+ </span>
8483
9067
 
8484
9068
 
8485
9069
 
@@ -8495,7 +9079,11 @@ collection.unshift(1, 2)</code></pre>
8495
9079
  <code>
8496
9080
 
8497
9081
 
8498
- <span class="param-type">Array.&lt;*></span>
9082
+ <span class="param-type">
9083
+
9084
+ Array.&lt;*>
9085
+
9086
+ </span>
8499
9087
 
8500
9088
 
8501
9089
 
@@ -8521,7 +9109,11 @@ collection.unshift(1, 2)</code></pre>
8521
9109
  <code>
8522
9110
 
8523
9111
 
8524
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9112
+ <span class="param-type">
9113
+
9114
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9115
+
9116
+ </span>
8525
9117
 
8526
9118
 
8527
9119
 
@@ -8537,7 +9129,11 @@ collection.unshift(1, 2)</code></pre>
8537
9129
  <code>
8538
9130
 
8539
9131
 
8540
- <span class="param-type">*</span>
9132
+ <span class="param-type">
9133
+
9134
+ *
9135
+
9136
+ </span>
8541
9137
 
8542
9138
 
8543
9139
 
@@ -8553,7 +9149,11 @@ collection.unshift(1, 2)</code></pre>
8553
9149
  <code>
8554
9150
 
8555
9151
 
8556
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9152
+ <span class="param-type">
9153
+
9154
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9155
+
9156
+ </span>
8557
9157
 
8558
9158
 
8559
9159
 
@@ -8569,7 +9169,11 @@ collection.unshift(1, 2)</code></pre>
8569
9169
  <code>
8570
9170
 
8571
9171
 
8572
- <span class="param-type">Boolean</span>
9172
+ <span class="param-type">
9173
+
9174
+ Boolean
9175
+
9176
+ </span>
8573
9177
 
8574
9178
 
8575
9179
 
@@ -8585,7 +9189,11 @@ collection.unshift(1, 2)</code></pre>
8585
9189
  <code>
8586
9190
 
8587
9191
 
8588
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9192
+ <span class="param-type">
9193
+
9194
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9195
+
9196
+ </span>
8589
9197
 
8590
9198
 
8591
9199
 
@@ -8601,7 +9209,11 @@ collection.unshift(1, 2)</code></pre>
8601
9209
  <code>
8602
9210
 
8603
9211
 
8604
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9212
+ <span class="param-type">
9213
+
9214
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9215
+
9216
+ </span>
8605
9217
 
8606
9218
 
8607
9219
 
@@ -8617,7 +9229,11 @@ collection.unshift(1, 2)</code></pre>
8617
9229
  <code>
8618
9230
 
8619
9231
 
8620
- <span class="param-type">Array</span>
9232
+ <span class="param-type">
9233
+
9234
+ Array
9235
+
9236
+ </span>
8621
9237
 
8622
9238
 
8623
9239
 
@@ -8633,7 +9249,11 @@ collection.unshift(1, 2)</code></pre>
8633
9249
  <code>
8634
9250
 
8635
9251
 
8636
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9252
+ <span class="param-type">
9253
+
9254
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9255
+
9256
+ </span>
8637
9257
 
8638
9258
 
8639
9259
 
@@ -8715,13 +9335,17 @@ collection.unshift(1, 2)</code></pre>
8715
9335
 
8716
9336
  <tr class="deep-level-0">
8717
9337
 
8718
- <td class="name" id="item"><code>item</code></td>
9338
+ <td class="name"><code>item</code></td>
8719
9339
 
8720
9340
 
8721
9341
  <td class="type">
8722
9342
 
8723
9343
 
8724
- <span class="param-type">*</span>
9344
+ <span class="param-type">
9345
+
9346
+ *
9347
+
9348
+ </span>
8725
9349
 
8726
9350
 
8727
9351
 
@@ -8810,7 +9434,11 @@ collection.unshift(1, 2)</code></pre>
8810
9434
  <div class='column is-5 has-text-left'>
8811
9435
  <label>类型: </label>
8812
9436
 
8813
- <span class="param-type">Boolean</span>
9437
+ <span class="param-type">
9438
+
9439
+ Boolean
9440
+
9441
+ </span>
8814
9442
 
8815
9443
 
8816
9444
 
@@ -8892,13 +9520,17 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8892
9520
 
8893
9521
  <tr class="deep-level-0">
8894
9522
 
8895
- <td class="name" id="item"><code>item</code></td>
9523
+ <td class="name"><code>item</code></td>
8896
9524
 
8897
9525
 
8898
9526
  <td class="type">
8899
9527
 
8900
9528
 
8901
- <span class="param-type">*</span>
9529
+ <span class="param-type">
9530
+
9531
+ *
9532
+
9533
+ </span>
8902
9534
 
8903
9535
 
8904
9536
 
@@ -8917,13 +9549,17 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8917
9549
 
8918
9550
  <tr class="deep-level-0">
8919
9551
 
8920
- <td class="name" id="index"><code>index</code></td>
9552
+ <td class="name"><code>index</code></td>
8921
9553
 
8922
9554
 
8923
9555
  <td class="type">
8924
9556
 
8925
9557
 
8926
- <span class="param-type">Number</span>
9558
+ <span class="param-type">
9559
+
9560
+ Number
9561
+
9562
+ </span>
8927
9563
 
8928
9564
 
8929
9565
 
@@ -9012,7 +9648,11 @@ const isCollection = Collection.isCollection(collection)</code></pre>
9012
9648
  <div class='column is-5 has-text-left'>
9013
9649
  <label>类型: </label>
9014
9650
 
9015
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9651
+ <span class="param-type">
9652
+
9653
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
9654
+
9655
+ </span>
9016
9656
 
9017
9657
 
9018
9658
 
@@ -9105,13 +9745,17 @@ collection.add({
9105
9745
 
9106
9746
  <tr class="deep-level-0">
9107
9747
 
9108
- <td class="name" id="items"><code>items</code></td>
9748
+ <td class="name"><code>items</code></td>
9109
9749
 
9110
9750
 
9111
9751
  <td class="type">
9112
9752
 
9113
9753
 
9114
- <span class="param-type">Array.&lt;*></span>
9754
+ <span class="param-type">
9755
+
9756
+ Array.&lt;*>
9757
+
9758
+ </span>
9115
9759
 
9116
9760
 
9117
9761
 
@@ -9130,13 +9774,17 @@ collection.add({
9130
9774
 
9131
9775
  <tr class="deep-level-0">
9132
9776
 
9133
- <td class="name" id="index"><code>index</code></td>
9777
+ <td class="name"><code>index</code></td>
9134
9778
 
9135
9779
 
9136
9780
  <td class="type">
9137
9781
 
9138
9782
 
9139
- <span class="param-type">Number</span>
9783
+ <span class="param-type">
9784
+
9785
+ Number
9786
+
9787
+ </span>
9140
9788
 
9141
9789
 
9142
9790
 
@@ -9333,7 +9981,11 @@ collection.addMany([1, 2, 3], 2)</code></pre>
9333
9981
  <div class='column is-5 has-text-left'>
9334
9982
  <label>类型: </label>
9335
9983
 
9336
- <span class="param-type">Array.&lt;*></span>
9984
+ <span class="param-type">
9985
+
9986
+ Array.&lt;*>
9987
+
9988
+ </span>
9337
9989
 
9338
9990
 
9339
9991
 
@@ -9415,13 +10067,17 @@ collection.all()</code></pre>
9415
10067
 
9416
10068
  <tr class="deep-level-0">
9417
10069
 
9418
- <td class="name" id="index"><code>index</code></td>
10070
+ <td class="name"><code>index</code></td>
9419
10071
 
9420
10072
 
9421
10073
  <td class="type">
9422
10074
 
9423
10075
 
9424
- <span class="param-type">Number</span>
10076
+ <span class="param-type">
10077
+
10078
+ Number
10079
+
10080
+ </span>
9425
10081
 
9426
10082
 
9427
10083
 
@@ -9510,7 +10166,11 @@ collection.all()</code></pre>
9510
10166
  <div class='column is-5 has-text-left'>
9511
10167
  <label>类型: </label>
9512
10168
 
9513
- <span class="param-type">*</span>
10169
+ <span class="param-type">
10170
+
10171
+ *
10172
+
10173
+ </span>
9514
10174
 
9515
10175
 
9516
10176
 
@@ -9637,7 +10297,11 @@ const item = collection.at(1)</code></pre>
9637
10297
  <div class='column is-5 has-text-left'>
9638
10298
  <label>类型: </label>
9639
10299
 
9640
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10300
+ <span class="param-type">
10301
+
10302
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10303
+
10304
+ </span>
9641
10305
 
9642
10306
 
9643
10307
 
@@ -9719,16 +10383,24 @@ const cloneObj = collection.clone()</code></pre>
9719
10383
 
9720
10384
  <tr class="deep-level-0">
9721
10385
 
9722
- <td class="name" id="collection"><code>collection</code></td>
10386
+ <td class="name"><code>collection</code></td>
9723
10387
 
9724
10388
 
9725
10389
  <td class="type">
9726
10390
 
9727
10391
 
9728
- <span class="param-type">Array</span>
10392
+ <span class="param-type">
10393
+
10394
+ Array
10395
+
10396
+ </span>
9729
10397
  |
9730
10398
 
9731
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10399
+ <span class="param-type">
10400
+
10401
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10402
+
10403
+ </span>
9732
10404
 
9733
10405
 
9734
10406
 
@@ -9817,7 +10489,11 @@ const cloneObj = collection.clone()</code></pre>
9817
10489
  <div class='column is-5 has-text-left'>
9818
10490
  <label>类型: </label>
9819
10491
 
9820
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10492
+ <span class="param-type">
10493
+
10494
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10495
+
10496
+ </span>
9821
10497
 
9822
10498
 
9823
10499
 
@@ -9900,13 +10576,17 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9900
10576
 
9901
10577
  <tr class="deep-level-0">
9902
10578
 
9903
- <td class="name" id="item"><code>item</code></td>
10579
+ <td class="name"><code>item</code></td>
9904
10580
 
9905
10581
 
9906
10582
  <td class="type">
9907
10583
 
9908
10584
 
9909
- <span class="param-type">*</span>
10585
+ <span class="param-type">
10586
+
10587
+ *
10588
+
10589
+ </span>
9910
10590
 
9911
10591
 
9912
10592
 
@@ -9995,7 +10675,11 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9995
10675
  <div class='column is-5 has-text-left'>
9996
10676
  <label>类型: </label>
9997
10677
 
9998
- <span class="param-type">*</span>
10678
+ <span class="param-type">
10679
+
10680
+ *
10681
+
10682
+ </span>
9999
10683
 
10000
10684
 
10001
10685
 
@@ -10067,13 +10751,17 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
10067
10751
 
10068
10752
  <tr class="deep-level-0">
10069
10753
 
10070
- <td class="name" id="fn"><code>fn</code></td>
10754
+ <td class="name"><code>fn</code></td>
10071
10755
 
10072
10756
 
10073
10757
  <td class="type">
10074
10758
 
10075
10759
 
10076
- <span class="param-type">function</span>
10760
+ <span class="param-type">
10761
+
10762
+ function
10763
+
10764
+ </span>
10077
10765
 
10078
10766
 
10079
10767
 
@@ -10162,7 +10850,11 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
10162
10850
  <div class='column is-5 has-text-left'>
10163
10851
  <label>类型: </label>
10164
10852
 
10165
- <span class="param-type">Boolean</span>
10853
+ <span class="param-type">
10854
+
10855
+ Boolean
10856
+
10857
+ </span>
10166
10858
 
10167
10859
 
10168
10860
 
@@ -10246,13 +10938,17 @@ const isNumber = collection.every(function(item) {
10246
10938
 
10247
10939
  <tr class="deep-level-0">
10248
10940
 
10249
- <td class="name" id="fn"><code>fn</code></td>
10941
+ <td class="name"><code>fn</code></td>
10250
10942
 
10251
10943
 
10252
10944
  <td class="type">
10253
10945
 
10254
10946
 
10255
- <span class="param-type">function</span>
10947
+ <span class="param-type">
10948
+
10949
+ function
10950
+
10951
+ </span>
10256
10952
 
10257
10953
 
10258
10954
 
@@ -10341,7 +11037,11 @@ const isNumber = collection.every(function(item) {
10341
11037
  <div class='column is-5 has-text-left'>
10342
11038
  <label>类型: </label>
10343
11039
 
10344
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11040
+ <span class="param-type">
11041
+
11042
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11043
+
11044
+ </span>
10345
11045
 
10346
11046
 
10347
11047
 
@@ -10425,13 +11125,17 @@ const newCollection = collection.filter(function(item) {
10425
11125
 
10426
11126
  <tr class="deep-level-0">
10427
11127
 
10428
- <td class="name" id="fn"><code>fn</code></td>
11128
+ <td class="name"><code>fn</code></td>
10429
11129
 
10430
11130
 
10431
11131
  <td class="type">
10432
11132
 
10433
11133
 
10434
- <span class="param-type">function</span>
11134
+ <span class="param-type">
11135
+
11136
+ function
11137
+
11138
+ </span>
10435
11139
 
10436
11140
 
10437
11141
 
@@ -10520,7 +11224,11 @@ const newCollection = collection.filter(function(item) {
10520
11224
  <div class='column is-5 has-text-left'>
10521
11225
  <label>类型: </label>
10522
11226
 
10523
- <span class="param-type">*</span>
11227
+ <span class="param-type">
11228
+
11229
+ *
11230
+
11231
+ </span>
10524
11232
 
10525
11233
 
10526
11234
 
@@ -10604,13 +11312,17 @@ const item = collection.find(function(item) {
10604
11312
 
10605
11313
  <tr class="deep-level-0">
10606
11314
 
10607
- <td class="name" id="fn"><code>fn</code></td>
11315
+ <td class="name"><code>fn</code></td>
10608
11316
 
10609
11317
 
10610
11318
  <td class="type">
10611
11319
 
10612
11320
 
10613
- <span class="param-type">function</span>
11321
+ <span class="param-type">
11322
+
11323
+ function
11324
+
11325
+ </span>
10614
11326
 
10615
11327
 
10616
11328
 
@@ -10699,7 +11411,11 @@ const item = collection.find(function(item) {
10699
11411
  <div class='column is-5 has-text-left'>
10700
11412
  <label>类型: </label>
10701
11413
 
10702
- <span class="param-type">Number</span>
11414
+ <span class="param-type">
11415
+
11416
+ Number
11417
+
11418
+ </span>
10703
11419
 
10704
11420
 
10705
11421
 
@@ -10783,13 +11499,17 @@ const index = collection.findIndex(function(item) {
10783
11499
 
10784
11500
  <tr class="deep-level-0">
10785
11501
 
10786
- <td class="name" id="fn"><code>fn</code></td>
11502
+ <td class="name"><code>fn</code></td>
10787
11503
 
10788
11504
 
10789
11505
  <td class="type">
10790
11506
 
10791
11507
 
10792
- <span class="param-type">function</span>
11508
+ <span class="param-type">
11509
+
11510
+ function
11511
+
11512
+ </span>
10793
11513
 
10794
11514
 
10795
11515
 
@@ -10878,7 +11598,11 @@ const index = collection.findIndex(function(item) {
10878
11598
  <div class='column is-5 has-text-left'>
10879
11599
  <label>类型: </label>
10880
11600
 
10881
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11601
+ <span class="param-type">
11602
+
11603
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11604
+
11605
+ </span>
10882
11606
 
10883
11607
 
10884
11608
 
@@ -10966,13 +11690,17 @@ const flatten = collection.flatten(function(item) {
10966
11690
 
10967
11691
  <tr class="deep-level-0">
10968
11692
 
10969
- <td class="name" id="fn"><code>fn</code></td>
11693
+ <td class="name"><code>fn</code></td>
10970
11694
 
10971
11695
 
10972
11696
  <td class="type">
10973
11697
 
10974
11698
 
10975
- <span class="param-type">function</span>
11699
+ <span class="param-type">
11700
+
11701
+ function
11702
+
11703
+ </span>
10976
11704
 
10977
11705
 
10978
11706
 
@@ -11061,7 +11789,11 @@ const flatten = collection.flatten(function(item) {
11061
11789
  <div class='column is-5 has-text-left'>
11062
11790
  <label>类型: </label>
11063
11791
 
11064
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11792
+ <span class="param-type">
11793
+
11794
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
11795
+
11796
+ </span>
11065
11797
 
11066
11798
 
11067
11799
 
@@ -11145,13 +11877,17 @@ collection.forEach(function(item) {
11145
11877
 
11146
11878
  <tr class="deep-level-0">
11147
11879
 
11148
- <td class="name" id="index"><code>index</code></td>
11880
+ <td class="name"><code>index</code></td>
11149
11881
 
11150
11882
 
11151
11883
  <td class="type">
11152
11884
 
11153
11885
 
11154
- <span class="param-type">Number</span>
11886
+ <span class="param-type">
11887
+
11888
+ Number
11889
+
11890
+ </span>
11155
11891
 
11156
11892
 
11157
11893
 
@@ -11240,7 +11976,11 @@ collection.forEach(function(item) {
11240
11976
  <div class='column is-5 has-text-left'>
11241
11977
  <label>类型: </label>
11242
11978
 
11243
- <span class="param-type">*</span>
11979
+ <span class="param-type">
11980
+
11981
+ *
11982
+
11983
+ </span>
11244
11984
 
11245
11985
 
11246
11986
 
@@ -11322,13 +12062,17 @@ const item = collection.getItemAt(1)</code></pre>
11322
12062
 
11323
12063
  <tr class="deep-level-0">
11324
12064
 
11325
- <td class="name" id="item"><code>item</code></td>
12065
+ <td class="name"><code>item</code></td>
11326
12066
 
11327
12067
 
11328
12068
  <td class="type">
11329
12069
 
11330
12070
 
11331
- <span class="param-type">*</span>
12071
+ <span class="param-type">
12072
+
12073
+ *
12074
+
12075
+ </span>
11332
12076
 
11333
12077
 
11334
12078
 
@@ -11417,7 +12161,11 @@ const item = collection.getItemAt(1)</code></pre>
11417
12161
  <div class='column is-5 has-text-left'>
11418
12162
  <label>类型: </label>
11419
12163
 
11420
- <span class="param-type">Boolean</span>
12164
+ <span class="param-type">
12165
+
12166
+ Boolean
12167
+
12168
+ </span>
11421
12169
 
11422
12170
 
11423
12171
 
@@ -11499,13 +12247,17 @@ const isInclude = collection.includes(2)</code></pre>
11499
12247
 
11500
12248
  <tr class="deep-level-0">
11501
12249
 
11502
- <td class="name" id="item"><code>item</code></td>
12250
+ <td class="name"><code>item</code></td>
11503
12251
 
11504
12252
 
11505
12253
  <td class="type">
11506
12254
 
11507
12255
 
11508
- <span class="param-type">*</span>
12256
+ <span class="param-type">
12257
+
12258
+ *
12259
+
12260
+ </span>
11509
12261
 
11510
12262
 
11511
12263
 
@@ -11524,13 +12276,17 @@ const isInclude = collection.includes(2)</code></pre>
11524
12276
 
11525
12277
  <tr class="deep-level-0">
11526
12278
 
11527
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
12279
+ <td class="name"><code>fromIndex</code></td>
11528
12280
 
11529
12281
 
11530
12282
  <td class="type">
11531
12283
 
11532
12284
 
11533
- <span class="param-type">Number</span>
12285
+ <span class="param-type">
12286
+
12287
+ Number
12288
+
12289
+ </span>
11534
12290
 
11535
12291
 
11536
12292
 
@@ -11619,7 +12375,11 @@ const isInclude = collection.includes(2)</code></pre>
11619
12375
  <div class='column is-5 has-text-left'>
11620
12376
  <label>类型: </label>
11621
12377
 
11622
- <span class="param-type">Number</span>
12378
+ <span class="param-type">
12379
+
12380
+ Number
12381
+
12382
+ </span>
11623
12383
 
11624
12384
 
11625
12385
 
@@ -11714,13 +12474,17 @@ const index = collection.indexOf(item, 1)</code></pre>
11714
12474
 
11715
12475
  <tr class="deep-level-0">
11716
12476
 
11717
- <td class="name" id="separator"><code>separator</code></td>
12477
+ <td class="name"><code>separator</code></td>
11718
12478
 
11719
12479
 
11720
12480
  <td class="type">
11721
12481
 
11722
12482
 
11723
- <span class="param-type">String</span>
12483
+ <span class="param-type">
12484
+
12485
+ String
12486
+
12487
+ </span>
11724
12488
 
11725
12489
 
11726
12490
 
@@ -11809,7 +12573,11 @@ const index = collection.indexOf(item, 1)</code></pre>
11809
12573
  <div class='column is-5 has-text-left'>
11810
12574
  <label>类型: </label>
11811
12575
 
11812
- <span class="param-type">String</span>
12576
+ <span class="param-type">
12577
+
12578
+ String
12579
+
12580
+ </span>
11813
12581
 
11814
12582
 
11815
12583
 
@@ -11891,13 +12659,17 @@ const str = collection.join(',')</code></pre>
11891
12659
 
11892
12660
  <tr class="deep-level-0">
11893
12661
 
11894
- <td class="name" id="item"><code>item</code></td>
12662
+ <td class="name"><code>item</code></td>
11895
12663
 
11896
12664
 
11897
12665
  <td class="type">
11898
12666
 
11899
12667
 
11900
- <span class="param-type">*</span>
12668
+ <span class="param-type">
12669
+
12670
+ *
12671
+
12672
+ </span>
11901
12673
 
11902
12674
 
11903
12675
 
@@ -11916,13 +12688,17 @@ const str = collection.join(',')</code></pre>
11916
12688
 
11917
12689
  <tr class="deep-level-0">
11918
12690
 
11919
- <td class="name" id="fromIndex"><code>fromIndex</code></td>
12691
+ <td class="name"><code>fromIndex</code></td>
11920
12692
 
11921
12693
 
11922
12694
  <td class="type">
11923
12695
 
11924
12696
 
11925
- <span class="param-type">Number</span>
12697
+ <span class="param-type">
12698
+
12699
+ Number
12700
+
12701
+ </span>
11926
12702
 
11927
12703
 
11928
12704
 
@@ -12011,7 +12787,11 @@ const str = collection.join(',')</code></pre>
12011
12787
  <div class='column is-5 has-text-left'>
12012
12788
  <label>类型: </label>
12013
12789
 
12014
- <span class="param-type">Number</span>
12790
+ <span class="param-type">
12791
+
12792
+ Number
12793
+
12794
+ </span>
12015
12795
 
12016
12796
 
12017
12797
 
@@ -12100,13 +12880,17 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
12100
12880
 
12101
12881
  <tr class="deep-level-0">
12102
12882
 
12103
- <td class="name" id="fn"><code>fn</code></td>
12883
+ <td class="name"><code>fn</code></td>
12104
12884
 
12105
12885
 
12106
12886
  <td class="type">
12107
12887
 
12108
12888
 
12109
- <span class="param-type">function</span>
12889
+ <span class="param-type">
12890
+
12891
+ function
12892
+
12893
+ </span>
12110
12894
 
12111
12895
 
12112
12896
 
@@ -12195,7 +12979,11 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
12195
12979
  <div class='column is-5 has-text-left'>
12196
12980
  <label>类型: </label>
12197
12981
 
12198
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12982
+ <span class="param-type">
12983
+
12984
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
12985
+
12986
+ </span>
12199
12987
 
12200
12988
 
12201
12989
 
@@ -12324,7 +13112,11 @@ const newCollection = collection.map(function (item) {
12324
13112
  <div class='column is-5 has-text-left'>
12325
13113
  <label>类型: </label>
12326
13114
 
12327
- <span class="param-type">*</span>
13115
+ <span class="param-type">
13116
+
13117
+ *
13118
+
13119
+ </span>
12328
13120
 
12329
13121
 
12330
13122
 
@@ -12406,13 +13198,17 @@ const item = collection.pop()</code></pre>
12406
13198
 
12407
13199
  <tr class="deep-level-0">
12408
13200
 
12409
- <td class="name" id="item"><code>item</code></td>
13201
+ <td class="name"><code>item</code></td>
12410
13202
 
12411
13203
 
12412
13204
  <td class="type">
12413
13205
 
12414
13206
 
12415
- <span class="param-type">*</span>
13207
+ <span class="param-type">
13208
+
13209
+ *
13210
+
13211
+ </span>
12416
13212
 
12417
13213
 
12418
13214
 
@@ -12501,7 +13297,11 @@ const item = collection.pop()</code></pre>
12501
13297
  <div class='column is-5 has-text-left'>
12502
13298
  <label>类型: </label>
12503
13299
 
12504
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
13300
+ <span class="param-type">
13301
+
13302
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
13303
+
13304
+ </span>
12505
13305
 
12506
13306
 
12507
13307
 
@@ -12583,13 +13383,17 @@ collection.push(4)</code></pre>
12583
13383
 
12584
13384
  <tr class="deep-level-0">
12585
13385
 
12586
- <td class="name" id="fn"><code>fn</code></td>
13386
+ <td class="name"><code>fn</code></td>
12587
13387
 
12588
13388
 
12589
13389
  <td class="type">
12590
13390
 
12591
13391
 
12592
- <span class="param-type">function</span>
13392
+ <span class="param-type">
13393
+
13394
+ function
13395
+
13396
+ </span>
12593
13397
 
12594
13398
 
12595
13399
 
@@ -12608,13 +13412,17 @@ collection.push(4)</code></pre>
12608
13412
 
12609
13413
  <tr class="deep-level-0">
12610
13414
 
12611
- <td class="name" id="baseValue"><code>baseValue</code></td>
13415
+ <td class="name"><code>baseValue</code></td>
12612
13416
 
12613
13417
 
12614
13418
  <td class="type">
12615
13419
 
12616
13420
 
12617
- <span class="param-type">*</span>
13421
+ <span class="param-type">
13422
+
13423
+ *
13424
+
13425
+ </span>
12618
13426
 
12619
13427
 
12620
13428
 
@@ -12703,7 +13511,11 @@ collection.push(4)</code></pre>
12703
13511
  <div class='column is-5 has-text-left'>
12704
13512
  <label>类型: </label>
12705
13513
 
12706
- <span class="param-type">*</span>
13514
+ <span class="param-type">
13515
+
13516
+ *
13517
+
13518
+ </span>
12707
13519
 
12708
13520
 
12709
13521
 
@@ -12787,13 +13599,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
12787
13599
 
12788
13600
  <tr class="deep-level-0">
12789
13601
 
12790
- <td class="name" id="fn"><code>fn</code></td>
13602
+ <td class="name"><code>fn</code></td>
12791
13603
 
12792
13604
 
12793
13605
  <td class="type">
12794
13606
 
12795
13607
 
12796
- <span class="param-type">function</span>
13608
+ <span class="param-type">
13609
+
13610
+ function
13611
+
13612
+ </span>
12797
13613
 
12798
13614
 
12799
13615
 
@@ -12812,13 +13628,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
12812
13628
 
12813
13629
  <tr class="deep-level-0">
12814
13630
 
12815
- <td class="name" id="baseValue"><code>baseValue</code></td>
13631
+ <td class="name"><code>baseValue</code></td>
12816
13632
 
12817
13633
 
12818
13634
  <td class="type">
12819
13635
 
12820
13636
 
12821
- <span class="param-type">*</span>
13637
+ <span class="param-type">
13638
+
13639
+ *
13640
+
13641
+ </span>
12822
13642
 
12823
13643
 
12824
13644
 
@@ -12907,7 +13727,11 @@ const sum = collection.reduce(function (reduceCarry, item) {
12907
13727
  <div class='column is-5 has-text-left'>
12908
13728
  <label>类型: </label>
12909
13729
 
12910
- <span class="param-type">*</span>
13730
+ <span class="param-type">
13731
+
13732
+ *
13733
+
13734
+ </span>
12911
13735
 
12912
13736
 
12913
13737
 
@@ -12991,13 +13815,17 @@ const sum = collection.reduce(function (reduceCarry, item) {
12991
13815
 
12992
13816
  <tr class="deep-level-0">
12993
13817
 
12994
- <td class="name" id="item"><code>item</code></td>
13818
+ <td class="name"><code>item</code></td>
12995
13819
 
12996
13820
 
12997
13821
  <td class="type">
12998
13822
 
12999
13823
 
13000
- <span class="param-type">*</span>
13824
+ <span class="param-type">
13825
+
13826
+ *
13827
+
13828
+ </span>
13001
13829
 
13002
13830
 
13003
13831
 
@@ -13086,7 +13914,11 @@ const sum = collection.reduce(function (reduceCarry, item) {
13086
13914
  <div class='column is-5 has-text-left'>
13087
13915
  <label>类型: </label>
13088
13916
 
13089
- <span class="param-type">Boolean</span>
13917
+ <span class="param-type">
13918
+
13919
+ Boolean
13920
+
13921
+ </span>
13090
13922
 
13091
13923
 
13092
13924
 
@@ -13269,13 +14101,17 @@ collection.removeAll(1)</code></pre>
13269
14101
 
13270
14102
  <tr class="deep-level-0">
13271
14103
 
13272
- <td class="name" id="index"><code>index</code></td>
14104
+ <td class="name"><code>index</code></td>
13273
14105
 
13274
14106
 
13275
14107
  <td class="type">
13276
14108
 
13277
14109
 
13278
- <span class="param-type">Number</span>
14110
+ <span class="param-type">
14111
+
14112
+ Number
14113
+
14114
+ </span>
13279
14115
 
13280
14116
 
13281
14117
 
@@ -13364,7 +14200,11 @@ collection.removeAll(1)</code></pre>
13364
14200
  <div class='column is-5 has-text-left'>
13365
14201
  <label>类型: </label>
13366
14202
 
13367
- <span class="param-type">*</span>
14203
+ <span class="param-type">
14204
+
14205
+ *
14206
+
14207
+ </span>
13368
14208
 
13369
14209
 
13370
14210
 
@@ -13446,13 +14286,17 @@ collection.removeAt(1)</code></pre>
13446
14286
 
13447
14287
  <tr class="deep-level-0">
13448
14288
 
13449
- <td class="name" id="items"><code>items</code></td>
14289
+ <td class="name"><code>items</code></td>
13450
14290
 
13451
14291
 
13452
14292
  <td class="type">
13453
14293
 
13454
14294
 
13455
- <span class="param-type">Array.&lt;*></span>
14295
+ <span class="param-type">
14296
+
14297
+ Array.&lt;*>
14298
+
14299
+ </span>
13456
14300
 
13457
14301
 
13458
14302
 
@@ -13541,7 +14385,11 @@ collection.removeAt(1)</code></pre>
13541
14385
  <div class='column is-5 has-text-left'>
13542
14386
  <label>类型: </label>
13543
14387
 
13544
- <span class="param-type">Array.&lt;*></span>
14388
+ <span class="param-type">
14389
+
14390
+ Array.&lt;*>
14391
+
14392
+ </span>
13545
14393
 
13546
14394
 
13547
14395
 
@@ -13623,13 +14471,17 @@ collection.removeMany([1, 2])</code></pre>
13623
14471
 
13624
14472
  <tr class="deep-level-0">
13625
14473
 
13626
- <td class="name" id="item"><code>item</code></td>
14474
+ <td class="name"><code>item</code></td>
13627
14475
 
13628
14476
 
13629
14477
  <td class="type">
13630
14478
 
13631
14479
 
13632
- <span class="param-type">*</span>
14480
+ <span class="param-type">
14481
+
14482
+ *
14483
+
14484
+ </span>
13633
14485
 
13634
14486
 
13635
14487
 
@@ -13648,13 +14500,17 @@ collection.removeMany([1, 2])</code></pre>
13648
14500
 
13649
14501
  <tr class="deep-level-0">
13650
14502
 
13651
- <td class="name" id="index"><code>index</code></td>
14503
+ <td class="name"><code>index</code></td>
13652
14504
 
13653
14505
 
13654
14506
  <td class="type">
13655
14507
 
13656
14508
 
13657
- <span class="param-type">Number</span>
14509
+ <span class="param-type">
14510
+
14511
+ Number
14512
+
14513
+ </span>
13658
14514
 
13659
14515
 
13660
14516
 
@@ -13844,7 +14700,11 @@ collection.reorder(1, 2)</code></pre>
13844
14700
  <div class='column is-5 has-text-left'>
13845
14701
  <label>类型: </label>
13846
14702
 
13847
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14703
+ <span class="param-type">
14704
+
14705
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
14706
+
14707
+ </span>
13848
14708
 
13849
14709
 
13850
14710
 
@@ -13971,7 +14831,11 @@ const newCollection = collection.reverse()</code></pre>
13971
14831
  <div class='column is-5 has-text-left'>
13972
14832
  <label>类型: </label>
13973
14833
 
13974
- <span class="param-type">*</span>
14834
+ <span class="param-type">
14835
+
14836
+ *
14837
+
14838
+ </span>
13975
14839
 
13976
14840
 
13977
14841
 
@@ -14053,13 +14917,17 @@ const item = collection.shift()</code></pre>
14053
14917
 
14054
14918
  <tr class="deep-level-0">
14055
14919
 
14056
- <td class="name" id="start"><code>start</code></td>
14920
+ <td class="name"><code>start</code></td>
14057
14921
 
14058
14922
 
14059
14923
  <td class="type">
14060
14924
 
14061
14925
 
14062
- <span class="param-type">Number</span>
14926
+ <span class="param-type">
14927
+
14928
+ Number
14929
+
14930
+ </span>
14063
14931
 
14064
14932
 
14065
14933
 
@@ -14078,13 +14946,17 @@ const item = collection.shift()</code></pre>
14078
14946
 
14079
14947
  <tr class="deep-level-0">
14080
14948
 
14081
- <td class="name" id="end"><code>end</code></td>
14949
+ <td class="name"><code>end</code></td>
14082
14950
 
14083
14951
 
14084
14952
  <td class="type">
14085
14953
 
14086
14954
 
14087
- <span class="param-type">Number</span>
14955
+ <span class="param-type">
14956
+
14957
+ Number
14958
+
14959
+ </span>
14088
14960
 
14089
14961
 
14090
14962
 
@@ -14173,7 +15045,11 @@ const item = collection.shift()</code></pre>
14173
15045
  <div class='column is-5 has-text-left'>
14174
15046
  <label>类型: </label>
14175
15047
 
14176
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15048
+ <span class="param-type">
15049
+
15050
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15051
+
15052
+ </span>
14177
15053
 
14178
15054
 
14179
15055
 
@@ -14255,13 +15131,17 @@ const newCollection = collection.slice(1, 3)</code></pre>
14255
15131
 
14256
15132
  <tr class="deep-level-0">
14257
15133
 
14258
- <td class="name" id="fn"><code>fn</code></td>
15134
+ <td class="name"><code>fn</code></td>
14259
15135
 
14260
15136
 
14261
15137
  <td class="type">
14262
15138
 
14263
15139
 
14264
- <span class="param-type">function</span>
15140
+ <span class="param-type">
15141
+
15142
+ function
15143
+
15144
+ </span>
14265
15145
 
14266
15146
 
14267
15147
 
@@ -14350,7 +15230,11 @@ const newCollection = collection.slice(1, 3)</code></pre>
14350
15230
  <div class='column is-5 has-text-left'>
14351
15231
  <label>类型: </label>
14352
15232
 
14353
- <span class="param-type">Boolean</span>
15233
+ <span class="param-type">
15234
+
15235
+ Boolean
15236
+
15237
+ </span>
14354
15238
 
14355
15239
 
14356
15240
 
@@ -14434,13 +15318,17 @@ const flag = collection.some(function (item) {
14434
15318
 
14435
15319
  <tr class="deep-level-0">
14436
15320
 
14437
- <td class="name" id="fn"><code>fn</code></td>
15321
+ <td class="name"><code>fn</code></td>
14438
15322
 
14439
15323
 
14440
15324
  <td class="type">
14441
15325
 
14442
15326
 
14443
- <span class="param-type">function</span>
15327
+ <span class="param-type">
15328
+
15329
+ function
15330
+
15331
+ </span>
14444
15332
 
14445
15333
 
14446
15334
 
@@ -14529,7 +15417,11 @@ const flag = collection.some(function (item) {
14529
15417
  <div class='column is-5 has-text-left'>
14530
15418
  <label>类型: </label>
14531
15419
 
14532
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15420
+ <span class="param-type">
15421
+
15422
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15423
+
15424
+ </span>
14533
15425
 
14534
15426
 
14535
15427
 
@@ -14619,13 +15511,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
14619
15511
 
14620
15512
  <tr class="deep-level-0">
14621
15513
 
14622
- <td class="name" id="start"><code>start</code></td>
15514
+ <td class="name"><code>start</code></td>
14623
15515
 
14624
15516
 
14625
15517
  <td class="type">
14626
15518
 
14627
15519
 
14628
- <span class="param-type">Number</span>
15520
+ <span class="param-type">
15521
+
15522
+ Number
15523
+
15524
+ </span>
14629
15525
 
14630
15526
 
14631
15527
 
@@ -14644,13 +15540,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
14644
15540
 
14645
15541
  <tr class="deep-level-0">
14646
15542
 
14647
- <td class="name" id="deleteCount"><code>deleteCount</code></td>
15543
+ <td class="name"><code>deleteCount</code></td>
14648
15544
 
14649
15545
 
14650
15546
  <td class="type">
14651
15547
 
14652
15548
 
14653
- <span class="param-type">Number</span>
15549
+ <span class="param-type">
15550
+
15551
+ Number
15552
+
15553
+ </span>
14654
15554
 
14655
15555
 
14656
15556
 
@@ -14669,13 +15569,17 @@ const newCollection = collection.sort(function (itemA, itemB) {
14669
15569
 
14670
15570
  <tr class="deep-level-0">
14671
15571
 
14672
- <td class="name" id="items"><code>items</code></td>
15572
+ <td class="name"><code>items</code></td>
14673
15573
 
14674
15574
 
14675
15575
  <td class="type">
14676
15576
 
14677
15577
 
14678
- <span class="param-type">*</span>
15578
+ <span class="param-type">
15579
+
15580
+ *
15581
+
15582
+ </span>
14679
15583
 
14680
15584
 
14681
15585
 
@@ -14764,7 +15668,11 @@ const newCollection = collection.sort(function (itemA, itemB) {
14764
15668
  <div class='column is-5 has-text-left'>
14765
15669
  <label>类型: </label>
14766
15670
 
14767
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15671
+ <span class="param-type">
15672
+
15673
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
15674
+
15675
+ </span>
14768
15676
 
14769
15677
 
14770
15678
 
@@ -14898,7 +15806,11 @@ collection.splice(1, 0, 1)</code></pre>
14898
15806
  <div class='column is-5 has-text-left'>
14899
15807
  <label>类型: </label>
14900
15808
 
14901
- <span class="param-type">Array</span>
15809
+ <span class="param-type">
15810
+
15811
+ Array
15812
+
15813
+ </span>
14902
15814
 
14903
15815
 
14904
15816
 
@@ -14980,16 +15892,24 @@ collection.toArray()</code></pre>
14980
15892
 
14981
15893
  <tr class="deep-level-0">
14982
15894
 
14983
- <td class="name" id="key"><code>key</code></td>
15895
+ <td class="name"><code>key</code></td>
14984
15896
 
14985
15897
 
14986
15898
  <td class="type">
14987
15899
 
14988
15900
 
14989
- <span class="param-type">function</span>
15901
+ <span class="param-type">
15902
+
15903
+ function
15904
+
15905
+ </span>
14990
15906
  |
14991
15907
 
14992
- <span class="param-type">String</span>
15908
+ <span class="param-type">
15909
+
15910
+ String
15911
+
15912
+ </span>
14993
15913
 
14994
15914
 
14995
15915
 
@@ -15078,7 +15998,11 @@ collection.toArray()</code></pre>
15078
15998
  <div class='column is-5 has-text-left'>
15079
15999
  <label>类型: </label>
15080
16000
 
15081
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
16001
+ <span class="param-type">
16002
+
16003
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
16004
+
16005
+ </span>
15082
16006
 
15083
16007
 
15084
16008
 
@@ -15184,13 +16108,17 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
15184
16108
 
15185
16109
  <tr class="deep-level-0">
15186
16110
 
15187
- <td class="name" id="items"><code>items</code></td>
16111
+ <td class="name"><code>items</code></td>
15188
16112
 
15189
16113
 
15190
16114
  <td class="type">
15191
16115
 
15192
16116
 
15193
- <span class="param-type">*</span>
16117
+ <span class="param-type">
16118
+
16119
+ *
16120
+
16121
+ </span>
15194
16122
 
15195
16123
 
15196
16124