@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
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -119,7 +120,8 @@ if(layer.loadStatus === 'loaded') {<br/>
119
120
  <td class="type">
120
121
 
121
122
 
122
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
123
+ <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" href="Feature.html">Feature</a>></span>
124
+
123
125
 
124
126
 
125
127
 
@@ -161,6 +163,7 @@ if(layer.loadStatus === 'loaded') {<br/>
161
163
  <span class="param-type">String</span>
162
164
 
163
165
 
166
+
164
167
 
165
168
  </td>
166
169
 
@@ -187,6 +190,7 @@ if(layer.loadStatus === 'loaded') {<br/>
187
190
  <span class="param-type">Boolean</span>
188
191
 
189
192
 
193
+
190
194
 
191
195
  </td>
192
196
 
@@ -215,6 +219,7 @@ if(layer.loadStatus === 'loaded') {<br/>
215
219
  <span class="param-type">Number</span>
216
220
 
217
221
 
222
+
218
223
 
219
224
  </td>
220
225
 
@@ -240,7 +245,8 @@ if(layer.loadStatus === 'loaded') {<br/>
240
245
  <td class="type">
241
246
 
242
247
 
243
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
248
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
249
+
244
250
 
245
251
 
246
252
 
@@ -534,7 +540,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
534
540
 
535
541
 
536
542
  <ul>
537
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
543
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
538
544
  </ul>
539
545
 
540
546
 
@@ -566,37 +572,40 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
566
572
  <tbody>
567
573
 
568
574
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="GraphicsLayer.html#copyright">copyright</a></code></td>
575
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
570
576
  <td class="name">
571
577
  <code>
572
578
 
573
579
  <span class="param-type">String</span>
574
580
 
575
581
 
582
+
576
583
  </code>
577
584
  </td>
578
585
  <td class="name"><code><p>版权所有</p></code></td>
579
586
  </tr>
580
587
 
581
588
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="GraphicsLayer.html#description">description</a></code></td>
589
+ <td class="name"><code><a href="#description">description</a></code></td>
583
590
  <td class="name">
584
591
  <code>
585
592
 
586
593
  <span class="param-type">String</span>
587
594
 
588
595
 
596
+
589
597
  </code>
590
598
  </td>
591
599
  <td class="name"><code><p>图层描述</p></code></td>
592
600
  </tr>
593
601
 
594
602
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="GraphicsLayer.html#elevationInfo">elevationInfo</a></code></td>
603
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
596
604
  <td class="name">
597
605
  <code>
598
606
 
599
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
607
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
608
+
600
609
 
601
610
 
602
611
  </code>
@@ -605,37 +614,40 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
605
614
  </tr>
606
615
 
607
616
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="GraphicsLayer.html#extendOptions">extendOptions</a></code></td>
617
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
609
618
  <td class="name">
610
619
  <code>
611
620
 
612
621
  <span class="param-type">Object</span>
613
622
 
614
623
 
624
+
615
625
  </code>
616
626
  </td>
617
627
  <td class="name"><code><p>初始化图层的额外参数</p></code></td>
618
628
  </tr>
619
629
 
620
630
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="GraphicsLayer.html#extendProps">extendProps</a></code></td>
631
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
622
632
  <td class="name">
623
633
  <code>
624
634
 
625
635
  <span class="param-type">Object</span>
626
636
 
627
637
 
638
+
628
639
  </code>
629
640
  </td>
630
641
  <td class="name"><code><p>存储额外参数的属性</p></code></td>
631
642
  </tr>
632
643
 
633
644
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="GraphicsLayer.html#extent">extent</a></code></td>
645
+ <td class="name"><code><a href="#extent">extent</a></code></td>
635
646
  <td class="name">
636
647
  <code>
637
648
 
638
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
649
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
650
+
639
651
 
640
652
 
641
653
  </code>
@@ -644,11 +656,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
644
656
  </tr>
645
657
 
646
658
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="GraphicsLayer.html#graphics">graphics</a></code></td>
659
+ <td class="name"><code><a href="#graphics">graphics</a></code></td>
648
660
  <td class="name">
649
661
  <code>
650
662
 
651
- <span class="param-type">FeatureCollection.&lt;<a href="Feature.html">Feature</a>></span>
663
+ <span class="param-type">FeatureCollection.&lt;<a link="FeatureCollection.<Feature>.html" onclick="getTypeHTML(event)" href="Feature.html">Feature</a>></span>
664
+
652
665
 
653
666
 
654
667
  </code>
@@ -657,128 +670,138 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
657
670
  </tr>
658
671
 
659
672
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="GraphicsLayer.html#headers">headers</a></code></td>
673
+ <td class="name"><code><a href="#headers">headers</a></code></td>
661
674
  <td class="name">
662
675
  <code>
663
676
 
664
677
  <span class="param-type">String</span>
665
678
 
666
679
 
680
+
667
681
  </code>
668
682
  </td>
669
683
  <td class="name"><code><p>设置服务请求头</p></code></td>
670
684
  </tr>
671
685
 
672
686
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="GraphicsLayer.html#httpMethod">httpMethod</a></code></td>
687
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
674
688
  <td class="name">
675
689
  <code>
676
690
 
677
691
  <span class="param-type">String</span>
678
692
 
679
693
 
694
+
680
695
  </code>
681
696
  </td>
682
697
  <td class="name"><code><p>http请求方式</p></code></td>
683
698
  </tr>
684
699
 
685
700
  <tr class="deep-level-0">
686
- <td class="name"><code><a href="GraphicsLayer.html#id">id</a></code></td>
701
+ <td class="name"><code><a href="#id">id</a></code></td>
687
702
  <td class="name">
688
703
  <code>
689
704
 
690
705
  <span class="param-type">String</span>
691
706
 
692
707
 
708
+
693
709
  </code>
694
710
  </td>
695
711
  <td class="name"><code><p>图层id</p></code></td>
696
712
  </tr>
697
713
 
698
714
  <tr class="deep-level-0">
699
- <td class="name"><code><a href="GraphicsLayer.html#index">index</a></code></td>
715
+ <td class="name"><code><a href="#index">index</a></code></td>
700
716
  <td class="name">
701
717
  <code>
702
718
 
703
719
  <span class="param-type">Number</span>
704
720
 
705
721
 
722
+
706
723
  </code>
707
724
  </td>
708
725
  <td class="name"><code><p>图层顺序</p></code></td>
709
726
  </tr>
710
727
 
711
728
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="GraphicsLayer.html#loaded">loaded</a></code></td>
729
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
713
730
  <td class="name">
714
731
  <code>
715
732
 
716
733
  <span class="param-type">Boolean</span>
717
734
 
718
735
 
736
+
719
737
  </code>
720
738
  </td>
721
739
  <td class="name"><code><p>是否加载完毕</p></code></td>
722
740
  </tr>
723
741
 
724
742
  <tr class="deep-level-0">
725
- <td class="name"><code><a href="GraphicsLayer.html#loadStatus">loadStatus</a></code></td>
743
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
726
744
  <td class="name">
727
745
  <code>
728
746
 
729
747
  <span class="param-type">String</span>
730
748
 
731
749
 
750
+
732
751
  </code>
733
752
  </td>
734
753
  <td class="name"><code><p>图层加载状态</p></code></td>
735
754
  </tr>
736
755
 
737
756
  <tr class="deep-level-0">
738
- <td class="name"><code><a href="GraphicsLayer.html#maxScale">maxScale</a></code></td>
757
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
739
758
  <td class="name">
740
759
  <code>
741
760
 
742
761
  <span class="param-type">Number</span>
743
762
 
744
763
 
764
+
745
765
  </code>
746
766
  </td>
747
767
  <td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺。</p></code></td>
748
768
  </tr>
749
769
 
750
770
  <tr class="deep-level-0">
751
- <td class="name"><code><a href="GraphicsLayer.html#minScale">minScale</a></code></td>
771
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
752
772
  <td class="name">
753
773
  <code>
754
774
 
755
775
  <span class="param-type">Number</span>
756
776
 
757
777
 
778
+
758
779
  </code>
759
780
  </td>
760
781
  <td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺。</p></code></td>
761
782
  </tr>
762
783
 
763
784
  <tr class="deep-level-0">
764
- <td class="name"><code><a href="GraphicsLayer.html#opacity">opacity</a></code></td>
785
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
765
786
  <td class="name">
766
787
  <code>
767
788
 
768
789
  <span class="param-type">Number</span>
769
790
 
770
791
 
792
+
771
793
  </code>
772
794
  </td>
773
795
  <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
774
796
  </tr>
775
797
 
776
798
  <tr class="deep-level-0">
777
- <td class="name"><code><a href="GraphicsLayer.html#spatialReference">spatialReference</a></code></td>
799
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
778
800
  <td class="name">
779
801
  <code>
780
802
 
781
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
803
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
804
+
782
805
 
783
806
 
784
807
  </code>
@@ -787,65 +810,70 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
787
810
  </tr>
788
811
 
789
812
  <tr class="deep-level-0">
790
- <td class="name"><code><a href="GraphicsLayer.html#title">title</a></code></td>
813
+ <td class="name"><code><a href="#title">title</a></code></td>
791
814
  <td class="name">
792
815
  <code>
793
816
 
794
817
  <span class="param-type">String</span>
795
818
 
796
819
 
820
+
797
821
  </code>
798
822
  </td>
799
823
  <td class="name"><code><p>图层名称</p></code></td>
800
824
  </tr>
801
825
 
802
826
  <tr class="deep-level-0">
803
- <td class="name"><code><a href="GraphicsLayer.html#tokenKey">tokenKey</a></code></td>
827
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
804
828
  <td class="name">
805
829
  <code>
806
830
 
807
831
  <span class="param-type">String</span>
808
832
 
809
833
 
834
+
810
835
  </code>
811
836
  </td>
812
837
  <td class="name"><code><p>token名</p></code></td>
813
838
  </tr>
814
839
 
815
840
  <tr class="deep-level-0">
816
- <td class="name"><code><a href="GraphicsLayer.html#tokenValue">tokenValue</a></code></td>
841
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
817
842
  <td class="name">
818
843
  <code>
819
844
 
820
845
  <span class="param-type">String</span>
821
846
 
822
847
 
848
+
823
849
  </code>
824
850
  </td>
825
851
  <td class="name"><code><p>token值</p></code></td>
826
852
  </tr>
827
853
 
828
854
  <tr class="deep-level-0">
829
- <td class="name"><code><a href="GraphicsLayer.html#type">type</a></code></td>
855
+ <td class="name"><code><a href="#type">type</a></code></td>
830
856
  <td class="name">
831
857
  <code>
832
858
 
833
859
  <span class="param-type">String</span>
834
860
 
835
861
 
862
+
836
863
  </code>
837
864
  </td>
838
865
  <td class="name"><code><p>图层类型</p></code></td>
839
866
  </tr>
840
867
 
841
868
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="GraphicsLayer.html#visible">visible</a></code></td>
869
+ <td class="name"><code><a href="#visible">visible</a></code></td>
843
870
  <td class="name">
844
871
  <code>
845
872
 
846
873
  <span class="param-type">Number</span>
847
874
 
848
875
 
876
+
849
877
  </code>
850
878
  </td>
851
879
  <td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
@@ -865,6 +893,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
865
893
  <span class="param-type">String</span>
866
894
 
867
895
 
896
+
868
897
  </span>
869
898
 
870
899
  <h4 class="name" id="copyright">
@@ -900,7 +929,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
900
929
 
901
930
  <dt class="inherited-from">Inherited From:</dt>
902
931
  <dd class="inherited-from"><ul class="dummy"><li>
903
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
932
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
904
933
  </li></ul></dd>
905
934
 
906
935
 
@@ -944,6 +973,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
944
973
  <span class="param-type">String</span>
945
974
 
946
975
 
976
+
947
977
  </span>
948
978
 
949
979
  <h4 class="name" id="description">
@@ -979,7 +1009,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
979
1009
 
980
1010
  <dt class="inherited-from">Inherited From:</dt>
981
1011
  <dd class="inherited-from"><ul class="dummy"><li>
982
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1012
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
983
1013
  </li></ul></dd>
984
1014
 
985
1015
 
@@ -1020,7 +1050,8 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1020
1050
  <span class="method-parameter is-pulled-right">
1021
1051
  <label>类型:</label>
1022
1052
 
1023
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1053
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1054
+
1024
1055
 
1025
1056
 
1026
1057
  </span>
@@ -1093,6 +1124,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1093
1124
  <span class="param-type">Object</span>
1094
1125
 
1095
1126
 
1127
+
1096
1128
  </span>
1097
1129
 
1098
1130
  <h4 class="name" id="extendOptions">
@@ -1124,7 +1156,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1124
1156
 
1125
1157
  <dt class="inherited-from">Inherited From:</dt>
1126
1158
  <dd class="inherited-from"><ul class="dummy"><li>
1127
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1159
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1128
1160
  </li></ul></dd>
1129
1161
 
1130
1162
 
@@ -1168,6 +1200,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1168
1200
  <span class="param-type">Object</span>
1169
1201
 
1170
1202
 
1203
+
1171
1204
  </span>
1172
1205
 
1173
1206
  <h4 class="name" id="extendProps">
@@ -1199,7 +1232,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1199
1232
 
1200
1233
  <dt class="inherited-from">Inherited From:</dt>
1201
1234
  <dd class="inherited-from"><ul class="dummy"><li>
1202
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1235
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1203
1236
  </li></ul></dd>
1204
1237
 
1205
1238
 
@@ -1240,7 +1273,8 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1240
1273
  <span class="method-parameter is-pulled-right">
1241
1274
  <label>类型:</label>
1242
1275
 
1243
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1276
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1277
+
1244
1278
 
1245
1279
 
1246
1280
  </span>
@@ -1278,7 +1312,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1278
1312
 
1279
1313
  <dt class="inherited-from">Inherited From:</dt>
1280
1314
  <dd class="inherited-from"><ul class="dummy"><li>
1281
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1315
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1282
1316
  </li></ul></dd>
1283
1317
 
1284
1318
 
@@ -1319,7 +1353,8 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1319
1353
  <span class="method-parameter is-pulled-right">
1320
1354
  <label>类型:</label>
1321
1355
 
1322
- <span class="param-type">FeatureCollection.&lt;<a href="Feature.html">Feature</a>></span>
1356
+ <span class="param-type">FeatureCollection.&lt;<a link="FeatureCollection.<Feature>.html" onclick="getTypeHTML(event)" href="Feature.html">Feature</a>></span>
1357
+
1323
1358
 
1324
1359
 
1325
1360
  </span>
@@ -1392,6 +1427,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1392
1427
  <span class="param-type">String</span>
1393
1428
 
1394
1429
 
1430
+
1395
1431
  </span>
1396
1432
 
1397
1433
  <h4 class="name" id="headers">
@@ -1423,7 +1459,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1423
1459
 
1424
1460
  <dt class="inherited-from">Inherited From:</dt>
1425
1461
  <dd class="inherited-from"><ul class="dummy"><li>
1426
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1462
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1427
1463
  </li></ul></dd>
1428
1464
 
1429
1465
 
@@ -1467,6 +1503,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1467
1503
  <span class="param-type">String</span>
1468
1504
 
1469
1505
 
1506
+
1470
1507
  </span>
1471
1508
 
1472
1509
  <h4 class="name" id="httpMethod">
@@ -1498,7 +1535,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1498
1535
 
1499
1536
  <dt class="inherited-from">Inherited From:</dt>
1500
1537
  <dd class="inherited-from"><ul class="dummy"><li>
1501
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1538
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1502
1539
  </li></ul></dd>
1503
1540
 
1504
1541
 
@@ -1542,6 +1579,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1542
1579
  <span class="param-type">String</span>
1543
1580
 
1544
1581
 
1582
+
1545
1583
  </span>
1546
1584
 
1547
1585
  <h4 class="name" id="id">
@@ -1577,7 +1615,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1577
1615
 
1578
1616
  <dt class="inherited-from">Inherited From:</dt>
1579
1617
  <dd class="inherited-from"><ul class="dummy"><li>
1580
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1618
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1581
1619
  </li></ul></dd>
1582
1620
 
1583
1621
 
@@ -1621,6 +1659,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1621
1659
  <span class="param-type">Number</span>
1622
1660
 
1623
1661
 
1662
+
1624
1663
  </span>
1625
1664
 
1626
1665
  <h4 class="name" id="index">
@@ -1652,7 +1691,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1652
1691
 
1653
1692
  <dt class="inherited-from">Inherited From:</dt>
1654
1693
  <dd class="inherited-from"><ul class="dummy"><li>
1655
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1694
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1656
1695
  </li></ul></dd>
1657
1696
 
1658
1697
 
@@ -1696,6 +1735,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1696
1735
  <span class="param-type">Boolean</span>
1697
1736
 
1698
1737
 
1738
+
1699
1739
  </span>
1700
1740
 
1701
1741
  <h4 class="name" id="loaded">
@@ -1780,6 +1820,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1780
1820
  <span class="param-type">String</span>
1781
1821
 
1782
1822
 
1823
+
1783
1824
  </span>
1784
1825
 
1785
1826
  <h4 class="name" id="loadStatus">
@@ -1864,6 +1905,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1864
1905
  <span class="param-type">Number</span>
1865
1906
 
1866
1907
 
1908
+
1867
1909
  </span>
1868
1910
 
1869
1911
  <h4 class="name" id="maxScale">
@@ -1939,6 +1981,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1939
1981
  <span class="param-type">Number</span>
1940
1982
 
1941
1983
 
1984
+
1942
1985
  </span>
1943
1986
 
1944
1987
  <h4 class="name" id="minScale">
@@ -2014,6 +2057,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2014
2057
  <span class="param-type">Number</span>
2015
2058
 
2016
2059
 
2060
+
2017
2061
  </span>
2018
2062
 
2019
2063
  <h4 class="name" id="opacity">
@@ -2045,7 +2089,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2045
2089
 
2046
2090
  <dt class="inherited-from">Inherited From:</dt>
2047
2091
  <dd class="inherited-from"><ul class="dummy"><li>
2048
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2092
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2049
2093
  </li></ul></dd>
2050
2094
 
2051
2095
 
@@ -2086,7 +2130,8 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2086
2130
  <span class="method-parameter is-pulled-right">
2087
2131
  <label>类型:</label>
2088
2132
 
2089
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2133
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2134
+
2090
2135
 
2091
2136
 
2092
2137
  </span>
@@ -2164,6 +2209,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2164
2209
  <span class="param-type">String</span>
2165
2210
 
2166
2211
 
2212
+
2167
2213
  </span>
2168
2214
 
2169
2215
  <h4 class="name" id="title">
@@ -2195,7 +2241,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2195
2241
 
2196
2242
  <dt class="inherited-from">Inherited From:</dt>
2197
2243
  <dd class="inherited-from"><ul class="dummy"><li>
2198
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2244
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2199
2245
  </li></ul></dd>
2200
2246
 
2201
2247
 
@@ -2239,6 +2285,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2239
2285
  <span class="param-type">String</span>
2240
2286
 
2241
2287
 
2288
+
2242
2289
  </span>
2243
2290
 
2244
2291
  <h4 class="name" id="tokenKey">
@@ -2314,6 +2361,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2314
2361
  <span class="param-type">String</span>
2315
2362
 
2316
2363
 
2364
+
2317
2365
  </span>
2318
2366
 
2319
2367
  <h4 class="name" id="tokenValue">
@@ -2389,6 +2437,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2389
2437
  <span class="param-type">String</span>
2390
2438
 
2391
2439
 
2440
+
2392
2441
  </span>
2393
2442
 
2394
2443
  <h4 class="name" id="type">
@@ -2468,6 +2517,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2468
2517
  <span class="param-type">Number</span>
2469
2518
 
2470
2519
 
2520
+
2471
2521
  </span>
2472
2522
 
2473
2523
  <h4 class="name" id="visible">
@@ -2499,7 +2549,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2499
2549
 
2500
2550
  <dt class="inherited-from">Inherited From:</dt>
2501
2551
  <dd class="inherited-from"><ul class="dummy"><li>
2502
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2552
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2503
2553
  </li></ul></dd>
2504
2554
 
2505
2555
 
@@ -2556,7 +2606,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2556
2606
  <tbody>
2557
2607
 
2558
2608
  <tr class="deep-level-0">
2559
- <td class="name"><code><a href="GraphicsLayer.html#fromJSON">fromJSON</a></code></td>
2609
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2560
2610
  <td class="name">
2561
2611
  <code>
2562
2612
 
@@ -2566,7 +2616,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2566
2616
  </tr>
2567
2617
 
2568
2618
  <tr class="deep-level-0">
2569
- <td class="name"><code><a href="GraphicsLayer.html#add">add</a></code></td>
2619
+ <td class="name"><code><a href="#add">add</a></code></td>
2570
2620
  <td class="name">
2571
2621
  <code>
2572
2622
 
@@ -2576,7 +2626,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2576
2626
  </tr>
2577
2627
 
2578
2628
  <tr class="deep-level-0">
2579
- <td class="name"><code><a href="GraphicsLayer.html#addMany">addMany</a></code></td>
2629
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
2580
2630
  <td class="name">
2581
2631
  <code>
2582
2632
 
@@ -2586,12 +2636,13 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2586
2636
  </tr>
2587
2637
 
2588
2638
  <tr class="deep-level-0">
2589
- <td class="name"><code><a href="GraphicsLayer.html#clone">clone</a></code></td>
2639
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2590
2640
  <td class="name">
2591
2641
  <code>
2592
2642
 
2593
2643
 
2594
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2644
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2645
+
2595
2646
 
2596
2647
 
2597
2648
 
@@ -2601,7 +2652,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2601
2652
  </tr>
2602
2653
 
2603
2654
  <tr class="deep-level-0">
2604
- <td class="name"><code><a href="GraphicsLayer.html#destroy">destroy</a></code></td>
2655
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2605
2656
  <td class="name">
2606
2657
  <code>
2607
2658
 
@@ -2609,6 +2660,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2609
2660
  <span class="param-type">*</span>
2610
2661
 
2611
2662
 
2663
+
2612
2664
 
2613
2665
  </code>
2614
2666
  </td>
@@ -2616,7 +2668,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2616
2668
  </tr>
2617
2669
 
2618
2670
  <tr class="deep-level-0">
2619
- <td class="name"><code><a href="GraphicsLayer.html#isLoaded">isLoaded</a></code></td>
2671
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2620
2672
  <td class="name">
2621
2673
  <code>
2622
2674
 
@@ -2624,6 +2676,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2624
2676
  <span class="param-type">Boolean</span>
2625
2677
 
2626
2678
 
2679
+
2627
2680
 
2628
2681
  </code>
2629
2682
  </td>
@@ -2631,7 +2684,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2631
2684
  </tr>
2632
2685
 
2633
2686
  <tr class="deep-level-0">
2634
- <td class="name"><code><a href="GraphicsLayer.html#refresh">refresh</a></code></td>
2687
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2635
2688
  <td class="name">
2636
2689
  <code>
2637
2690
 
@@ -2641,7 +2694,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2641
2694
  </tr>
2642
2695
 
2643
2696
  <tr class="deep-level-0">
2644
- <td class="name"><code><a href="GraphicsLayer.html#remove">remove</a></code></td>
2697
+ <td class="name"><code><a href="#remove">remove</a></code></td>
2645
2698
  <td class="name">
2646
2699
  <code>
2647
2700
 
@@ -2651,7 +2704,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2651
2704
  </tr>
2652
2705
 
2653
2706
  <tr class="deep-level-0">
2654
- <td class="name"><code><a href="GraphicsLayer.html#removeAll">removeAll</a></code></td>
2707
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
2655
2708
  <td class="name">
2656
2709
  <code>
2657
2710
 
@@ -2661,7 +2714,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2661
2714
  </tr>
2662
2715
 
2663
2716
  <tr class="deep-level-0">
2664
- <td class="name"><code><a href="GraphicsLayer.html#removeMany">removeMany</a></code></td>
2717
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
2665
2718
  <td class="name">
2666
2719
  <code>
2667
2720
 
@@ -2671,7 +2724,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2671
2724
  </tr>
2672
2725
 
2673
2726
  <tr class="deep-level-0">
2674
- <td class="name"><code><a href="GraphicsLayer.html#toJSON">toJSON</a></code></td>
2727
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2675
2728
  <td class="name">
2676
2729
  <code>
2677
2730
 
@@ -2679,6 +2732,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2679
2732
  <span class="param-type">Object</span>
2680
2733
 
2681
2734
 
2735
+
2682
2736
 
2683
2737
  </code>
2684
2738
  </td>
@@ -2756,6 +2810,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2756
2810
  <span class="param-type">Object</span>
2757
2811
 
2758
2812
 
2813
+
2759
2814
 
2760
2815
  </td>
2761
2816
 
@@ -2931,7 +2986,8 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
2931
2986
  <td class="type">
2932
2987
 
2933
2988
 
2934
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2989
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2990
+
2935
2991
 
2936
2992
 
2937
2993
 
@@ -3071,10 +3127,11 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
3071
3127
  <td class="type">
3072
3128
 
3073
3129
 
3074
- <span class="param-type"><a class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a></span>
3130
+ <span class="param-type"><a link="FeatureSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a></span>
3075
3131
  |
3076
3132
 
3077
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
3133
+ <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" href="Feature.html">Feature</a>></span>
3134
+
3078
3135
 
3079
3136
 
3080
3137
 
@@ -3235,7 +3292,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3235
3292
 
3236
3293
  <dt class="inherited-from">Inherited From:</dt>
3237
3294
  <dd class="inherited-from"><ul class="dummy"><li>
3238
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3295
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3239
3296
  </li></ul></dd>
3240
3297
 
3241
3298
 
@@ -3296,7 +3353,8 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3296
3353
  <div class='column is-5 has-text-left'>
3297
3354
  <label>类型: </label>
3298
3355
 
3299
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3356
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3357
+
3300
3358
 
3301
3359
 
3302
3360
  </div>
@@ -3352,7 +3410,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3352
3410
 
3353
3411
  <dt class="inherited-from">Inherited From:</dt>
3354
3412
  <dd class="inherited-from"><ul class="dummy"><li>
3355
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3413
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3356
3414
  </li></ul></dd>
3357
3415
 
3358
3416
 
@@ -3414,6 +3472,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3414
3472
  <span class="param-type">*</span>
3415
3473
 
3416
3474
 
3475
+
3417
3476
  </div>
3418
3477
 
3419
3478
  </div>
@@ -3471,7 +3530,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3471
3530
 
3472
3531
  <dt class="inherited-from">Inherited From:</dt>
3473
3532
  <dd class="inherited-from"><ul class="dummy"><li>
3474
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3533
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3475
3534
  </li></ul></dd>
3476
3535
 
3477
3536
 
@@ -3535,6 +3594,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3535
3594
  <span class="param-type">Boolean</span>
3536
3595
 
3537
3596
 
3597
+
3538
3598
  </div>
3539
3599
 
3540
3600
  </div>
@@ -3592,7 +3652,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3592
3652
 
3593
3653
  <dt class="inherited-from">Inherited From:</dt>
3594
3654
  <dd class="inherited-from"><ul class="dummy"><li>
3595
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3655
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3596
3656
  </li></ul></dd>
3597
3657
 
3598
3658
 
@@ -3705,7 +3765,8 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3705
3765
  <td class="type">
3706
3766
 
3707
3767
 
3708
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3768
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3769
+
3709
3770
 
3710
3771
 
3711
3772
 
@@ -4016,7 +4077,8 @@ graphicsLayer.removeAll()</code></pre>
4016
4077
  <td class="type">
4017
4078
 
4018
4079
 
4019
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
4080
+ <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" href="Feature.html">Feature</a>></span>
4081
+
4020
4082
 
4021
4083
 
4022
4084
 
@@ -4243,6 +4305,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4243
4305
  <span class="param-type">Object</span>
4244
4306
 
4245
4307
 
4308
+
4246
4309
  </div>
4247
4310
 
4248
4311
  </div>
@@ -4417,6 +4480,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4417
4480
  <span class="param-type">Object</span>
4418
4481
 
4419
4482
 
4483
+
4420
4484
 
4421
4485
  </td>
4422
4486
 
@@ -4450,6 +4514,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4450
4514
  <span class="param-type">String</span>
4451
4515
 
4452
4516
 
4517
+
4453
4518
 
4454
4519
  </td>
4455
4520
 
@@ -4487,6 +4552,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4487
4552
  <span class="param-type">String</span>
4488
4553
 
4489
4554
 
4555
+
4490
4556
 
4491
4557
  </td>
4492
4558
 
@@ -4521,7 +4587,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4521
4587
  <td class="type">
4522
4588
 
4523
4589
 
4524
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4590
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4591
+
4525
4592
 
4526
4593
 
4527
4594
 
@@ -4558,7 +4625,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4558
4625
  <td class="type">
4559
4626
 
4560
4627
 
4561
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4628
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4629
+
4562
4630
 
4563
4631
 
4564
4632
 
@@ -4595,7 +4663,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4595
4663
  <td class="type">
4596
4664
 
4597
4665
 
4598
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4666
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4667
+
4599
4668
 
4600
4669
 
4601
4670
 
@@ -4632,7 +4701,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4632
4701
  <td class="type">
4633
4702
 
4634
4703
 
4635
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4704
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4705
+
4636
4706
 
4637
4707
 
4638
4708
 
@@ -4669,7 +4739,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4669
4739
  <td class="type">
4670
4740
 
4671
4741
 
4672
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4742
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4743
+
4673
4744
 
4674
4745
 
4675
4746
 
@@ -4858,6 +4929,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4858
4929
  <span class="param-type">Object</span>
4859
4930
 
4860
4931
 
4932
+
4861
4933
 
4862
4934
  </td>
4863
4935
 
@@ -4891,6 +4963,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4891
4963
  <span class="param-type">String</span>
4892
4964
 
4893
4965
 
4966
+
4894
4967
 
4895
4968
  </td>
4896
4969
 
@@ -4928,6 +5001,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4928
5001
  <span class="param-type">String</span>
4929
5002
 
4930
5003
 
5004
+
4931
5005
 
4932
5006
  </td>
4933
5007
 
@@ -4962,7 +5036,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4962
5036
  <td class="type">
4963
5037
 
4964
5038
 
4965
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5039
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5040
+
4966
5041
 
4967
5042
 
4968
5043
 
@@ -4999,7 +5074,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4999
5074
  <td class="type">
5000
5075
 
5001
5076
 
5002
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5077
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5078
+
5003
5079
 
5004
5080
 
5005
5081
 
@@ -5036,7 +5112,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5036
5112
  <td class="type">
5037
5113
 
5038
5114
 
5039
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5115
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5116
+
5040
5117
 
5041
5118
 
5042
5119
 
@@ -5073,7 +5150,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5073
5150
  <td class="type">
5074
5151
 
5075
5152
 
5076
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5153
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5154
+
5077
5155
 
5078
5156
 
5079
5157
 
@@ -5110,7 +5188,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5110
5188
  <td class="type">
5111
5189
 
5112
5190
 
5113
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5191
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5192
+
5114
5193
 
5115
5194
 
5116
5195
 
@@ -5299,6 +5378,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5299
5378
  <span class="param-type">Object</span>
5300
5379
 
5301
5380
 
5381
+
5302
5382
 
5303
5383
  </td>
5304
5384
 
@@ -5332,6 +5412,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5332
5412
  <span class="param-type">String</span>
5333
5413
 
5334
5414
 
5415
+
5335
5416
 
5336
5417
  </td>
5337
5418
 
@@ -5369,6 +5450,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5369
5450
  <span class="param-type">String</span>
5370
5451
 
5371
5452
 
5453
+
5372
5454
 
5373
5455
  </td>
5374
5456
 
@@ -5403,7 +5485,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5403
5485
  <td class="type">
5404
5486
 
5405
5487
 
5406
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5488
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5489
+
5407
5490
 
5408
5491
 
5409
5492
 
@@ -5440,7 +5523,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5440
5523
  <td class="type">
5441
5524
 
5442
5525
 
5443
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5526
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5527
+
5444
5528
 
5445
5529
 
5446
5530
 
@@ -5477,7 +5561,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5477
5561
  <td class="type">
5478
5562
 
5479
5563
 
5480
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5564
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5565
+
5481
5566
 
5482
5567
 
5483
5568
 
@@ -5514,7 +5599,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5514
5599
  <td class="type">
5515
5600
 
5516
5601
 
5517
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5602
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5603
+
5518
5604
 
5519
5605
 
5520
5606
 
@@ -5551,7 +5637,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5551
5637
  <td class="type">
5552
5638
 
5553
5639
 
5554
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5640
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5641
+
5555
5642
 
5556
5643
 
5557
5644
 
@@ -5740,6 +5827,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5740
5827
  <span class="param-type">Object</span>
5741
5828
 
5742
5829
 
5830
+
5743
5831
 
5744
5832
  </td>
5745
5833
 
@@ -5773,6 +5861,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5773
5861
  <span class="param-type">String</span>
5774
5862
 
5775
5863
 
5864
+
5776
5865
 
5777
5866
  </td>
5778
5867
 
@@ -5810,6 +5899,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5810
5899
  <span class="param-type">String</span>
5811
5900
 
5812
5901
 
5902
+
5813
5903
 
5814
5904
  </td>
5815
5905
 
@@ -5844,7 +5934,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5844
5934
  <td class="type">
5845
5935
 
5846
5936
 
5847
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5937
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5938
+
5848
5939
 
5849
5940
 
5850
5941
 
@@ -5881,7 +5972,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5881
5972
  <td class="type">
5882
5973
 
5883
5974
 
5884
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5975
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5976
+
5885
5977
 
5886
5978
 
5887
5979
 
@@ -5918,7 +6010,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5918
6010
  <td class="type">
5919
6011
 
5920
6012
 
5921
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6013
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6014
+
5922
6015
 
5923
6016
 
5924
6017
 
@@ -5955,7 +6048,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5955
6048
  <td class="type">
5956
6049
 
5957
6050
 
5958
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6051
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6052
+
5959
6053
 
5960
6054
 
5961
6055
 
@@ -5992,7 +6086,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5992
6086
  <td class="type">
5993
6087
 
5994
6088
 
5995
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6089
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6090
+
5996
6091
 
5997
6092
 
5998
6093
 
@@ -6037,7 +6132,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6037
6132
 
6038
6133
  <dt class="inherited-from">Inherited From:</dt>
6039
6134
  <dd class="inherited-from"><ul class="dummy"><li>
6040
- <a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
6135
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
6041
6136
  </li></ul></dd>
6042
6137
 
6043
6138
 
@@ -6186,6 +6281,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6186
6281
  <span class="param-type">Object</span>
6187
6282
 
6188
6283
 
6284
+
6189
6285
 
6190
6286
  </td>
6191
6287
 
@@ -6219,6 +6315,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6219
6315
  <span class="param-type">String</span>
6220
6316
 
6221
6317
 
6318
+
6222
6319
 
6223
6320
  </td>
6224
6321
 
@@ -6256,6 +6353,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6256
6353
  <span class="param-type">String</span>
6257
6354
 
6258
6355
 
6356
+
6259
6357
 
6260
6358
  </td>
6261
6359
 
@@ -6290,7 +6388,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6290
6388
  <td class="type">
6291
6389
 
6292
6390
 
6293
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6391
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6392
+
6294
6393
 
6295
6394
 
6296
6395
 
@@ -6327,7 +6426,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6327
6426
  <td class="type">
6328
6427
 
6329
6428
 
6330
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6429
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6430
+
6331
6431
 
6332
6432
 
6333
6433
 
@@ -6364,7 +6464,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6364
6464
  <td class="type">
6365
6465
 
6366
6466
 
6367
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6467
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6468
+
6368
6469
 
6369
6470
 
6370
6471
 
@@ -6401,7 +6502,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6401
6502
  <td class="type">
6402
6503
 
6403
6504
 
6404
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6505
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6506
+
6405
6507
 
6406
6508
 
6407
6509
 
@@ -6438,7 +6540,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6438
6540
  <td class="type">
6439
6541
 
6440
6542
 
6441
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6543
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6544
+
6442
6545
 
6443
6546
 
6444
6547
 
@@ -6483,7 +6586,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6483
6586
 
6484
6587
  <dt class="inherited-from">Inherited From:</dt>
6485
6588
  <dd class="inherited-from"><ul class="dummy"><li>
6486
- <a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
6589
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
6487
6590
  </li></ul></dd>
6488
6591
 
6489
6592
 
@@ -6622,6 +6725,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6622
6725
  <span class="param-type">Object</span>
6623
6726
 
6624
6727
 
6728
+
6625
6729
 
6626
6730
  </td>
6627
6731
 
@@ -6655,6 +6759,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6655
6759
  <span class="param-type">String</span>
6656
6760
 
6657
6761
 
6762
+
6658
6763
 
6659
6764
  </td>
6660
6765
 
@@ -6692,6 +6797,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6692
6797
  <span class="param-type">String</span>
6693
6798
 
6694
6799
 
6800
+
6695
6801
 
6696
6802
  </td>
6697
6803
 
@@ -6726,7 +6832,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6726
6832
  <td class="type">
6727
6833
 
6728
6834
 
6729
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6835
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6836
+
6730
6837
 
6731
6838
 
6732
6839
 
@@ -6763,7 +6870,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6763
6870
  <td class="type">
6764
6871
 
6765
6872
 
6766
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6873
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6874
+
6767
6875
 
6768
6876
 
6769
6877
 
@@ -6800,7 +6908,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6800
6908
  <td class="type">
6801
6909
 
6802
6910
 
6803
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6911
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6912
+
6804
6913
 
6805
6914
 
6806
6915
 
@@ -6837,7 +6946,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6837
6946
  <td class="type">
6838
6947
 
6839
6948
 
6840
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6949
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6950
+
6841
6951
 
6842
6952
 
6843
6953
 
@@ -6874,7 +6984,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6874
6984
  <td class="type">
6875
6985
 
6876
6986
 
6877
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6987
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6988
+
6878
6989
 
6879
6990
 
6880
6991
 
@@ -6919,7 +7030,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6919
7030
 
6920
7031
  <dt class="inherited-from">Inherited From:</dt>
6921
7032
  <dd class="inherited-from"><ul class="dummy"><li>
6922
- <a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
7033
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
6923
7034
  </li></ul></dd>
6924
7035
 
6925
7036
 
@@ -7068,6 +7179,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7068
7179
  <span class="param-type">Object</span>
7069
7180
 
7070
7181
 
7182
+
7071
7183
 
7072
7184
  </td>
7073
7185
 
@@ -7101,6 +7213,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7101
7213
  <span class="param-type">String</span>
7102
7214
 
7103
7215
 
7216
+
7104
7217
 
7105
7218
  </td>
7106
7219
 
@@ -7138,6 +7251,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7138
7251
  <span class="param-type">String</span>
7139
7252
 
7140
7253
 
7254
+
7141
7255
 
7142
7256
  </td>
7143
7257
 
@@ -7172,7 +7286,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7172
7286
  <td class="type">
7173
7287
 
7174
7288
 
7175
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7289
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7290
+
7176
7291
 
7177
7292
 
7178
7293
 
@@ -7209,7 +7324,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7209
7324
  <td class="type">
7210
7325
 
7211
7326
 
7212
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7327
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7328
+
7213
7329
 
7214
7330
 
7215
7331
 
@@ -7246,7 +7362,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7246
7362
  <td class="type">
7247
7363
 
7248
7364
 
7249
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7365
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7366
+
7250
7367
 
7251
7368
 
7252
7369
 
@@ -7283,7 +7400,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7283
7400
  <td class="type">
7284
7401
 
7285
7402
 
7286
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7403
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7404
+
7287
7405
 
7288
7406
 
7289
7407
 
@@ -7320,7 +7438,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7320
7438
  <td class="type">
7321
7439
 
7322
7440
 
7323
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7441
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7442
+
7324
7443
 
7325
7444
 
7326
7445
 
@@ -7365,7 +7484,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7365
7484
 
7366
7485
  <dt class="inherited-from">Inherited From:</dt>
7367
7486
  <dd class="inherited-from"><ul class="dummy"><li>
7368
- <a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
7487
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
7369
7488
  </li></ul></dd>
7370
7489
 
7371
7490
 
@@ -7504,6 +7623,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7504
7623
  <span class="param-type">Object</span>
7505
7624
 
7506
7625
 
7626
+
7507
7627
 
7508
7628
  </td>
7509
7629
 
@@ -7537,6 +7657,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7537
7657
  <span class="param-type">String</span>
7538
7658
 
7539
7659
 
7660
+
7540
7661
 
7541
7662
  </td>
7542
7663
 
@@ -7574,6 +7695,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7574
7695
  <span class="param-type">String</span>
7575
7696
 
7576
7697
 
7698
+
7577
7699
 
7578
7700
  </td>
7579
7701
 
@@ -7608,7 +7730,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7608
7730
  <td class="type">
7609
7731
 
7610
7732
 
7611
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7733
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7734
+
7612
7735
 
7613
7736
 
7614
7737
 
@@ -7645,7 +7768,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7645
7768
  <td class="type">
7646
7769
 
7647
7770
 
7648
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7771
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7772
+
7649
7773
 
7650
7774
 
7651
7775
 
@@ -7682,7 +7806,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7682
7806
  <td class="type">
7683
7807
 
7684
7808
 
7685
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7809
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7810
+
7686
7811
 
7687
7812
 
7688
7813
 
@@ -7719,7 +7844,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7719
7844
  <td class="type">
7720
7845
 
7721
7846
 
7722
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7847
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7848
+
7723
7849
 
7724
7850
 
7725
7851
 
@@ -7756,7 +7882,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7756
7882
  <td class="type">
7757
7883
 
7758
7884
 
7759
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7885
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7886
+
7760
7887
 
7761
7888
 
7762
7889
 
@@ -7801,7 +7928,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7801
7928
 
7802
7929
  <dt class="inherited-from">Inherited From:</dt>
7803
7930
  <dd class="inherited-from"><ul class="dummy"><li>
7804
- <a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
7931
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
7805
7932
  </li></ul></dd>
7806
7933
 
7807
7934
 
@@ -7950,6 +8077,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7950
8077
  <span class="param-type">Object</span>
7951
8078
 
7952
8079
 
8080
+
7953
8081
 
7954
8082
  </td>
7955
8083
 
@@ -7983,6 +8111,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7983
8111
  <span class="param-type">String</span>
7984
8112
 
7985
8113
 
8114
+
7986
8115
 
7987
8116
  </td>
7988
8117
 
@@ -8020,6 +8149,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8020
8149
  <span class="param-type">String</span>
8021
8150
 
8022
8151
 
8152
+
8023
8153
 
8024
8154
  </td>
8025
8155
 
@@ -8054,7 +8184,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8054
8184
  <td class="type">
8055
8185
 
8056
8186
 
8057
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8187
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8188
+
8058
8189
 
8059
8190
 
8060
8191
 
@@ -8091,7 +8222,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8091
8222
  <td class="type">
8092
8223
 
8093
8224
 
8094
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8225
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8226
+
8095
8227
 
8096
8228
 
8097
8229
 
@@ -8128,7 +8260,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8128
8260
  <td class="type">
8129
8261
 
8130
8262
 
8131
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8263
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8264
+
8132
8265
 
8133
8266
 
8134
8267
 
@@ -8165,7 +8298,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8165
8298
  <td class="type">
8166
8299
 
8167
8300
 
8168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8301
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8302
+
8169
8303
 
8170
8304
 
8171
8305
 
@@ -8202,7 +8336,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8202
8336
  <td class="type">
8203
8337
 
8204
8338
 
8205
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8339
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8340
+
8206
8341
 
8207
8342
 
8208
8343
 
@@ -8247,7 +8382,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8247
8382
 
8248
8383
  <dt class="inherited-from">Inherited From:</dt>
8249
8384
  <dd class="inherited-from"><ul class="dummy"><li>
8250
- <a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
8385
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
8251
8386
  </li></ul></dd>
8252
8387
 
8253
8388
 
@@ -8386,6 +8521,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8386
8521
  <span class="param-type">Object</span>
8387
8522
 
8388
8523
 
8524
+
8389
8525
 
8390
8526
  </td>
8391
8527
 
@@ -8419,6 +8555,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8419
8555
  <span class="param-type">String</span>
8420
8556
 
8421
8557
 
8558
+
8422
8559
 
8423
8560
  </td>
8424
8561
 
@@ -8456,6 +8593,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8456
8593
  <span class="param-type">String</span>
8457
8594
 
8458
8595
 
8596
+
8459
8597
 
8460
8598
  </td>
8461
8599
 
@@ -8490,7 +8628,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8490
8628
  <td class="type">
8491
8629
 
8492
8630
 
8493
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8631
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8632
+
8494
8633
 
8495
8634
 
8496
8635
 
@@ -8527,7 +8666,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8527
8666
  <td class="type">
8528
8667
 
8529
8668
 
8530
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8669
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8670
+
8531
8671
 
8532
8672
 
8533
8673
 
@@ -8564,7 +8704,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8564
8704
  <td class="type">
8565
8705
 
8566
8706
 
8567
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8707
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8708
+
8568
8709
 
8569
8710
 
8570
8711
 
@@ -8601,7 +8742,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8601
8742
  <td class="type">
8602
8743
 
8603
8744
 
8604
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8745
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8746
+
8605
8747
 
8606
8748
 
8607
8749
 
@@ -8638,7 +8780,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8638
8780
  <td class="type">
8639
8781
 
8640
8782
 
8641
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8783
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8784
+
8642
8785
 
8643
8786
 
8644
8787
 
@@ -8683,7 +8826,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8683
8826
 
8684
8827
  <dt class="inherited-from">Inherited From:</dt>
8685
8828
  <dd class="inherited-from"><ul class="dummy"><li>
8686
- <a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
8829
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
8687
8830
  </li></ul></dd>
8688
8831
 
8689
8832
 
@@ -8832,6 +8975,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8832
8975
  <span class="param-type">Object</span>
8833
8976
 
8834
8977
 
8978
+
8835
8979
 
8836
8980
  </td>
8837
8981
 
@@ -8865,6 +9009,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8865
9009
  <span class="param-type">String</span>
8866
9010
 
8867
9011
 
9012
+
8868
9013
 
8869
9014
  </td>
8870
9015
 
@@ -8902,6 +9047,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8902
9047
  <span class="param-type">String</span>
8903
9048
 
8904
9049
 
9050
+
8905
9051
 
8906
9052
  </td>
8907
9053
 
@@ -8936,7 +9082,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8936
9082
  <td class="type">
8937
9083
 
8938
9084
 
8939
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9085
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9086
+
8940
9087
 
8941
9088
 
8942
9089
 
@@ -8973,7 +9120,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8973
9120
  <td class="type">
8974
9121
 
8975
9122
 
8976
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9123
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9124
+
8977
9125
 
8978
9126
 
8979
9127
 
@@ -9010,7 +9158,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9010
9158
  <td class="type">
9011
9159
 
9012
9160
 
9013
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9161
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9162
+
9014
9163
 
9015
9164
 
9016
9165
 
@@ -9047,7 +9196,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9047
9196
  <td class="type">
9048
9197
 
9049
9198
 
9050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9199
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9200
+
9051
9201
 
9052
9202
 
9053
9203
 
@@ -9084,7 +9234,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9084
9234
  <td class="type">
9085
9235
 
9086
9236
 
9087
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9237
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9238
+
9088
9239
 
9089
9240
 
9090
9241
 
@@ -9273,6 +9424,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9273
9424
  <span class="param-type">Object</span>
9274
9425
 
9275
9426
 
9427
+
9276
9428
 
9277
9429
  </td>
9278
9430
 
@@ -9306,6 +9458,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9306
9458
  <span class="param-type">String</span>
9307
9459
 
9308
9460
 
9461
+
9309
9462
 
9310
9463
  </td>
9311
9464
 
@@ -9343,6 +9496,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9343
9496
  <span class="param-type">String</span>
9344
9497
 
9345
9498
 
9499
+
9346
9500
 
9347
9501
  </td>
9348
9502
 
@@ -9377,7 +9531,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9377
9531
  <td class="type">
9378
9532
 
9379
9533
 
9380
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9534
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9535
+
9381
9536
 
9382
9537
 
9383
9538
 
@@ -9414,7 +9569,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9414
9569
  <td class="type">
9415
9570
 
9416
9571
 
9417
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9572
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9573
+
9418
9574
 
9419
9575
 
9420
9576
 
@@ -9451,7 +9607,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9451
9607
  <td class="type">
9452
9608
 
9453
9609
 
9454
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9610
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9611
+
9455
9612
 
9456
9613
 
9457
9614
 
@@ -9488,7 +9645,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9488
9645
  <td class="type">
9489
9646
 
9490
9647
 
9491
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9648
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9649
+
9492
9650
 
9493
9651
 
9494
9652
 
@@ -9525,7 +9683,8 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9525
9683
  <td class="type">
9526
9684
 
9527
9685
 
9528
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9686
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9687
+
9529
9688
 
9530
9689
 
9531
9690