@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -87,13 +87,18 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
101
+
97
102
 
98
103
 
99
104
 
@@ -113,13 +118,18 @@ if(layer.loadStatus === 'loaded') {<br/>
113
118
 
114
119
  <tr class="deep-level-1">
115
120
 
116
- <td class="name" id="graphics"><code>graphics</code></td>
121
+ <td class="name"><code>graphics</code></td>
117
122
 
118
123
 
119
124
  <td class="type">
120
125
 
121
126
 
122
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
127
+ <span class="param-type">
128
+
129
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Feature.html">Feature</a>>
130
+
131
+ </span>
132
+
123
133
 
124
134
 
125
135
 
@@ -152,13 +162,18 @@ if(layer.loadStatus === 'loaded') {<br/>
152
162
 
153
163
  <tr class="deep-level-1">
154
164
 
155
- <td class="name" id="id"><code>id</code></td>
165
+ <td class="name"><code>id</code></td>
156
166
 
157
167
 
158
168
  <td class="type">
159
169
 
160
170
 
161
- <span class="param-type">String</span>
171
+ <span class="param-type">
172
+
173
+ String
174
+
175
+ </span>
176
+
162
177
 
163
178
 
164
179
 
@@ -178,13 +193,18 @@ if(layer.loadStatus === 'loaded') {<br/>
178
193
 
179
194
  <tr class="deep-level-1">
180
195
 
181
- <td class="name" id="visible"><code>visible</code></td>
196
+ <td class="name"><code>visible</code></td>
182
197
 
183
198
 
184
199
  <td class="type">
185
200
 
186
201
 
187
- <span class="param-type">Boolean</span>
202
+ <span class="param-type">
203
+
204
+ Boolean
205
+
206
+ </span>
207
+
188
208
 
189
209
 
190
210
 
@@ -206,13 +226,18 @@ if(layer.loadStatus === 'loaded') {<br/>
206
226
 
207
227
  <tr class="deep-level-1">
208
228
 
209
- <td class="name" id="opacity"><code>opacity</code></td>
229
+ <td class="name"><code>opacity</code></td>
210
230
 
211
231
 
212
232
  <td class="type">
213
233
 
214
234
 
215
- <span class="param-type">Number</span>
235
+ <span class="param-type">
236
+
237
+ Number
238
+
239
+ </span>
240
+
216
241
 
217
242
 
218
243
 
@@ -234,13 +259,18 @@ if(layer.loadStatus === 'loaded') {<br/>
234
259
 
235
260
  <tr class="deep-level-1">
236
261
 
237
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
262
+ <td class="name"><code>elevationInfo</code></td>
238
263
 
239
264
 
240
265
  <td class="type">
241
266
 
242
267
 
243
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
268
+ <span class="param-type">
269
+
270
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
271
+
272
+ </span>
273
+
244
274
 
245
275
 
246
276
 
@@ -312,27 +342,27 @@ if(layer.loadStatus === 'loaded') {<br/>
312
342
  <div class="column is-2"><label>绑定事件</label></div>
313
343
  <div class="column is-10">
314
344
  <ul>
315
- <li><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></li>
345
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
316
346
 
317
- <li><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></li>
347
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
318
348
 
319
- <li><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></li>
349
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
320
350
 
321
- <li><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></li>
351
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
322
352
 
323
- <li><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></li>
353
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
324
354
 
325
- <li><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></li>
355
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
326
356
 
327
- <li><a class="mapgis-link-name" title="GraphicsLayer#event:添加要素事件" GraphicsLayer.html#event:%25E6%25B7%25BB%25E5%258A%25A0%25E8%25A6%2581%25E7%25B4%25A0%25E4%25BA%258B%25E4%25BB%25B6>GraphicsLayer#event:添加要素事件</a></li>
357
+ <li><a href="#添加要素事件">添加要素事件</a></li>
328
358
 
329
- <li><a class="mapgis-link-name" title="GraphicsLayer#event:添加多个要素事件" GraphicsLayer.html#event:%25E6%25B7%25BB%25E5%258A%25A0%25E5%25A4%259A%25E4%25B8%25AA%25E8%25A6%2581%25E7%25B4%25A0%25E4%25BA%258B%25E4%25BB%25B6>GraphicsLayer#event:添加多个要素事件</a></li>
359
+ <li><a href="#添加多个要素事件">添加多个要素事件</a></li>
330
360
 
331
- <li><a class="mapgis-link-name" title="GraphicsLayer#event:删除要素事件" GraphicsLayer.html#event:%25E5%2588%25A0%25E9%2599%25A4%25E8%25A6%2581%25E7%25B4%25A0%25E4%25BA%258B%25E4%25BB%25B6>GraphicsLayer#event:删除要素事件</a></li>
361
+ <li><a href="#删除要素事件">删除要素事件</a></li>
332
362
 
333
- <li><a class="mapgis-link-name" title="GraphicsLayer#event:删除多个要素事件" GraphicsLayer.html#event:%25E5%2588%25A0%25E9%2599%25A4%25E5%25A4%259A%25E4%25B8%25AA%25E8%25A6%2581%25E7%25B4%25A0%25E4%25BA%258B%25E4%25BB%25B6>GraphicsLayer#event:删除多个要素事件</a></li>
363
+ <li><a href="#删除多个要素事件">删除多个要素事件</a></li>
334
364
 
335
- <li><a class="mapgis-link-name" title="GraphicsLayer#event:删除所有要素事件" GraphicsLayer.html#event:%25E5%2588%25A0%25E9%2599%25A4%25E6%2589%2580%25E6%259C%2589%25E8%25A6%2581%25E7%25B4%25A0%25E4%25BA%258B%25E4%25BB%25B6>GraphicsLayer#event:删除所有要素事件</a></li>
365
+ <li><a href="#删除所有要素事件">删除所有要素事件</a></li>
336
366
  </ul>
337
367
  </div>
338
368
  </div>
@@ -534,7 +564,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
534
564
 
535
565
 
536
566
  <ul>
537
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
567
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
538
568
  </ul>
539
569
 
540
570
 
@@ -566,11 +596,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
566
596
  <tbody>
567
597
 
568
598
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="GraphicsLayer.html#copyright">copyright</a></code></td>
599
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
570
600
  <td class="name">
571
601
  <code>
572
602
 
573
- <span class="param-type">String</span>
603
+ <span class="param-type">
604
+
605
+ String
606
+
607
+ </span>
608
+
574
609
 
575
610
 
576
611
  </code>
@@ -579,11 +614,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
579
614
  </tr>
580
615
 
581
616
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="GraphicsLayer.html#description">description</a></code></td>
617
+ <td class="name"><code><a href="#description">description</a></code></td>
583
618
  <td class="name">
584
619
  <code>
585
620
 
586
- <span class="param-type">String</span>
621
+ <span class="param-type">
622
+
623
+ String
624
+
625
+ </span>
626
+
587
627
 
588
628
 
589
629
  </code>
@@ -592,11 +632,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
592
632
  </tr>
593
633
 
594
634
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="GraphicsLayer.html#elevationInfo">elevationInfo</a></code></td>
635
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
596
636
  <td class="name">
597
637
  <code>
598
638
 
599
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
639
+ <span class="param-type">
640
+
641
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
642
+
643
+ </span>
644
+
600
645
 
601
646
 
602
647
  </code>
@@ -605,11 +650,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
605
650
  </tr>
606
651
 
607
652
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="GraphicsLayer.html#extendOptions">extendOptions</a></code></td>
653
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
609
654
  <td class="name">
610
655
  <code>
611
656
 
612
- <span class="param-type">Object</span>
657
+ <span class="param-type">
658
+
659
+ Object
660
+
661
+ </span>
662
+
613
663
 
614
664
 
615
665
  </code>
@@ -618,11 +668,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
618
668
  </tr>
619
669
 
620
670
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="GraphicsLayer.html#extendProps">extendProps</a></code></td>
671
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
622
672
  <td class="name">
623
673
  <code>
624
674
 
625
- <span class="param-type">Object</span>
675
+ <span class="param-type">
676
+
677
+ Object
678
+
679
+ </span>
680
+
626
681
 
627
682
 
628
683
  </code>
@@ -631,11 +686,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
631
686
  </tr>
632
687
 
633
688
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="GraphicsLayer.html#extent">extent</a></code></td>
689
+ <td class="name"><code><a href="#extent">extent</a></code></td>
635
690
  <td class="name">
636
691
  <code>
637
692
 
638
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
693
+ <span class="param-type">
694
+
695
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
696
+
697
+ </span>
698
+
639
699
 
640
700
 
641
701
  </code>
@@ -644,11 +704,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
644
704
  </tr>
645
705
 
646
706
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="GraphicsLayer.html#graphics">graphics</a></code></td>
707
+ <td class="name"><code><a href="#graphics">graphics</a></code></td>
648
708
  <td class="name">
649
709
  <code>
650
710
 
651
- <span class="param-type">FeatureCollection.&lt;<a href="Feature.html">Feature</a>></span>
711
+ <span class="param-type">
712
+
713
+ FeatureCollection.&lt;<a onclick="getTypeHTML(event)" link="Feature.html">Feature</a>>
714
+
715
+ </span>
716
+
652
717
 
653
718
 
654
719
  </code>
@@ -657,11 +722,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
657
722
  </tr>
658
723
 
659
724
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="GraphicsLayer.html#headers">headers</a></code></td>
725
+ <td class="name"><code><a href="#headers">headers</a></code></td>
661
726
  <td class="name">
662
727
  <code>
663
728
 
664
- <span class="param-type">String</span>
729
+ <span class="param-type">
730
+
731
+ String
732
+
733
+ </span>
734
+
665
735
 
666
736
 
667
737
  </code>
@@ -670,11 +740,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
670
740
  </tr>
671
741
 
672
742
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="GraphicsLayer.html#httpMethod">httpMethod</a></code></td>
743
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
674
744
  <td class="name">
675
745
  <code>
676
746
 
677
- <span class="param-type">String</span>
747
+ <span class="param-type">
748
+
749
+ String
750
+
751
+ </span>
752
+
678
753
 
679
754
 
680
755
  </code>
@@ -683,11 +758,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
683
758
  </tr>
684
759
 
685
760
  <tr class="deep-level-0">
686
- <td class="name"><code><a href="GraphicsLayer.html#id">id</a></code></td>
761
+ <td class="name"><code><a href="#id">id</a></code></td>
687
762
  <td class="name">
688
763
  <code>
689
764
 
690
- <span class="param-type">String</span>
765
+ <span class="param-type">
766
+
767
+ String
768
+
769
+ </span>
770
+
691
771
 
692
772
 
693
773
  </code>
@@ -696,11 +776,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
696
776
  </tr>
697
777
 
698
778
  <tr class="deep-level-0">
699
- <td class="name"><code><a href="GraphicsLayer.html#index">index</a></code></td>
779
+ <td class="name"><code><a href="#index">index</a></code></td>
700
780
  <td class="name">
701
781
  <code>
702
782
 
703
- <span class="param-type">Number</span>
783
+ <span class="param-type">
784
+
785
+ Number
786
+
787
+ </span>
788
+
704
789
 
705
790
 
706
791
  </code>
@@ -709,11 +794,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
709
794
  </tr>
710
795
 
711
796
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="GraphicsLayer.html#loaded">loaded</a></code></td>
797
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
713
798
  <td class="name">
714
799
  <code>
715
800
 
716
- <span class="param-type">Boolean</span>
801
+ <span class="param-type">
802
+
803
+ Boolean
804
+
805
+ </span>
806
+
717
807
 
718
808
 
719
809
  </code>
@@ -722,11 +812,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
722
812
  </tr>
723
813
 
724
814
  <tr class="deep-level-0">
725
- <td class="name"><code><a href="GraphicsLayer.html#loadStatus">loadStatus</a></code></td>
815
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
726
816
  <td class="name">
727
817
  <code>
728
818
 
729
- <span class="param-type">String</span>
819
+ <span class="param-type">
820
+
821
+ String
822
+
823
+ </span>
824
+
730
825
 
731
826
 
732
827
  </code>
@@ -735,11 +830,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
735
830
  </tr>
736
831
 
737
832
  <tr class="deep-level-0">
738
- <td class="name"><code><a href="GraphicsLayer.html#maxScale">maxScale</a></code></td>
833
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
739
834
  <td class="name">
740
835
  <code>
741
836
 
742
- <span class="param-type">Number</span>
837
+ <span class="param-type">
838
+
839
+ Number
840
+
841
+ </span>
842
+
743
843
 
744
844
 
745
845
  </code>
@@ -748,11 +848,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
748
848
  </tr>
749
849
 
750
850
  <tr class="deep-level-0">
751
- <td class="name"><code><a href="GraphicsLayer.html#minScale">minScale</a></code></td>
851
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
752
852
  <td class="name">
753
853
  <code>
754
854
 
755
- <span class="param-type">Number</span>
855
+ <span class="param-type">
856
+
857
+ Number
858
+
859
+ </span>
860
+
756
861
 
757
862
 
758
863
  </code>
@@ -761,11 +866,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
761
866
  </tr>
762
867
 
763
868
  <tr class="deep-level-0">
764
- <td class="name"><code><a href="GraphicsLayer.html#opacity">opacity</a></code></td>
869
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
765
870
  <td class="name">
766
871
  <code>
767
872
 
768
- <span class="param-type">Number</span>
873
+ <span class="param-type">
874
+
875
+ Number
876
+
877
+ </span>
878
+
769
879
 
770
880
 
771
881
  </code>
@@ -774,11 +884,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
774
884
  </tr>
775
885
 
776
886
  <tr class="deep-level-0">
777
- <td class="name"><code><a href="GraphicsLayer.html#spatialReference">spatialReference</a></code></td>
887
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
778
888
  <td class="name">
779
889
  <code>
780
890
 
781
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
891
+ <span class="param-type">
892
+
893
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
894
+
895
+ </span>
896
+
782
897
 
783
898
 
784
899
  </code>
@@ -787,11 +902,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
787
902
  </tr>
788
903
 
789
904
  <tr class="deep-level-0">
790
- <td class="name"><code><a href="GraphicsLayer.html#title">title</a></code></td>
905
+ <td class="name"><code><a href="#title">title</a></code></td>
791
906
  <td class="name">
792
907
  <code>
793
908
 
794
- <span class="param-type">String</span>
909
+ <span class="param-type">
910
+
911
+ String
912
+
913
+ </span>
914
+
795
915
 
796
916
 
797
917
  </code>
@@ -800,11 +920,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
800
920
  </tr>
801
921
 
802
922
  <tr class="deep-level-0">
803
- <td class="name"><code><a href="GraphicsLayer.html#tokenKey">tokenKey</a></code></td>
923
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
804
924
  <td class="name">
805
925
  <code>
806
926
 
807
- <span class="param-type">String</span>
927
+ <span class="param-type">
928
+
929
+ String
930
+
931
+ </span>
932
+
808
933
 
809
934
 
810
935
  </code>
@@ -813,11 +938,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
813
938
  </tr>
814
939
 
815
940
  <tr class="deep-level-0">
816
- <td class="name"><code><a href="GraphicsLayer.html#tokenValue">tokenValue</a></code></td>
941
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
817
942
  <td class="name">
818
943
  <code>
819
944
 
820
- <span class="param-type">String</span>
945
+ <span class="param-type">
946
+
947
+ String
948
+
949
+ </span>
950
+
821
951
 
822
952
 
823
953
  </code>
@@ -826,11 +956,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
826
956
  </tr>
827
957
 
828
958
  <tr class="deep-level-0">
829
- <td class="name"><code><a href="GraphicsLayer.html#type">type</a></code></td>
959
+ <td class="name"><code><a href="#type">type</a></code></td>
830
960
  <td class="name">
831
961
  <code>
832
962
 
833
- <span class="param-type">String</span>
963
+ <span class="param-type">
964
+
965
+ String
966
+
967
+ </span>
968
+
834
969
 
835
970
 
836
971
  </code>
@@ -839,11 +974,16 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
839
974
  </tr>
840
975
 
841
976
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="GraphicsLayer.html#visible">visible</a></code></td>
977
+ <td class="name"><code><a href="#visible">visible</a></code></td>
843
978
  <td class="name">
844
979
  <code>
845
980
 
846
- <span class="param-type">Number</span>
981
+ <span class="param-type">
982
+
983
+ Number
984
+
985
+ </span>
986
+
847
987
 
848
988
 
849
989
  </code>
@@ -862,7 +1002,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
862
1002
  <span class="method-parameter is-pulled-right">
863
1003
  <label>类型:</label>
864
1004
 
865
- <span class="param-type">String</span>
1005
+ <span class="param-type">
1006
+
1007
+ String
1008
+
1009
+ </span>
1010
+
866
1011
 
867
1012
 
868
1013
  </span>
@@ -900,7 +1045,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
900
1045
 
901
1046
  <dt class="inherited-from">Inherited From:</dt>
902
1047
  <dd class="inherited-from"><ul class="dummy"><li>
903
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1048
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
904
1049
  </li></ul></dd>
905
1050
 
906
1051
 
@@ -941,7 +1086,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
941
1086
  <span class="method-parameter is-pulled-right">
942
1087
  <label>类型:</label>
943
1088
 
944
- <span class="param-type">String</span>
1089
+ <span class="param-type">
1090
+
1091
+ String
1092
+
1093
+ </span>
1094
+
945
1095
 
946
1096
 
947
1097
  </span>
@@ -979,7 +1129,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
979
1129
 
980
1130
  <dt class="inherited-from">Inherited From:</dt>
981
1131
  <dd class="inherited-from"><ul class="dummy"><li>
982
- <a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
1132
+ <a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
983
1133
  </li></ul></dd>
984
1134
 
985
1135
 
@@ -1020,7 +1170,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1020
1170
  <span class="method-parameter is-pulled-right">
1021
1171
  <label>类型:</label>
1022
1172
 
1023
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1173
+ <span class="param-type">
1174
+
1175
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1176
+
1177
+ </span>
1178
+
1024
1179
 
1025
1180
 
1026
1181
  </span>
@@ -1090,7 +1245,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1090
1245
  <span class="method-parameter is-pulled-right">
1091
1246
  <label>类型:</label>
1092
1247
 
1093
- <span class="param-type">Object</span>
1248
+ <span class="param-type">
1249
+
1250
+ Object
1251
+
1252
+ </span>
1253
+
1094
1254
 
1095
1255
 
1096
1256
  </span>
@@ -1124,7 +1284,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1124
1284
 
1125
1285
  <dt class="inherited-from">Inherited From:</dt>
1126
1286
  <dd class="inherited-from"><ul class="dummy"><li>
1127
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1287
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1128
1288
  </li></ul></dd>
1129
1289
 
1130
1290
 
@@ -1165,7 +1325,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1165
1325
  <span class="method-parameter is-pulled-right">
1166
1326
  <label>类型:</label>
1167
1327
 
1168
- <span class="param-type">Object</span>
1328
+ <span class="param-type">
1329
+
1330
+ Object
1331
+
1332
+ </span>
1333
+
1169
1334
 
1170
1335
 
1171
1336
  </span>
@@ -1199,7 +1364,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1199
1364
 
1200
1365
  <dt class="inherited-from">Inherited From:</dt>
1201
1366
  <dd class="inherited-from"><ul class="dummy"><li>
1202
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1367
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1203
1368
  </li></ul></dd>
1204
1369
 
1205
1370
 
@@ -1240,7 +1405,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1240
1405
  <span class="method-parameter is-pulled-right">
1241
1406
  <label>类型:</label>
1242
1407
 
1243
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1408
+ <span class="param-type">
1409
+
1410
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1411
+
1412
+ </span>
1413
+
1244
1414
 
1245
1415
 
1246
1416
  </span>
@@ -1278,7 +1448,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1278
1448
 
1279
1449
  <dt class="inherited-from">Inherited From:</dt>
1280
1450
  <dd class="inherited-from"><ul class="dummy"><li>
1281
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1451
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1282
1452
  </li></ul></dd>
1283
1453
 
1284
1454
 
@@ -1319,7 +1489,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1319
1489
  <span class="method-parameter is-pulled-right">
1320
1490
  <label>类型:</label>
1321
1491
 
1322
- <span class="param-type">FeatureCollection.&lt;<a href="Feature.html">Feature</a>></span>
1492
+ <span class="param-type">
1493
+
1494
+ FeatureCollection.&lt;<a onclick="getTypeHTML(event)" link="Feature.html">Feature</a>>
1495
+
1496
+ </span>
1497
+
1323
1498
 
1324
1499
 
1325
1500
  </span>
@@ -1389,7 +1564,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1389
1564
  <span class="method-parameter is-pulled-right">
1390
1565
  <label>类型:</label>
1391
1566
 
1392
- <span class="param-type">String</span>
1567
+ <span class="param-type">
1568
+
1569
+ String
1570
+
1571
+ </span>
1572
+
1393
1573
 
1394
1574
 
1395
1575
  </span>
@@ -1423,7 +1603,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1423
1603
 
1424
1604
  <dt class="inherited-from">Inherited From:</dt>
1425
1605
  <dd class="inherited-from"><ul class="dummy"><li>
1426
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1606
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1427
1607
  </li></ul></dd>
1428
1608
 
1429
1609
 
@@ -1464,7 +1644,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1464
1644
  <span class="method-parameter is-pulled-right">
1465
1645
  <label>类型:</label>
1466
1646
 
1467
- <span class="param-type">String</span>
1647
+ <span class="param-type">
1648
+
1649
+ String
1650
+
1651
+ </span>
1652
+
1468
1653
 
1469
1654
 
1470
1655
  </span>
@@ -1498,7 +1683,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1498
1683
 
1499
1684
  <dt class="inherited-from">Inherited From:</dt>
1500
1685
  <dd class="inherited-from"><ul class="dummy"><li>
1501
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1686
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1502
1687
  </li></ul></dd>
1503
1688
 
1504
1689
 
@@ -1539,7 +1724,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1539
1724
  <span class="method-parameter is-pulled-right">
1540
1725
  <label>类型:</label>
1541
1726
 
1542
- <span class="param-type">String</span>
1727
+ <span class="param-type">
1728
+
1729
+ String
1730
+
1731
+ </span>
1732
+
1543
1733
 
1544
1734
 
1545
1735
  </span>
@@ -1577,7 +1767,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1577
1767
 
1578
1768
  <dt class="inherited-from">Inherited From:</dt>
1579
1769
  <dd class="inherited-from"><ul class="dummy"><li>
1580
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1770
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1581
1771
  </li></ul></dd>
1582
1772
 
1583
1773
 
@@ -1618,7 +1808,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1618
1808
  <span class="method-parameter is-pulled-right">
1619
1809
  <label>类型:</label>
1620
1810
 
1621
- <span class="param-type">Number</span>
1811
+ <span class="param-type">
1812
+
1813
+ Number
1814
+
1815
+ </span>
1816
+
1622
1817
 
1623
1818
 
1624
1819
  </span>
@@ -1652,7 +1847,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1652
1847
 
1653
1848
  <dt class="inherited-from">Inherited From:</dt>
1654
1849
  <dd class="inherited-from"><ul class="dummy"><li>
1655
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1850
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1656
1851
  </li></ul></dd>
1657
1852
 
1658
1853
 
@@ -1693,7 +1888,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1693
1888
  <span class="method-parameter is-pulled-right">
1694
1889
  <label>类型:</label>
1695
1890
 
1696
- <span class="param-type">Boolean</span>
1891
+ <span class="param-type">
1892
+
1893
+ Boolean
1894
+
1895
+ </span>
1896
+
1697
1897
 
1698
1898
 
1699
1899
  </span>
@@ -1777,7 +1977,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1777
1977
  <span class="method-parameter is-pulled-right">
1778
1978
  <label>类型:</label>
1779
1979
 
1780
- <span class="param-type">String</span>
1980
+ <span class="param-type">
1981
+
1982
+ String
1983
+
1984
+ </span>
1985
+
1781
1986
 
1782
1987
 
1783
1988
  </span>
@@ -1861,7 +2066,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1861
2066
  <span class="method-parameter is-pulled-right">
1862
2067
  <label>类型:</label>
1863
2068
 
1864
- <span class="param-type">Number</span>
2069
+ <span class="param-type">
2070
+
2071
+ Number
2072
+
2073
+ </span>
2074
+
1865
2075
 
1866
2076
 
1867
2077
  </span>
@@ -1936,7 +2146,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1936
2146
  <span class="method-parameter is-pulled-right">
1937
2147
  <label>类型:</label>
1938
2148
 
1939
- <span class="param-type">Number</span>
2149
+ <span class="param-type">
2150
+
2151
+ Number
2152
+
2153
+ </span>
2154
+
1940
2155
 
1941
2156
 
1942
2157
  </span>
@@ -2011,7 +2226,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2011
2226
  <span class="method-parameter is-pulled-right">
2012
2227
  <label>类型:</label>
2013
2228
 
2014
- <span class="param-type">Number</span>
2229
+ <span class="param-type">
2230
+
2231
+ Number
2232
+
2233
+ </span>
2234
+
2015
2235
 
2016
2236
 
2017
2237
  </span>
@@ -2045,7 +2265,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2045
2265
 
2046
2266
  <dt class="inherited-from">Inherited From:</dt>
2047
2267
  <dd class="inherited-from"><ul class="dummy"><li>
2048
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2268
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2049
2269
  </li></ul></dd>
2050
2270
 
2051
2271
 
@@ -2086,7 +2306,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2086
2306
  <span class="method-parameter is-pulled-right">
2087
2307
  <label>类型:</label>
2088
2308
 
2089
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2309
+ <span class="param-type">
2310
+
2311
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2312
+
2313
+ </span>
2314
+
2090
2315
 
2091
2316
 
2092
2317
  </span>
@@ -2161,7 +2386,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2161
2386
  <span class="method-parameter is-pulled-right">
2162
2387
  <label>类型:</label>
2163
2388
 
2164
- <span class="param-type">String</span>
2389
+ <span class="param-type">
2390
+
2391
+ String
2392
+
2393
+ </span>
2394
+
2165
2395
 
2166
2396
 
2167
2397
  </span>
@@ -2195,7 +2425,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2195
2425
 
2196
2426
  <dt class="inherited-from">Inherited From:</dt>
2197
2427
  <dd class="inherited-from"><ul class="dummy"><li>
2198
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2428
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2199
2429
  </li></ul></dd>
2200
2430
 
2201
2431
 
@@ -2236,7 +2466,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2236
2466
  <span class="method-parameter is-pulled-right">
2237
2467
  <label>类型:</label>
2238
2468
 
2239
- <span class="param-type">String</span>
2469
+ <span class="param-type">
2470
+
2471
+ String
2472
+
2473
+ </span>
2474
+
2240
2475
 
2241
2476
 
2242
2477
  </span>
@@ -2311,7 +2546,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2311
2546
  <span class="method-parameter is-pulled-right">
2312
2547
  <label>类型:</label>
2313
2548
 
2314
- <span class="param-type">String</span>
2549
+ <span class="param-type">
2550
+
2551
+ String
2552
+
2553
+ </span>
2554
+
2315
2555
 
2316
2556
 
2317
2557
  </span>
@@ -2386,7 +2626,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2386
2626
  <span class="method-parameter is-pulled-right">
2387
2627
  <label>类型:</label>
2388
2628
 
2389
- <span class="param-type">String</span>
2629
+ <span class="param-type">
2630
+
2631
+ String
2632
+
2633
+ </span>
2634
+
2390
2635
 
2391
2636
 
2392
2637
  </span>
@@ -2465,7 +2710,12 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2465
2710
  <span class="method-parameter is-pulled-right">
2466
2711
  <label>类型:</label>
2467
2712
 
2468
- <span class="param-type">Number</span>
2713
+ <span class="param-type">
2714
+
2715
+ Number
2716
+
2717
+ </span>
2718
+
2469
2719
 
2470
2720
 
2471
2721
  </span>
@@ -2499,7 +2749,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2499
2749
 
2500
2750
  <dt class="inherited-from">Inherited From:</dt>
2501
2751
  <dd class="inherited-from"><ul class="dummy"><li>
2502
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2752
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2503
2753
  </li></ul></dd>
2504
2754
 
2505
2755
 
@@ -2556,27 +2806,27 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2556
2806
  <tbody>
2557
2807
 
2558
2808
  <tr class="deep-level-0">
2559
- <td class="name"><code><a href="GraphicsLayer.html#fromJSON">fromJSON</a></code></td>
2809
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2560
2810
  <td class="name">
2561
2811
  <code>
2562
2812
 
2563
2813
  </code>
2564
2814
  </td>
2565
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2815
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2566
2816
  </tr>
2567
2817
 
2568
2818
  <tr class="deep-level-0">
2569
- <td class="name"><code><a href="GraphicsLayer.html#add">add</a></code></td>
2819
+ <td class="name"><code><a href="#add">add</a></code></td>
2570
2820
  <td class="name">
2571
2821
  <code>
2572
2822
 
2573
2823
  </code>
2574
2824
  </td>
2575
- <td class="name"><code><p>添加要素,参考示例:<a id='add-feature' href='#add'>[添加要素]</a></p></code></td>
2825
+ <td class="name"><code><p>添加要素,参考示例:</code></td>
2576
2826
  </tr>
2577
2827
 
2578
2828
  <tr class="deep-level-0">
2579
- <td class="name"><code><a href="GraphicsLayer.html#addMany">addMany</a></code></td>
2829
+ <td class="name"><code><a href="#addMany">addMany</a></code></td>
2580
2830
  <td class="name">
2581
2831
  <code>
2582
2832
 
@@ -2586,12 +2836,17 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2586
2836
  </tr>
2587
2837
 
2588
2838
  <tr class="deep-level-0">
2589
- <td class="name"><code><a href="GraphicsLayer.html#clone">clone</a></code></td>
2839
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2590
2840
  <td class="name">
2591
2841
  <code>
2592
2842
 
2593
2843
 
2594
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
2844
+ <span class="param-type">
2845
+
2846
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
2847
+
2848
+ </span>
2849
+
2595
2850
 
2596
2851
 
2597
2852
 
@@ -2601,12 +2856,17 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2601
2856
  </tr>
2602
2857
 
2603
2858
  <tr class="deep-level-0">
2604
- <td class="name"><code><a href="GraphicsLayer.html#destroy">destroy</a></code></td>
2859
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2605
2860
  <td class="name">
2606
2861
  <code>
2607
2862
 
2608
2863
 
2609
- <span class="param-type">*</span>
2864
+ <span class="param-type">
2865
+
2866
+ *
2867
+
2868
+ </span>
2869
+
2610
2870
 
2611
2871
 
2612
2872
 
@@ -2616,12 +2876,17 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2616
2876
  </tr>
2617
2877
 
2618
2878
  <tr class="deep-level-0">
2619
- <td class="name"><code><a href="GraphicsLayer.html#isLoaded">isLoaded</a></code></td>
2879
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2620
2880
  <td class="name">
2621
2881
  <code>
2622
2882
 
2623
2883
 
2624
- <span class="param-type">Boolean</span>
2884
+ <span class="param-type">
2885
+
2886
+ Boolean
2887
+
2888
+ </span>
2889
+
2625
2890
 
2626
2891
 
2627
2892
 
@@ -2631,7 +2896,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2631
2896
  </tr>
2632
2897
 
2633
2898
  <tr class="deep-level-0">
2634
- <td class="name"><code><a href="GraphicsLayer.html#refresh">refresh</a></code></td>
2899
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2635
2900
  <td class="name">
2636
2901
  <code>
2637
2902
 
@@ -2641,7 +2906,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2641
2906
  </tr>
2642
2907
 
2643
2908
  <tr class="deep-level-0">
2644
- <td class="name"><code><a href="GraphicsLayer.html#remove">remove</a></code></td>
2909
+ <td class="name"><code><a href="#remove">remove</a></code></td>
2645
2910
  <td class="name">
2646
2911
  <code>
2647
2912
 
@@ -2651,7 +2916,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2651
2916
  </tr>
2652
2917
 
2653
2918
  <tr class="deep-level-0">
2654
- <td class="name"><code><a href="GraphicsLayer.html#removeAll">removeAll</a></code></td>
2919
+ <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
2655
2920
  <td class="name">
2656
2921
  <code>
2657
2922
 
@@ -2661,7 +2926,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2661
2926
  </tr>
2662
2927
 
2663
2928
  <tr class="deep-level-0">
2664
- <td class="name"><code><a href="GraphicsLayer.html#removeMany">removeMany</a></code></td>
2929
+ <td class="name"><code><a href="#removeMany">removeMany</a></code></td>
2665
2930
  <td class="name">
2666
2931
  <code>
2667
2932
 
@@ -2671,12 +2936,17 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2671
2936
  </tr>
2672
2937
 
2673
2938
  <tr class="deep-level-0">
2674
- <td class="name"><code><a href="GraphicsLayer.html#toJSON">toJSON</a></code></td>
2939
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2675
2940
  <td class="name">
2676
2941
  <code>
2677
2942
 
2678
2943
 
2679
- <span class="param-type">Object</span>
2944
+ <span class="param-type">
2945
+
2946
+ Object
2947
+
2948
+ </span>
2949
+
2680
2950
 
2681
2951
 
2682
2952
 
@@ -2747,13 +3017,18 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2747
3017
 
2748
3018
  <tr class="deep-level-0">
2749
3019
 
2750
- <td class="name" id="json"><code>json</code></td>
3020
+ <td class="name"><code>json</code></td>
2751
3021
 
2752
3022
 
2753
3023
  <td class="type">
2754
3024
 
2755
3025
 
2756
- <span class="param-type">Object</span>
3026
+ <span class="param-type">
3027
+
3028
+ Object
3029
+
3030
+ </span>
3031
+
2757
3032
 
2758
3033
 
2759
3034
 
@@ -2925,13 +3200,18 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
2925
3200
 
2926
3201
  <tr class="deep-level-0">
2927
3202
 
2928
- <td class="name" id="feature"><code>feature</code></td>
3203
+ <td class="name"><code>feature</code></td>
2929
3204
 
2930
3205
 
2931
3206
  <td class="type">
2932
3207
 
2933
3208
 
2934
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3209
+ <span class="param-type">
3210
+
3211
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3212
+
3213
+ </span>
3214
+
2935
3215
 
2936
3216
 
2937
3217
 
@@ -3065,16 +3345,25 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
3065
3345
 
3066
3346
  <tr class="deep-level-0">
3067
3347
 
3068
- <td class="name" id="features"><code>features</code></td>
3348
+ <td class="name"><code>features</code></td>
3069
3349
 
3070
3350
 
3071
3351
  <td class="type">
3072
3352
 
3073
3353
 
3074
- <span class="param-type"><a class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a></span>
3354
+ <span class="param-type">
3355
+
3356
+ <a link="FeatureSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureSet" FeatureSet.html>FeatureSet</a>
3357
+
3358
+ </span>
3075
3359
  |
3076
3360
 
3077
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
3361
+ <span class="param-type">
3362
+
3363
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Feature.html">Feature</a>>
3364
+
3365
+ </span>
3366
+
3078
3367
 
3079
3368
 
3080
3369
 
@@ -3235,7 +3524,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3235
3524
 
3236
3525
  <dt class="inherited-from">Inherited From:</dt>
3237
3526
  <dd class="inherited-from"><ul class="dummy"><li>
3238
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3527
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3239
3528
  </li></ul></dd>
3240
3529
 
3241
3530
 
@@ -3296,7 +3585,12 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3296
3585
  <div class='column is-5 has-text-left'>
3297
3586
  <label>类型: </label>
3298
3587
 
3299
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3588
+ <span class="param-type">
3589
+
3590
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3591
+
3592
+ </span>
3593
+
3300
3594
 
3301
3595
 
3302
3596
  </div>
@@ -3352,7 +3646,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3352
3646
 
3353
3647
  <dt class="inherited-from">Inherited From:</dt>
3354
3648
  <dd class="inherited-from"><ul class="dummy"><li>
3355
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3649
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3356
3650
  </li></ul></dd>
3357
3651
 
3358
3652
 
@@ -3411,7 +3705,12 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3411
3705
  <div class='column is-5 has-text-left'>
3412
3706
  <label>类型: </label>
3413
3707
 
3414
- <span class="param-type">*</span>
3708
+ <span class="param-type">
3709
+
3710
+ *
3711
+
3712
+ </span>
3713
+
3415
3714
 
3416
3715
 
3417
3716
  </div>
@@ -3471,7 +3770,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3471
3770
 
3472
3771
  <dt class="inherited-from">Inherited From:</dt>
3473
3772
  <dd class="inherited-from"><ul class="dummy"><li>
3474
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3773
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3475
3774
  </li></ul></dd>
3476
3775
 
3477
3776
 
@@ -3532,7 +3831,12 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3532
3831
  <div class='column is-5 has-text-left'>
3533
3832
  <label>类型: </label>
3534
3833
 
3535
- <span class="param-type">Boolean</span>
3834
+ <span class="param-type">
3835
+
3836
+ Boolean
3837
+
3838
+ </span>
3839
+
3536
3840
 
3537
3841
 
3538
3842
  </div>
@@ -3592,7 +3896,7 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3592
3896
 
3593
3897
  <dt class="inherited-from">Inherited From:</dt>
3594
3898
  <dd class="inherited-from"><ul class="dummy"><li>
3595
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3899
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3596
3900
  </li></ul></dd>
3597
3901
 
3598
3902
 
@@ -3699,13 +4003,18 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3699
4003
 
3700
4004
  <tr class="deep-level-0">
3701
4005
 
3702
- <td class="name" id="feature"><code>feature</code></td>
4006
+ <td class="name"><code>feature</code></td>
3703
4007
 
3704
4008
 
3705
4009
  <td class="type">
3706
4010
 
3707
4011
 
3708
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4012
+ <span class="param-type">
4013
+
4014
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4015
+
4016
+ </span>
4017
+
3709
4018
 
3710
4019
 
3711
4020
 
@@ -4010,13 +4319,18 @@ graphicsLayer.removeAll()</code></pre>
4010
4319
 
4011
4320
  <tr class="deep-level-0">
4012
4321
 
4013
- <td class="name" id="features"><code>features</code></td>
4322
+ <td class="name"><code>features</code></td>
4014
4323
 
4015
4324
 
4016
4325
  <td class="type">
4017
4326
 
4018
4327
 
4019
- <span class="param-type">Array.&lt;<a href="Feature.html">Feature</a>></span>
4328
+ <span class="param-type">
4329
+
4330
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Feature.html">Feature</a>>
4331
+
4332
+ </span>
4333
+
4020
4334
 
4021
4335
 
4022
4336
 
@@ -4240,7 +4554,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4240
4554
  <div class='column is-5 has-text-left'>
4241
4555
  <label>类型: </label>
4242
4556
 
4243
- <span class="param-type">Object</span>
4557
+ <span class="param-type">
4558
+
4559
+ Object
4560
+
4561
+ </span>
4562
+
4244
4563
 
4245
4564
 
4246
4565
  </div>
@@ -4279,62 +4598,62 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4279
4598
  <tbody>
4280
4599
 
4281
4600
  <tr class="deep-level-0">
4282
- <td class="name"><code><a href="GraphicsLayer.html#删除多个要素事件">删除多个要素事件</a></code></td>
4601
+ <td class="name"><code><a href="#删除多个要素事件">删除多个要素事件</a></code></td>
4283
4602
  <td class="name"><code>删除多个要素事件</code></td>
4284
4603
  </tr>
4285
4604
 
4286
4605
  <tr class="deep-level-0">
4287
- <td class="name"><code><a href="GraphicsLayer.html#删除所有要素事件">删除所有要素事件</a></code></td>
4606
+ <td class="name"><code><a href="#删除所有要素事件">删除所有要素事件</a></code></td>
4288
4607
  <td class="name"><code>删除所有要素事件</code></td>
4289
4608
  </tr>
4290
4609
 
4291
4610
  <tr class="deep-level-0">
4292
- <td class="name"><code><a href="GraphicsLayer.html#删除要素事件">删除要素事件</a></code></td>
4611
+ <td class="name"><code><a href="#删除要素事件">删除要素事件</a></code></td>
4293
4612
  <td class="name"><code>删除要素事件</code></td>
4294
4613
  </tr>
4295
4614
 
4296
4615
  <tr class="deep-level-0">
4297
- <td class="name"><code><a href="GraphicsLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4616
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4298
4617
  <td class="name"><code>图层刷新完毕事件</code></td>
4299
4618
  </tr>
4300
4619
 
4301
4620
  <tr class="deep-level-0">
4302
- <td class="name"><code><a href="GraphicsLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4621
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4303
4622
  <td class="name"><code>图层加载完毕事件</code></td>
4304
4623
  </tr>
4305
4624
 
4306
4625
  <tr class="deep-level-0">
4307
- <td class="name"><code><a href="GraphicsLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4626
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4308
4627
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4309
4628
  </tr>
4310
4629
 
4311
4630
  <tr class="deep-level-0">
4312
- <td class="name"><code><a href="GraphicsLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4631
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4313
4632
  <td class="name"><code>图层更新完毕事件</code></td>
4314
4633
  </tr>
4315
4634
 
4316
4635
  <tr class="deep-level-0">
4317
- <td class="name"><code><a href="GraphicsLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4636
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4318
4637
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4319
4638
  </tr>
4320
4639
 
4321
4640
  <tr class="deep-level-0">
4322
- <td class="name"><code><a href="GraphicsLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4641
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4323
4642
  <td class="name"><code>图层销毁完毕事件</code></td>
4324
4643
  </tr>
4325
4644
 
4326
4645
  <tr class="deep-level-0">
4327
- <td class="name"><code><a href="GraphicsLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4646
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4328
4647
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4329
4648
  </tr>
4330
4649
 
4331
4650
  <tr class="deep-level-0">
4332
- <td class="name"><code><a href="GraphicsLayer.html#添加多个要素事件">添加多个要素事件</a></code></td>
4651
+ <td class="name"><code><a href="#添加多个要素事件">添加多个要素事件</a></code></td>
4333
4652
  <td class="name"><code>添加多个要素事件</code></td>
4334
4653
  </tr>
4335
4654
 
4336
4655
  <tr class="deep-level-0">
4337
- <td class="name"><code><a href="GraphicsLayer.html#添加要素事件">添加要素事件</a></code></td>
4656
+ <td class="name"><code><a href="#添加要素事件">添加要素事件</a></code></td>
4338
4657
  <td class="name"><code>添加要素事件</code></td>
4339
4658
  </tr>
4340
4659
 
@@ -4414,7 +4733,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4414
4733
  <td class="type">
4415
4734
 
4416
4735
 
4417
- <span class="param-type">Object</span>
4736
+ <span class="param-type">
4737
+
4738
+ Object
4739
+
4740
+ </span>
4741
+
4418
4742
 
4419
4743
 
4420
4744
 
@@ -4447,7 +4771,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4447
4771
  <td class="type">
4448
4772
 
4449
4773
 
4450
- <span class="param-type">String</span>
4774
+ <span class="param-type">
4775
+
4776
+ String
4777
+
4778
+ </span>
4779
+
4451
4780
 
4452
4781
 
4453
4782
 
@@ -4484,7 +4813,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4484
4813
  <td class="type">
4485
4814
 
4486
4815
 
4487
- <span class="param-type">String</span>
4816
+ <span class="param-type">
4817
+
4818
+ String
4819
+
4820
+ </span>
4821
+
4488
4822
 
4489
4823
 
4490
4824
 
@@ -4521,7 +4855,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4521
4855
  <td class="type">
4522
4856
 
4523
4857
 
4524
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
4858
+ <span class="param-type">
4859
+
4860
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4861
+
4862
+ </span>
4863
+
4525
4864
 
4526
4865
 
4527
4866
 
@@ -4558,7 +4897,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4558
4897
  <td class="type">
4559
4898
 
4560
4899
 
4561
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4900
+ <span class="param-type">
4901
+
4902
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4903
+
4904
+ </span>
4905
+
4562
4906
 
4563
4907
 
4564
4908
 
@@ -4595,7 +4939,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4595
4939
  <td class="type">
4596
4940
 
4597
4941
 
4598
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4942
+ <span class="param-type">
4943
+
4944
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4945
+
4946
+ </span>
4947
+
4599
4948
 
4600
4949
 
4601
4950
 
@@ -4632,7 +4981,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4632
4981
  <td class="type">
4633
4982
 
4634
4983
 
4635
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4984
+ <span class="param-type">
4985
+
4986
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4987
+
4988
+ </span>
4989
+
4636
4990
 
4637
4991
 
4638
4992
 
@@ -4669,7 +5023,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4669
5023
  <td class="type">
4670
5024
 
4671
5025
 
4672
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5026
+ <span class="param-type">
5027
+
5028
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5029
+
5030
+ </span>
5031
+
4673
5032
 
4674
5033
 
4675
5034
 
@@ -4855,7 +5214,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4855
5214
  <td class="type">
4856
5215
 
4857
5216
 
4858
- <span class="param-type">Object</span>
5217
+ <span class="param-type">
5218
+
5219
+ Object
5220
+
5221
+ </span>
5222
+
4859
5223
 
4860
5224
 
4861
5225
 
@@ -4888,7 +5252,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4888
5252
  <td class="type">
4889
5253
 
4890
5254
 
4891
- <span class="param-type">String</span>
5255
+ <span class="param-type">
5256
+
5257
+ String
5258
+
5259
+ </span>
5260
+
4892
5261
 
4893
5262
 
4894
5263
 
@@ -4925,7 +5294,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4925
5294
  <td class="type">
4926
5295
 
4927
5296
 
4928
- <span class="param-type">String</span>
5297
+ <span class="param-type">
5298
+
5299
+ String
5300
+
5301
+ </span>
5302
+
4929
5303
 
4930
5304
 
4931
5305
 
@@ -4962,7 +5336,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4962
5336
  <td class="type">
4963
5337
 
4964
5338
 
4965
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5339
+ <span class="param-type">
5340
+
5341
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5342
+
5343
+ </span>
5344
+
4966
5345
 
4967
5346
 
4968
5347
 
@@ -4999,7 +5378,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4999
5378
  <td class="type">
5000
5379
 
5001
5380
 
5002
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5381
+ <span class="param-type">
5382
+
5383
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5384
+
5385
+ </span>
5386
+
5003
5387
 
5004
5388
 
5005
5389
 
@@ -5036,7 +5420,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5036
5420
  <td class="type">
5037
5421
 
5038
5422
 
5039
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5423
+ <span class="param-type">
5424
+
5425
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5426
+
5427
+ </span>
5428
+
5040
5429
 
5041
5430
 
5042
5431
 
@@ -5073,7 +5462,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5073
5462
  <td class="type">
5074
5463
 
5075
5464
 
5076
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5465
+ <span class="param-type">
5466
+
5467
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5468
+
5469
+ </span>
5470
+
5077
5471
 
5078
5472
 
5079
5473
 
@@ -5110,7 +5504,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5110
5504
  <td class="type">
5111
5505
 
5112
5506
 
5113
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5507
+ <span class="param-type">
5508
+
5509
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5510
+
5511
+ </span>
5512
+
5114
5513
 
5115
5514
 
5116
5515
 
@@ -5296,7 +5695,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5296
5695
  <td class="type">
5297
5696
 
5298
5697
 
5299
- <span class="param-type">Object</span>
5698
+ <span class="param-type">
5699
+
5700
+ Object
5701
+
5702
+ </span>
5703
+
5300
5704
 
5301
5705
 
5302
5706
 
@@ -5329,7 +5733,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5329
5733
  <td class="type">
5330
5734
 
5331
5735
 
5332
- <span class="param-type">String</span>
5736
+ <span class="param-type">
5737
+
5738
+ String
5739
+
5740
+ </span>
5741
+
5333
5742
 
5334
5743
 
5335
5744
 
@@ -5366,7 +5775,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5366
5775
  <td class="type">
5367
5776
 
5368
5777
 
5369
- <span class="param-type">String</span>
5778
+ <span class="param-type">
5779
+
5780
+ String
5781
+
5782
+ </span>
5783
+
5370
5784
 
5371
5785
 
5372
5786
 
@@ -5403,7 +5817,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5403
5817
  <td class="type">
5404
5818
 
5405
5819
 
5406
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
5820
+ <span class="param-type">
5821
+
5822
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5823
+
5824
+ </span>
5825
+
5407
5826
 
5408
5827
 
5409
5828
 
@@ -5440,7 +5859,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5440
5859
  <td class="type">
5441
5860
 
5442
5861
 
5443
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5862
+ <span class="param-type">
5863
+
5864
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5865
+
5866
+ </span>
5867
+
5444
5868
 
5445
5869
 
5446
5870
 
@@ -5477,7 +5901,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5477
5901
  <td class="type">
5478
5902
 
5479
5903
 
5480
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5904
+ <span class="param-type">
5905
+
5906
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5907
+
5908
+ </span>
5909
+
5481
5910
 
5482
5911
 
5483
5912
 
@@ -5514,7 +5943,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5514
5943
  <td class="type">
5515
5944
 
5516
5945
 
5517
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5946
+ <span class="param-type">
5947
+
5948
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5949
+
5950
+ </span>
5951
+
5518
5952
 
5519
5953
 
5520
5954
 
@@ -5551,7 +5985,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5551
5985
  <td class="type">
5552
5986
 
5553
5987
 
5554
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5988
+ <span class="param-type">
5989
+
5990
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5991
+
5992
+ </span>
5993
+
5555
5994
 
5556
5995
 
5557
5996
 
@@ -5737,7 +6176,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5737
6176
  <td class="type">
5738
6177
 
5739
6178
 
5740
- <span class="param-type">Object</span>
6179
+ <span class="param-type">
6180
+
6181
+ Object
6182
+
6183
+ </span>
6184
+
5741
6185
 
5742
6186
 
5743
6187
 
@@ -5770,7 +6214,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5770
6214
  <td class="type">
5771
6215
 
5772
6216
 
5773
- <span class="param-type">String</span>
6217
+ <span class="param-type">
6218
+
6219
+ String
6220
+
6221
+ </span>
6222
+
5774
6223
 
5775
6224
 
5776
6225
 
@@ -5807,7 +6256,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5807
6256
  <td class="type">
5808
6257
 
5809
6258
 
5810
- <span class="param-type">String</span>
6259
+ <span class="param-type">
6260
+
6261
+ String
6262
+
6263
+ </span>
6264
+
5811
6265
 
5812
6266
 
5813
6267
 
@@ -5844,7 +6298,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5844
6298
  <td class="type">
5845
6299
 
5846
6300
 
5847
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6301
+ <span class="param-type">
6302
+
6303
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6304
+
6305
+ </span>
6306
+
5848
6307
 
5849
6308
 
5850
6309
 
@@ -5881,7 +6340,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5881
6340
  <td class="type">
5882
6341
 
5883
6342
 
5884
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6343
+ <span class="param-type">
6344
+
6345
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6346
+
6347
+ </span>
6348
+
5885
6349
 
5886
6350
 
5887
6351
 
@@ -5918,7 +6382,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5918
6382
  <td class="type">
5919
6383
 
5920
6384
 
5921
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6385
+ <span class="param-type">
6386
+
6387
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6388
+
6389
+ </span>
6390
+
5922
6391
 
5923
6392
 
5924
6393
 
@@ -5955,7 +6424,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5955
6424
  <td class="type">
5956
6425
 
5957
6426
 
5958
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6427
+ <span class="param-type">
6428
+
6429
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6430
+
6431
+ </span>
6432
+
5959
6433
 
5960
6434
 
5961
6435
 
@@ -5992,7 +6466,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5992
6466
  <td class="type">
5993
6467
 
5994
6468
 
5995
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6469
+ <span class="param-type">
6470
+
6471
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6472
+
6473
+ </span>
6474
+
5996
6475
 
5997
6476
 
5998
6477
 
@@ -6037,7 +6516,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6037
6516
 
6038
6517
  <dt class="inherited-from">Inherited From:</dt>
6039
6518
  <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>
6519
+ <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
6520
  </li></ul></dd>
6042
6521
 
6043
6522
 
@@ -6183,7 +6662,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6183
6662
  <td class="type">
6184
6663
 
6185
6664
 
6186
- <span class="param-type">Object</span>
6665
+ <span class="param-type">
6666
+
6667
+ Object
6668
+
6669
+ </span>
6670
+
6187
6671
 
6188
6672
 
6189
6673
 
@@ -6216,7 +6700,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6216
6700
  <td class="type">
6217
6701
 
6218
6702
 
6219
- <span class="param-type">String</span>
6703
+ <span class="param-type">
6704
+
6705
+ String
6706
+
6707
+ </span>
6708
+
6220
6709
 
6221
6710
 
6222
6711
 
@@ -6253,7 +6742,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6253
6742
  <td class="type">
6254
6743
 
6255
6744
 
6256
- <span class="param-type">String</span>
6745
+ <span class="param-type">
6746
+
6747
+ String
6748
+
6749
+ </span>
6750
+
6257
6751
 
6258
6752
 
6259
6753
 
@@ -6290,7 +6784,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6290
6784
  <td class="type">
6291
6785
 
6292
6786
 
6293
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
6787
+ <span class="param-type">
6788
+
6789
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6790
+
6791
+ </span>
6792
+
6294
6793
 
6295
6794
 
6296
6795
 
@@ -6327,7 +6826,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6327
6826
  <td class="type">
6328
6827
 
6329
6828
 
6330
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6829
+ <span class="param-type">
6830
+
6831
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6832
+
6833
+ </span>
6834
+
6331
6835
 
6332
6836
 
6333
6837
 
@@ -6364,7 +6868,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6364
6868
  <td class="type">
6365
6869
 
6366
6870
 
6367
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6871
+ <span class="param-type">
6872
+
6873
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6874
+
6875
+ </span>
6876
+
6368
6877
 
6369
6878
 
6370
6879
 
@@ -6401,7 +6910,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6401
6910
  <td class="type">
6402
6911
 
6403
6912
 
6404
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6913
+ <span class="param-type">
6914
+
6915
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6916
+
6917
+ </span>
6918
+
6405
6919
 
6406
6920
 
6407
6921
 
@@ -6438,7 +6952,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6438
6952
  <td class="type">
6439
6953
 
6440
6954
 
6441
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6955
+ <span class="param-type">
6956
+
6957
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6958
+
6959
+ </span>
6960
+
6442
6961
 
6443
6962
 
6444
6963
 
@@ -6483,7 +7002,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6483
7002
 
6484
7003
  <dt class="inherited-from">Inherited From:</dt>
6485
7004
  <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>
7005
+ <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
7006
  </li></ul></dd>
6488
7007
 
6489
7008
 
@@ -6619,7 +7138,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6619
7138
  <td class="type">
6620
7139
 
6621
7140
 
6622
- <span class="param-type">Object</span>
7141
+ <span class="param-type">
7142
+
7143
+ Object
7144
+
7145
+ </span>
7146
+
6623
7147
 
6624
7148
 
6625
7149
 
@@ -6652,7 +7176,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6652
7176
  <td class="type">
6653
7177
 
6654
7178
 
6655
- <span class="param-type">String</span>
7179
+ <span class="param-type">
7180
+
7181
+ String
7182
+
7183
+ </span>
7184
+
6656
7185
 
6657
7186
 
6658
7187
 
@@ -6689,7 +7218,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6689
7218
  <td class="type">
6690
7219
 
6691
7220
 
6692
- <span class="param-type">String</span>
7221
+ <span class="param-type">
7222
+
7223
+ String
7224
+
7225
+ </span>
7226
+
6693
7227
 
6694
7228
 
6695
7229
 
@@ -6726,7 +7260,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6726
7260
  <td class="type">
6727
7261
 
6728
7262
 
6729
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7263
+ <span class="param-type">
7264
+
7265
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7266
+
7267
+ </span>
7268
+
6730
7269
 
6731
7270
 
6732
7271
 
@@ -6763,7 +7302,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6763
7302
  <td class="type">
6764
7303
 
6765
7304
 
6766
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7305
+ <span class="param-type">
7306
+
7307
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7308
+
7309
+ </span>
7310
+
6767
7311
 
6768
7312
 
6769
7313
 
@@ -6800,7 +7344,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6800
7344
  <td class="type">
6801
7345
 
6802
7346
 
6803
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7347
+ <span class="param-type">
7348
+
7349
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7350
+
7351
+ </span>
7352
+
6804
7353
 
6805
7354
 
6806
7355
 
@@ -6837,7 +7386,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6837
7386
  <td class="type">
6838
7387
 
6839
7388
 
6840
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7389
+ <span class="param-type">
7390
+
7391
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7392
+
7393
+ </span>
7394
+
6841
7395
 
6842
7396
 
6843
7397
 
@@ -6874,7 +7428,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6874
7428
  <td class="type">
6875
7429
 
6876
7430
 
6877
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7431
+ <span class="param-type">
7432
+
7433
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7434
+
7435
+ </span>
7436
+
6878
7437
 
6879
7438
 
6880
7439
 
@@ -6919,7 +7478,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6919
7478
 
6920
7479
  <dt class="inherited-from">Inherited From:</dt>
6921
7480
  <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>
7481
+ <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
7482
  </li></ul></dd>
6924
7483
 
6925
7484
 
@@ -7065,7 +7624,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7065
7624
  <td class="type">
7066
7625
 
7067
7626
 
7068
- <span class="param-type">Object</span>
7627
+ <span class="param-type">
7628
+
7629
+ Object
7630
+
7631
+ </span>
7632
+
7069
7633
 
7070
7634
 
7071
7635
 
@@ -7098,7 +7662,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7098
7662
  <td class="type">
7099
7663
 
7100
7664
 
7101
- <span class="param-type">String</span>
7665
+ <span class="param-type">
7666
+
7667
+ String
7668
+
7669
+ </span>
7670
+
7102
7671
 
7103
7672
 
7104
7673
 
@@ -7135,7 +7704,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7135
7704
  <td class="type">
7136
7705
 
7137
7706
 
7138
- <span class="param-type">String</span>
7707
+ <span class="param-type">
7708
+
7709
+ String
7710
+
7711
+ </span>
7712
+
7139
7713
 
7140
7714
 
7141
7715
 
@@ -7172,7 +7746,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7172
7746
  <td class="type">
7173
7747
 
7174
7748
 
7175
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
7749
+ <span class="param-type">
7750
+
7751
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7752
+
7753
+ </span>
7754
+
7176
7755
 
7177
7756
 
7178
7757
 
@@ -7209,7 +7788,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7209
7788
  <td class="type">
7210
7789
 
7211
7790
 
7212
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7791
+ <span class="param-type">
7792
+
7793
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7794
+
7795
+ </span>
7796
+
7213
7797
 
7214
7798
 
7215
7799
 
@@ -7246,7 +7830,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7246
7830
  <td class="type">
7247
7831
 
7248
7832
 
7249
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7833
+ <span class="param-type">
7834
+
7835
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7836
+
7837
+ </span>
7838
+
7250
7839
 
7251
7840
 
7252
7841
 
@@ -7283,7 +7872,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7283
7872
  <td class="type">
7284
7873
 
7285
7874
 
7286
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7875
+ <span class="param-type">
7876
+
7877
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7878
+
7879
+ </span>
7880
+
7287
7881
 
7288
7882
 
7289
7883
 
@@ -7320,7 +7914,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7320
7914
  <td class="type">
7321
7915
 
7322
7916
 
7323
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7917
+ <span class="param-type">
7918
+
7919
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7920
+
7921
+ </span>
7922
+
7324
7923
 
7325
7924
 
7326
7925
 
@@ -7365,7 +7964,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7365
7964
 
7366
7965
  <dt class="inherited-from">Inherited From:</dt>
7367
7966
  <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>
7967
+ <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
7968
  </li></ul></dd>
7370
7969
 
7371
7970
 
@@ -7501,7 +8100,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7501
8100
  <td class="type">
7502
8101
 
7503
8102
 
7504
- <span class="param-type">Object</span>
8103
+ <span class="param-type">
8104
+
8105
+ Object
8106
+
8107
+ </span>
8108
+
7505
8109
 
7506
8110
 
7507
8111
 
@@ -7534,7 +8138,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7534
8138
  <td class="type">
7535
8139
 
7536
8140
 
7537
- <span class="param-type">String</span>
8141
+ <span class="param-type">
8142
+
8143
+ String
8144
+
8145
+ </span>
8146
+
7538
8147
 
7539
8148
 
7540
8149
 
@@ -7571,7 +8180,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7571
8180
  <td class="type">
7572
8181
 
7573
8182
 
7574
- <span class="param-type">String</span>
8183
+ <span class="param-type">
8184
+
8185
+ String
8186
+
8187
+ </span>
8188
+
7575
8189
 
7576
8190
 
7577
8191
 
@@ -7608,7 +8222,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7608
8222
  <td class="type">
7609
8223
 
7610
8224
 
7611
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8225
+ <span class="param-type">
8226
+
8227
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8228
+
8229
+ </span>
8230
+
7612
8231
 
7613
8232
 
7614
8233
 
@@ -7645,7 +8264,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7645
8264
  <td class="type">
7646
8265
 
7647
8266
 
7648
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8267
+ <span class="param-type">
8268
+
8269
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8270
+
8271
+ </span>
8272
+
7649
8273
 
7650
8274
 
7651
8275
 
@@ -7682,7 +8306,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7682
8306
  <td class="type">
7683
8307
 
7684
8308
 
7685
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8309
+ <span class="param-type">
8310
+
8311
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8312
+
8313
+ </span>
8314
+
7686
8315
 
7687
8316
 
7688
8317
 
@@ -7719,7 +8348,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7719
8348
  <td class="type">
7720
8349
 
7721
8350
 
7722
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8351
+ <span class="param-type">
8352
+
8353
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8354
+
8355
+ </span>
8356
+
7723
8357
 
7724
8358
 
7725
8359
 
@@ -7756,7 +8390,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7756
8390
  <td class="type">
7757
8391
 
7758
8392
 
7759
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8393
+ <span class="param-type">
8394
+
8395
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8396
+
8397
+ </span>
8398
+
7760
8399
 
7761
8400
 
7762
8401
 
@@ -7801,7 +8440,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7801
8440
 
7802
8441
  <dt class="inherited-from">Inherited From:</dt>
7803
8442
  <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>
8443
+ <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
8444
  </li></ul></dd>
7806
8445
 
7807
8446
 
@@ -7947,7 +8586,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7947
8586
  <td class="type">
7948
8587
 
7949
8588
 
7950
- <span class="param-type">Object</span>
8589
+ <span class="param-type">
8590
+
8591
+ Object
8592
+
8593
+ </span>
8594
+
7951
8595
 
7952
8596
 
7953
8597
 
@@ -7980,7 +8624,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7980
8624
  <td class="type">
7981
8625
 
7982
8626
 
7983
- <span class="param-type">String</span>
8627
+ <span class="param-type">
8628
+
8629
+ String
8630
+
8631
+ </span>
8632
+
7984
8633
 
7985
8634
 
7986
8635
 
@@ -8017,7 +8666,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8017
8666
  <td class="type">
8018
8667
 
8019
8668
 
8020
- <span class="param-type">String</span>
8669
+ <span class="param-type">
8670
+
8671
+ String
8672
+
8673
+ </span>
8674
+
8021
8675
 
8022
8676
 
8023
8677
 
@@ -8054,7 +8708,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8054
8708
  <td class="type">
8055
8709
 
8056
8710
 
8057
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
8711
+ <span class="param-type">
8712
+
8713
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8714
+
8715
+ </span>
8716
+
8058
8717
 
8059
8718
 
8060
8719
 
@@ -8091,7 +8750,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8091
8750
  <td class="type">
8092
8751
 
8093
8752
 
8094
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8753
+ <span class="param-type">
8754
+
8755
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8756
+
8757
+ </span>
8758
+
8095
8759
 
8096
8760
 
8097
8761
 
@@ -8128,7 +8792,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8128
8792
  <td class="type">
8129
8793
 
8130
8794
 
8131
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8795
+ <span class="param-type">
8796
+
8797
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8798
+
8799
+ </span>
8800
+
8132
8801
 
8133
8802
 
8134
8803
 
@@ -8165,7 +8834,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8165
8834
  <td class="type">
8166
8835
 
8167
8836
 
8168
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8837
+ <span class="param-type">
8838
+
8839
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8840
+
8841
+ </span>
8842
+
8169
8843
 
8170
8844
 
8171
8845
 
@@ -8202,7 +8876,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8202
8876
  <td class="type">
8203
8877
 
8204
8878
 
8205
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8879
+ <span class="param-type">
8880
+
8881
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8882
+
8883
+ </span>
8884
+
8206
8885
 
8207
8886
 
8208
8887
 
@@ -8247,7 +8926,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8247
8926
 
8248
8927
  <dt class="inherited-from">Inherited From:</dt>
8249
8928
  <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>
8929
+ <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
8930
  </li></ul></dd>
8252
8931
 
8253
8932
 
@@ -8383,7 +9062,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8383
9062
  <td class="type">
8384
9063
 
8385
9064
 
8386
- <span class="param-type">Object</span>
9065
+ <span class="param-type">
9066
+
9067
+ Object
9068
+
9069
+ </span>
9070
+
8387
9071
 
8388
9072
 
8389
9073
 
@@ -8416,7 +9100,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8416
9100
  <td class="type">
8417
9101
 
8418
9102
 
8419
- <span class="param-type">String</span>
9103
+ <span class="param-type">
9104
+
9105
+ String
9106
+
9107
+ </span>
9108
+
8420
9109
 
8421
9110
 
8422
9111
 
@@ -8453,7 +9142,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8453
9142
  <td class="type">
8454
9143
 
8455
9144
 
8456
- <span class="param-type">String</span>
9145
+ <span class="param-type">
9146
+
9147
+ String
9148
+
9149
+ </span>
9150
+
8457
9151
 
8458
9152
 
8459
9153
 
@@ -8490,7 +9184,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8490
9184
  <td class="type">
8491
9185
 
8492
9186
 
8493
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9187
+ <span class="param-type">
9188
+
9189
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9190
+
9191
+ </span>
9192
+
8494
9193
 
8495
9194
 
8496
9195
 
@@ -8527,7 +9226,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8527
9226
  <td class="type">
8528
9227
 
8529
9228
 
8530
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9229
+ <span class="param-type">
9230
+
9231
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9232
+
9233
+ </span>
9234
+
8531
9235
 
8532
9236
 
8533
9237
 
@@ -8564,7 +9268,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8564
9268
  <td class="type">
8565
9269
 
8566
9270
 
8567
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9271
+ <span class="param-type">
9272
+
9273
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9274
+
9275
+ </span>
9276
+
8568
9277
 
8569
9278
 
8570
9279
 
@@ -8601,7 +9310,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8601
9310
  <td class="type">
8602
9311
 
8603
9312
 
8604
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9313
+ <span class="param-type">
9314
+
9315
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9316
+
9317
+ </span>
9318
+
8605
9319
 
8606
9320
 
8607
9321
 
@@ -8638,7 +9352,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8638
9352
  <td class="type">
8639
9353
 
8640
9354
 
8641
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9355
+ <span class="param-type">
9356
+
9357
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9358
+
9359
+ </span>
9360
+
8642
9361
 
8643
9362
 
8644
9363
 
@@ -8683,7 +9402,7 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8683
9402
 
8684
9403
  <dt class="inherited-from">Inherited From:</dt>
8685
9404
  <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>
9405
+ <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
9406
  </li></ul></dd>
8688
9407
 
8689
9408
 
@@ -8829,7 +9548,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8829
9548
  <td class="type">
8830
9549
 
8831
9550
 
8832
- <span class="param-type">Object</span>
9551
+ <span class="param-type">
9552
+
9553
+ Object
9554
+
9555
+ </span>
9556
+
8833
9557
 
8834
9558
 
8835
9559
 
@@ -8862,7 +9586,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8862
9586
  <td class="type">
8863
9587
 
8864
9588
 
8865
- <span class="param-type">String</span>
9589
+ <span class="param-type">
9590
+
9591
+ String
9592
+
9593
+ </span>
9594
+
8866
9595
 
8867
9596
 
8868
9597
 
@@ -8899,7 +9628,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8899
9628
  <td class="type">
8900
9629
 
8901
9630
 
8902
- <span class="param-type">String</span>
9631
+ <span class="param-type">
9632
+
9633
+ String
9634
+
9635
+ </span>
9636
+
8903
9637
 
8904
9638
 
8905
9639
 
@@ -8936,7 +9670,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8936
9670
  <td class="type">
8937
9671
 
8938
9672
 
8939
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
9673
+ <span class="param-type">
9674
+
9675
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9676
+
9677
+ </span>
9678
+
8940
9679
 
8941
9680
 
8942
9681
 
@@ -8973,7 +9712,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8973
9712
  <td class="type">
8974
9713
 
8975
9714
 
8976
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9715
+ <span class="param-type">
9716
+
9717
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9718
+
9719
+ </span>
9720
+
8977
9721
 
8978
9722
 
8979
9723
 
@@ -9010,7 +9754,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9010
9754
  <td class="type">
9011
9755
 
9012
9756
 
9013
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9757
+ <span class="param-type">
9758
+
9759
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9760
+
9761
+ </span>
9762
+
9014
9763
 
9015
9764
 
9016
9765
 
@@ -9047,7 +9796,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9047
9796
  <td class="type">
9048
9797
 
9049
9798
 
9050
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9799
+ <span class="param-type">
9800
+
9801
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9802
+
9803
+ </span>
9804
+
9051
9805
 
9052
9806
 
9053
9807
 
@@ -9084,7 +9838,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9084
9838
  <td class="type">
9085
9839
 
9086
9840
 
9087
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9841
+ <span class="param-type">
9842
+
9843
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9844
+
9845
+ </span>
9846
+
9088
9847
 
9089
9848
 
9090
9849
 
@@ -9270,7 +10029,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9270
10029
  <td class="type">
9271
10030
 
9272
10031
 
9273
- <span class="param-type">Object</span>
10032
+ <span class="param-type">
10033
+
10034
+ Object
10035
+
10036
+ </span>
10037
+
9274
10038
 
9275
10039
 
9276
10040
 
@@ -9303,7 +10067,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9303
10067
  <td class="type">
9304
10068
 
9305
10069
 
9306
- <span class="param-type">String</span>
10070
+ <span class="param-type">
10071
+
10072
+ String
10073
+
10074
+ </span>
10075
+
9307
10076
 
9308
10077
 
9309
10078
 
@@ -9340,7 +10109,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9340
10109
  <td class="type">
9341
10110
 
9342
10111
 
9343
- <span class="param-type">String</span>
10112
+ <span class="param-type">
10113
+
10114
+ String
10115
+
10116
+ </span>
10117
+
9344
10118
 
9345
10119
 
9346
10120
 
@@ -9377,7 +10151,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9377
10151
  <td class="type">
9378
10152
 
9379
10153
 
9380
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
10154
+ <span class="param-type">
10155
+
10156
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
10157
+
10158
+ </span>
10159
+
9381
10160
 
9382
10161
 
9383
10162
 
@@ -9414,7 +10193,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9414
10193
  <td class="type">
9415
10194
 
9416
10195
 
9417
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10196
+ <span class="param-type">
10197
+
10198
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10199
+
10200
+ </span>
10201
+
9418
10202
 
9419
10203
 
9420
10204
 
@@ -9451,7 +10235,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9451
10235
  <td class="type">
9452
10236
 
9453
10237
 
9454
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
10238
+ <span class="param-type">
10239
+
10240
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
10241
+
10242
+ </span>
10243
+
9455
10244
 
9456
10245
 
9457
10246
 
@@ -9488,7 +10277,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9488
10277
  <td class="type">
9489
10278
 
9490
10279
 
9491
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
10280
+ <span class="param-type">
10281
+
10282
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
10283
+
10284
+ </span>
10285
+
9492
10286
 
9493
10287
 
9494
10288
 
@@ -9525,7 +10319,12 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9525
10319
  <td class="type">
9526
10320
 
9527
10321
 
9528
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
10322
+ <span class="param-type">
10323
+
10324
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
10325
+
10326
+ </span>
10327
+
9529
10328
 
9530
10329
 
9531
10330