@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -87,13 +87,17 @@ 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>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="graphics"><code>graphics</code></td>
121
+ <td class="name"><code>graphics</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" 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>
124
132
 
125
133
 
126
134
 
@@ -154,13 +162,17 @@ if(layer.loadStatus === 'loaded') {<br/>
154
162
 
155
163
  <tr class="deep-level-1">
156
164
 
157
- <td class="name" id="id"><code>id</code></td>
165
+ <td class="name"><code>id</code></td>
158
166
 
159
167
 
160
168
  <td class="type">
161
169
 
162
170
 
163
- <span class="param-type">String</span>
171
+ <span class="param-type">
172
+
173
+ String
174
+
175
+ </span>
164
176
 
165
177
 
166
178
 
@@ -181,13 +193,17 @@ if(layer.loadStatus === 'loaded') {<br/>
181
193
 
182
194
  <tr class="deep-level-1">
183
195
 
184
- <td class="name" id="visible"><code>visible</code></td>
196
+ <td class="name"><code>visible</code></td>
185
197
 
186
198
 
187
199
  <td class="type">
188
200
 
189
201
 
190
- <span class="param-type">Boolean</span>
202
+ <span class="param-type">
203
+
204
+ Boolean
205
+
206
+ </span>
191
207
 
192
208
 
193
209
 
@@ -210,13 +226,17 @@ if(layer.loadStatus === 'loaded') {<br/>
210
226
 
211
227
  <tr class="deep-level-1">
212
228
 
213
- <td class="name" id="opacity"><code>opacity</code></td>
229
+ <td class="name"><code>opacity</code></td>
214
230
 
215
231
 
216
232
  <td class="type">
217
233
 
218
234
 
219
- <span class="param-type">Number</span>
235
+ <span class="param-type">
236
+
237
+ Number
238
+
239
+ </span>
220
240
 
221
241
 
222
242
 
@@ -239,13 +259,17 @@ if(layer.loadStatus === 'loaded') {<br/>
239
259
 
240
260
  <tr class="deep-level-1">
241
261
 
242
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
262
+ <td class="name"><code>elevationInfo</code></td>
243
263
 
244
264
 
245
265
  <td class="type">
246
266
 
247
267
 
248
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" 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>
249
273
 
250
274
 
251
275
 
@@ -318,27 +342,27 @@ if(layer.loadStatus === 'loaded') {<br/>
318
342
  <div class="column is-2"><label>绑定事件</label></div>
319
343
  <div class="column is-10">
320
344
  <ul>
321
- <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>
322
346
 
323
- <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>
324
348
 
325
- <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>
326
350
 
327
- <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>
328
352
 
329
- <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>
330
354
 
331
- <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>
332
356
 
333
- <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>
334
358
 
335
- <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>
336
360
 
337
- <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>
338
362
 
339
- <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>
340
364
 
341
- <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>
342
366
  </ul>
343
367
  </div>
344
368
  </div>
@@ -576,7 +600,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
576
600
  <td class="name">
577
601
  <code>
578
602
 
579
- <span class="param-type">String</span>
603
+ <span class="param-type">
604
+
605
+ String
606
+
607
+ </span>
580
608
 
581
609
 
582
610
 
@@ -590,7 +618,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
590
618
  <td class="name">
591
619
  <code>
592
620
 
593
- <span class="param-type">String</span>
621
+ <span class="param-type">
622
+
623
+ String
624
+
625
+ </span>
594
626
 
595
627
 
596
628
 
@@ -604,7 +636,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
604
636
  <td class="name">
605
637
  <code>
606
638
 
607
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" 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>
608
644
 
609
645
 
610
646
 
@@ -618,7 +654,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
618
654
  <td class="name">
619
655
  <code>
620
656
 
621
- <span class="param-type">Object</span>
657
+ <span class="param-type">
658
+
659
+ Object
660
+
661
+ </span>
622
662
 
623
663
 
624
664
 
@@ -632,7 +672,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
632
672
  <td class="name">
633
673
  <code>
634
674
 
635
- <span class="param-type">Object</span>
675
+ <span class="param-type">
676
+
677
+ Object
678
+
679
+ </span>
636
680
 
637
681
 
638
682
 
@@ -646,7 +690,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
646
690
  <td class="name">
647
691
  <code>
648
692
 
649
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
650
698
 
651
699
 
652
700
 
@@ -660,7 +708,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
660
708
  <td class="name">
661
709
  <code>
662
710
 
663
- <span class="param-type">FeatureCollection.&lt;<a link="FeatureCollection.<Feature>.html" onclick="getTypeHTML(event)" 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>
664
716
 
665
717
 
666
718
 
@@ -674,7 +726,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
674
726
  <td class="name">
675
727
  <code>
676
728
 
677
- <span class="param-type">String</span>
729
+ <span class="param-type">
730
+
731
+ String
732
+
733
+ </span>
678
734
 
679
735
 
680
736
 
@@ -688,7 +744,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
688
744
  <td class="name">
689
745
  <code>
690
746
 
691
- <span class="param-type">String</span>
747
+ <span class="param-type">
748
+
749
+ String
750
+
751
+ </span>
692
752
 
693
753
 
694
754
 
@@ -702,7 +762,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
702
762
  <td class="name">
703
763
  <code>
704
764
 
705
- <span class="param-type">String</span>
765
+ <span class="param-type">
766
+
767
+ String
768
+
769
+ </span>
706
770
 
707
771
 
708
772
 
@@ -716,7 +780,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
716
780
  <td class="name">
717
781
  <code>
718
782
 
719
- <span class="param-type">Number</span>
783
+ <span class="param-type">
784
+
785
+ Number
786
+
787
+ </span>
720
788
 
721
789
 
722
790
 
@@ -730,7 +798,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
730
798
  <td class="name">
731
799
  <code>
732
800
 
733
- <span class="param-type">Boolean</span>
801
+ <span class="param-type">
802
+
803
+ Boolean
804
+
805
+ </span>
734
806
 
735
807
 
736
808
 
@@ -744,7 +816,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
744
816
  <td class="name">
745
817
  <code>
746
818
 
747
- <span class="param-type">String</span>
819
+ <span class="param-type">
820
+
821
+ String
822
+
823
+ </span>
748
824
 
749
825
 
750
826
 
@@ -758,7 +834,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
758
834
  <td class="name">
759
835
  <code>
760
836
 
761
- <span class="param-type">Number</span>
837
+ <span class="param-type">
838
+
839
+ Number
840
+
841
+ </span>
762
842
 
763
843
 
764
844
 
@@ -772,7 +852,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
772
852
  <td class="name">
773
853
  <code>
774
854
 
775
- <span class="param-type">Number</span>
855
+ <span class="param-type">
856
+
857
+ Number
858
+
859
+ </span>
776
860
 
777
861
 
778
862
 
@@ -786,7 +870,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
786
870
  <td class="name">
787
871
  <code>
788
872
 
789
- <span class="param-type">Number</span>
873
+ <span class="param-type">
874
+
875
+ Number
876
+
877
+ </span>
790
878
 
791
879
 
792
880
 
@@ -800,7 +888,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
800
888
  <td class="name">
801
889
  <code>
802
890
 
803
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
804
896
 
805
897
 
806
898
 
@@ -814,7 +906,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
814
906
  <td class="name">
815
907
  <code>
816
908
 
817
- <span class="param-type">String</span>
909
+ <span class="param-type">
910
+
911
+ String
912
+
913
+ </span>
818
914
 
819
915
 
820
916
 
@@ -828,7 +924,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
828
924
  <td class="name">
829
925
  <code>
830
926
 
831
- <span class="param-type">String</span>
927
+ <span class="param-type">
928
+
929
+ String
930
+
931
+ </span>
832
932
 
833
933
 
834
934
 
@@ -842,7 +942,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
842
942
  <td class="name">
843
943
  <code>
844
944
 
845
- <span class="param-type">String</span>
945
+ <span class="param-type">
946
+
947
+ String
948
+
949
+ </span>
846
950
 
847
951
 
848
952
 
@@ -856,7 +960,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
856
960
  <td class="name">
857
961
  <code>
858
962
 
859
- <span class="param-type">String</span>
963
+ <span class="param-type">
964
+
965
+ String
966
+
967
+ </span>
860
968
 
861
969
 
862
970
 
@@ -870,7 +978,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
870
978
  <td class="name">
871
979
  <code>
872
980
 
873
- <span class="param-type">Number</span>
981
+ <span class="param-type">
982
+
983
+ Number
984
+
985
+ </span>
874
986
 
875
987
 
876
988
 
@@ -890,7 +1002,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
890
1002
  <span class="method-parameter is-pulled-right">
891
1003
  <label>类型:</label>
892
1004
 
893
- <span class="param-type">String</span>
1005
+ <span class="param-type">
1006
+
1007
+ String
1008
+
1009
+ </span>
894
1010
 
895
1011
 
896
1012
 
@@ -970,7 +1086,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
970
1086
  <span class="method-parameter is-pulled-right">
971
1087
  <label>类型:</label>
972
1088
 
973
- <span class="param-type">String</span>
1089
+ <span class="param-type">
1090
+
1091
+ String
1092
+
1093
+ </span>
974
1094
 
975
1095
 
976
1096
 
@@ -1050,7 +1170,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1050
1170
  <span class="method-parameter is-pulled-right">
1051
1171
  <label>类型:</label>
1052
1172
 
1053
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" 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>
1054
1178
 
1055
1179
 
1056
1180
 
@@ -1121,7 +1245,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1121
1245
  <span class="method-parameter is-pulled-right">
1122
1246
  <label>类型:</label>
1123
1247
 
1124
- <span class="param-type">Object</span>
1248
+ <span class="param-type">
1249
+
1250
+ Object
1251
+
1252
+ </span>
1125
1253
 
1126
1254
 
1127
1255
 
@@ -1197,7 +1325,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1197
1325
  <span class="method-parameter is-pulled-right">
1198
1326
  <label>类型:</label>
1199
1327
 
1200
- <span class="param-type">Object</span>
1328
+ <span class="param-type">
1329
+
1330
+ Object
1331
+
1332
+ </span>
1201
1333
 
1202
1334
 
1203
1335
 
@@ -1273,7 +1405,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1273
1405
  <span class="method-parameter is-pulled-right">
1274
1406
  <label>类型:</label>
1275
1407
 
1276
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
1277
1413
 
1278
1414
 
1279
1415
 
@@ -1353,7 +1489,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1353
1489
  <span class="method-parameter is-pulled-right">
1354
1490
  <label>类型:</label>
1355
1491
 
1356
- <span class="param-type">FeatureCollection.&lt;<a link="FeatureCollection.<Feature>.html" onclick="getTypeHTML(event)" 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>
1357
1497
 
1358
1498
 
1359
1499
 
@@ -1424,7 +1564,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1424
1564
  <span class="method-parameter is-pulled-right">
1425
1565
  <label>类型:</label>
1426
1566
 
1427
- <span class="param-type">String</span>
1567
+ <span class="param-type">
1568
+
1569
+ String
1570
+
1571
+ </span>
1428
1572
 
1429
1573
 
1430
1574
 
@@ -1500,7 +1644,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1500
1644
  <span class="method-parameter is-pulled-right">
1501
1645
  <label>类型:</label>
1502
1646
 
1503
- <span class="param-type">String</span>
1647
+ <span class="param-type">
1648
+
1649
+ String
1650
+
1651
+ </span>
1504
1652
 
1505
1653
 
1506
1654
 
@@ -1576,7 +1724,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1576
1724
  <span class="method-parameter is-pulled-right">
1577
1725
  <label>类型:</label>
1578
1726
 
1579
- <span class="param-type">String</span>
1727
+ <span class="param-type">
1728
+
1729
+ String
1730
+
1731
+ </span>
1580
1732
 
1581
1733
 
1582
1734
 
@@ -1656,7 +1808,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1656
1808
  <span class="method-parameter is-pulled-right">
1657
1809
  <label>类型:</label>
1658
1810
 
1659
- <span class="param-type">Number</span>
1811
+ <span class="param-type">
1812
+
1813
+ Number
1814
+
1815
+ </span>
1660
1816
 
1661
1817
 
1662
1818
 
@@ -1732,7 +1888,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1732
1888
  <span class="method-parameter is-pulled-right">
1733
1889
  <label>类型:</label>
1734
1890
 
1735
- <span class="param-type">Boolean</span>
1891
+ <span class="param-type">
1892
+
1893
+ Boolean
1894
+
1895
+ </span>
1736
1896
 
1737
1897
 
1738
1898
 
@@ -1817,7 +1977,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1817
1977
  <span class="method-parameter is-pulled-right">
1818
1978
  <label>类型:</label>
1819
1979
 
1820
- <span class="param-type">String</span>
1980
+ <span class="param-type">
1981
+
1982
+ String
1983
+
1984
+ </span>
1821
1985
 
1822
1986
 
1823
1987
 
@@ -1902,7 +2066,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1902
2066
  <span class="method-parameter is-pulled-right">
1903
2067
  <label>类型:</label>
1904
2068
 
1905
- <span class="param-type">Number</span>
2069
+ <span class="param-type">
2070
+
2071
+ Number
2072
+
2073
+ </span>
1906
2074
 
1907
2075
 
1908
2076
 
@@ -1978,7 +2146,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1978
2146
  <span class="method-parameter is-pulled-right">
1979
2147
  <label>类型:</label>
1980
2148
 
1981
- <span class="param-type">Number</span>
2149
+ <span class="param-type">
2150
+
2151
+ Number
2152
+
2153
+ </span>
1982
2154
 
1983
2155
 
1984
2156
 
@@ -2054,7 +2226,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2054
2226
  <span class="method-parameter is-pulled-right">
2055
2227
  <label>类型:</label>
2056
2228
 
2057
- <span class="param-type">Number</span>
2229
+ <span class="param-type">
2230
+
2231
+ Number
2232
+
2233
+ </span>
2058
2234
 
2059
2235
 
2060
2236
 
@@ -2130,7 +2306,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2130
2306
  <span class="method-parameter is-pulled-right">
2131
2307
  <label>类型:</label>
2132
2308
 
2133
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
2134
2314
 
2135
2315
 
2136
2316
 
@@ -2206,7 +2386,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2206
2386
  <span class="method-parameter is-pulled-right">
2207
2387
  <label>类型:</label>
2208
2388
 
2209
- <span class="param-type">String</span>
2389
+ <span class="param-type">
2390
+
2391
+ String
2392
+
2393
+ </span>
2210
2394
 
2211
2395
 
2212
2396
 
@@ -2282,7 +2466,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2282
2466
  <span class="method-parameter is-pulled-right">
2283
2467
  <label>类型:</label>
2284
2468
 
2285
- <span class="param-type">String</span>
2469
+ <span class="param-type">
2470
+
2471
+ String
2472
+
2473
+ </span>
2286
2474
 
2287
2475
 
2288
2476
 
@@ -2358,7 +2546,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2358
2546
  <span class="method-parameter is-pulled-right">
2359
2547
  <label>类型:</label>
2360
2548
 
2361
- <span class="param-type">String</span>
2549
+ <span class="param-type">
2550
+
2551
+ String
2552
+
2553
+ </span>
2362
2554
 
2363
2555
 
2364
2556
 
@@ -2434,7 +2626,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2434
2626
  <span class="method-parameter is-pulled-right">
2435
2627
  <label>类型:</label>
2436
2628
 
2437
- <span class="param-type">String</span>
2629
+ <span class="param-type">
2630
+
2631
+ String
2632
+
2633
+ </span>
2438
2634
 
2439
2635
 
2440
2636
 
@@ -2514,7 +2710,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2514
2710
  <span class="method-parameter is-pulled-right">
2515
2711
  <label>类型:</label>
2516
2712
 
2517
- <span class="param-type">Number</span>
2713
+ <span class="param-type">
2714
+
2715
+ Number
2716
+
2717
+ </span>
2518
2718
 
2519
2719
 
2520
2720
 
@@ -2612,7 +2812,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2612
2812
 
2613
2813
  </code>
2614
2814
  </td>
2615
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2815
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2616
2816
  </tr>
2617
2817
 
2618
2818
  <tr class="deep-level-0">
@@ -2622,7 +2822,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2622
2822
 
2623
2823
  </code>
2624
2824
  </td>
2625
- <td class="name"><code><p>添加要素,参考示例:<a id='add-feature' href='#add'>[添加要素]</a></p></code></td>
2825
+ <td class="name"><code><p>添加要素,参考示例:</code></td>
2626
2826
  </tr>
2627
2827
 
2628
2828
  <tr class="deep-level-0">
@@ -2641,7 +2841,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2641
2841
  <code>
2642
2842
 
2643
2843
 
2644
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
2645
2849
 
2646
2850
 
2647
2851
 
@@ -2657,7 +2861,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2657
2861
  <code>
2658
2862
 
2659
2863
 
2660
- <span class="param-type">*</span>
2864
+ <span class="param-type">
2865
+
2866
+ *
2867
+
2868
+ </span>
2661
2869
 
2662
2870
 
2663
2871
 
@@ -2673,7 +2881,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2673
2881
  <code>
2674
2882
 
2675
2883
 
2676
- <span class="param-type">Boolean</span>
2884
+ <span class="param-type">
2885
+
2886
+ Boolean
2887
+
2888
+ </span>
2677
2889
 
2678
2890
 
2679
2891
 
@@ -2729,7 +2941,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2729
2941
  <code>
2730
2942
 
2731
2943
 
2732
- <span class="param-type">Object</span>
2944
+ <span class="param-type">
2945
+
2946
+ Object
2947
+
2948
+ </span>
2733
2949
 
2734
2950
 
2735
2951
 
@@ -2801,13 +3017,17 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2801
3017
 
2802
3018
  <tr class="deep-level-0">
2803
3019
 
2804
- <td class="name" id="json"><code>json</code></td>
3020
+ <td class="name"><code>json</code></td>
2805
3021
 
2806
3022
 
2807
3023
  <td class="type">
2808
3024
 
2809
3025
 
2810
- <span class="param-type">Object</span>
3026
+ <span class="param-type">
3027
+
3028
+ Object
3029
+
3030
+ </span>
2811
3031
 
2812
3032
 
2813
3033
 
@@ -2980,13 +3200,17 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
2980
3200
 
2981
3201
  <tr class="deep-level-0">
2982
3202
 
2983
- <td class="name" id="feature"><code>feature</code></td>
3203
+ <td class="name"><code>feature</code></td>
2984
3204
 
2985
3205
 
2986
3206
  <td class="type">
2987
3207
 
2988
3208
 
2989
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" 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>
2990
3214
 
2991
3215
 
2992
3216
 
@@ -3121,16 +3345,24 @@ const graphicsLayer = new GraphicsLayer.fromJSON(json)</code></pre>
3121
3345
 
3122
3346
  <tr class="deep-level-0">
3123
3347
 
3124
- <td class="name" id="features"><code>features</code></td>
3348
+ <td class="name"><code>features</code></td>
3125
3349
 
3126
3350
 
3127
3351
  <td class="type">
3128
3352
 
3129
3353
 
3130
- <span class="param-type"><a link="FeatureSet.html" onclick="getTypeHTML(event)" 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>
3131
3359
  |
3132
3360
 
3133
- <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" 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>
3134
3366
 
3135
3367
 
3136
3368
 
@@ -3353,7 +3585,11 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3353
3585
  <div class='column is-5 has-text-left'>
3354
3586
  <label>类型: </label>
3355
3587
 
3356
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
3357
3593
 
3358
3594
 
3359
3595
 
@@ -3469,7 +3705,11 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3469
3705
  <div class='column is-5 has-text-left'>
3470
3706
  <label>类型: </label>
3471
3707
 
3472
- <span class="param-type">*</span>
3708
+ <span class="param-type">
3709
+
3710
+ *
3711
+
3712
+ </span>
3473
3713
 
3474
3714
 
3475
3715
 
@@ -3591,7 +3831,11 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3591
3831
  <div class='column is-5 has-text-left'>
3592
3832
  <label>类型: </label>
3593
3833
 
3594
- <span class="param-type">Boolean</span>
3834
+ <span class="param-type">
3835
+
3836
+ Boolean
3837
+
3838
+ </span>
3595
3839
 
3596
3840
 
3597
3841
 
@@ -3759,13 +4003,17 @@ graphicsLayer.addMany([feature1, feature2])</code></pre>
3759
4003
 
3760
4004
  <tr class="deep-level-0">
3761
4005
 
3762
- <td class="name" id="feature"><code>feature</code></td>
4006
+ <td class="name"><code>feature</code></td>
3763
4007
 
3764
4008
 
3765
4009
  <td class="type">
3766
4010
 
3767
4011
 
3768
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" 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>
3769
4017
 
3770
4018
 
3771
4019
 
@@ -4071,13 +4319,17 @@ graphicsLayer.removeAll()</code></pre>
4071
4319
 
4072
4320
  <tr class="deep-level-0">
4073
4321
 
4074
- <td class="name" id="features"><code>features</code></td>
4322
+ <td class="name"><code>features</code></td>
4075
4323
 
4076
4324
 
4077
4325
  <td class="type">
4078
4326
 
4079
4327
 
4080
- <span class="param-type">Array.&lt;<a link="Array.<Feature>.html" onclick="getTypeHTML(event)" 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>
4081
4333
 
4082
4334
 
4083
4335
 
@@ -4302,7 +4554,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4302
4554
  <div class='column is-5 has-text-left'>
4303
4555
  <label>类型: </label>
4304
4556
 
4305
- <span class="param-type">Object</span>
4557
+ <span class="param-type">
4558
+
4559
+ Object
4560
+
4561
+ </span>
4306
4562
 
4307
4563
 
4308
4564
 
@@ -4342,62 +4598,62 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4342
4598
  <tbody>
4343
4599
 
4344
4600
  <tr class="deep-level-0">
4345
- <td class="name"><code><a href="GraphicsLayer.html#删除多个要素事件">删除多个要素事件</a></code></td>
4601
+ <td class="name"><code><a href="#删除多个要素事件">删除多个要素事件</a></code></td>
4346
4602
  <td class="name"><code>删除多个要素事件</code></td>
4347
4603
  </tr>
4348
4604
 
4349
4605
  <tr class="deep-level-0">
4350
- <td class="name"><code><a href="GraphicsLayer.html#删除所有要素事件">删除所有要素事件</a></code></td>
4606
+ <td class="name"><code><a href="#删除所有要素事件">删除所有要素事件</a></code></td>
4351
4607
  <td class="name"><code>删除所有要素事件</code></td>
4352
4608
  </tr>
4353
4609
 
4354
4610
  <tr class="deep-level-0">
4355
- <td class="name"><code><a href="GraphicsLayer.html#删除要素事件">删除要素事件</a></code></td>
4611
+ <td class="name"><code><a href="#删除要素事件">删除要素事件</a></code></td>
4356
4612
  <td class="name"><code>删除要素事件</code></td>
4357
4613
  </tr>
4358
4614
 
4359
4615
  <tr class="deep-level-0">
4360
- <td class="name"><code><a href="GraphicsLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4616
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4361
4617
  <td class="name"><code>图层刷新完毕事件</code></td>
4362
4618
  </tr>
4363
4619
 
4364
4620
  <tr class="deep-level-0">
4365
- <td class="name"><code><a href="GraphicsLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4621
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4366
4622
  <td class="name"><code>图层加载完毕事件</code></td>
4367
4623
  </tr>
4368
4624
 
4369
4625
  <tr class="deep-level-0">
4370
- <td class="name"><code><a href="GraphicsLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4626
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4371
4627
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4372
4628
  </tr>
4373
4629
 
4374
4630
  <tr class="deep-level-0">
4375
- <td class="name"><code><a href="GraphicsLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4631
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4376
4632
  <td class="name"><code>图层更新完毕事件</code></td>
4377
4633
  </tr>
4378
4634
 
4379
4635
  <tr class="deep-level-0">
4380
- <td class="name"><code><a href="GraphicsLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4636
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4381
4637
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4382
4638
  </tr>
4383
4639
 
4384
4640
  <tr class="deep-level-0">
4385
- <td class="name"><code><a href="GraphicsLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4641
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4386
4642
  <td class="name"><code>图层销毁完毕事件</code></td>
4387
4643
  </tr>
4388
4644
 
4389
4645
  <tr class="deep-level-0">
4390
- <td class="name"><code><a href="GraphicsLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4646
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4391
4647
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4392
4648
  </tr>
4393
4649
 
4394
4650
  <tr class="deep-level-0">
4395
- <td class="name"><code><a href="GraphicsLayer.html#添加多个要素事件">添加多个要素事件</a></code></td>
4651
+ <td class="name"><code><a href="#添加多个要素事件">添加多个要素事件</a></code></td>
4396
4652
  <td class="name"><code>添加多个要素事件</code></td>
4397
4653
  </tr>
4398
4654
 
4399
4655
  <tr class="deep-level-0">
4400
- <td class="name"><code><a href="GraphicsLayer.html#添加要素事件">添加要素事件</a></code></td>
4656
+ <td class="name"><code><a href="#添加要素事件">添加要素事件</a></code></td>
4401
4657
  <td class="name"><code>添加要素事件</code></td>
4402
4658
  </tr>
4403
4659
 
@@ -4477,7 +4733,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4477
4733
  <td class="type">
4478
4734
 
4479
4735
 
4480
- <span class="param-type">Object</span>
4736
+ <span class="param-type">
4737
+
4738
+ Object
4739
+
4740
+ </span>
4481
4741
 
4482
4742
 
4483
4743
 
@@ -4511,7 +4771,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4511
4771
  <td class="type">
4512
4772
 
4513
4773
 
4514
- <span class="param-type">String</span>
4774
+ <span class="param-type">
4775
+
4776
+ String
4777
+
4778
+ </span>
4515
4779
 
4516
4780
 
4517
4781
 
@@ -4549,7 +4813,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4549
4813
  <td class="type">
4550
4814
 
4551
4815
 
4552
- <span class="param-type">String</span>
4816
+ <span class="param-type">
4817
+
4818
+ String
4819
+
4820
+ </span>
4553
4821
 
4554
4822
 
4555
4823
 
@@ -4587,7 +4855,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4587
4855
  <td class="type">
4588
4856
 
4589
4857
 
4590
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
4591
4863
 
4592
4864
 
4593
4865
 
@@ -4625,7 +4897,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4625
4897
  <td class="type">
4626
4898
 
4627
4899
 
4628
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4629
4905
 
4630
4906
 
4631
4907
 
@@ -4663,7 +4939,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4663
4939
  <td class="type">
4664
4940
 
4665
4941
 
4666
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
4667
4947
 
4668
4948
 
4669
4949
 
@@ -4701,7 +4981,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4701
4981
  <td class="type">
4702
4982
 
4703
4983
 
4704
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
4705
4989
 
4706
4990
 
4707
4991
 
@@ -4739,7 +5023,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4739
5023
  <td class="type">
4740
5024
 
4741
5025
 
4742
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
4743
5031
 
4744
5032
 
4745
5033
 
@@ -4926,7 +5214,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4926
5214
  <td class="type">
4927
5215
 
4928
5216
 
4929
- <span class="param-type">Object</span>
5217
+ <span class="param-type">
5218
+
5219
+ Object
5220
+
5221
+ </span>
4930
5222
 
4931
5223
 
4932
5224
 
@@ -4960,7 +5252,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4960
5252
  <td class="type">
4961
5253
 
4962
5254
 
4963
- <span class="param-type">String</span>
5255
+ <span class="param-type">
5256
+
5257
+ String
5258
+
5259
+ </span>
4964
5260
 
4965
5261
 
4966
5262
 
@@ -4998,7 +5294,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
4998
5294
  <td class="type">
4999
5295
 
5000
5296
 
5001
- <span class="param-type">String</span>
5297
+ <span class="param-type">
5298
+
5299
+ String
5300
+
5301
+ </span>
5002
5302
 
5003
5303
 
5004
5304
 
@@ -5036,7 +5336,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5036
5336
  <td class="type">
5037
5337
 
5038
5338
 
5039
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5040
5344
 
5041
5345
 
5042
5346
 
@@ -5074,7 +5378,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5074
5378
  <td class="type">
5075
5379
 
5076
5380
 
5077
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5078
5386
 
5079
5387
 
5080
5388
 
@@ -5112,7 +5420,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5112
5420
  <td class="type">
5113
5421
 
5114
5422
 
5115
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5116
5428
 
5117
5429
 
5118
5430
 
@@ -5150,7 +5462,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5150
5462
  <td class="type">
5151
5463
 
5152
5464
 
5153
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5154
5470
 
5155
5471
 
5156
5472
 
@@ -5188,7 +5504,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5188
5504
  <td class="type">
5189
5505
 
5190
5506
 
5191
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5192
5512
 
5193
5513
 
5194
5514
 
@@ -5375,7 +5695,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5375
5695
  <td class="type">
5376
5696
 
5377
5697
 
5378
- <span class="param-type">Object</span>
5698
+ <span class="param-type">
5699
+
5700
+ Object
5701
+
5702
+ </span>
5379
5703
 
5380
5704
 
5381
5705
 
@@ -5409,7 +5733,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5409
5733
  <td class="type">
5410
5734
 
5411
5735
 
5412
- <span class="param-type">String</span>
5736
+ <span class="param-type">
5737
+
5738
+ String
5739
+
5740
+ </span>
5413
5741
 
5414
5742
 
5415
5743
 
@@ -5447,7 +5775,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5447
5775
  <td class="type">
5448
5776
 
5449
5777
 
5450
- <span class="param-type">String</span>
5778
+ <span class="param-type">
5779
+
5780
+ String
5781
+
5782
+ </span>
5451
5783
 
5452
5784
 
5453
5785
 
@@ -5485,7 +5817,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5485
5817
  <td class="type">
5486
5818
 
5487
5819
 
5488
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5489
5825
 
5490
5826
 
5491
5827
 
@@ -5523,7 +5859,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5523
5859
  <td class="type">
5524
5860
 
5525
5861
 
5526
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5527
5867
 
5528
5868
 
5529
5869
 
@@ -5561,7 +5901,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5561
5901
  <td class="type">
5562
5902
 
5563
5903
 
5564
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
5565
5909
 
5566
5910
 
5567
5911
 
@@ -5599,7 +5943,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5599
5943
  <td class="type">
5600
5944
 
5601
5945
 
5602
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5603
5951
 
5604
5952
 
5605
5953
 
@@ -5637,7 +5985,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5637
5985
  <td class="type">
5638
5986
 
5639
5987
 
5640
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
5641
5993
 
5642
5994
 
5643
5995
 
@@ -5824,7 +6176,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5824
6176
  <td class="type">
5825
6177
 
5826
6178
 
5827
- <span class="param-type">Object</span>
6179
+ <span class="param-type">
6180
+
6181
+ Object
6182
+
6183
+ </span>
5828
6184
 
5829
6185
 
5830
6186
 
@@ -5858,7 +6214,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5858
6214
  <td class="type">
5859
6215
 
5860
6216
 
5861
- <span class="param-type">String</span>
6217
+ <span class="param-type">
6218
+
6219
+ String
6220
+
6221
+ </span>
5862
6222
 
5863
6223
 
5864
6224
 
@@ -5896,7 +6256,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5896
6256
  <td class="type">
5897
6257
 
5898
6258
 
5899
- <span class="param-type">String</span>
6259
+ <span class="param-type">
6260
+
6261
+ String
6262
+
6263
+ </span>
5900
6264
 
5901
6265
 
5902
6266
 
@@ -5934,7 +6298,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5934
6298
  <td class="type">
5935
6299
 
5936
6300
 
5937
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
5938
6306
 
5939
6307
 
5940
6308
 
@@ -5972,7 +6340,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
5972
6340
  <td class="type">
5973
6341
 
5974
6342
 
5975
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
5976
6348
 
5977
6349
 
5978
6350
 
@@ -6010,7 +6382,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6010
6382
  <td class="type">
6011
6383
 
6012
6384
 
6013
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6014
6390
 
6015
6391
 
6016
6392
 
@@ -6048,7 +6424,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6048
6424
  <td class="type">
6049
6425
 
6050
6426
 
6051
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6052
6432
 
6053
6433
 
6054
6434
 
@@ -6086,7 +6466,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6086
6466
  <td class="type">
6087
6467
 
6088
6468
 
6089
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6090
6474
 
6091
6475
 
6092
6476
 
@@ -6278,7 +6662,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6278
6662
  <td class="type">
6279
6663
 
6280
6664
 
6281
- <span class="param-type">Object</span>
6665
+ <span class="param-type">
6666
+
6667
+ Object
6668
+
6669
+ </span>
6282
6670
 
6283
6671
 
6284
6672
 
@@ -6312,7 +6700,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6312
6700
  <td class="type">
6313
6701
 
6314
6702
 
6315
- <span class="param-type">String</span>
6703
+ <span class="param-type">
6704
+
6705
+ String
6706
+
6707
+ </span>
6316
6708
 
6317
6709
 
6318
6710
 
@@ -6350,7 +6742,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6350
6742
  <td class="type">
6351
6743
 
6352
6744
 
6353
- <span class="param-type">String</span>
6745
+ <span class="param-type">
6746
+
6747
+ String
6748
+
6749
+ </span>
6354
6750
 
6355
6751
 
6356
6752
 
@@ -6388,7 +6784,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6388
6784
  <td class="type">
6389
6785
 
6390
6786
 
6391
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6392
6792
 
6393
6793
 
6394
6794
 
@@ -6426,7 +6826,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6426
6826
  <td class="type">
6427
6827
 
6428
6828
 
6429
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6430
6834
 
6431
6835
 
6432
6836
 
@@ -6464,7 +6868,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6464
6868
  <td class="type">
6465
6869
 
6466
6870
 
6467
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6468
6876
 
6469
6877
 
6470
6878
 
@@ -6502,7 +6910,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6502
6910
  <td class="type">
6503
6911
 
6504
6912
 
6505
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6506
6918
 
6507
6919
 
6508
6920
 
@@ -6540,7 +6952,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6540
6952
  <td class="type">
6541
6953
 
6542
6954
 
6543
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6544
6960
 
6545
6961
 
6546
6962
 
@@ -6722,7 +7138,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6722
7138
  <td class="type">
6723
7139
 
6724
7140
 
6725
- <span class="param-type">Object</span>
7141
+ <span class="param-type">
7142
+
7143
+ Object
7144
+
7145
+ </span>
6726
7146
 
6727
7147
 
6728
7148
 
@@ -6756,7 +7176,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6756
7176
  <td class="type">
6757
7177
 
6758
7178
 
6759
- <span class="param-type">String</span>
7179
+ <span class="param-type">
7180
+
7181
+ String
7182
+
7183
+ </span>
6760
7184
 
6761
7185
 
6762
7186
 
@@ -6794,7 +7218,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6794
7218
  <td class="type">
6795
7219
 
6796
7220
 
6797
- <span class="param-type">String</span>
7221
+ <span class="param-type">
7222
+
7223
+ String
7224
+
7225
+ </span>
6798
7226
 
6799
7227
 
6800
7228
 
@@ -6832,7 +7260,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6832
7260
  <td class="type">
6833
7261
 
6834
7262
 
6835
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
6836
7268
 
6837
7269
 
6838
7270
 
@@ -6870,7 +7302,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6870
7302
  <td class="type">
6871
7303
 
6872
7304
 
6873
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6874
7310
 
6875
7311
 
6876
7312
 
@@ -6908,7 +7344,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6908
7344
  <td class="type">
6909
7345
 
6910
7346
 
6911
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
6912
7352
 
6913
7353
 
6914
7354
 
@@ -6946,7 +7386,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6946
7386
  <td class="type">
6947
7387
 
6948
7388
 
6949
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
6950
7394
 
6951
7395
 
6952
7396
 
@@ -6984,7 +7428,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
6984
7428
  <td class="type">
6985
7429
 
6986
7430
 
6987
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
6988
7436
 
6989
7437
 
6990
7438
 
@@ -7176,7 +7624,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7176
7624
  <td class="type">
7177
7625
 
7178
7626
 
7179
- <span class="param-type">Object</span>
7627
+ <span class="param-type">
7628
+
7629
+ Object
7630
+
7631
+ </span>
7180
7632
 
7181
7633
 
7182
7634
 
@@ -7210,7 +7662,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7210
7662
  <td class="type">
7211
7663
 
7212
7664
 
7213
- <span class="param-type">String</span>
7665
+ <span class="param-type">
7666
+
7667
+ String
7668
+
7669
+ </span>
7214
7670
 
7215
7671
 
7216
7672
 
@@ -7248,7 +7704,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7248
7704
  <td class="type">
7249
7705
 
7250
7706
 
7251
- <span class="param-type">String</span>
7707
+ <span class="param-type">
7708
+
7709
+ String
7710
+
7711
+ </span>
7252
7712
 
7253
7713
 
7254
7714
 
@@ -7286,7 +7746,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7286
7746
  <td class="type">
7287
7747
 
7288
7748
 
7289
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7290
7754
 
7291
7755
 
7292
7756
 
@@ -7324,7 +7788,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7324
7788
  <td class="type">
7325
7789
 
7326
7790
 
7327
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7328
7796
 
7329
7797
 
7330
7798
 
@@ -7362,7 +7830,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7362
7830
  <td class="type">
7363
7831
 
7364
7832
 
7365
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7366
7838
 
7367
7839
 
7368
7840
 
@@ -7400,7 +7872,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7400
7872
  <td class="type">
7401
7873
 
7402
7874
 
7403
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7404
7880
 
7405
7881
 
7406
7882
 
@@ -7438,7 +7914,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7438
7914
  <td class="type">
7439
7915
 
7440
7916
 
7441
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7442
7922
 
7443
7923
 
7444
7924
 
@@ -7620,7 +8100,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7620
8100
  <td class="type">
7621
8101
 
7622
8102
 
7623
- <span class="param-type">Object</span>
8103
+ <span class="param-type">
8104
+
8105
+ Object
8106
+
8107
+ </span>
7624
8108
 
7625
8109
 
7626
8110
 
@@ -7654,7 +8138,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7654
8138
  <td class="type">
7655
8139
 
7656
8140
 
7657
- <span class="param-type">String</span>
8141
+ <span class="param-type">
8142
+
8143
+ String
8144
+
8145
+ </span>
7658
8146
 
7659
8147
 
7660
8148
 
@@ -7692,7 +8180,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7692
8180
  <td class="type">
7693
8181
 
7694
8182
 
7695
- <span class="param-type">String</span>
8183
+ <span class="param-type">
8184
+
8185
+ String
8186
+
8187
+ </span>
7696
8188
 
7697
8189
 
7698
8190
 
@@ -7730,7 +8222,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7730
8222
  <td class="type">
7731
8223
 
7732
8224
 
7733
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
7734
8230
 
7735
8231
 
7736
8232
 
@@ -7768,7 +8264,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7768
8264
  <td class="type">
7769
8265
 
7770
8266
 
7771
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7772
8272
 
7773
8273
 
7774
8274
 
@@ -7806,7 +8306,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7806
8306
  <td class="type">
7807
8307
 
7808
8308
 
7809
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
7810
8314
 
7811
8315
 
7812
8316
 
@@ -7844,7 +8348,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7844
8348
  <td class="type">
7845
8349
 
7846
8350
 
7847
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
7848
8356
 
7849
8357
 
7850
8358
 
@@ -7882,7 +8390,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
7882
8390
  <td class="type">
7883
8391
 
7884
8392
 
7885
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
7886
8398
 
7887
8399
 
7888
8400
 
@@ -8074,7 +8586,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8074
8586
  <td class="type">
8075
8587
 
8076
8588
 
8077
- <span class="param-type">Object</span>
8589
+ <span class="param-type">
8590
+
8591
+ Object
8592
+
8593
+ </span>
8078
8594
 
8079
8595
 
8080
8596
 
@@ -8108,7 +8624,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8108
8624
  <td class="type">
8109
8625
 
8110
8626
 
8111
- <span class="param-type">String</span>
8627
+ <span class="param-type">
8628
+
8629
+ String
8630
+
8631
+ </span>
8112
8632
 
8113
8633
 
8114
8634
 
@@ -8146,7 +8666,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8146
8666
  <td class="type">
8147
8667
 
8148
8668
 
8149
- <span class="param-type">String</span>
8669
+ <span class="param-type">
8670
+
8671
+ String
8672
+
8673
+ </span>
8150
8674
 
8151
8675
 
8152
8676
 
@@ -8184,7 +8708,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8184
8708
  <td class="type">
8185
8709
 
8186
8710
 
8187
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
8188
8716
 
8189
8717
 
8190
8718
 
@@ -8222,7 +8750,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8222
8750
  <td class="type">
8223
8751
 
8224
8752
 
8225
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8226
8758
 
8227
8759
 
8228
8760
 
@@ -8260,7 +8792,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8260
8792
  <td class="type">
8261
8793
 
8262
8794
 
8263
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
8264
8800
 
8265
8801
 
8266
8802
 
@@ -8298,7 +8834,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8298
8834
  <td class="type">
8299
8835
 
8300
8836
 
8301
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8302
8842
 
8303
8843
 
8304
8844
 
@@ -8336,7 +8876,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8336
8876
  <td class="type">
8337
8877
 
8338
8878
 
8339
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
8340
8884
 
8341
8885
 
8342
8886
 
@@ -8518,7 +9062,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8518
9062
  <td class="type">
8519
9063
 
8520
9064
 
8521
- <span class="param-type">Object</span>
9065
+ <span class="param-type">
9066
+
9067
+ Object
9068
+
9069
+ </span>
8522
9070
 
8523
9071
 
8524
9072
 
@@ -8552,7 +9100,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8552
9100
  <td class="type">
8553
9101
 
8554
9102
 
8555
- <span class="param-type">String</span>
9103
+ <span class="param-type">
9104
+
9105
+ String
9106
+
9107
+ </span>
8556
9108
 
8557
9109
 
8558
9110
 
@@ -8590,7 +9142,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8590
9142
  <td class="type">
8591
9143
 
8592
9144
 
8593
- <span class="param-type">String</span>
9145
+ <span class="param-type">
9146
+
9147
+ String
9148
+
9149
+ </span>
8594
9150
 
8595
9151
 
8596
9152
 
@@ -8628,7 +9184,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8628
9184
  <td class="type">
8629
9185
 
8630
9186
 
8631
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
8632
9192
 
8633
9193
 
8634
9194
 
@@ -8666,7 +9226,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8666
9226
  <td class="type">
8667
9227
 
8668
9228
 
8669
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8670
9234
 
8671
9235
 
8672
9236
 
@@ -8704,7 +9268,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8704
9268
  <td class="type">
8705
9269
 
8706
9270
 
8707
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
8708
9276
 
8709
9277
 
8710
9278
 
@@ -8742,7 +9310,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8742
9310
  <td class="type">
8743
9311
 
8744
9312
 
8745
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
8746
9318
 
8747
9319
 
8748
9320
 
@@ -8780,7 +9352,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8780
9352
  <td class="type">
8781
9353
 
8782
9354
 
8783
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
8784
9360
 
8785
9361
 
8786
9362
 
@@ -8972,7 +9548,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
8972
9548
  <td class="type">
8973
9549
 
8974
9550
 
8975
- <span class="param-type">Object</span>
9551
+ <span class="param-type">
9552
+
9553
+ Object
9554
+
9555
+ </span>
8976
9556
 
8977
9557
 
8978
9558
 
@@ -9006,7 +9586,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9006
9586
  <td class="type">
9007
9587
 
9008
9588
 
9009
- <span class="param-type">String</span>
9589
+ <span class="param-type">
9590
+
9591
+ String
9592
+
9593
+ </span>
9010
9594
 
9011
9595
 
9012
9596
 
@@ -9044,7 +9628,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9044
9628
  <td class="type">
9045
9629
 
9046
9630
 
9047
- <span class="param-type">String</span>
9631
+ <span class="param-type">
9632
+
9633
+ String
9634
+
9635
+ </span>
9048
9636
 
9049
9637
 
9050
9638
 
@@ -9082,7 +9670,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9082
9670
  <td class="type">
9083
9671
 
9084
9672
 
9085
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
9086
9678
 
9087
9679
 
9088
9680
 
@@ -9120,7 +9712,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9120
9712
  <td class="type">
9121
9713
 
9122
9714
 
9123
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9124
9720
 
9125
9721
 
9126
9722
 
@@ -9158,7 +9754,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9158
9754
  <td class="type">
9159
9755
 
9160
9756
 
9161
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
9162
9762
 
9163
9763
 
9164
9764
 
@@ -9196,7 +9796,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9196
9796
  <td class="type">
9197
9797
 
9198
9798
 
9199
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9200
9804
 
9201
9805
 
9202
9806
 
@@ -9234,7 +9838,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9234
9838
  <td class="type">
9235
9839
 
9236
9840
 
9237
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
9238
9846
 
9239
9847
 
9240
9848
 
@@ -9421,7 +10029,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9421
10029
  <td class="type">
9422
10030
 
9423
10031
 
9424
- <span class="param-type">Object</span>
10032
+ <span class="param-type">
10033
+
10034
+ Object
10035
+
10036
+ </span>
9425
10037
 
9426
10038
 
9427
10039
 
@@ -9455,7 +10067,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9455
10067
  <td class="type">
9456
10068
 
9457
10069
 
9458
- <span class="param-type">String</span>
10070
+ <span class="param-type">
10071
+
10072
+ String
10073
+
10074
+ </span>
9459
10075
 
9460
10076
 
9461
10077
 
@@ -9493,7 +10109,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9493
10109
  <td class="type">
9494
10110
 
9495
10111
 
9496
- <span class="param-type">String</span>
10112
+ <span class="param-type">
10113
+
10114
+ String
10115
+
10116
+ </span>
9497
10117
 
9498
10118
 
9499
10119
 
@@ -9531,7 +10151,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9531
10151
  <td class="type">
9532
10152
 
9533
10153
 
9534
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" 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>
9535
10159
 
9536
10160
 
9537
10161
 
@@ -9569,7 +10193,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9569
10193
  <td class="type">
9570
10194
 
9571
10195
 
9572
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9573
10201
 
9574
10202
 
9575
10203
 
@@ -9607,7 +10235,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9607
10235
  <td class="type">
9608
10236
 
9609
10237
 
9610
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
9611
10243
 
9612
10244
 
9613
10245
 
@@ -9645,7 +10277,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9645
10277
  <td class="type">
9646
10278
 
9647
10279
 
9648
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" 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>
9649
10285
 
9650
10286
 
9651
10287
 
@@ -9683,7 +10319,11 @@ graphicsLayer.removeMany([feature1, feature2])</code></pre>
9683
10319
  <td class="type">
9684
10320
 
9685
10321
 
9686
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
9687
10327
 
9688
10328
 
9689
10329