@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Array.&lt;*></span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -248,26 +249,28 @@
248
249
  <tbody>
249
250
 
250
251
  <tr class="deep-level-0">
251
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
252
+ <td class="name"><code><a href="#items">items</a></code></td>
252
253
  <td class="name">
253
254
  <code>
254
255
 
255
256
  <span class="param-type">Array.&lt;any></span>
256
257
 
257
258
 
259
+
258
260
  </code>
259
261
  </td>
260
262
  <td class="name"><code><p>items</p></code></td>
261
263
  </tr>
262
264
 
263
265
  <tr class="deep-level-0">
264
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
266
+ <td class="name"><code><a href="#items">items</a></code></td>
265
267
  <td class="name">
266
268
  <code>
267
269
 
268
270
  <span class="param-type">Array.&lt;any></span>
269
271
 
270
272
 
273
+
271
274
  </code>
272
275
  </td>
273
276
  <td class="name"><code><p>items</p></code></td>
@@ -287,6 +290,7 @@
287
290
  <span class="param-type">Array.&lt;any></span>
288
291
 
289
292
 
293
+
290
294
  </span>
291
295
 
292
296
  <h4 class="name" id="items">
@@ -357,6 +361,7 @@
357
361
  <span class="param-type">Array.&lt;any></span>
358
362
 
359
363
 
364
+
360
365
  </span>
361
366
 
362
367
  <h4 class="name" id="items">
@@ -444,7 +449,7 @@
444
449
  <tbody>
445
450
 
446
451
  <tr class="deep-level-0">
447
- <td class="name"><code><a href="Collection.html#isCollection">isCollection</a></code></td>
452
+ <td class="name"><code><a href="#isCollection">isCollection</a></code></td>
448
453
  <td class="name">
449
454
  <code>
450
455
 
@@ -452,6 +457,7 @@
452
457
  <span class="param-type">Boolean</span>
453
458
 
454
459
 
460
+
455
461
 
456
462
  </code>
457
463
  </td>
@@ -459,12 +465,13 @@
459
465
  </tr>
460
466
 
461
467
  <tr class="deep-level-0">
462
- <td class="name"><code><a href="Collection.html#add">add</a></code></td>
468
+ <td class="name"><code><a href="#add">add</a></code></td>
463
469
  <td class="name">
464
470
  <code>
465
471
 
466
472
 
467
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
473
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
474
+
468
475
 
469
476
 
470
477
 
@@ -474,7 +481,7 @@
474
481
  </tr>
475
482
 
476
483
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="Collection.html#addMany">addMany</a></code></td>
484
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
478
485
  <td class="name">
479
486
  <code>
480
487
 
@@ -484,7 +491,7 @@
484
491
  </tr>
485
492
 
486
493
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="Collection.html#all">all</a></code></td>
494
+ <td class="name"><code><a href="#all">all</a></code></td>
488
495
  <td class="name">
489
496
  <code>
490
497
 
@@ -492,6 +499,7 @@
492
499
  <span class="param-type">Array.&lt;*></span>
493
500
 
494
501
 
502
+
495
503
 
496
504
  </code>
497
505
  </td>
@@ -499,7 +507,7 @@
499
507
  </tr>
500
508
 
501
509
  <tr class="deep-level-0">
502
- <td class="name"><code><a href="Collection.html#at">at</a></code></td>
510
+ <td class="name"><code><a href="#at">at</a></code></td>
503
511
  <td class="name">
504
512
  <code>
505
513
 
@@ -507,6 +515,7 @@
507
515
  <span class="param-type">*</span>
508
516
 
509
517
 
518
+
510
519
 
511
520
  </code>
512
521
  </td>
@@ -514,12 +523,13 @@
514
523
  </tr>
515
524
 
516
525
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="Collection.html#clone">clone</a></code></td>
526
+ <td class="name"><code><a href="#clone">clone</a></code></td>
518
527
  <td class="name">
519
528
  <code>
520
529
 
521
530
 
522
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
531
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
532
+
523
533
 
524
534
 
525
535
 
@@ -529,12 +539,13 @@
529
539
  </tr>
530
540
 
531
541
  <tr class="deep-level-0">
532
- <td class="name"><code><a href="Collection.html#concat">concat</a></code></td>
542
+ <td class="name"><code><a href="#concat">concat</a></code></td>
533
543
  <td class="name">
534
544
  <code>
535
545
 
536
546
 
537
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
547
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
548
+
538
549
 
539
550
 
540
551
 
@@ -544,7 +555,7 @@
544
555
  </tr>
545
556
 
546
557
  <tr class="deep-level-0">
547
- <td class="name"><code><a href="Collection.html#createInstance">createInstance</a></code></td>
558
+ <td class="name"><code><a href="#createInstance">createInstance</a></code></td>
548
559
  <td class="name">
549
560
  <code>
550
561
 
@@ -552,6 +563,7 @@
552
563
  <span class="param-type">*</span>
553
564
 
554
565
 
566
+
555
567
 
556
568
  </code>
557
569
  </td>
@@ -559,7 +571,7 @@
559
571
  </tr>
560
572
 
561
573
  <tr class="deep-level-0">
562
- <td class="name"><code><a href="Collection.html#every">every</a></code></td>
574
+ <td class="name"><code><a href="#every">every</a></code></td>
563
575
  <td class="name">
564
576
  <code>
565
577
 
@@ -567,6 +579,7 @@
567
579
  <span class="param-type">Boolean</span>
568
580
 
569
581
 
582
+
570
583
 
571
584
  </code>
572
585
  </td>
@@ -574,12 +587,13 @@
574
587
  </tr>
575
588
 
576
589
  <tr class="deep-level-0">
577
- <td class="name"><code><a href="Collection.html#filter">filter</a></code></td>
590
+ <td class="name"><code><a href="#filter">filter</a></code></td>
578
591
  <td class="name">
579
592
  <code>
580
593
 
581
594
 
582
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
595
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
596
+
583
597
 
584
598
 
585
599
 
@@ -589,7 +603,7 @@
589
603
  </tr>
590
604
 
591
605
  <tr class="deep-level-0">
592
- <td class="name"><code><a href="Collection.html#find">find</a></code></td>
606
+ <td class="name"><code><a href="#find">find</a></code></td>
593
607
  <td class="name">
594
608
  <code>
595
609
 
@@ -597,6 +611,7 @@
597
611
  <span class="param-type">*</span>
598
612
 
599
613
 
614
+
600
615
 
601
616
  </code>
602
617
  </td>
@@ -604,7 +619,7 @@
604
619
  </tr>
605
620
 
606
621
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="Collection.html#findIndex">findIndex</a></code></td>
622
+ <td class="name"><code><a href="#findIndex">findIndex</a></code></td>
608
623
  <td class="name">
609
624
  <code>
610
625
 
@@ -612,6 +627,7 @@
612
627
  <span class="param-type">Number</span>
613
628
 
614
629
 
630
+
615
631
 
616
632
  </code>
617
633
  </td>
@@ -619,12 +635,13 @@
619
635
  </tr>
620
636
 
621
637
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="Collection.html#flatten">flatten</a></code></td>
638
+ <td class="name"><code><a href="#flatten">flatten</a></code></td>
623
639
  <td class="name">
624
640
  <code>
625
641
 
626
642
 
627
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
643
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
644
+
628
645
 
629
646
 
630
647
 
@@ -634,12 +651,13 @@
634
651
  </tr>
635
652
 
636
653
  <tr class="deep-level-0">
637
- <td class="name"><code><a href="Collection.html#forEach">forEach</a></code></td>
654
+ <td class="name"><code><a href="#forEach">forEach</a></code></td>
638
655
  <td class="name">
639
656
  <code>
640
657
 
641
658
 
642
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
659
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
660
+
643
661
 
644
662
 
645
663
 
@@ -649,7 +667,7 @@
649
667
  </tr>
650
668
 
651
669
  <tr class="deep-level-0">
652
- <td class="name"><code><a href="Collection.html#getItemAt">getItemAt</a></code></td>
670
+ <td class="name"><code><a href="#getItemAt">getItemAt</a></code></td>
653
671
  <td class="name">
654
672
  <code>
655
673
 
@@ -657,6 +675,7 @@
657
675
  <span class="param-type">*</span>
658
676
 
659
677
 
678
+
660
679
 
661
680
  </code>
662
681
  </td>
@@ -664,7 +683,7 @@
664
683
  </tr>
665
684
 
666
685
  <tr class="deep-level-0">
667
- <td class="name"><code><a href="Collection.html#includes">includes</a></code></td>
686
+ <td class="name"><code><a href="#includes">includes</a></code></td>
668
687
  <td class="name">
669
688
  <code>
670
689
 
@@ -672,6 +691,7 @@
672
691
  <span class="param-type">Boolean</span>
673
692
 
674
693
 
694
+
675
695
 
676
696
  </code>
677
697
  </td>
@@ -679,7 +699,7 @@
679
699
  </tr>
680
700
 
681
701
  <tr class="deep-level-0">
682
- <td class="name"><code><a href="Collection.html#indexOf">indexOf</a></code></td>
702
+ <td class="name"><code><a href="#indexOf">indexOf</a></code></td>
683
703
  <td class="name">
684
704
  <code>
685
705
 
@@ -687,6 +707,7 @@
687
707
  <span class="param-type">Number</span>
688
708
 
689
709
 
710
+
690
711
 
691
712
  </code>
692
713
  </td>
@@ -694,7 +715,7 @@
694
715
  </tr>
695
716
 
696
717
  <tr class="deep-level-0">
697
- <td class="name"><code><a href="Collection.html#join">join</a></code></td>
718
+ <td class="name"><code><a href="#join">join</a></code></td>
698
719
  <td class="name">
699
720
  <code>
700
721
 
@@ -702,6 +723,7 @@
702
723
  <span class="param-type">String</span>
703
724
 
704
725
 
726
+
705
727
 
706
728
  </code>
707
729
  </td>
@@ -709,7 +731,7 @@
709
731
  </tr>
710
732
 
711
733
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="Collection.html#lastIndexOf">lastIndexOf</a></code></td>
734
+ <td class="name"><code><a href="#lastIndexOf">lastIndexOf</a></code></td>
713
735
  <td class="name">
714
736
  <code>
715
737
 
@@ -717,6 +739,7 @@
717
739
  <span class="param-type">Number</span>
718
740
 
719
741
 
742
+
720
743
 
721
744
  </code>
722
745
  </td>
@@ -724,12 +747,13 @@
724
747
  </tr>
725
748
 
726
749
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="Collection.html#map">map</a></code></td>
750
+ <td class="name"><code><a href="#map">map</a></code></td>
728
751
  <td class="name">
729
752
  <code>
730
753
 
731
754
 
732
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
755
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
756
+
733
757
 
734
758
 
735
759
 
@@ -739,7 +763,7 @@
739
763
  </tr>
740
764
 
741
765
  <tr class="deep-level-0">
742
- <td class="name"><code><a href="Collection.html#pop">pop</a></code></td>
766
+ <td class="name"><code><a href="#pop">pop</a></code></td>
743
767
  <td class="name">
744
768
  <code>
745
769
 
@@ -747,6 +771,7 @@
747
771
  <span class="param-type">*</span>
748
772
 
749
773
 
774
+
750
775
 
751
776
  </code>
752
777
  </td>
@@ -754,12 +779,13 @@
754
779
  </tr>
755
780
 
756
781
  <tr class="deep-level-0">
757
- <td class="name"><code><a href="Collection.html#push">push</a></code></td>
782
+ <td class="name"><code><a href="#push">push</a></code></td>
758
783
  <td class="name">
759
784
  <code>
760
785
 
761
786
 
762
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
787
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
788
+
763
789
 
764
790
 
765
791
 
@@ -769,7 +795,7 @@
769
795
  </tr>
770
796
 
771
797
  <tr class="deep-level-0">
772
- <td class="name"><code><a href="Collection.html#reduce">reduce</a></code></td>
798
+ <td class="name"><code><a href="#reduce">reduce</a></code></td>
773
799
  <td class="name">
774
800
  <code>
775
801
 
@@ -777,6 +803,7 @@
777
803
  <span class="param-type">*</span>
778
804
 
779
805
 
806
+
780
807
 
781
808
  </code>
782
809
  </td>
@@ -784,7 +811,7 @@
784
811
  </tr>
785
812
 
786
813
  <tr class="deep-level-0">
787
- <td class="name"><code><a href="Collection.html#reduceRight">reduceRight</a></code></td>
814
+ <td class="name"><code><a href="#reduceRight">reduceRight</a></code></td>
788
815
  <td class="name">
789
816
  <code>
790
817
 
@@ -792,6 +819,7 @@
792
819
  <span class="param-type">*</span>
793
820
 
794
821
 
822
+
795
823
 
796
824
  </code>
797
825
  </td>
@@ -799,7 +827,7 @@
799
827
  </tr>
800
828
 
801
829
  <tr class="deep-level-0">
802
- <td class="name"><code><a href="Collection.html#remove">remove</a></code></td>
830
+ <td class="name"><code><a href="#remove">remove</a></code></td>
803
831
  <td class="name">
804
832
  <code>
805
833
 
@@ -807,6 +835,7 @@
807
835
  <span class="param-type">Boolean</span>
808
836
 
809
837
 
838
+
810
839
 
811
840
  </code>
812
841
  </td>
@@ -814,7 +843,7 @@
814
843
  </tr>
815
844
 
816
845
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="Collection.html#removeAll">removeAll</a></code></td>
846
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
818
847
  <td class="name">
819
848
  <code>
820
849
 
@@ -824,7 +853,7 @@
824
853
  </tr>
825
854
 
826
855
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="Collection.html#removeAt">removeAt</a></code></td>
856
+ <td class="name"><code><a href="#removeAt">removeAt</a></code></td>
828
857
  <td class="name">
829
858
  <code>
830
859
 
@@ -832,6 +861,7 @@
832
861
  <span class="param-type">*</span>
833
862
 
834
863
 
864
+
835
865
 
836
866
  </code>
837
867
  </td>
@@ -839,7 +869,7 @@
839
869
  </tr>
840
870
 
841
871
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="Collection.html#removeMany">removeMany</a></code></td>
872
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
843
873
  <td class="name">
844
874
  <code>
845
875
 
@@ -847,6 +877,7 @@
847
877
  <span class="param-type">Array.&lt;*></span>
848
878
 
849
879
 
880
+
850
881
 
851
882
  </code>
852
883
  </td>
@@ -854,7 +885,7 @@
854
885
  </tr>
855
886
 
856
887
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="Collection.html#reorder">reorder</a></code></td>
888
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
858
889
  <td class="name">
859
890
  <code>
860
891
 
@@ -864,12 +895,13 @@
864
895
  </tr>
865
896
 
866
897
  <tr class="deep-level-0">
867
- <td class="name"><code><a href="Collection.html#reverse">reverse</a></code></td>
898
+ <td class="name"><code><a href="#reverse">reverse</a></code></td>
868
899
  <td class="name">
869
900
  <code>
870
901
 
871
902
 
872
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
903
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
904
+
873
905
 
874
906
 
875
907
 
@@ -879,7 +911,7 @@
879
911
  </tr>
880
912
 
881
913
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="Collection.html#shift">shift</a></code></td>
914
+ <td class="name"><code><a href="#shift">shift</a></code></td>
883
915
  <td class="name">
884
916
  <code>
885
917
 
@@ -887,6 +919,7 @@
887
919
  <span class="param-type">*</span>
888
920
 
889
921
 
922
+
890
923
 
891
924
  </code>
892
925
  </td>
@@ -894,12 +927,13 @@
894
927
  </tr>
895
928
 
896
929
  <tr class="deep-level-0">
897
- <td class="name"><code><a href="Collection.html#slice">slice</a></code></td>
930
+ <td class="name"><code><a href="#slice">slice</a></code></td>
898
931
  <td class="name">
899
932
  <code>
900
933
 
901
934
 
902
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
935
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
936
+
903
937
 
904
938
 
905
939
 
@@ -909,7 +943,7 @@
909
943
  </tr>
910
944
 
911
945
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="Collection.html#some">some</a></code></td>
946
+ <td class="name"><code><a href="#some">some</a></code></td>
913
947
  <td class="name">
914
948
  <code>
915
949
 
@@ -917,6 +951,7 @@
917
951
  <span class="param-type">Boolean</span>
918
952
 
919
953
 
954
+
920
955
 
921
956
  </code>
922
957
  </td>
@@ -924,12 +959,13 @@
924
959
  </tr>
925
960
 
926
961
  <tr class="deep-level-0">
927
- <td class="name"><code><a href="Collection.html#sort">sort</a></code></td>
962
+ <td class="name"><code><a href="#sort">sort</a></code></td>
928
963
  <td class="name">
929
964
  <code>
930
965
 
931
966
 
932
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
967
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
968
+
933
969
 
934
970
 
935
971
 
@@ -939,12 +975,13 @@
939
975
  </tr>
940
976
 
941
977
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="Collection.html#splice">splice</a></code></td>
978
+ <td class="name"><code><a href="#splice">splice</a></code></td>
943
979
  <td class="name">
944
980
  <code>
945
981
 
946
982
 
947
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
983
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
984
+
948
985
 
949
986
 
950
987
 
@@ -954,7 +991,7 @@
954
991
  </tr>
955
992
 
956
993
  <tr class="deep-level-0">
957
- <td class="name"><code><a href="Collection.html#toArray">toArray</a></code></td>
994
+ <td class="name"><code><a href="#toArray">toArray</a></code></td>
958
995
  <td class="name">
959
996
  <code>
960
997
 
@@ -962,6 +999,7 @@
962
999
  <span class="param-type">Array</span>
963
1000
 
964
1001
 
1002
+
965
1003
 
966
1004
  </code>
967
1005
  </td>
@@ -969,12 +1007,13 @@
969
1007
  </tr>
970
1008
 
971
1009
  <tr class="deep-level-0">
972
- <td class="name"><code><a href="Collection.html#unique">unique</a></code></td>
1010
+ <td class="name"><code><a href="#unique">unique</a></code></td>
973
1011
  <td class="name">
974
1012
  <code>
975
1013
 
976
1014
 
977
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1015
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1016
+
978
1017
 
979
1018
 
980
1019
 
@@ -984,7 +1023,7 @@
984
1023
  </tr>
985
1024
 
986
1025
  <tr class="deep-level-0">
987
- <td class="name"><code><a href="Collection.html#unshift">unshift</a></code></td>
1026
+ <td class="name"><code><a href="#unshift">unshift</a></code></td>
988
1027
  <td class="name">
989
1028
  <code>
990
1029
 
@@ -1064,6 +1103,7 @@
1064
1103
  <span class="param-type">*</span>
1065
1104
 
1066
1105
 
1106
+
1067
1107
 
1068
1108
  </td>
1069
1109
 
@@ -1152,6 +1192,7 @@
1152
1192
  <span class="param-type">Boolean</span>
1153
1193
 
1154
1194
 
1195
+
1155
1196
  </div>
1156
1197
 
1157
1198
  </div>
@@ -1239,6 +1280,7 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1239
1280
  <span class="param-type">*</span>
1240
1281
 
1241
1282
 
1283
+
1242
1284
 
1243
1285
  </td>
1244
1286
 
@@ -1263,6 +1305,7 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1263
1305
  <span class="param-type">Number</span>
1264
1306
 
1265
1307
 
1308
+
1266
1309
 
1267
1310
  </td>
1268
1311
 
@@ -1348,7 +1391,8 @@ const isCollection = Collection.isCollection(collection)</code></pre>
1348
1391
  <div class='column is-5 has-text-left'>
1349
1392
  <label>类型: </label>
1350
1393
 
1351
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1394
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1395
+
1352
1396
 
1353
1397
 
1354
1398
  </div>
@@ -1449,6 +1493,7 @@ collection.add({
1449
1493
  <span class="param-type">Array.&lt;*></span>
1450
1494
 
1451
1495
 
1496
+
1452
1497
 
1453
1498
  </td>
1454
1499
 
@@ -1473,6 +1518,7 @@ collection.add({
1473
1518
  <span class="param-type">Number</span>
1474
1519
 
1475
1520
 
1521
+
1476
1522
 
1477
1523
  </td>
1478
1524
 
@@ -1669,6 +1715,7 @@ collection.addMany([1, 2, 3], 2)</code></pre>
1669
1715
  <span class="param-type">Array.&lt;*></span>
1670
1716
 
1671
1717
 
1718
+
1672
1719
  </div>
1673
1720
 
1674
1721
  </div>
@@ -1756,6 +1803,7 @@ collection.all()</code></pre>
1756
1803
  <span class="param-type">Number</span>
1757
1804
 
1758
1805
 
1806
+
1759
1807
 
1760
1808
  </td>
1761
1809
 
@@ -1844,6 +1892,7 @@ collection.all()</code></pre>
1844
1892
  <span class="param-type">*</span>
1845
1893
 
1846
1894
 
1895
+
1847
1896
  </div>
1848
1897
 
1849
1898
  </div>
@@ -1967,7 +2016,8 @@ const item = collection.at(1)</code></pre>
1967
2016
  <div class='column is-5 has-text-left'>
1968
2017
  <label>类型: </label>
1969
2018
 
1970
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2019
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2020
+
1971
2021
 
1972
2022
 
1973
2023
  </div>
@@ -2057,7 +2107,8 @@ const cloneObj = collection.clone()</code></pre>
2057
2107
  <span class="param-type">Array</span>
2058
2108
  |
2059
2109
 
2060
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2110
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2111
+
2061
2112
 
2062
2113
 
2063
2114
 
@@ -2145,7 +2196,8 @@ const cloneObj = collection.clone()</code></pre>
2145
2196
  <div class='column is-5 has-text-left'>
2146
2197
  <label>类型: </label>
2147
2198
 
2148
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2199
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2200
+
2149
2201
 
2150
2202
 
2151
2203
  </div>
@@ -2236,6 +2288,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2236
2288
  <span class="param-type">*</span>
2237
2289
 
2238
2290
 
2291
+
2239
2292
 
2240
2293
  </td>
2241
2294
 
@@ -2324,6 +2377,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2324
2377
  <span class="param-type">*</span>
2325
2378
 
2326
2379
 
2380
+
2327
2381
  </div>
2328
2382
 
2329
2383
  </div>
@@ -2401,6 +2455,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2401
2455
  <span class="param-type">function</span>
2402
2456
 
2403
2457
 
2458
+
2404
2459
 
2405
2460
  </td>
2406
2461
 
@@ -2489,6 +2544,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
2489
2544
  <span class="param-type">Boolean</span>
2490
2545
 
2491
2546
 
2547
+
2492
2548
  </div>
2493
2549
 
2494
2550
  </div>
@@ -2578,6 +2634,7 @@ const isNumber = collection.every(function(item) {
2578
2634
  <span class="param-type">function</span>
2579
2635
 
2580
2636
 
2637
+
2581
2638
 
2582
2639
  </td>
2583
2640
 
@@ -2663,7 +2720,8 @@ const isNumber = collection.every(function(item) {
2663
2720
  <div class='column is-5 has-text-left'>
2664
2721
  <label>类型: </label>
2665
2722
 
2666
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2723
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
2724
+
2667
2725
 
2668
2726
 
2669
2727
  </div>
@@ -2755,6 +2813,7 @@ const newCollection = collection.filter(function(item) {
2755
2813
  <span class="param-type">function</span>
2756
2814
 
2757
2815
 
2816
+
2758
2817
 
2759
2818
  </td>
2760
2819
 
@@ -2843,6 +2902,7 @@ const newCollection = collection.filter(function(item) {
2843
2902
  <span class="param-type">*</span>
2844
2903
 
2845
2904
 
2905
+
2846
2906
  </div>
2847
2907
 
2848
2908
  </div>
@@ -2932,6 +2992,7 @@ const item = collection.find(function(item) {
2932
2992
  <span class="param-type">function</span>
2933
2993
 
2934
2994
 
2995
+
2935
2996
 
2936
2997
  </td>
2937
2998
 
@@ -3020,6 +3081,7 @@ const item = collection.find(function(item) {
3020
3081
  <span class="param-type">Number</span>
3021
3082
 
3022
3083
 
3084
+
3023
3085
  </div>
3024
3086
 
3025
3087
  </div>
@@ -3109,6 +3171,7 @@ const index = collection.findIndex(function(item) {
3109
3171
  <span class="param-type">function</span>
3110
3172
 
3111
3173
 
3174
+
3112
3175
 
3113
3176
  </td>
3114
3177
 
@@ -3194,7 +3257,8 @@ const index = collection.findIndex(function(item) {
3194
3257
  <div class='column is-5 has-text-left'>
3195
3258
  <label>类型: </label>
3196
3259
 
3197
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3260
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3261
+
3198
3262
 
3199
3263
 
3200
3264
  </div>
@@ -3290,6 +3354,7 @@ const flatten = collection.flatten(function(item) {
3290
3354
  <span class="param-type">function</span>
3291
3355
 
3292
3356
 
3357
+
3293
3358
 
3294
3359
  </td>
3295
3360
 
@@ -3375,7 +3440,8 @@ const flatten = collection.flatten(function(item) {
3375
3440
  <div class='column is-5 has-text-left'>
3376
3441
  <label>类型: </label>
3377
3442
 
3378
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3443
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3444
+
3379
3445
 
3380
3446
 
3381
3447
  </div>
@@ -3467,6 +3533,7 @@ collection.forEach(function(item) {
3467
3533
  <span class="param-type">Number</span>
3468
3534
 
3469
3535
 
3536
+
3470
3537
 
3471
3538
  </td>
3472
3539
 
@@ -3555,6 +3622,7 @@ collection.forEach(function(item) {
3555
3622
  <span class="param-type">*</span>
3556
3623
 
3557
3624
 
3625
+
3558
3626
  </div>
3559
3627
 
3560
3628
  </div>
@@ -3642,6 +3710,7 @@ const item = collection.getItemAt(1)</code></pre>
3642
3710
  <span class="param-type">*</span>
3643
3711
 
3644
3712
 
3713
+
3645
3714
 
3646
3715
  </td>
3647
3716
 
@@ -3730,6 +3799,7 @@ const item = collection.getItemAt(1)</code></pre>
3730
3799
  <span class="param-type">Boolean</span>
3731
3800
 
3732
3801
 
3802
+
3733
3803
  </div>
3734
3804
 
3735
3805
  </div>
@@ -3817,6 +3887,7 @@ const isInclude = collection.includes(2)</code></pre>
3817
3887
  <span class="param-type">*</span>
3818
3888
 
3819
3889
 
3890
+
3820
3891
 
3821
3892
  </td>
3822
3893
 
@@ -3841,6 +3912,7 @@ const isInclude = collection.includes(2)</code></pre>
3841
3912
  <span class="param-type">Number</span>
3842
3913
 
3843
3914
 
3915
+
3844
3916
 
3845
3917
  </td>
3846
3918
 
@@ -3929,6 +4001,7 @@ const isInclude = collection.includes(2)</code></pre>
3929
4001
  <span class="param-type">Number</span>
3930
4002
 
3931
4003
 
4004
+
3932
4005
  </div>
3933
4006
 
3934
4007
  </div>
@@ -4029,6 +4102,7 @@ const index = collection.indexOf(item, 1)</code></pre>
4029
4102
  <span class="param-type">String</span>
4030
4103
 
4031
4104
 
4105
+
4032
4106
 
4033
4107
  </td>
4034
4108
 
@@ -4117,6 +4191,7 @@ const index = collection.indexOf(item, 1)</code></pre>
4117
4191
  <span class="param-type">String</span>
4118
4192
 
4119
4193
 
4194
+
4120
4195
  </div>
4121
4196
 
4122
4197
  </div>
@@ -4204,6 +4279,7 @@ const str = collection.join(',')</code></pre>
4204
4279
  <span class="param-type">*</span>
4205
4280
 
4206
4281
 
4282
+
4207
4283
 
4208
4284
  </td>
4209
4285
 
@@ -4228,6 +4304,7 @@ const str = collection.join(',')</code></pre>
4228
4304
  <span class="param-type">Number</span>
4229
4305
 
4230
4306
 
4307
+
4231
4308
 
4232
4309
  </td>
4233
4310
 
@@ -4316,6 +4393,7 @@ const str = collection.join(',')</code></pre>
4316
4393
  <span class="param-type">Number</span>
4317
4394
 
4318
4395
 
4396
+
4319
4397
  </div>
4320
4398
 
4321
4399
  </div>
@@ -4410,6 +4488,7 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4410
4488
  <span class="param-type">function</span>
4411
4489
 
4412
4490
 
4491
+
4413
4492
 
4414
4493
  </td>
4415
4494
 
@@ -4495,7 +4574,8 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
4495
4574
  <div class='column is-5 has-text-left'>
4496
4575
  <label>类型: </label>
4497
4576
 
4498
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4577
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4578
+
4499
4579
 
4500
4580
 
4501
4581
  </div>
@@ -4626,6 +4706,7 @@ const newCollection = collection.map(function (item) {
4626
4706
  <span class="param-type">*</span>
4627
4707
 
4628
4708
 
4709
+
4629
4710
  </div>
4630
4711
 
4631
4712
  </div>
@@ -4713,6 +4794,7 @@ const item = collection.pop()</code></pre>
4713
4794
  <span class="param-type">*</span>
4714
4795
 
4715
4796
 
4797
+
4716
4798
 
4717
4799
  </td>
4718
4800
 
@@ -4798,7 +4880,8 @@ const item = collection.pop()</code></pre>
4798
4880
  <div class='column is-5 has-text-left'>
4799
4881
  <label>类型: </label>
4800
4882
 
4801
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4883
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
4884
+
4802
4885
 
4803
4886
 
4804
4887
  </div>
@@ -4888,6 +4971,7 @@ collection.push(4)</code></pre>
4888
4971
  <span class="param-type">function</span>
4889
4972
 
4890
4973
 
4974
+
4891
4975
 
4892
4976
  </td>
4893
4977
 
@@ -4912,6 +4996,7 @@ collection.push(4)</code></pre>
4912
4996
  <span class="param-type">*</span>
4913
4997
 
4914
4998
 
4999
+
4915
5000
 
4916
5001
  </td>
4917
5002
 
@@ -5000,6 +5085,7 @@ collection.push(4)</code></pre>
5000
5085
  <span class="param-type">*</span>
5001
5086
 
5002
5087
 
5088
+
5003
5089
  </div>
5004
5090
 
5005
5091
  </div>
@@ -5089,6 +5175,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
5089
5175
  <span class="param-type">function</span>
5090
5176
 
5091
5177
 
5178
+
5092
5179
 
5093
5180
  </td>
5094
5181
 
@@ -5113,6 +5200,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
5113
5200
  <span class="param-type">*</span>
5114
5201
 
5115
5202
 
5203
+
5116
5204
 
5117
5205
  </td>
5118
5206
 
@@ -5201,6 +5289,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
5201
5289
  <span class="param-type">*</span>
5202
5290
 
5203
5291
 
5292
+
5204
5293
  </div>
5205
5294
 
5206
5295
  </div>
@@ -5290,6 +5379,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
5290
5379
  <span class="param-type">*</span>
5291
5380
 
5292
5381
 
5382
+
5293
5383
 
5294
5384
  </td>
5295
5385
 
@@ -5378,6 +5468,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
5378
5468
  <span class="param-type">Boolean</span>
5379
5469
 
5380
5470
 
5471
+
5381
5472
  </div>
5382
5473
 
5383
5474
  </div>
@@ -5566,6 +5657,7 @@ collection.removeAll(1)</code></pre>
5566
5657
  <span class="param-type">Number</span>
5567
5658
 
5568
5659
 
5660
+
5569
5661
 
5570
5662
  </td>
5571
5663
 
@@ -5654,6 +5746,7 @@ collection.removeAll(1)</code></pre>
5654
5746
  <span class="param-type">*</span>
5655
5747
 
5656
5748
 
5749
+
5657
5750
  </div>
5658
5751
 
5659
5752
  </div>
@@ -5741,6 +5834,7 @@ collection.removeAt(1)</code></pre>
5741
5834
  <span class="param-type">Array.&lt;*></span>
5742
5835
 
5743
5836
 
5837
+
5744
5838
 
5745
5839
  </td>
5746
5840
 
@@ -5829,6 +5923,7 @@ collection.removeAt(1)</code></pre>
5829
5923
  <span class="param-type">Array.&lt;*></span>
5830
5924
 
5831
5925
 
5926
+
5832
5927
  </div>
5833
5928
 
5834
5929
  </div>
@@ -5916,6 +6011,7 @@ collection.removeMany([1, 2])</code></pre>
5916
6011
  <span class="param-type">*</span>
5917
6012
 
5918
6013
 
6014
+
5919
6015
 
5920
6016
  </td>
5921
6017
 
@@ -5940,6 +6036,7 @@ collection.removeMany([1, 2])</code></pre>
5940
6036
  <span class="param-type">Number</span>
5941
6037
 
5942
6038
 
6039
+
5943
6040
 
5944
6041
  </td>
5945
6042
 
@@ -6126,7 +6223,8 @@ collection.reorder(1, 2)</code></pre>
6126
6223
  <div class='column is-5 has-text-left'>
6127
6224
  <label>类型: </label>
6128
6225
 
6129
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6226
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6227
+
6130
6228
 
6131
6229
 
6132
6230
  </div>
@@ -6255,6 +6353,7 @@ const newCollection = collection.reverse()</code></pre>
6255
6353
  <span class="param-type">*</span>
6256
6354
 
6257
6355
 
6356
+
6258
6357
  </div>
6259
6358
 
6260
6359
  </div>
@@ -6342,6 +6441,7 @@ const item = collection.shift()</code></pre>
6342
6441
  <span class="param-type">Number</span>
6343
6442
 
6344
6443
 
6444
+
6345
6445
 
6346
6446
  </td>
6347
6447
 
@@ -6366,6 +6466,7 @@ const item = collection.shift()</code></pre>
6366
6466
  <span class="param-type">Number</span>
6367
6467
 
6368
6468
 
6469
+
6369
6470
 
6370
6471
  </td>
6371
6472
 
@@ -6451,7 +6552,8 @@ const item = collection.shift()</code></pre>
6451
6552
  <div class='column is-5 has-text-left'>
6452
6553
  <label>类型: </label>
6453
6554
 
6454
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6555
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6556
+
6455
6557
 
6456
6558
 
6457
6559
  </div>
@@ -6541,6 +6643,7 @@ const newCollection = collection.slice(1, 3)</code></pre>
6541
6643
  <span class="param-type">function</span>
6542
6644
 
6543
6645
 
6646
+
6544
6647
 
6545
6648
  </td>
6546
6649
 
@@ -6629,6 +6732,7 @@ const newCollection = collection.slice(1, 3)</code></pre>
6629
6732
  <span class="param-type">Boolean</span>
6630
6733
 
6631
6734
 
6735
+
6632
6736
  </div>
6633
6737
 
6634
6738
  </div>
@@ -6718,6 +6822,7 @@ const flag = collection.some(function (item) {
6718
6822
  <span class="param-type">function</span>
6719
6823
 
6720
6824
 
6825
+
6721
6826
 
6722
6827
  </td>
6723
6828
 
@@ -6803,7 +6908,8 @@ const flag = collection.some(function (item) {
6803
6908
  <div class='column is-5 has-text-left'>
6804
6909
  <label>类型: </label>
6805
6910
 
6806
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6911
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
6912
+
6807
6913
 
6808
6914
 
6809
6915
  </div>
@@ -6901,6 +7007,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
6901
7007
  <span class="param-type">Number</span>
6902
7008
 
6903
7009
 
7010
+
6904
7011
 
6905
7012
  </td>
6906
7013
 
@@ -6925,6 +7032,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
6925
7032
  <span class="param-type">Number</span>
6926
7033
 
6927
7034
 
7035
+
6928
7036
 
6929
7037
  </td>
6930
7038
 
@@ -6949,6 +7057,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
6949
7057
  <span class="param-type">*</span>
6950
7058
 
6951
7059
 
7060
+
6952
7061
 
6953
7062
  </td>
6954
7063
 
@@ -7034,7 +7143,8 @@ const newCollection = collection.sort(function (itemA, itemB) {
7034
7143
  <div class='column is-5 has-text-left'>
7035
7144
  <label>类型: </label>
7036
7145
 
7037
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7146
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7147
+
7038
7148
 
7039
7149
 
7040
7150
  </div>
@@ -7170,6 +7280,7 @@ collection.splice(1, 0, 1)</code></pre>
7170
7280
  <span class="param-type">Array</span>
7171
7281
 
7172
7282
 
7283
+
7173
7284
  </div>
7174
7285
 
7175
7286
  </div>
@@ -7260,6 +7371,7 @@ collection.toArray()</code></pre>
7260
7371
  <span class="param-type">String</span>
7261
7372
 
7262
7373
 
7374
+
7263
7375
 
7264
7376
  </td>
7265
7377
 
@@ -7345,7 +7457,8 @@ collection.toArray()</code></pre>
7345
7457
  <div class='column is-5 has-text-left'>
7346
7458
  <label>类型: </label>
7347
7459
 
7348
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7460
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
7461
+
7349
7462
 
7350
7463
 
7351
7464
  </div>
@@ -7459,6 +7572,7 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
7459
7572
  <span class="param-type">*</span>
7460
7573
 
7461
7574
 
7575
+
7462
7576
 
7463
7577
  </td>
7464
7578
 
@@ -7637,6 +7751,7 @@ collection.unshift(1, 2)</code></pre>
7637
7751
  <span class="param-type">Array</span>
7638
7752
 
7639
7753
 
7754
+
7640
7755
 
7641
7756
  </td>
7642
7757
 
@@ -7755,26 +7870,28 @@ collection.unshift(1, 2)</code></pre>
7755
7870
  <tbody>
7756
7871
 
7757
7872
  <tr class="deep-level-0">
7758
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
7873
+ <td class="name"><code><a href="#items">items</a></code></td>
7759
7874
  <td class="name">
7760
7875
  <code>
7761
7876
 
7762
7877
  <span class="param-type">Array.&lt;any></span>
7763
7878
 
7764
7879
 
7880
+
7765
7881
  </code>
7766
7882
  </td>
7767
7883
  <td class="name"><code><p>items</p></code></td>
7768
7884
  </tr>
7769
7885
 
7770
7886
  <tr class="deep-level-0">
7771
- <td class="name"><code><a href="Collection.html#items">items</a></code></td>
7887
+ <td class="name"><code><a href="#items">items</a></code></td>
7772
7888
  <td class="name">
7773
7889
  <code>
7774
7890
 
7775
7891
  <span class="param-type">Array.&lt;any></span>
7776
7892
 
7777
7893
 
7894
+
7778
7895
  </code>
7779
7896
  </td>
7780
7897
  <td class="name"><code><p>items</p></code></td>
@@ -7794,6 +7911,7 @@ collection.unshift(1, 2)</code></pre>
7794
7911
  <span class="param-type">Array.&lt;any></span>
7795
7912
 
7796
7913
 
7914
+
7797
7915
  </span>
7798
7916
 
7799
7917
  <h4 class="name" id="items">
@@ -7864,6 +7982,7 @@ collection.unshift(1, 2)</code></pre>
7864
7982
  <span class="param-type">Array.&lt;any></span>
7865
7983
 
7866
7984
 
7985
+
7867
7986
  </span>
7868
7987
 
7869
7988
  <h4 class="name" id="items">
@@ -7951,7 +8070,7 @@ collection.unshift(1, 2)</code></pre>
7951
8070
  <tbody>
7952
8071
 
7953
8072
  <tr class="deep-level-0">
7954
- <td class="name"><code><a href="Collection.html#isCollection">isCollection</a></code></td>
8073
+ <td class="name"><code><a href="#isCollection">isCollection</a></code></td>
7955
8074
  <td class="name">
7956
8075
  <code>
7957
8076
 
@@ -7959,6 +8078,7 @@ collection.unshift(1, 2)</code></pre>
7959
8078
  <span class="param-type">Boolean</span>
7960
8079
 
7961
8080
 
8081
+
7962
8082
 
7963
8083
  </code>
7964
8084
  </td>
@@ -7966,12 +8086,13 @@ collection.unshift(1, 2)</code></pre>
7966
8086
  </tr>
7967
8087
 
7968
8088
  <tr class="deep-level-0">
7969
- <td class="name"><code><a href="Collection.html#add">add</a></code></td>
8089
+ <td class="name"><code><a href="#add">add</a></code></td>
7970
8090
  <td class="name">
7971
8091
  <code>
7972
8092
 
7973
8093
 
7974
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8094
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8095
+
7975
8096
 
7976
8097
 
7977
8098
 
@@ -7981,7 +8102,7 @@ collection.unshift(1, 2)</code></pre>
7981
8102
  </tr>
7982
8103
 
7983
8104
  <tr class="deep-level-0">
7984
- <td class="name"><code><a href="Collection.html#addMany">addMany</a></code></td>
8105
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
7985
8106
  <td class="name">
7986
8107
  <code>
7987
8108
 
@@ -7991,7 +8112,7 @@ collection.unshift(1, 2)</code></pre>
7991
8112
  </tr>
7992
8113
 
7993
8114
  <tr class="deep-level-0">
7994
- <td class="name"><code><a href="Collection.html#all">all</a></code></td>
8115
+ <td class="name"><code><a href="#all">all</a></code></td>
7995
8116
  <td class="name">
7996
8117
  <code>
7997
8118
 
@@ -7999,6 +8120,7 @@ collection.unshift(1, 2)</code></pre>
7999
8120
  <span class="param-type">Array.&lt;*></span>
8000
8121
 
8001
8122
 
8123
+
8002
8124
 
8003
8125
  </code>
8004
8126
  </td>
@@ -8006,7 +8128,7 @@ collection.unshift(1, 2)</code></pre>
8006
8128
  </tr>
8007
8129
 
8008
8130
  <tr class="deep-level-0">
8009
- <td class="name"><code><a href="Collection.html#at">at</a></code></td>
8131
+ <td class="name"><code><a href="#at">at</a></code></td>
8010
8132
  <td class="name">
8011
8133
  <code>
8012
8134
 
@@ -8014,6 +8136,7 @@ collection.unshift(1, 2)</code></pre>
8014
8136
  <span class="param-type">*</span>
8015
8137
 
8016
8138
 
8139
+
8017
8140
 
8018
8141
  </code>
8019
8142
  </td>
@@ -8021,12 +8144,13 @@ collection.unshift(1, 2)</code></pre>
8021
8144
  </tr>
8022
8145
 
8023
8146
  <tr class="deep-level-0">
8024
- <td class="name"><code><a href="Collection.html#clone">clone</a></code></td>
8147
+ <td class="name"><code><a href="#clone">clone</a></code></td>
8025
8148
  <td class="name">
8026
8149
  <code>
8027
8150
 
8028
8151
 
8029
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8152
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8153
+
8030
8154
 
8031
8155
 
8032
8156
 
@@ -8036,12 +8160,13 @@ collection.unshift(1, 2)</code></pre>
8036
8160
  </tr>
8037
8161
 
8038
8162
  <tr class="deep-level-0">
8039
- <td class="name"><code><a href="Collection.html#concat">concat</a></code></td>
8163
+ <td class="name"><code><a href="#concat">concat</a></code></td>
8040
8164
  <td class="name">
8041
8165
  <code>
8042
8166
 
8043
8167
 
8044
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8168
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8169
+
8045
8170
 
8046
8171
 
8047
8172
 
@@ -8051,7 +8176,7 @@ collection.unshift(1, 2)</code></pre>
8051
8176
  </tr>
8052
8177
 
8053
8178
  <tr class="deep-level-0">
8054
- <td class="name"><code><a href="Collection.html#createInstance">createInstance</a></code></td>
8179
+ <td class="name"><code><a href="#createInstance">createInstance</a></code></td>
8055
8180
  <td class="name">
8056
8181
  <code>
8057
8182
 
@@ -8059,6 +8184,7 @@ collection.unshift(1, 2)</code></pre>
8059
8184
  <span class="param-type">*</span>
8060
8185
 
8061
8186
 
8187
+
8062
8188
 
8063
8189
  </code>
8064
8190
  </td>
@@ -8066,7 +8192,7 @@ collection.unshift(1, 2)</code></pre>
8066
8192
  </tr>
8067
8193
 
8068
8194
  <tr class="deep-level-0">
8069
- <td class="name"><code><a href="Collection.html#every">every</a></code></td>
8195
+ <td class="name"><code><a href="#every">every</a></code></td>
8070
8196
  <td class="name">
8071
8197
  <code>
8072
8198
 
@@ -8074,6 +8200,7 @@ collection.unshift(1, 2)</code></pre>
8074
8200
  <span class="param-type">Boolean</span>
8075
8201
 
8076
8202
 
8203
+
8077
8204
 
8078
8205
  </code>
8079
8206
  </td>
@@ -8081,12 +8208,13 @@ collection.unshift(1, 2)</code></pre>
8081
8208
  </tr>
8082
8209
 
8083
8210
  <tr class="deep-level-0">
8084
- <td class="name"><code><a href="Collection.html#filter">filter</a></code></td>
8211
+ <td class="name"><code><a href="#filter">filter</a></code></td>
8085
8212
  <td class="name">
8086
8213
  <code>
8087
8214
 
8088
8215
 
8089
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8216
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8217
+
8090
8218
 
8091
8219
 
8092
8220
 
@@ -8096,7 +8224,7 @@ collection.unshift(1, 2)</code></pre>
8096
8224
  </tr>
8097
8225
 
8098
8226
  <tr class="deep-level-0">
8099
- <td class="name"><code><a href="Collection.html#find">find</a></code></td>
8227
+ <td class="name"><code><a href="#find">find</a></code></td>
8100
8228
  <td class="name">
8101
8229
  <code>
8102
8230
 
@@ -8104,6 +8232,7 @@ collection.unshift(1, 2)</code></pre>
8104
8232
  <span class="param-type">*</span>
8105
8233
 
8106
8234
 
8235
+
8107
8236
 
8108
8237
  </code>
8109
8238
  </td>
@@ -8111,7 +8240,7 @@ collection.unshift(1, 2)</code></pre>
8111
8240
  </tr>
8112
8241
 
8113
8242
  <tr class="deep-level-0">
8114
- <td class="name"><code><a href="Collection.html#findIndex">findIndex</a></code></td>
8243
+ <td class="name"><code><a href="#findIndex">findIndex</a></code></td>
8115
8244
  <td class="name">
8116
8245
  <code>
8117
8246
 
@@ -8119,6 +8248,7 @@ collection.unshift(1, 2)</code></pre>
8119
8248
  <span class="param-type">Number</span>
8120
8249
 
8121
8250
 
8251
+
8122
8252
 
8123
8253
  </code>
8124
8254
  </td>
@@ -8126,12 +8256,13 @@ collection.unshift(1, 2)</code></pre>
8126
8256
  </tr>
8127
8257
 
8128
8258
  <tr class="deep-level-0">
8129
- <td class="name"><code><a href="Collection.html#flatten">flatten</a></code></td>
8259
+ <td class="name"><code><a href="#flatten">flatten</a></code></td>
8130
8260
  <td class="name">
8131
8261
  <code>
8132
8262
 
8133
8263
 
8134
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8264
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8265
+
8135
8266
 
8136
8267
 
8137
8268
 
@@ -8141,12 +8272,13 @@ collection.unshift(1, 2)</code></pre>
8141
8272
  </tr>
8142
8273
 
8143
8274
  <tr class="deep-level-0">
8144
- <td class="name"><code><a href="Collection.html#forEach">forEach</a></code></td>
8275
+ <td class="name"><code><a href="#forEach">forEach</a></code></td>
8145
8276
  <td class="name">
8146
8277
  <code>
8147
8278
 
8148
8279
 
8149
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8280
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8281
+
8150
8282
 
8151
8283
 
8152
8284
 
@@ -8156,7 +8288,7 @@ collection.unshift(1, 2)</code></pre>
8156
8288
  </tr>
8157
8289
 
8158
8290
  <tr class="deep-level-0">
8159
- <td class="name"><code><a href="Collection.html#getItemAt">getItemAt</a></code></td>
8291
+ <td class="name"><code><a href="#getItemAt">getItemAt</a></code></td>
8160
8292
  <td class="name">
8161
8293
  <code>
8162
8294
 
@@ -8164,6 +8296,7 @@ collection.unshift(1, 2)</code></pre>
8164
8296
  <span class="param-type">*</span>
8165
8297
 
8166
8298
 
8299
+
8167
8300
 
8168
8301
  </code>
8169
8302
  </td>
@@ -8171,7 +8304,7 @@ collection.unshift(1, 2)</code></pre>
8171
8304
  </tr>
8172
8305
 
8173
8306
  <tr class="deep-level-0">
8174
- <td class="name"><code><a href="Collection.html#includes">includes</a></code></td>
8307
+ <td class="name"><code><a href="#includes">includes</a></code></td>
8175
8308
  <td class="name">
8176
8309
  <code>
8177
8310
 
@@ -8179,6 +8312,7 @@ collection.unshift(1, 2)</code></pre>
8179
8312
  <span class="param-type">Boolean</span>
8180
8313
 
8181
8314
 
8315
+
8182
8316
 
8183
8317
  </code>
8184
8318
  </td>
@@ -8186,7 +8320,7 @@ collection.unshift(1, 2)</code></pre>
8186
8320
  </tr>
8187
8321
 
8188
8322
  <tr class="deep-level-0">
8189
- <td class="name"><code><a href="Collection.html#indexOf">indexOf</a></code></td>
8323
+ <td class="name"><code><a href="#indexOf">indexOf</a></code></td>
8190
8324
  <td class="name">
8191
8325
  <code>
8192
8326
 
@@ -8194,6 +8328,7 @@ collection.unshift(1, 2)</code></pre>
8194
8328
  <span class="param-type">Number</span>
8195
8329
 
8196
8330
 
8331
+
8197
8332
 
8198
8333
  </code>
8199
8334
  </td>
@@ -8201,7 +8336,7 @@ collection.unshift(1, 2)</code></pre>
8201
8336
  </tr>
8202
8337
 
8203
8338
  <tr class="deep-level-0">
8204
- <td class="name"><code><a href="Collection.html#join">join</a></code></td>
8339
+ <td class="name"><code><a href="#join">join</a></code></td>
8205
8340
  <td class="name">
8206
8341
  <code>
8207
8342
 
@@ -8209,6 +8344,7 @@ collection.unshift(1, 2)</code></pre>
8209
8344
  <span class="param-type">String</span>
8210
8345
 
8211
8346
 
8347
+
8212
8348
 
8213
8349
  </code>
8214
8350
  </td>
@@ -8216,7 +8352,7 @@ collection.unshift(1, 2)</code></pre>
8216
8352
  </tr>
8217
8353
 
8218
8354
  <tr class="deep-level-0">
8219
- <td class="name"><code><a href="Collection.html#lastIndexOf">lastIndexOf</a></code></td>
8355
+ <td class="name"><code><a href="#lastIndexOf">lastIndexOf</a></code></td>
8220
8356
  <td class="name">
8221
8357
  <code>
8222
8358
 
@@ -8224,6 +8360,7 @@ collection.unshift(1, 2)</code></pre>
8224
8360
  <span class="param-type">Number</span>
8225
8361
 
8226
8362
 
8363
+
8227
8364
 
8228
8365
  </code>
8229
8366
  </td>
@@ -8231,12 +8368,13 @@ collection.unshift(1, 2)</code></pre>
8231
8368
  </tr>
8232
8369
 
8233
8370
  <tr class="deep-level-0">
8234
- <td class="name"><code><a href="Collection.html#map">map</a></code></td>
8371
+ <td class="name"><code><a href="#map">map</a></code></td>
8235
8372
  <td class="name">
8236
8373
  <code>
8237
8374
 
8238
8375
 
8239
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8376
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8377
+
8240
8378
 
8241
8379
 
8242
8380
 
@@ -8246,7 +8384,7 @@ collection.unshift(1, 2)</code></pre>
8246
8384
  </tr>
8247
8385
 
8248
8386
  <tr class="deep-level-0">
8249
- <td class="name"><code><a href="Collection.html#pop">pop</a></code></td>
8387
+ <td class="name"><code><a href="#pop">pop</a></code></td>
8250
8388
  <td class="name">
8251
8389
  <code>
8252
8390
 
@@ -8254,6 +8392,7 @@ collection.unshift(1, 2)</code></pre>
8254
8392
  <span class="param-type">*</span>
8255
8393
 
8256
8394
 
8395
+
8257
8396
 
8258
8397
  </code>
8259
8398
  </td>
@@ -8261,12 +8400,13 @@ collection.unshift(1, 2)</code></pre>
8261
8400
  </tr>
8262
8401
 
8263
8402
  <tr class="deep-level-0">
8264
- <td class="name"><code><a href="Collection.html#push">push</a></code></td>
8403
+ <td class="name"><code><a href="#push">push</a></code></td>
8265
8404
  <td class="name">
8266
8405
  <code>
8267
8406
 
8268
8407
 
8269
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8408
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8409
+
8270
8410
 
8271
8411
 
8272
8412
 
@@ -8276,7 +8416,7 @@ collection.unshift(1, 2)</code></pre>
8276
8416
  </tr>
8277
8417
 
8278
8418
  <tr class="deep-level-0">
8279
- <td class="name"><code><a href="Collection.html#reduce">reduce</a></code></td>
8419
+ <td class="name"><code><a href="#reduce">reduce</a></code></td>
8280
8420
  <td class="name">
8281
8421
  <code>
8282
8422
 
@@ -8284,6 +8424,7 @@ collection.unshift(1, 2)</code></pre>
8284
8424
  <span class="param-type">*</span>
8285
8425
 
8286
8426
 
8427
+
8287
8428
 
8288
8429
  </code>
8289
8430
  </td>
@@ -8291,7 +8432,7 @@ collection.unshift(1, 2)</code></pre>
8291
8432
  </tr>
8292
8433
 
8293
8434
  <tr class="deep-level-0">
8294
- <td class="name"><code><a href="Collection.html#reduceRight">reduceRight</a></code></td>
8435
+ <td class="name"><code><a href="#reduceRight">reduceRight</a></code></td>
8295
8436
  <td class="name">
8296
8437
  <code>
8297
8438
 
@@ -8299,6 +8440,7 @@ collection.unshift(1, 2)</code></pre>
8299
8440
  <span class="param-type">*</span>
8300
8441
 
8301
8442
 
8443
+
8302
8444
 
8303
8445
  </code>
8304
8446
  </td>
@@ -8306,7 +8448,7 @@ collection.unshift(1, 2)</code></pre>
8306
8448
  </tr>
8307
8449
 
8308
8450
  <tr class="deep-level-0">
8309
- <td class="name"><code><a href="Collection.html#remove">remove</a></code></td>
8451
+ <td class="name"><code><a href="#remove">remove</a></code></td>
8310
8452
  <td class="name">
8311
8453
  <code>
8312
8454
 
@@ -8314,6 +8456,7 @@ collection.unshift(1, 2)</code></pre>
8314
8456
  <span class="param-type">Boolean</span>
8315
8457
 
8316
8458
 
8459
+
8317
8460
 
8318
8461
  </code>
8319
8462
  </td>
@@ -8321,7 +8464,7 @@ collection.unshift(1, 2)</code></pre>
8321
8464
  </tr>
8322
8465
 
8323
8466
  <tr class="deep-level-0">
8324
- <td class="name"><code><a href="Collection.html#removeAll">removeAll</a></code></td>
8467
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
8325
8468
  <td class="name">
8326
8469
  <code>
8327
8470
 
@@ -8331,7 +8474,7 @@ collection.unshift(1, 2)</code></pre>
8331
8474
  </tr>
8332
8475
 
8333
8476
  <tr class="deep-level-0">
8334
- <td class="name"><code><a href="Collection.html#removeAt">removeAt</a></code></td>
8477
+ <td class="name"><code><a href="#removeAt">removeAt</a></code></td>
8335
8478
  <td class="name">
8336
8479
  <code>
8337
8480
 
@@ -8339,6 +8482,7 @@ collection.unshift(1, 2)</code></pre>
8339
8482
  <span class="param-type">*</span>
8340
8483
 
8341
8484
 
8485
+
8342
8486
 
8343
8487
  </code>
8344
8488
  </td>
@@ -8346,7 +8490,7 @@ collection.unshift(1, 2)</code></pre>
8346
8490
  </tr>
8347
8491
 
8348
8492
  <tr class="deep-level-0">
8349
- <td class="name"><code><a href="Collection.html#removeMany">removeMany</a></code></td>
8493
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
8350
8494
  <td class="name">
8351
8495
  <code>
8352
8496
 
@@ -8354,6 +8498,7 @@ collection.unshift(1, 2)</code></pre>
8354
8498
  <span class="param-type">Array.&lt;*></span>
8355
8499
 
8356
8500
 
8501
+
8357
8502
 
8358
8503
  </code>
8359
8504
  </td>
@@ -8361,7 +8506,7 @@ collection.unshift(1, 2)</code></pre>
8361
8506
  </tr>
8362
8507
 
8363
8508
  <tr class="deep-level-0">
8364
- <td class="name"><code><a href="Collection.html#reorder">reorder</a></code></td>
8509
+ <td class="name"><code><a href="#reorder">reorder</a></code></td>
8365
8510
  <td class="name">
8366
8511
  <code>
8367
8512
 
@@ -8371,12 +8516,13 @@ collection.unshift(1, 2)</code></pre>
8371
8516
  </tr>
8372
8517
 
8373
8518
  <tr class="deep-level-0">
8374
- <td class="name"><code><a href="Collection.html#reverse">reverse</a></code></td>
8519
+ <td class="name"><code><a href="#reverse">reverse</a></code></td>
8375
8520
  <td class="name">
8376
8521
  <code>
8377
8522
 
8378
8523
 
8379
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8524
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8525
+
8380
8526
 
8381
8527
 
8382
8528
 
@@ -8386,7 +8532,7 @@ collection.unshift(1, 2)</code></pre>
8386
8532
  </tr>
8387
8533
 
8388
8534
  <tr class="deep-level-0">
8389
- <td class="name"><code><a href="Collection.html#shift">shift</a></code></td>
8535
+ <td class="name"><code><a href="#shift">shift</a></code></td>
8390
8536
  <td class="name">
8391
8537
  <code>
8392
8538
 
@@ -8394,6 +8540,7 @@ collection.unshift(1, 2)</code></pre>
8394
8540
  <span class="param-type">*</span>
8395
8541
 
8396
8542
 
8543
+
8397
8544
 
8398
8545
  </code>
8399
8546
  </td>
@@ -8401,12 +8548,13 @@ collection.unshift(1, 2)</code></pre>
8401
8548
  </tr>
8402
8549
 
8403
8550
  <tr class="deep-level-0">
8404
- <td class="name"><code><a href="Collection.html#slice">slice</a></code></td>
8551
+ <td class="name"><code><a href="#slice">slice</a></code></td>
8405
8552
  <td class="name">
8406
8553
  <code>
8407
8554
 
8408
8555
 
8409
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8556
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8557
+
8410
8558
 
8411
8559
 
8412
8560
 
@@ -8416,7 +8564,7 @@ collection.unshift(1, 2)</code></pre>
8416
8564
  </tr>
8417
8565
 
8418
8566
  <tr class="deep-level-0">
8419
- <td class="name"><code><a href="Collection.html#some">some</a></code></td>
8567
+ <td class="name"><code><a href="#some">some</a></code></td>
8420
8568
  <td class="name">
8421
8569
  <code>
8422
8570
 
@@ -8424,6 +8572,7 @@ collection.unshift(1, 2)</code></pre>
8424
8572
  <span class="param-type">Boolean</span>
8425
8573
 
8426
8574
 
8575
+
8427
8576
 
8428
8577
  </code>
8429
8578
  </td>
@@ -8431,12 +8580,13 @@ collection.unshift(1, 2)</code></pre>
8431
8580
  </tr>
8432
8581
 
8433
8582
  <tr class="deep-level-0">
8434
- <td class="name"><code><a href="Collection.html#sort">sort</a></code></td>
8583
+ <td class="name"><code><a href="#sort">sort</a></code></td>
8435
8584
  <td class="name">
8436
8585
  <code>
8437
8586
 
8438
8587
 
8439
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8588
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8589
+
8440
8590
 
8441
8591
 
8442
8592
 
@@ -8446,12 +8596,13 @@ collection.unshift(1, 2)</code></pre>
8446
8596
  </tr>
8447
8597
 
8448
8598
  <tr class="deep-level-0">
8449
- <td class="name"><code><a href="Collection.html#splice">splice</a></code></td>
8599
+ <td class="name"><code><a href="#splice">splice</a></code></td>
8450
8600
  <td class="name">
8451
8601
  <code>
8452
8602
 
8453
8603
 
8454
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8604
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8605
+
8455
8606
 
8456
8607
 
8457
8608
 
@@ -8461,7 +8612,7 @@ collection.unshift(1, 2)</code></pre>
8461
8612
  </tr>
8462
8613
 
8463
8614
  <tr class="deep-level-0">
8464
- <td class="name"><code><a href="Collection.html#toArray">toArray</a></code></td>
8615
+ <td class="name"><code><a href="#toArray">toArray</a></code></td>
8465
8616
  <td class="name">
8466
8617
  <code>
8467
8618
 
@@ -8469,6 +8620,7 @@ collection.unshift(1, 2)</code></pre>
8469
8620
  <span class="param-type">Array</span>
8470
8621
 
8471
8622
 
8623
+
8472
8624
 
8473
8625
  </code>
8474
8626
  </td>
@@ -8476,12 +8628,13 @@ collection.unshift(1, 2)</code></pre>
8476
8628
  </tr>
8477
8629
 
8478
8630
  <tr class="deep-level-0">
8479
- <td class="name"><code><a href="Collection.html#unique">unique</a></code></td>
8631
+ <td class="name"><code><a href="#unique">unique</a></code></td>
8480
8632
  <td class="name">
8481
8633
  <code>
8482
8634
 
8483
8635
 
8484
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8636
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
8637
+
8485
8638
 
8486
8639
 
8487
8640
 
@@ -8491,7 +8644,7 @@ collection.unshift(1, 2)</code></pre>
8491
8644
  </tr>
8492
8645
 
8493
8646
  <tr class="deep-level-0">
8494
- <td class="name"><code><a href="Collection.html#unshift">unshift</a></code></td>
8647
+ <td class="name"><code><a href="#unshift">unshift</a></code></td>
8495
8648
  <td class="name">
8496
8649
  <code>
8497
8650
 
@@ -8571,6 +8724,7 @@ collection.unshift(1, 2)</code></pre>
8571
8724
  <span class="param-type">*</span>
8572
8725
 
8573
8726
 
8727
+
8574
8728
 
8575
8729
  </td>
8576
8730
 
@@ -8659,6 +8813,7 @@ collection.unshift(1, 2)</code></pre>
8659
8813
  <span class="param-type">Boolean</span>
8660
8814
 
8661
8815
 
8816
+
8662
8817
  </div>
8663
8818
 
8664
8819
  </div>
@@ -8746,6 +8901,7 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8746
8901
  <span class="param-type">*</span>
8747
8902
 
8748
8903
 
8904
+
8749
8905
 
8750
8906
  </td>
8751
8907
 
@@ -8770,6 +8926,7 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8770
8926
  <span class="param-type">Number</span>
8771
8927
 
8772
8928
 
8929
+
8773
8930
 
8774
8931
  </td>
8775
8932
 
@@ -8855,7 +9012,8 @@ const isCollection = Collection.isCollection(collection)</code></pre>
8855
9012
  <div class='column is-5 has-text-left'>
8856
9013
  <label>类型: </label>
8857
9014
 
8858
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9015
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9016
+
8859
9017
 
8860
9018
 
8861
9019
  </div>
@@ -8956,6 +9114,7 @@ collection.add({
8956
9114
  <span class="param-type">Array.&lt;*></span>
8957
9115
 
8958
9116
 
9117
+
8959
9118
 
8960
9119
  </td>
8961
9120
 
@@ -8980,6 +9139,7 @@ collection.add({
8980
9139
  <span class="param-type">Number</span>
8981
9140
 
8982
9141
 
9142
+
8983
9143
 
8984
9144
  </td>
8985
9145
 
@@ -9176,6 +9336,7 @@ collection.addMany([1, 2, 3], 2)</code></pre>
9176
9336
  <span class="param-type">Array.&lt;*></span>
9177
9337
 
9178
9338
 
9339
+
9179
9340
  </div>
9180
9341
 
9181
9342
  </div>
@@ -9263,6 +9424,7 @@ collection.all()</code></pre>
9263
9424
  <span class="param-type">Number</span>
9264
9425
 
9265
9426
 
9427
+
9266
9428
 
9267
9429
  </td>
9268
9430
 
@@ -9351,6 +9513,7 @@ collection.all()</code></pre>
9351
9513
  <span class="param-type">*</span>
9352
9514
 
9353
9515
 
9516
+
9354
9517
  </div>
9355
9518
 
9356
9519
  </div>
@@ -9474,7 +9637,8 @@ const item = collection.at(1)</code></pre>
9474
9637
  <div class='column is-5 has-text-left'>
9475
9638
  <label>类型: </label>
9476
9639
 
9477
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9640
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9641
+
9478
9642
 
9479
9643
 
9480
9644
  </div>
@@ -9564,7 +9728,8 @@ const cloneObj = collection.clone()</code></pre>
9564
9728
  <span class="param-type">Array</span>
9565
9729
  |
9566
9730
 
9567
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9731
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9732
+
9568
9733
 
9569
9734
 
9570
9735
 
@@ -9652,7 +9817,8 @@ const cloneObj = collection.clone()</code></pre>
9652
9817
  <div class='column is-5 has-text-left'>
9653
9818
  <label>类型: </label>
9654
9819
 
9655
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9820
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
9821
+
9656
9822
 
9657
9823
 
9658
9824
  </div>
@@ -9743,6 +9909,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9743
9909
  <span class="param-type">*</span>
9744
9910
 
9745
9911
 
9912
+
9746
9913
 
9747
9914
  </td>
9748
9915
 
@@ -9831,6 +9998,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9831
9998
  <span class="param-type">*</span>
9832
9999
 
9833
10000
 
10001
+
9834
10002
  </div>
9835
10003
 
9836
10004
  </div>
@@ -9908,6 +10076,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9908
10076
  <span class="param-type">function</span>
9909
10077
 
9910
10078
 
10079
+
9911
10080
 
9912
10081
  </td>
9913
10082
 
@@ -9996,6 +10165,7 @@ collection.concat(new Collection([4, 5, 6]))</code></pre>
9996
10165
  <span class="param-type">Boolean</span>
9997
10166
 
9998
10167
 
10168
+
9999
10169
  </div>
10000
10170
 
10001
10171
  </div>
@@ -10085,6 +10255,7 @@ const isNumber = collection.every(function(item) {
10085
10255
  <span class="param-type">function</span>
10086
10256
 
10087
10257
 
10258
+
10088
10259
 
10089
10260
  </td>
10090
10261
 
@@ -10170,7 +10341,8 @@ const isNumber = collection.every(function(item) {
10170
10341
  <div class='column is-5 has-text-left'>
10171
10342
  <label>类型: </label>
10172
10343
 
10173
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10344
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10345
+
10174
10346
 
10175
10347
 
10176
10348
  </div>
@@ -10262,6 +10434,7 @@ const newCollection = collection.filter(function(item) {
10262
10434
  <span class="param-type">function</span>
10263
10435
 
10264
10436
 
10437
+
10265
10438
 
10266
10439
  </td>
10267
10440
 
@@ -10350,6 +10523,7 @@ const newCollection = collection.filter(function(item) {
10350
10523
  <span class="param-type">*</span>
10351
10524
 
10352
10525
 
10526
+
10353
10527
  </div>
10354
10528
 
10355
10529
  </div>
@@ -10439,6 +10613,7 @@ const item = collection.find(function(item) {
10439
10613
  <span class="param-type">function</span>
10440
10614
 
10441
10615
 
10616
+
10442
10617
 
10443
10618
  </td>
10444
10619
 
@@ -10527,6 +10702,7 @@ const item = collection.find(function(item) {
10527
10702
  <span class="param-type">Number</span>
10528
10703
 
10529
10704
 
10705
+
10530
10706
  </div>
10531
10707
 
10532
10708
  </div>
@@ -10616,6 +10792,7 @@ const index = collection.findIndex(function(item) {
10616
10792
  <span class="param-type">function</span>
10617
10793
 
10618
10794
 
10795
+
10619
10796
 
10620
10797
  </td>
10621
10798
 
@@ -10701,7 +10878,8 @@ const index = collection.findIndex(function(item) {
10701
10878
  <div class='column is-5 has-text-left'>
10702
10879
  <label>类型: </label>
10703
10880
 
10704
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10881
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10882
+
10705
10883
 
10706
10884
 
10707
10885
  </div>
@@ -10797,6 +10975,7 @@ const flatten = collection.flatten(function(item) {
10797
10975
  <span class="param-type">function</span>
10798
10976
 
10799
10977
 
10978
+
10800
10979
 
10801
10980
  </td>
10802
10981
 
@@ -10882,7 +11061,8 @@ const flatten = collection.flatten(function(item) {
10882
11061
  <div class='column is-5 has-text-left'>
10883
11062
  <label>类型: </label>
10884
11063
 
10885
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11064
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
11065
+
10886
11066
 
10887
11067
 
10888
11068
  </div>
@@ -10974,6 +11154,7 @@ collection.forEach(function(item) {
10974
11154
  <span class="param-type">Number</span>
10975
11155
 
10976
11156
 
11157
+
10977
11158
 
10978
11159
  </td>
10979
11160
 
@@ -11062,6 +11243,7 @@ collection.forEach(function(item) {
11062
11243
  <span class="param-type">*</span>
11063
11244
 
11064
11245
 
11246
+
11065
11247
  </div>
11066
11248
 
11067
11249
  </div>
@@ -11149,6 +11331,7 @@ const item = collection.getItemAt(1)</code></pre>
11149
11331
  <span class="param-type">*</span>
11150
11332
 
11151
11333
 
11334
+
11152
11335
 
11153
11336
  </td>
11154
11337
 
@@ -11237,6 +11420,7 @@ const item = collection.getItemAt(1)</code></pre>
11237
11420
  <span class="param-type">Boolean</span>
11238
11421
 
11239
11422
 
11423
+
11240
11424
  </div>
11241
11425
 
11242
11426
  </div>
@@ -11324,6 +11508,7 @@ const isInclude = collection.includes(2)</code></pre>
11324
11508
  <span class="param-type">*</span>
11325
11509
 
11326
11510
 
11511
+
11327
11512
 
11328
11513
  </td>
11329
11514
 
@@ -11348,6 +11533,7 @@ const isInclude = collection.includes(2)</code></pre>
11348
11533
  <span class="param-type">Number</span>
11349
11534
 
11350
11535
 
11536
+
11351
11537
 
11352
11538
  </td>
11353
11539
 
@@ -11436,6 +11622,7 @@ const isInclude = collection.includes(2)</code></pre>
11436
11622
  <span class="param-type">Number</span>
11437
11623
 
11438
11624
 
11625
+
11439
11626
  </div>
11440
11627
 
11441
11628
  </div>
@@ -11536,6 +11723,7 @@ const index = collection.indexOf(item, 1)</code></pre>
11536
11723
  <span class="param-type">String</span>
11537
11724
 
11538
11725
 
11726
+
11539
11727
 
11540
11728
  </td>
11541
11729
 
@@ -11624,6 +11812,7 @@ const index = collection.indexOf(item, 1)</code></pre>
11624
11812
  <span class="param-type">String</span>
11625
11813
 
11626
11814
 
11815
+
11627
11816
  </div>
11628
11817
 
11629
11818
  </div>
@@ -11711,6 +11900,7 @@ const str = collection.join(',')</code></pre>
11711
11900
  <span class="param-type">*</span>
11712
11901
 
11713
11902
 
11903
+
11714
11904
 
11715
11905
  </td>
11716
11906
 
@@ -11735,6 +11925,7 @@ const str = collection.join(',')</code></pre>
11735
11925
  <span class="param-type">Number</span>
11736
11926
 
11737
11927
 
11928
+
11738
11929
 
11739
11930
  </td>
11740
11931
 
@@ -11823,6 +12014,7 @@ const str = collection.join(',')</code></pre>
11823
12014
  <span class="param-type">Number</span>
11824
12015
 
11825
12016
 
12017
+
11826
12018
  </div>
11827
12019
 
11828
12020
  </div>
@@ -11917,6 +12109,7 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
11917
12109
  <span class="param-type">function</span>
11918
12110
 
11919
12111
 
12112
+
11920
12113
 
11921
12114
  </td>
11922
12115
 
@@ -12002,7 +12195,8 @@ const index = collection.lastIndexOf(3, 3)</code></pre>
12002
12195
  <div class='column is-5 has-text-left'>
12003
12196
  <label>类型: </label>
12004
12197
 
12005
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12198
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12199
+
12006
12200
 
12007
12201
 
12008
12202
  </div>
@@ -12133,6 +12327,7 @@ const newCollection = collection.map(function (item) {
12133
12327
  <span class="param-type">*</span>
12134
12328
 
12135
12329
 
12330
+
12136
12331
  </div>
12137
12332
 
12138
12333
  </div>
@@ -12220,6 +12415,7 @@ const item = collection.pop()</code></pre>
12220
12415
  <span class="param-type">*</span>
12221
12416
 
12222
12417
 
12418
+
12223
12419
 
12224
12420
  </td>
12225
12421
 
@@ -12305,7 +12501,8 @@ const item = collection.pop()</code></pre>
12305
12501
  <div class='column is-5 has-text-left'>
12306
12502
  <label>类型: </label>
12307
12503
 
12308
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12504
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
12505
+
12309
12506
 
12310
12507
 
12311
12508
  </div>
@@ -12395,6 +12592,7 @@ collection.push(4)</code></pre>
12395
12592
  <span class="param-type">function</span>
12396
12593
 
12397
12594
 
12595
+
12398
12596
 
12399
12597
  </td>
12400
12598
 
@@ -12419,6 +12617,7 @@ collection.push(4)</code></pre>
12419
12617
  <span class="param-type">*</span>
12420
12618
 
12421
12619
 
12620
+
12422
12621
 
12423
12622
  </td>
12424
12623
 
@@ -12507,6 +12706,7 @@ collection.push(4)</code></pre>
12507
12706
  <span class="param-type">*</span>
12508
12707
 
12509
12708
 
12709
+
12510
12710
  </div>
12511
12711
 
12512
12712
  </div>
@@ -12596,6 +12796,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
12596
12796
  <span class="param-type">function</span>
12597
12797
 
12598
12798
 
12799
+
12599
12800
 
12600
12801
  </td>
12601
12802
 
@@ -12620,6 +12821,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
12620
12821
  <span class="param-type">*</span>
12621
12822
 
12622
12823
 
12824
+
12623
12825
 
12624
12826
  </td>
12625
12827
 
@@ -12708,6 +12910,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
12708
12910
  <span class="param-type">*</span>
12709
12911
 
12710
12912
 
12913
+
12711
12914
  </div>
12712
12915
 
12713
12916
  </div>
@@ -12797,6 +13000,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
12797
13000
  <span class="param-type">*</span>
12798
13001
 
12799
13002
 
13003
+
12800
13004
 
12801
13005
  </td>
12802
13006
 
@@ -12885,6 +13089,7 @@ const sum = collection.reduce(function (reduceCarry, item) {
12885
13089
  <span class="param-type">Boolean</span>
12886
13090
 
12887
13091
 
13092
+
12888
13093
  </div>
12889
13094
 
12890
13095
  </div>
@@ -13073,6 +13278,7 @@ collection.removeAll(1)</code></pre>
13073
13278
  <span class="param-type">Number</span>
13074
13279
 
13075
13280
 
13281
+
13076
13282
 
13077
13283
  </td>
13078
13284
 
@@ -13161,6 +13367,7 @@ collection.removeAll(1)</code></pre>
13161
13367
  <span class="param-type">*</span>
13162
13368
 
13163
13369
 
13370
+
13164
13371
  </div>
13165
13372
 
13166
13373
  </div>
@@ -13248,6 +13455,7 @@ collection.removeAt(1)</code></pre>
13248
13455
  <span class="param-type">Array.&lt;*></span>
13249
13456
 
13250
13457
 
13458
+
13251
13459
 
13252
13460
  </td>
13253
13461
 
@@ -13336,6 +13544,7 @@ collection.removeAt(1)</code></pre>
13336
13544
  <span class="param-type">Array.&lt;*></span>
13337
13545
 
13338
13546
 
13547
+
13339
13548
  </div>
13340
13549
 
13341
13550
  </div>
@@ -13423,6 +13632,7 @@ collection.removeMany([1, 2])</code></pre>
13423
13632
  <span class="param-type">*</span>
13424
13633
 
13425
13634
 
13635
+
13426
13636
 
13427
13637
  </td>
13428
13638
 
@@ -13447,6 +13657,7 @@ collection.removeMany([1, 2])</code></pre>
13447
13657
  <span class="param-type">Number</span>
13448
13658
 
13449
13659
 
13660
+
13450
13661
 
13451
13662
  </td>
13452
13663
 
@@ -13633,7 +13844,8 @@ collection.reorder(1, 2)</code></pre>
13633
13844
  <div class='column is-5 has-text-left'>
13634
13845
  <label>类型: </label>
13635
13846
 
13636
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
13847
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
13848
+
13637
13849
 
13638
13850
 
13639
13851
  </div>
@@ -13762,6 +13974,7 @@ const newCollection = collection.reverse()</code></pre>
13762
13974
  <span class="param-type">*</span>
13763
13975
 
13764
13976
 
13977
+
13765
13978
  </div>
13766
13979
 
13767
13980
  </div>
@@ -13849,6 +14062,7 @@ const item = collection.shift()</code></pre>
13849
14062
  <span class="param-type">Number</span>
13850
14063
 
13851
14064
 
14065
+
13852
14066
 
13853
14067
  </td>
13854
14068
 
@@ -13873,6 +14087,7 @@ const item = collection.shift()</code></pre>
13873
14087
  <span class="param-type">Number</span>
13874
14088
 
13875
14089
 
14090
+
13876
14091
 
13877
14092
  </td>
13878
14093
 
@@ -13958,7 +14173,8 @@ const item = collection.shift()</code></pre>
13958
14173
  <div class='column is-5 has-text-left'>
13959
14174
  <label>类型: </label>
13960
14175
 
13961
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14176
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14177
+
13962
14178
 
13963
14179
 
13964
14180
  </div>
@@ -14048,6 +14264,7 @@ const newCollection = collection.slice(1, 3)</code></pre>
14048
14264
  <span class="param-type">function</span>
14049
14265
 
14050
14266
 
14267
+
14051
14268
 
14052
14269
  </td>
14053
14270
 
@@ -14136,6 +14353,7 @@ const newCollection = collection.slice(1, 3)</code></pre>
14136
14353
  <span class="param-type">Boolean</span>
14137
14354
 
14138
14355
 
14356
+
14139
14357
  </div>
14140
14358
 
14141
14359
  </div>
@@ -14225,6 +14443,7 @@ const flag = collection.some(function (item) {
14225
14443
  <span class="param-type">function</span>
14226
14444
 
14227
14445
 
14446
+
14228
14447
 
14229
14448
  </td>
14230
14449
 
@@ -14310,7 +14529,8 @@ const flag = collection.some(function (item) {
14310
14529
  <div class='column is-5 has-text-left'>
14311
14530
  <label>类型: </label>
14312
14531
 
14313
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14532
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14533
+
14314
14534
 
14315
14535
 
14316
14536
  </div>
@@ -14408,6 +14628,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
14408
14628
  <span class="param-type">Number</span>
14409
14629
 
14410
14630
 
14631
+
14411
14632
 
14412
14633
  </td>
14413
14634
 
@@ -14432,6 +14653,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
14432
14653
  <span class="param-type">Number</span>
14433
14654
 
14434
14655
 
14656
+
14435
14657
 
14436
14658
  </td>
14437
14659
 
@@ -14456,6 +14678,7 @@ const newCollection = collection.sort(function (itemA, itemB) {
14456
14678
  <span class="param-type">*</span>
14457
14679
 
14458
14680
 
14681
+
14459
14682
 
14460
14683
  </td>
14461
14684
 
@@ -14541,7 +14764,8 @@ const newCollection = collection.sort(function (itemA, itemB) {
14541
14764
  <div class='column is-5 has-text-left'>
14542
14765
  <label>类型: </label>
14543
14766
 
14544
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14767
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
14768
+
14545
14769
 
14546
14770
 
14547
14771
  </div>
@@ -14677,6 +14901,7 @@ collection.splice(1, 0, 1)</code></pre>
14677
14901
  <span class="param-type">Array</span>
14678
14902
 
14679
14903
 
14904
+
14680
14905
  </div>
14681
14906
 
14682
14907
  </div>
@@ -14767,6 +14992,7 @@ collection.toArray()</code></pre>
14767
14992
  <span class="param-type">String</span>
14768
14993
 
14769
14994
 
14995
+
14770
14996
 
14771
14997
  </td>
14772
14998
 
@@ -14852,7 +15078,8 @@ collection.toArray()</code></pre>
14852
15078
  <div class='column is-5 has-text-left'>
14853
15079
  <label>类型: </label>
14854
15080
 
14855
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15081
+ <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
15082
+
14856
15083
 
14857
15084
 
14858
15085
  </div>
@@ -14966,6 +15193,7 @@ students.unique(s => s.grade); // [{ name: 'Rick', grade: 'A'}, { name: 'Mick',
14966
15193
  <span class="param-type">*</span>
14967
15194
 
14968
15195
 
15196
+
14969
15197
 
14970
15198
  </td>
14971
15199