@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="minScale"><code>minScale</code></td>
107
+ <td class="name"><code>minScale</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -129,13 +137,17 @@
129
137
 
130
138
  <tr class="deep-level-1">
131
139
 
132
- <td class="name" id="maxScale"><code>maxScale</code></td>
140
+ <td class="name"><code>maxScale</code></td>
133
141
 
134
142
 
135
143
  <td class="type">
136
144
 
137
145
 
138
- <span class="param-type">Number</span>
146
+ <span class="param-type">
147
+
148
+ Number
149
+
150
+ </span>
139
151
 
140
152
 
141
153
 
@@ -158,13 +170,17 @@
158
170
 
159
171
  <tr class="deep-level-1">
160
172
 
161
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
173
+ <td class="name"><code>tokenKey</code></td>
162
174
 
163
175
 
164
176
  <td class="type">
165
177
 
166
178
 
167
- <span class="param-type">String</span>
179
+ <span class="param-type">
180
+
181
+ String
182
+
183
+ </span>
168
184
 
169
185
 
170
186
 
@@ -185,13 +201,17 @@
185
201
 
186
202
  <tr class="deep-level-1">
187
203
 
188
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
204
+ <td class="name"><code>tokenValue</code></td>
189
205
 
190
206
 
191
207
  <td class="type">
192
208
 
193
209
 
194
- <span class="param-type">String</span>
210
+ <span class="param-type">
211
+
212
+ String
213
+
214
+ </span>
195
215
 
196
216
 
197
217
 
@@ -329,7 +349,11 @@
329
349
  <td class="name">
330
350
  <code>
331
351
 
332
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
352
+ <span class="param-type">
353
+
354
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
355
+
356
+ </span>
333
357
 
334
358
 
335
359
 
@@ -343,7 +367,11 @@
343
367
  <td class="name">
344
368
  <code>
345
369
 
346
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
370
+ <span class="param-type">
371
+
372
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
373
+
374
+ </span>
347
375
 
348
376
 
349
377
 
@@ -357,7 +385,11 @@
357
385
  <td class="name">
358
386
  <code>
359
387
 
360
- <span class="param-type">String</span>
388
+ <span class="param-type">
389
+
390
+ String
391
+
392
+ </span>
361
393
 
362
394
 
363
395
 
@@ -371,7 +403,11 @@
371
403
  <td class="name">
372
404
  <code>
373
405
 
374
- <span class="param-type">Array</span>
406
+ <span class="param-type">
407
+
408
+ Array
409
+
410
+ </span>
375
411
 
376
412
 
377
413
 
@@ -385,7 +421,11 @@
385
421
  <td class="name">
386
422
  <code>
387
423
 
388
- <span class="param-type">String</span>
424
+ <span class="param-type">
425
+
426
+ String
427
+
428
+ </span>
389
429
 
390
430
 
391
431
 
@@ -399,7 +439,11 @@
399
439
  <td class="name">
400
440
  <code>
401
441
 
402
- <span class="param-type">String</span>
442
+ <span class="param-type">
443
+
444
+ String
445
+
446
+ </span>
403
447
 
404
448
 
405
449
 
@@ -413,7 +457,11 @@
413
457
  <td class="name">
414
458
  <code>
415
459
 
416
- <span class="param-type">String</span>
460
+ <span class="param-type">
461
+
462
+ String
463
+
464
+ </span>
417
465
 
418
466
 
419
467
 
@@ -427,7 +475,11 @@
427
475
  <td class="name">
428
476
  <code>
429
477
 
430
- <span class="param-type">String</span>
478
+ <span class="param-type">
479
+
480
+ String
481
+
482
+ </span>
431
483
 
432
484
 
433
485
 
@@ -441,7 +493,11 @@
441
493
  <td class="name">
442
494
  <code>
443
495
 
444
- <span class="param-type">Object</span>
496
+ <span class="param-type">
497
+
498
+ Object
499
+
500
+ </span>
445
501
 
446
502
 
447
503
 
@@ -455,7 +511,11 @@
455
511
  <td class="name">
456
512
  <code>
457
513
 
458
- <span class="param-type">Object</span>
514
+ <span class="param-type">
515
+
516
+ Object
517
+
518
+ </span>
459
519
 
460
520
 
461
521
 
@@ -469,7 +529,11 @@
469
529
  <td class="name">
470
530
  <code>
471
531
 
472
- <span class="param-type">String</span>
532
+ <span class="param-type">
533
+
534
+ String
535
+
536
+ </span>
473
537
 
474
538
 
475
539
 
@@ -483,7 +547,11 @@
483
547
  <td class="name">
484
548
  <code>
485
549
 
486
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
550
+ <span class="param-type">
551
+
552
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
553
+
554
+ </span>
487
555
 
488
556
 
489
557
 
@@ -497,7 +565,11 @@
497
565
  <td class="name">
498
566
  <code>
499
567
 
500
- <span class="param-type">String</span>
568
+ <span class="param-type">
569
+
570
+ String
571
+
572
+ </span>
501
573
 
502
574
 
503
575
 
@@ -511,7 +583,11 @@
511
583
  <td class="name">
512
584
  <code>
513
585
 
514
- <span class="param-type">String</span>
586
+ <span class="param-type">
587
+
588
+ String
589
+
590
+ </span>
515
591
 
516
592
 
517
593
 
@@ -525,7 +601,11 @@
525
601
  <td class="name">
526
602
  <code>
527
603
 
528
- <span class="param-type">String</span>
604
+ <span class="param-type">
605
+
606
+ String
607
+
608
+ </span>
529
609
 
530
610
 
531
611
 
@@ -539,7 +619,11 @@
539
619
  <td class="name">
540
620
  <code>
541
621
 
542
- <span class="param-type">String</span>
622
+ <span class="param-type">
623
+
624
+ String
625
+
626
+ </span>
543
627
 
544
628
 
545
629
 
@@ -553,7 +637,11 @@
553
637
  <td class="name">
554
638
  <code>
555
639
 
556
- <span class="param-type">String</span>
640
+ <span class="param-type">
641
+
642
+ String
643
+
644
+ </span>
557
645
 
558
646
 
559
647
 
@@ -567,7 +655,11 @@
567
655
  <td class="name">
568
656
  <code>
569
657
 
570
- <span class="param-type">String</span>
658
+ <span class="param-type">
659
+
660
+ String
661
+
662
+ </span>
571
663
 
572
664
 
573
665
 
@@ -581,7 +673,11 @@
581
673
  <td class="name">
582
674
  <code>
583
675
 
584
- <span class="param-type">Number</span>
676
+ <span class="param-type">
677
+
678
+ Number
679
+
680
+ </span>
585
681
 
586
682
 
587
683
 
@@ -595,7 +691,11 @@
595
691
  <td class="name">
596
692
  <code>
597
693
 
598
- <span class="param-type">Number</span>
694
+ <span class="param-type">
695
+
696
+ Number
697
+
698
+ </span>
599
699
 
600
700
 
601
701
 
@@ -609,7 +709,11 @@
609
709
  <td class="name">
610
710
  <code>
611
711
 
612
- <span class="param-type">Boolean</span>
712
+ <span class="param-type">
713
+
714
+ Boolean
715
+
716
+ </span>
613
717
 
614
718
 
615
719
 
@@ -623,7 +727,11 @@
623
727
  <td class="name">
624
728
  <code>
625
729
 
626
- <span class="param-type">Boolean</span>
730
+ <span class="param-type">
731
+
732
+ Boolean
733
+
734
+ </span>
627
735
 
628
736
 
629
737
 
@@ -637,7 +745,11 @@
637
745
  <td class="name">
638
746
  <code>
639
747
 
640
- <span class="param-type">Number</span>
748
+ <span class="param-type">
749
+
750
+ Number
751
+
752
+ </span>
641
753
 
642
754
 
643
755
 
@@ -651,7 +763,11 @@
651
763
  <td class="name">
652
764
  <code>
653
765
 
654
- <span class="param-type">Number</span>
766
+ <span class="param-type">
767
+
768
+ Number
769
+
770
+ </span>
655
771
 
656
772
 
657
773
 
@@ -665,7 +781,11 @@
665
781
  <td class="name">
666
782
  <code>
667
783
 
668
- <span class="param-type">Number</span>
784
+ <span class="param-type">
785
+
786
+ Number
787
+
788
+ </span>
669
789
 
670
790
 
671
791
 
@@ -679,7 +799,11 @@
679
799
  <td class="name">
680
800
  <code>
681
801
 
682
- <span class="param-type">Boolean</span>
802
+ <span class="param-type">
803
+
804
+ Boolean
805
+
806
+ </span>
683
807
 
684
808
 
685
809
 
@@ -693,7 +817,11 @@
693
817
  <td class="name">
694
818
  <code>
695
819
 
696
- <span class="param-type">String</span>
820
+ <span class="param-type">
821
+
822
+ String
823
+
824
+ </span>
697
825
 
698
826
 
699
827
 
@@ -707,7 +835,11 @@
707
835
  <td class="name">
708
836
  <code>
709
837
 
710
- <span class="param-type">String</span>
838
+ <span class="param-type">
839
+
840
+ String
841
+
842
+ </span>
711
843
 
712
844
 
713
845
 
@@ -721,7 +853,11 @@
721
853
  <td class="name">
722
854
  <code>
723
855
 
724
- <span class="param-type">String</span>
856
+ <span class="param-type">
857
+
858
+ String
859
+
860
+ </span>
725
861
 
726
862
 
727
863
 
@@ -735,7 +871,11 @@
735
871
  <td class="name">
736
872
  <code>
737
873
 
738
- <span class="param-type">Number</span>
874
+ <span class="param-type">
875
+
876
+ Number
877
+
878
+ </span>
739
879
 
740
880
 
741
881
 
@@ -749,7 +889,11 @@
749
889
  <td class="name">
750
890
  <code>
751
891
 
752
- <span class="param-type">Number</span>
892
+ <span class="param-type">
893
+
894
+ Number
895
+
896
+ </span>
753
897
 
754
898
 
755
899
 
@@ -763,7 +907,11 @@
763
907
  <td class="name">
764
908
  <code>
765
909
 
766
- <span class="param-type">Number</span>
910
+ <span class="param-type">
911
+
912
+ Number
913
+
914
+ </span>
767
915
 
768
916
 
769
917
 
@@ -777,7 +925,11 @@
777
925
  <td class="name">
778
926
  <code>
779
927
 
780
- <span class="param-type">String</span>
928
+ <span class="param-type">
929
+
930
+ String
931
+
932
+ </span>
781
933
 
782
934
 
783
935
 
@@ -791,7 +943,11 @@
791
943
  <td class="name">
792
944
  <code>
793
945
 
794
- <span class="param-type">String</span>
946
+ <span class="param-type">
947
+
948
+ String
949
+
950
+ </span>
795
951
 
796
952
 
797
953
 
@@ -805,7 +961,11 @@
805
961
  <td class="name">
806
962
  <code>
807
963
 
808
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
964
+ <span class="param-type">
965
+
966
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
967
+
968
+ </span>
809
969
 
810
970
 
811
971
 
@@ -819,7 +979,11 @@
819
979
  <td class="name">
820
980
  <code>
821
981
 
822
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
982
+ <span class="param-type">
983
+
984
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
985
+
986
+ </span>
823
987
 
824
988
 
825
989
 
@@ -833,7 +997,11 @@
833
997
  <td class="name">
834
998
  <code>
835
999
 
836
- <span class="param-type">String</span>
1000
+ <span class="param-type">
1001
+
1002
+ String
1003
+
1004
+ </span>
837
1005
 
838
1006
 
839
1007
 
@@ -847,7 +1015,11 @@
847
1015
  <td class="name">
848
1016
  <code>
849
1017
 
850
- <span class="param-type">String</span>
1018
+ <span class="param-type">
1019
+
1020
+ String
1021
+
1022
+ </span>
851
1023
 
852
1024
 
853
1025
 
@@ -861,7 +1033,11 @@
861
1033
  <td class="name">
862
1034
  <code>
863
1035
 
864
- <span class="param-type">String</span>
1036
+ <span class="param-type">
1037
+
1038
+ String
1039
+
1040
+ </span>
865
1041
 
866
1042
 
867
1043
 
@@ -875,7 +1051,11 @@
875
1051
  <td class="name">
876
1052
  <code>
877
1053
 
878
- <span class="param-type">String</span>
1054
+ <span class="param-type">
1055
+
1056
+ String
1057
+
1058
+ </span>
879
1059
 
880
1060
 
881
1061
 
@@ -889,7 +1069,11 @@
889
1069
  <td class="name">
890
1070
  <code>
891
1071
 
892
- <span class="param-type">String</span>
1072
+ <span class="param-type">
1073
+
1074
+ String
1075
+
1076
+ </span>
893
1077
 
894
1078
 
895
1079
 
@@ -903,7 +1087,11 @@
903
1087
  <td class="name">
904
1088
  <code>
905
1089
 
906
- <span class="param-type">String</span>
1090
+ <span class="param-type">
1091
+
1092
+ String
1093
+
1094
+ </span>
907
1095
 
908
1096
 
909
1097
 
@@ -917,7 +1105,11 @@
917
1105
  <td class="name">
918
1106
  <code>
919
1107
 
920
- <span class="param-type">Number</span>
1108
+ <span class="param-type">
1109
+
1110
+ Number
1111
+
1112
+ </span>
921
1113
 
922
1114
 
923
1115
 
@@ -937,7 +1129,11 @@
937
1129
  <span class="method-parameter is-pulled-right">
938
1130
  <label>类型:</label>
939
1131
 
940
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1132
+ <span class="param-type">
1133
+
1134
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1135
+
1136
+ </span>
941
1137
 
942
1138
 
943
1139
 
@@ -1008,7 +1204,11 @@
1008
1204
  <span class="method-parameter is-pulled-right">
1009
1205
  <label>类型:</label>
1010
1206
 
1011
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
1207
+ <span class="param-type">
1208
+
1209
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
1210
+
1211
+ </span>
1012
1212
 
1013
1213
 
1014
1214
 
@@ -1083,7 +1283,11 @@
1083
1283
  <span class="method-parameter is-pulled-right">
1084
1284
  <label>类型:</label>
1085
1285
 
1086
- <span class="param-type">String</span>
1286
+ <span class="param-type">
1287
+
1288
+ String
1289
+
1290
+ </span>
1087
1291
 
1088
1292
 
1089
1293
 
@@ -1158,7 +1362,11 @@
1158
1362
  <span class="method-parameter is-pulled-right">
1159
1363
  <label>类型:</label>
1160
1364
 
1161
- <span class="param-type">Array</span>
1365
+ <span class="param-type">
1366
+
1367
+ Array
1368
+
1369
+ </span>
1162
1370
 
1163
1371
 
1164
1372
 
@@ -1233,7 +1441,11 @@
1233
1441
  <span class="method-parameter is-pulled-right">
1234
1442
  <label>类型:</label>
1235
1443
 
1236
- <span class="param-type">String</span>
1444
+ <span class="param-type">
1445
+
1446
+ String
1447
+
1448
+ </span>
1237
1449
 
1238
1450
 
1239
1451
 
@@ -1313,7 +1525,11 @@
1313
1525
  <span class="method-parameter is-pulled-right">
1314
1526
  <label>类型:</label>
1315
1527
 
1316
- <span class="param-type">String</span>
1528
+ <span class="param-type">
1529
+
1530
+ String
1531
+
1532
+ </span>
1317
1533
 
1318
1534
 
1319
1535
 
@@ -1393,7 +1609,11 @@
1393
1609
  <span class="method-parameter is-pulled-right">
1394
1610
  <label>类型:</label>
1395
1611
 
1396
- <span class="param-type">String</span>
1612
+ <span class="param-type">
1613
+
1614
+ String
1615
+
1616
+ </span>
1397
1617
 
1398
1618
 
1399
1619
 
@@ -1468,7 +1688,11 @@
1468
1688
  <span class="method-parameter is-pulled-right">
1469
1689
  <label>类型:</label>
1470
1690
 
1471
- <span class="param-type">String</span>
1691
+ <span class="param-type">
1692
+
1693
+ String
1694
+
1695
+ </span>
1472
1696
 
1473
1697
 
1474
1698
 
@@ -1543,7 +1767,11 @@
1543
1767
  <span class="method-parameter is-pulled-right">
1544
1768
  <label>类型:</label>
1545
1769
 
1546
- <span class="param-type">Object</span>
1770
+ <span class="param-type">
1771
+
1772
+ Object
1773
+
1774
+ </span>
1547
1775
 
1548
1776
 
1549
1777
 
@@ -1619,7 +1847,11 @@
1619
1847
  <span class="method-parameter is-pulled-right">
1620
1848
  <label>类型:</label>
1621
1849
 
1622
- <span class="param-type">Object</span>
1850
+ <span class="param-type">
1851
+
1852
+ Object
1853
+
1854
+ </span>
1623
1855
 
1624
1856
 
1625
1857
 
@@ -1695,7 +1927,11 @@
1695
1927
  <span class="method-parameter is-pulled-right">
1696
1928
  <label>类型:</label>
1697
1929
 
1698
- <span class="param-type">String</span>
1930
+ <span class="param-type">
1931
+
1932
+ String
1933
+
1934
+ </span>
1699
1935
 
1700
1936
 
1701
1937
 
@@ -1775,7 +2011,11 @@
1775
2011
  <span class="method-parameter is-pulled-right">
1776
2012
  <label>类型:</label>
1777
2013
 
1778
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2014
+ <span class="param-type">
2015
+
2016
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2017
+
2018
+ </span>
1779
2019
 
1780
2020
 
1781
2021
 
@@ -1855,7 +2095,11 @@
1855
2095
  <span class="method-parameter is-pulled-right">
1856
2096
  <label>类型:</label>
1857
2097
 
1858
- <span class="param-type">String</span>
2098
+ <span class="param-type">
2099
+
2100
+ String
2101
+
2102
+ </span>
1859
2103
 
1860
2104
 
1861
2105
 
@@ -1935,7 +2179,11 @@
1935
2179
  <span class="method-parameter is-pulled-right">
1936
2180
  <label>类型:</label>
1937
2181
 
1938
- <span class="param-type">String</span>
2182
+ <span class="param-type">
2183
+
2184
+ String
2185
+
2186
+ </span>
1939
2187
 
1940
2188
 
1941
2189
 
@@ -2011,7 +2259,11 @@
2011
2259
  <span class="method-parameter is-pulled-right">
2012
2260
  <label>类型:</label>
2013
2261
 
2014
- <span class="param-type">String</span>
2262
+ <span class="param-type">
2263
+
2264
+ String
2265
+
2266
+ </span>
2015
2267
 
2016
2268
 
2017
2269
 
@@ -2087,7 +2339,11 @@
2087
2339
  <span class="method-parameter is-pulled-right">
2088
2340
  <label>类型:</label>
2089
2341
 
2090
- <span class="param-type">String</span>
2342
+ <span class="param-type">
2343
+
2344
+ String
2345
+
2346
+ </span>
2091
2347
 
2092
2348
 
2093
2349
 
@@ -2167,7 +2423,11 @@
2167
2423
  <span class="method-parameter is-pulled-right">
2168
2424
  <label>类型:</label>
2169
2425
 
2170
- <span class="param-type">String</span>
2426
+ <span class="param-type">
2427
+
2428
+ String
2429
+
2430
+ </span>
2171
2431
 
2172
2432
 
2173
2433
 
@@ -2238,7 +2498,11 @@
2238
2498
  <span class="method-parameter is-pulled-right">
2239
2499
  <label>类型:</label>
2240
2500
 
2241
- <span class="param-type">String</span>
2501
+ <span class="param-type">
2502
+
2503
+ String
2504
+
2505
+ </span>
2242
2506
 
2243
2507
 
2244
2508
 
@@ -2309,7 +2573,11 @@
2309
2573
  <span class="method-parameter is-pulled-right">
2310
2574
  <label>类型:</label>
2311
2575
 
2312
- <span class="param-type">Number</span>
2576
+ <span class="param-type">
2577
+
2578
+ Number
2579
+
2580
+ </span>
2313
2581
 
2314
2582
 
2315
2583
 
@@ -2380,7 +2648,11 @@
2380
2648
  <span class="method-parameter is-pulled-right">
2381
2649
  <label>类型:</label>
2382
2650
 
2383
- <span class="param-type">Number</span>
2651
+ <span class="param-type">
2652
+
2653
+ Number
2654
+
2655
+ </span>
2384
2656
 
2385
2657
 
2386
2658
 
@@ -2451,7 +2723,11 @@
2451
2723
  <span class="method-parameter is-pulled-right">
2452
2724
  <label>类型:</label>
2453
2725
 
2454
- <span class="param-type">Boolean</span>
2726
+ <span class="param-type">
2727
+
2728
+ Boolean
2729
+
2730
+ </span>
2455
2731
 
2456
2732
 
2457
2733
 
@@ -2522,7 +2798,11 @@
2522
2798
  <span class="method-parameter is-pulled-right">
2523
2799
  <label>类型:</label>
2524
2800
 
2525
- <span class="param-type">Boolean</span>
2801
+ <span class="param-type">
2802
+
2803
+ Boolean
2804
+
2805
+ </span>
2526
2806
 
2527
2807
 
2528
2808
 
@@ -2593,7 +2873,11 @@
2593
2873
  <span class="method-parameter is-pulled-right">
2594
2874
  <label>类型:</label>
2595
2875
 
2596
- <span class="param-type">Number</span>
2876
+ <span class="param-type">
2877
+
2878
+ Number
2879
+
2880
+ </span>
2597
2881
 
2598
2882
 
2599
2883
 
@@ -2664,7 +2948,11 @@
2664
2948
  <span class="method-parameter is-pulled-right">
2665
2949
  <label>类型:</label>
2666
2950
 
2667
- <span class="param-type">Number</span>
2951
+ <span class="param-type">
2952
+
2953
+ Number
2954
+
2955
+ </span>
2668
2956
 
2669
2957
 
2670
2958
 
@@ -2735,7 +3023,11 @@
2735
3023
  <span class="method-parameter is-pulled-right">
2736
3024
  <label>类型:</label>
2737
3025
 
2738
- <span class="param-type">Number</span>
3026
+ <span class="param-type">
3027
+
3028
+ Number
3029
+
3030
+ </span>
2739
3031
 
2740
3032
 
2741
3033
 
@@ -2811,7 +3103,11 @@
2811
3103
  <span class="method-parameter is-pulled-right">
2812
3104
  <label>类型:</label>
2813
3105
 
2814
- <span class="param-type">Boolean</span>
3106
+ <span class="param-type">
3107
+
3108
+ Boolean
3109
+
3110
+ </span>
2815
3111
 
2816
3112
 
2817
3113
 
@@ -2896,7 +3192,11 @@
2896
3192
  <span class="method-parameter is-pulled-right">
2897
3193
  <label>类型:</label>
2898
3194
 
2899
- <span class="param-type">String</span>
3195
+ <span class="param-type">
3196
+
3197
+ String
3198
+
3199
+ </span>
2900
3200
 
2901
3201
 
2902
3202
 
@@ -2981,7 +3281,11 @@
2981
3281
  <span class="method-parameter is-pulled-right">
2982
3282
  <label>类型:</label>
2983
3283
 
2984
- <span class="param-type">String</span>
3284
+ <span class="param-type">
3285
+
3286
+ String
3287
+
3288
+ </span>
2985
3289
 
2986
3290
 
2987
3291
 
@@ -3056,7 +3360,11 @@
3056
3360
  <span class="method-parameter is-pulled-right">
3057
3361
  <label>类型:</label>
3058
3362
 
3059
- <span class="param-type">String</span>
3363
+ <span class="param-type">
3364
+
3365
+ String
3366
+
3367
+ </span>
3060
3368
 
3061
3369
 
3062
3370
 
@@ -3131,7 +3439,11 @@
3131
3439
  <span class="method-parameter is-pulled-right">
3132
3440
  <label>类型:</label>
3133
3441
 
3134
- <span class="param-type">Number</span>
3442
+ <span class="param-type">
3443
+
3444
+ Number
3445
+
3446
+ </span>
3135
3447
 
3136
3448
 
3137
3449
 
@@ -3212,7 +3524,11 @@
3212
3524
  <span class="method-parameter is-pulled-right">
3213
3525
  <label>类型:</label>
3214
3526
 
3215
- <span class="param-type">Number</span>
3527
+ <span class="param-type">
3528
+
3529
+ Number
3530
+
3531
+ </span>
3216
3532
 
3217
3533
 
3218
3534
 
@@ -3293,7 +3609,11 @@
3293
3609
  <span class="method-parameter is-pulled-right">
3294
3610
  <label>类型:</label>
3295
3611
 
3296
- <span class="param-type">Number</span>
3612
+ <span class="param-type">
3613
+
3614
+ Number
3615
+
3616
+ </span>
3297
3617
 
3298
3618
 
3299
3619
 
@@ -3369,7 +3689,11 @@
3369
3689
  <span class="method-parameter is-pulled-right">
3370
3690
  <label>类型:</label>
3371
3691
 
3372
- <span class="param-type">String</span>
3692
+ <span class="param-type">
3693
+
3694
+ String
3695
+
3696
+ </span>
3373
3697
 
3374
3698
 
3375
3699
 
@@ -3440,7 +3764,11 @@
3440
3764
  <span class="method-parameter is-pulled-right">
3441
3765
  <label>类型:</label>
3442
3766
 
3443
- <span class="param-type">String</span>
3767
+ <span class="param-type">
3768
+
3769
+ String
3770
+
3771
+ </span>
3444
3772
 
3445
3773
 
3446
3774
 
@@ -3511,7 +3839,11 @@
3511
3839
  <span class="method-parameter is-pulled-right">
3512
3840
  <label>类型:</label>
3513
3841
 
3514
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3842
+ <span class="param-type">
3843
+
3844
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3845
+
3846
+ </span>
3515
3847
 
3516
3848
 
3517
3849
 
@@ -3587,7 +3919,11 @@
3587
3919
  <span class="method-parameter is-pulled-right">
3588
3920
  <label>类型:</label>
3589
3921
 
3590
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
3922
+ <span class="param-type">
3923
+
3924
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
3925
+
3926
+ </span>
3591
3927
 
3592
3928
 
3593
3929
 
@@ -3658,7 +3994,11 @@
3658
3994
  <span class="method-parameter is-pulled-right">
3659
3995
  <label>类型:</label>
3660
3996
 
3661
- <span class="param-type">String</span>
3997
+ <span class="param-type">
3998
+
3999
+ String
4000
+
4001
+ </span>
3662
4002
 
3663
4003
 
3664
4004
 
@@ -3734,7 +4074,11 @@
3734
4074
  <span class="method-parameter is-pulled-right">
3735
4075
  <label>类型:</label>
3736
4076
 
3737
- <span class="param-type">String</span>
4077
+ <span class="param-type">
4078
+
4079
+ String
4080
+
4081
+ </span>
3738
4082
 
3739
4083
 
3740
4084
 
@@ -3815,7 +4159,11 @@
3815
4159
  <span class="method-parameter is-pulled-right">
3816
4160
  <label>类型:</label>
3817
4161
 
3818
- <span class="param-type">String</span>
4162
+ <span class="param-type">
4163
+
4164
+ String
4165
+
4166
+ </span>
3819
4167
 
3820
4168
 
3821
4169
 
@@ -3891,7 +4239,11 @@
3891
4239
  <span class="method-parameter is-pulled-right">
3892
4240
  <label>类型:</label>
3893
4241
 
3894
- <span class="param-type">String</span>
4242
+ <span class="param-type">
4243
+
4244
+ String
4245
+
4246
+ </span>
3895
4247
 
3896
4248
 
3897
4249
 
@@ -3971,7 +4323,11 @@
3971
4323
  <span class="method-parameter is-pulled-right">
3972
4324
  <label>类型:</label>
3973
4325
 
3974
- <span class="param-type">String</span>
4326
+ <span class="param-type">
4327
+
4328
+ String
4329
+
4330
+ </span>
3975
4331
 
3976
4332
 
3977
4333
 
@@ -4046,7 +4402,11 @@
4046
4402
  <span class="method-parameter is-pulled-right">
4047
4403
  <label>类型:</label>
4048
4404
 
4049
- <span class="param-type">String</span>
4405
+ <span class="param-type">
4406
+
4407
+ String
4408
+
4409
+ </span>
4050
4410
 
4051
4411
 
4052
4412
 
@@ -4121,7 +4481,11 @@
4121
4481
  <span class="method-parameter is-pulled-right">
4122
4482
  <label>类型:</label>
4123
4483
 
4124
- <span class="param-type">Number</span>
4484
+ <span class="param-type">
4485
+
4486
+ Number
4487
+
4488
+ </span>
4125
4489
 
4126
4490
 
4127
4491
 
@@ -4218,7 +4582,11 @@
4218
4582
  <code>
4219
4583
 
4220
4584
 
4221
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4585
+ <span class="param-type">
4586
+
4587
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
4588
+
4589
+ </span>
4222
4590
 
4223
4591
 
4224
4592
 
@@ -4234,7 +4602,11 @@
4234
4602
  <code>
4235
4603
 
4236
4604
 
4237
- <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4605
+ <span class="param-type">
4606
+
4607
+ <a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a>
4608
+
4609
+ </span>
4238
4610
 
4239
4611
 
4240
4612
 
@@ -4250,7 +4622,11 @@
4250
4622
  <code>
4251
4623
 
4252
4624
 
4253
- <span class="param-type">*</span>
4625
+ <span class="param-type">
4626
+
4627
+ *
4628
+
4629
+ </span>
4254
4630
 
4255
4631
 
4256
4632
 
@@ -4266,7 +4642,11 @@
4266
4642
  <code>
4267
4643
 
4268
4644
 
4269
- <span class="param-type">Boolean</span>
4645
+ <span class="param-type">
4646
+
4647
+ Boolean
4648
+
4649
+ </span>
4270
4650
 
4271
4651
 
4272
4652
 
@@ -4282,7 +4662,11 @@
4282
4662
  <code>
4283
4663
 
4284
4664
 
4285
- <span class="param-type">Object</span>
4665
+ <span class="param-type">
4666
+
4667
+ Object
4668
+
4669
+ </span>
4286
4670
 
4287
4671
 
4288
4672
 
@@ -4291,12 +4675,7 @@
4291
4675
  </td>
4292
4676
  <td class="name"><code><p>移除事件<br/>
4293
4677
  示例如下:<br/>
4294
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
4295
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
4296
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
4297
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
4298
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
4299
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
4678
+ </code></td>
4300
4679
  </tr>
4301
4680
 
4302
4681
  <tr class="deep-level-0">
@@ -4305,7 +4684,11 @@
4305
4684
  <code>
4306
4685
 
4307
4686
 
4308
- <span class="param-type">Object</span>
4687
+ <span class="param-type">
4688
+
4689
+ Object
4690
+
4691
+ </span>
4309
4692
 
4310
4693
 
4311
4694
 
@@ -4314,11 +4697,7 @@
4314
4697
  </td>
4315
4698
  <td class="name"><code><p>注册一个新的监听事件;<br/>
4316
4699
  示例如下:<br/>
4317
- <a href='#event1'>[1、注册一个事件]</a><br/>
4318
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
4319
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
4320
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
4321
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
4700
+ </code></td>
4322
4701
  </tr>
4323
4702
 
4324
4703
  <tr class="deep-level-0">
@@ -4337,7 +4716,11 @@
4337
4716
  <code>
4338
4717
 
4339
4718
 
4340
- <span class="param-type">Object</span>
4719
+ <span class="param-type">
4720
+
4721
+ Object
4722
+
4723
+ </span>
4341
4724
 
4342
4725
 
4343
4726
 
@@ -4353,7 +4736,11 @@
4353
4736
  <code>
4354
4737
 
4355
4738
 
4356
- <span class="param-type">Object</span>
4739
+ <span class="param-type">
4740
+
4741
+ Object
4742
+
4743
+ </span>
4357
4744
 
4358
4745
 
4359
4746
 
@@ -4471,7 +4858,11 @@
4471
4858
  <div class='column is-5 has-text-left'>
4472
4859
  <label>类型: </label>
4473
4860
 
4474
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
4861
+ <span class="param-type">
4862
+
4863
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
4864
+
4865
+ </span>
4475
4866
 
4476
4867
 
4477
4868
 
@@ -4593,7 +4984,11 @@
4593
4984
  <div class='column is-5 has-text-left'>
4594
4985
  <label>类型: </label>
4595
4986
 
4596
- <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
4987
+ <span class="param-type">
4988
+
4989
+ <a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a>
4990
+
4991
+ </span>
4597
4992
 
4598
4993
 
4599
4994
 
@@ -4709,7 +5104,11 @@
4709
5104
  <div class='column is-5 has-text-left'>
4710
5105
  <label>类型: </label>
4711
5106
 
4712
- <span class="param-type">*</span>
5107
+ <span class="param-type">
5108
+
5109
+ *
5110
+
5111
+ </span>
4713
5112
 
4714
5113
 
4715
5114
 
@@ -4831,7 +5230,11 @@
4831
5230
  <div class='column is-5 has-text-left'>
4832
5231
  <label>类型: </label>
4833
5232
 
4834
- <span class="param-type">Boolean</span>
5233
+ <span class="param-type">
5234
+
5235
+ Boolean
5236
+
5237
+ </span>
4835
5238
 
4836
5239
 
4837
5240
 
@@ -4910,13 +5313,17 @@
4910
5313
 
4911
5314
  <tr class="deep-level-0">
4912
5315
 
4913
- <td class="name" id="types"><code>types</code></td>
5316
+ <td class="name"><code>types</code></td>
4914
5317
 
4915
5318
 
4916
5319
  <td class="type">
4917
5320
 
4918
5321
 
4919
- <span class="param-type">string</span>
5322
+ <span class="param-type">
5323
+
5324
+ string
5325
+
5326
+ </span>
4920
5327
 
4921
5328
 
4922
5329
 
@@ -4937,13 +5344,17 @@
4937
5344
 
4938
5345
  <tr class="deep-level-0">
4939
5346
 
4940
- <td class="name" id="fn"><code>fn</code></td>
5347
+ <td class="name"><code>fn</code></td>
4941
5348
 
4942
5349
 
4943
5350
  <td class="type">
4944
5351
 
4945
5352
 
4946
- <span class="param-type">function</span>
5353
+ <span class="param-type">
5354
+
5355
+ function
5356
+
5357
+ </span>
4947
5358
 
4948
5359
 
4949
5360
 
@@ -4962,13 +5373,17 @@
4962
5373
 
4963
5374
  <tr class="deep-level-0">
4964
5375
 
4965
- <td class="name" id="context"><code>context</code></td>
5376
+ <td class="name"><code>context</code></td>
4966
5377
 
4967
5378
 
4968
5379
  <td class="type">
4969
5380
 
4970
5381
 
4971
- <span class="param-type">Object</span>
5382
+ <span class="param-type">
5383
+
5384
+ Object
5385
+
5386
+ </span>
4972
5387
 
4973
5388
 
4974
5389
 
@@ -5062,7 +5477,11 @@
5062
5477
  <div class='column is-5 has-text-left'>
5063
5478
  <label>类型: </label>
5064
5479
 
5065
- <span class="param-type">Object</span>
5480
+ <span class="param-type">
5481
+
5482
+ Object
5483
+
5484
+ </span>
5066
5485
 
5067
5486
 
5068
5487
 
@@ -5230,16 +5649,24 @@ view.off({
5230
5649
 
5231
5650
  <tr class="deep-level-0">
5232
5651
 
5233
- <td class="name" id="types"><code>types</code></td>
5652
+ <td class="name"><code>types</code></td>
5234
5653
 
5235
5654
 
5236
5655
  <td class="type">
5237
5656
 
5238
5657
 
5239
- <span class="param-type">String</span>
5658
+ <span class="param-type">
5659
+
5660
+ String
5661
+
5662
+ </span>
5240
5663
  |
5241
5664
 
5242
- <span class="param-type">Object</span>
5665
+ <span class="param-type">
5666
+
5667
+ Object
5668
+
5669
+ </span>
5243
5670
 
5244
5671
 
5245
5672
 
@@ -5266,13 +5693,17 @@ view.off({
5266
5693
 
5267
5694
  <tr class="deep-level-0">
5268
5695
 
5269
- <td class="name" id="fn"><code>fn</code></td>
5696
+ <td class="name"><code>fn</code></td>
5270
5697
 
5271
5698
 
5272
5699
  <td class="type">
5273
5700
 
5274
5701
 
5275
- <span class="param-type">function</span>
5702
+ <span class="param-type">
5703
+
5704
+ function
5705
+
5706
+ </span>
5276
5707
 
5277
5708
 
5278
5709
 
@@ -5297,13 +5728,17 @@ view.off({
5297
5728
 
5298
5729
  <tr class="deep-level-0">
5299
5730
 
5300
- <td class="name" id="context"><code>context</code></td>
5731
+ <td class="name"><code>context</code></td>
5301
5732
 
5302
5733
 
5303
5734
  <td class="type">
5304
5735
 
5305
5736
 
5306
- <span class="param-type">Object</span>
5737
+ <span class="param-type">
5738
+
5739
+ Object
5740
+
5741
+ </span>
5307
5742
 
5308
5743
 
5309
5744
 
@@ -5403,7 +5838,11 @@ view.off({
5403
5838
  <div class='column is-5 has-text-left'>
5404
5839
  <label>类型: </label>
5405
5840
 
5406
- <span class="param-type">Object</span>
5841
+ <span class="param-type">
5842
+
5843
+ Object
5844
+
5845
+ </span>
5407
5846
 
5408
5847
 
5409
5848
 
@@ -5699,7 +6138,11 @@ view.on({
5699
6138
  <div class='column is-5 has-text-left'>
5700
6139
  <label>类型: </label>
5701
6140
 
5702
- <span class="param-type">Object</span>
6141
+ <span class="param-type">
6142
+
6143
+ Object
6144
+
6145
+ </span>
5703
6146
 
5704
6147
 
5705
6148
 
@@ -5821,7 +6264,11 @@ view.on({
5821
6264
  <div class='column is-5 has-text-left'>
5822
6265
  <label>类型: </label>
5823
6266
 
5824
- <span class="param-type">Object</span>
6267
+ <span class="param-type">
6268
+
6269
+ Object
6270
+
6271
+ </span>
5825
6272
 
5826
6273
 
5827
6274
 
@@ -5861,37 +6308,37 @@ view.on({
5861
6308
  <tbody>
5862
6309
 
5863
6310
  <tr class="deep-level-0">
5864
- <td class="name"><code><a href="MapImageLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
6311
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
5865
6312
  <td class="name"><code>图层刷新完毕事件</code></td>
5866
6313
  </tr>
5867
6314
 
5868
6315
  <tr class="deep-level-0">
5869
- <td class="name"><code><a href="MapImageLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
6316
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
5870
6317
  <td class="name"><code>图层加载完毕事件</code></td>
5871
6318
  </tr>
5872
6319
 
5873
6320
  <tr class="deep-level-0">
5874
- <td class="name"><code><a href="MapImageLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
6321
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
5875
6322
  <td class="name"><code>图层显隐更新完毕事件</code></td>
5876
6323
  </tr>
5877
6324
 
5878
6325
  <tr class="deep-level-0">
5879
- <td class="name"><code><a href="MapImageLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
6326
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
5880
6327
  <td class="name"><code>图层更新完毕事件</code></td>
5881
6328
  </tr>
5882
6329
 
5883
6330
  <tr class="deep-level-0">
5884
- <td class="name"><code><a href="MapImageLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
6331
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
5885
6332
  <td class="name"><code>图层透明度更新完毕事件</code></td>
5886
6333
  </tr>
5887
6334
 
5888
6335
  <tr class="deep-level-0">
5889
- <td class="name"><code><a href="MapImageLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
6336
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
5890
6337
  <td class="name"><code>图层销毁完毕事件</code></td>
5891
6338
  </tr>
5892
6339
 
5893
6340
  <tr class="deep-level-0">
5894
- <td class="name"><code><a href="MapImageLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
6341
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
5895
6342
  <td class="name"><code>图层顺序更新完毕事件</code></td>
5896
6343
  </tr>
5897
6344
 
@@ -5971,7 +6418,11 @@ view.on({
5971
6418
  <td class="type">
5972
6419
 
5973
6420
 
5974
- <span class="param-type">Object</span>
6421
+ <span class="param-type">
6422
+
6423
+ Object
6424
+
6425
+ </span>
5975
6426
 
5976
6427
 
5977
6428
 
@@ -6005,7 +6456,11 @@ view.on({
6005
6456
  <td class="type">
6006
6457
 
6007
6458
 
6008
- <span class="param-type">String</span>
6459
+ <span class="param-type">
6460
+
6461
+ String
6462
+
6463
+ </span>
6009
6464
 
6010
6465
 
6011
6466
 
@@ -6043,7 +6498,11 @@ view.on({
6043
6498
  <td class="type">
6044
6499
 
6045
6500
 
6046
- <span class="param-type">String</span>
6501
+ <span class="param-type">
6502
+
6503
+ String
6504
+
6505
+ </span>
6047
6506
 
6048
6507
 
6049
6508
 
@@ -6081,7 +6540,11 @@ view.on({
6081
6540
  <td class="type">
6082
6541
 
6083
6542
 
6084
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6543
+ <span class="param-type">
6544
+
6545
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6546
+
6547
+ </span>
6085
6548
 
6086
6549
 
6087
6550
 
@@ -6119,7 +6582,11 @@ view.on({
6119
6582
  <td class="type">
6120
6583
 
6121
6584
 
6122
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6585
+ <span class="param-type">
6586
+
6587
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6588
+
6589
+ </span>
6123
6590
 
6124
6591
 
6125
6592
 
@@ -6157,7 +6624,11 @@ view.on({
6157
6624
  <td class="type">
6158
6625
 
6159
6626
 
6160
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6627
+ <span class="param-type">
6628
+
6629
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6630
+
6631
+ </span>
6161
6632
 
6162
6633
 
6163
6634
 
@@ -6195,7 +6666,11 @@ view.on({
6195
6666
  <td class="type">
6196
6667
 
6197
6668
 
6198
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6669
+ <span class="param-type">
6670
+
6671
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6672
+
6673
+ </span>
6199
6674
 
6200
6675
 
6201
6676
 
@@ -6233,7 +6708,11 @@ view.on({
6233
6708
  <td class="type">
6234
6709
 
6235
6710
 
6236
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6711
+ <span class="param-type">
6712
+
6713
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6714
+
6715
+ </span>
6237
6716
 
6238
6717
 
6239
6718
 
@@ -6425,7 +6904,11 @@ view.on({
6425
6904
  <td class="type">
6426
6905
 
6427
6906
 
6428
- <span class="param-type">Object</span>
6907
+ <span class="param-type">
6908
+
6909
+ Object
6910
+
6911
+ </span>
6429
6912
 
6430
6913
 
6431
6914
 
@@ -6459,7 +6942,11 @@ view.on({
6459
6942
  <td class="type">
6460
6943
 
6461
6944
 
6462
- <span class="param-type">String</span>
6945
+ <span class="param-type">
6946
+
6947
+ String
6948
+
6949
+ </span>
6463
6950
 
6464
6951
 
6465
6952
 
@@ -6497,7 +6984,11 @@ view.on({
6497
6984
  <td class="type">
6498
6985
 
6499
6986
 
6500
- <span class="param-type">String</span>
6987
+ <span class="param-type">
6988
+
6989
+ String
6990
+
6991
+ </span>
6501
6992
 
6502
6993
 
6503
6994
 
@@ -6535,7 +7026,11 @@ view.on({
6535
7026
  <td class="type">
6536
7027
 
6537
7028
 
6538
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7029
+ <span class="param-type">
7030
+
7031
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7032
+
7033
+ </span>
6539
7034
 
6540
7035
 
6541
7036
 
@@ -6573,7 +7068,11 @@ view.on({
6573
7068
  <td class="type">
6574
7069
 
6575
7070
 
6576
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7071
+ <span class="param-type">
7072
+
7073
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7074
+
7075
+ </span>
6577
7076
 
6578
7077
 
6579
7078
 
@@ -6611,7 +7110,11 @@ view.on({
6611
7110
  <td class="type">
6612
7111
 
6613
7112
 
6614
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7113
+ <span class="param-type">
7114
+
7115
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7116
+
7117
+ </span>
6615
7118
 
6616
7119
 
6617
7120
 
@@ -6649,7 +7152,11 @@ view.on({
6649
7152
  <td class="type">
6650
7153
 
6651
7154
 
6652
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7155
+ <span class="param-type">
7156
+
7157
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7158
+
7159
+ </span>
6653
7160
 
6654
7161
 
6655
7162
 
@@ -6687,7 +7194,11 @@ view.on({
6687
7194
  <td class="type">
6688
7195
 
6689
7196
 
6690
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7197
+ <span class="param-type">
7198
+
7199
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7200
+
7201
+ </span>
6691
7202
 
6692
7203
 
6693
7204
 
@@ -6869,7 +7380,11 @@ view.on({
6869
7380
  <td class="type">
6870
7381
 
6871
7382
 
6872
- <span class="param-type">Object</span>
7383
+ <span class="param-type">
7384
+
7385
+ Object
7386
+
7387
+ </span>
6873
7388
 
6874
7389
 
6875
7390
 
@@ -6903,7 +7418,11 @@ view.on({
6903
7418
  <td class="type">
6904
7419
 
6905
7420
 
6906
- <span class="param-type">String</span>
7421
+ <span class="param-type">
7422
+
7423
+ String
7424
+
7425
+ </span>
6907
7426
 
6908
7427
 
6909
7428
 
@@ -6941,7 +7460,11 @@ view.on({
6941
7460
  <td class="type">
6942
7461
 
6943
7462
 
6944
- <span class="param-type">String</span>
7463
+ <span class="param-type">
7464
+
7465
+ String
7466
+
7467
+ </span>
6945
7468
 
6946
7469
 
6947
7470
 
@@ -6979,7 +7502,11 @@ view.on({
6979
7502
  <td class="type">
6980
7503
 
6981
7504
 
6982
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7505
+ <span class="param-type">
7506
+
7507
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7508
+
7509
+ </span>
6983
7510
 
6984
7511
 
6985
7512
 
@@ -7017,7 +7544,11 @@ view.on({
7017
7544
  <td class="type">
7018
7545
 
7019
7546
 
7020
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7547
+ <span class="param-type">
7548
+
7549
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7550
+
7551
+ </span>
7021
7552
 
7022
7553
 
7023
7554
 
@@ -7055,7 +7586,11 @@ view.on({
7055
7586
  <td class="type">
7056
7587
 
7057
7588
 
7058
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7589
+ <span class="param-type">
7590
+
7591
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7592
+
7593
+ </span>
7059
7594
 
7060
7595
 
7061
7596
 
@@ -7093,7 +7628,11 @@ view.on({
7093
7628
  <td class="type">
7094
7629
 
7095
7630
 
7096
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7631
+ <span class="param-type">
7632
+
7633
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7634
+
7635
+ </span>
7097
7636
 
7098
7637
 
7099
7638
 
@@ -7131,7 +7670,11 @@ view.on({
7131
7670
  <td class="type">
7132
7671
 
7133
7672
 
7134
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7673
+ <span class="param-type">
7674
+
7675
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7676
+
7677
+ </span>
7135
7678
 
7136
7679
 
7137
7680
 
@@ -7323,7 +7866,11 @@ view.on({
7323
7866
  <td class="type">
7324
7867
 
7325
7868
 
7326
- <span class="param-type">Object</span>
7869
+ <span class="param-type">
7870
+
7871
+ Object
7872
+
7873
+ </span>
7327
7874
 
7328
7875
 
7329
7876
 
@@ -7357,7 +7904,11 @@ view.on({
7357
7904
  <td class="type">
7358
7905
 
7359
7906
 
7360
- <span class="param-type">String</span>
7907
+ <span class="param-type">
7908
+
7909
+ String
7910
+
7911
+ </span>
7361
7912
 
7362
7913
 
7363
7914
 
@@ -7395,7 +7946,11 @@ view.on({
7395
7946
  <td class="type">
7396
7947
 
7397
7948
 
7398
- <span class="param-type">String</span>
7949
+ <span class="param-type">
7950
+
7951
+ String
7952
+
7953
+ </span>
7399
7954
 
7400
7955
 
7401
7956
 
@@ -7433,7 +7988,11 @@ view.on({
7433
7988
  <td class="type">
7434
7989
 
7435
7990
 
7436
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7991
+ <span class="param-type">
7992
+
7993
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7994
+
7995
+ </span>
7437
7996
 
7438
7997
 
7439
7998
 
@@ -7471,7 +8030,11 @@ view.on({
7471
8030
  <td class="type">
7472
8031
 
7473
8032
 
7474
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8033
+ <span class="param-type">
8034
+
8035
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8036
+
8037
+ </span>
7475
8038
 
7476
8039
 
7477
8040
 
@@ -7509,7 +8072,11 @@ view.on({
7509
8072
  <td class="type">
7510
8073
 
7511
8074
 
7512
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8075
+ <span class="param-type">
8076
+
8077
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8078
+
8079
+ </span>
7513
8080
 
7514
8081
 
7515
8082
 
@@ -7547,7 +8114,11 @@ view.on({
7547
8114
  <td class="type">
7548
8115
 
7549
8116
 
7550
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8117
+ <span class="param-type">
8118
+
8119
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8120
+
8121
+ </span>
7551
8122
 
7552
8123
 
7553
8124
 
@@ -7585,7 +8156,11 @@ view.on({
7585
8156
  <td class="type">
7586
8157
 
7587
8158
 
7588
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8159
+ <span class="param-type">
8160
+
8161
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8162
+
8163
+ </span>
7589
8164
 
7590
8165
 
7591
8166
 
@@ -7767,7 +8342,11 @@ view.on({
7767
8342
  <td class="type">
7768
8343
 
7769
8344
 
7770
- <span class="param-type">Object</span>
8345
+ <span class="param-type">
8346
+
8347
+ Object
8348
+
8349
+ </span>
7771
8350
 
7772
8351
 
7773
8352
 
@@ -7801,7 +8380,11 @@ view.on({
7801
8380
  <td class="type">
7802
8381
 
7803
8382
 
7804
- <span class="param-type">String</span>
8383
+ <span class="param-type">
8384
+
8385
+ String
8386
+
8387
+ </span>
7805
8388
 
7806
8389
 
7807
8390
 
@@ -7839,7 +8422,11 @@ view.on({
7839
8422
  <td class="type">
7840
8423
 
7841
8424
 
7842
- <span class="param-type">String</span>
8425
+ <span class="param-type">
8426
+
8427
+ String
8428
+
8429
+ </span>
7843
8430
 
7844
8431
 
7845
8432
 
@@ -7877,7 +8464,11 @@ view.on({
7877
8464
  <td class="type">
7878
8465
 
7879
8466
 
7880
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8467
+ <span class="param-type">
8468
+
8469
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8470
+
8471
+ </span>
7881
8472
 
7882
8473
 
7883
8474
 
@@ -7915,7 +8506,11 @@ view.on({
7915
8506
  <td class="type">
7916
8507
 
7917
8508
 
7918
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8509
+ <span class="param-type">
8510
+
8511
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8512
+
8513
+ </span>
7919
8514
 
7920
8515
 
7921
8516
 
@@ -7953,7 +8548,11 @@ view.on({
7953
8548
  <td class="type">
7954
8549
 
7955
8550
 
7956
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8551
+ <span class="param-type">
8552
+
8553
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8554
+
8555
+ </span>
7957
8556
 
7958
8557
 
7959
8558
 
@@ -7991,7 +8590,11 @@ view.on({
7991
8590
  <td class="type">
7992
8591
 
7993
8592
 
7994
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8593
+ <span class="param-type">
8594
+
8595
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8596
+
8597
+ </span>
7995
8598
 
7996
8599
 
7997
8600
 
@@ -8029,7 +8632,11 @@ view.on({
8029
8632
  <td class="type">
8030
8633
 
8031
8634
 
8032
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8635
+ <span class="param-type">
8636
+
8637
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8638
+
8639
+ </span>
8033
8640
 
8034
8641
 
8035
8642
 
@@ -8221,7 +8828,11 @@ view.on({
8221
8828
  <td class="type">
8222
8829
 
8223
8830
 
8224
- <span class="param-type">Object</span>
8831
+ <span class="param-type">
8832
+
8833
+ Object
8834
+
8835
+ </span>
8225
8836
 
8226
8837
 
8227
8838
 
@@ -8255,7 +8866,11 @@ view.on({
8255
8866
  <td class="type">
8256
8867
 
8257
8868
 
8258
- <span class="param-type">String</span>
8869
+ <span class="param-type">
8870
+
8871
+ String
8872
+
8873
+ </span>
8259
8874
 
8260
8875
 
8261
8876
 
@@ -8293,7 +8908,11 @@ view.on({
8293
8908
  <td class="type">
8294
8909
 
8295
8910
 
8296
- <span class="param-type">String</span>
8911
+ <span class="param-type">
8912
+
8913
+ String
8914
+
8915
+ </span>
8297
8916
 
8298
8917
 
8299
8918
 
@@ -8331,7 +8950,11 @@ view.on({
8331
8950
  <td class="type">
8332
8951
 
8333
8952
 
8334
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8953
+ <span class="param-type">
8954
+
8955
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8956
+
8957
+ </span>
8335
8958
 
8336
8959
 
8337
8960
 
@@ -8369,7 +8992,11 @@ view.on({
8369
8992
  <td class="type">
8370
8993
 
8371
8994
 
8372
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8995
+ <span class="param-type">
8996
+
8997
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8998
+
8999
+ </span>
8373
9000
 
8374
9001
 
8375
9002
 
@@ -8407,7 +9034,11 @@ view.on({
8407
9034
  <td class="type">
8408
9035
 
8409
9036
 
8410
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9037
+ <span class="param-type">
9038
+
9039
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9040
+
9041
+ </span>
8411
9042
 
8412
9043
 
8413
9044
 
@@ -8445,7 +9076,11 @@ view.on({
8445
9076
  <td class="type">
8446
9077
 
8447
9078
 
8448
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9079
+ <span class="param-type">
9080
+
9081
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9082
+
9083
+ </span>
8449
9084
 
8450
9085
 
8451
9086
 
@@ -8483,7 +9118,11 @@ view.on({
8483
9118
  <td class="type">
8484
9119
 
8485
9120
 
8486
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9121
+ <span class="param-type">
9122
+
9123
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9124
+
9125
+ </span>
8487
9126
 
8488
9127
 
8489
9128
 
@@ -8665,7 +9304,11 @@ view.on({
8665
9304
  <td class="type">
8666
9305
 
8667
9306
 
8668
- <span class="param-type">Object</span>
9307
+ <span class="param-type">
9308
+
9309
+ Object
9310
+
9311
+ </span>
8669
9312
 
8670
9313
 
8671
9314
 
@@ -8699,7 +9342,11 @@ view.on({
8699
9342
  <td class="type">
8700
9343
 
8701
9344
 
8702
- <span class="param-type">String</span>
9345
+ <span class="param-type">
9346
+
9347
+ String
9348
+
9349
+ </span>
8703
9350
 
8704
9351
 
8705
9352
 
@@ -8737,7 +9384,11 @@ view.on({
8737
9384
  <td class="type">
8738
9385
 
8739
9386
 
8740
- <span class="param-type">String</span>
9387
+ <span class="param-type">
9388
+
9389
+ String
9390
+
9391
+ </span>
8741
9392
 
8742
9393
 
8743
9394
 
@@ -8775,7 +9426,11 @@ view.on({
8775
9426
  <td class="type">
8776
9427
 
8777
9428
 
8778
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
9429
+ <span class="param-type">
9430
+
9431
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
9432
+
9433
+ </span>
8779
9434
 
8780
9435
 
8781
9436
 
@@ -8813,7 +9468,11 @@ view.on({
8813
9468
  <td class="type">
8814
9469
 
8815
9470
 
8816
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9471
+ <span class="param-type">
9472
+
9473
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9474
+
9475
+ </span>
8817
9476
 
8818
9477
 
8819
9478
 
@@ -8851,7 +9510,11 @@ view.on({
8851
9510
  <td class="type">
8852
9511
 
8853
9512
 
8854
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
9513
+ <span class="param-type">
9514
+
9515
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
9516
+
9517
+ </span>
8855
9518
 
8856
9519
 
8857
9520
 
@@ -8889,7 +9552,11 @@ view.on({
8889
9552
  <td class="type">
8890
9553
 
8891
9554
 
8892
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
9555
+ <span class="param-type">
9556
+
9557
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
9558
+
9559
+ </span>
8893
9560
 
8894
9561
 
8895
9562
 
@@ -8927,7 +9594,11 @@ view.on({
8927
9594
  <td class="type">
8928
9595
 
8929
9596
 
8930
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
9597
+ <span class="param-type">
9598
+
9599
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
9600
+
9601
+ </span>
8931
9602
 
8932
9603
 
8933
9604
 
@@ -9126,13 +9797,17 @@ view.on({
9126
9797
 
9127
9798
  <tr class="deep-level-0">
9128
9799
 
9129
- <td class="name" id="options"><code>options</code></td>
9800
+ <td class="name"><code>options</code></td>
9130
9801
 
9131
9802
 
9132
9803
  <td class="type">
9133
9804
 
9134
9805
 
9135
- <span class="param-type">Object</span>
9806
+ <span class="param-type">
9807
+
9808
+ Object
9809
+
9810
+ </span>
9136
9811
 
9137
9812
 
9138
9813
 
@@ -9153,13 +9828,17 @@ view.on({
9153
9828
 
9154
9829
  <tr class="deep-level-1">
9155
9830
 
9156
- <td class="name" id="minScale"><code>minScale</code></td>
9831
+ <td class="name"><code>minScale</code></td>
9157
9832
 
9158
9833
 
9159
9834
  <td class="type">
9160
9835
 
9161
9836
 
9162
- <span class="param-type">Number</span>
9837
+ <span class="param-type">
9838
+
9839
+ Number
9840
+
9841
+ </span>
9163
9842
 
9164
9843
 
9165
9844
 
@@ -9182,13 +9861,17 @@ view.on({
9182
9861
 
9183
9862
  <tr class="deep-level-1">
9184
9863
 
9185
- <td class="name" id="maxScale"><code>maxScale</code></td>
9864
+ <td class="name"><code>maxScale</code></td>
9186
9865
 
9187
9866
 
9188
9867
  <td class="type">
9189
9868
 
9190
9869
 
9191
- <span class="param-type">Number</span>
9870
+ <span class="param-type">
9871
+
9872
+ Number
9873
+
9874
+ </span>
9192
9875
 
9193
9876
 
9194
9877
 
@@ -9211,13 +9894,17 @@ view.on({
9211
9894
 
9212
9895
  <tr class="deep-level-1">
9213
9896
 
9214
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
9897
+ <td class="name"><code>tokenKey</code></td>
9215
9898
 
9216
9899
 
9217
9900
  <td class="type">
9218
9901
 
9219
9902
 
9220
- <span class="param-type">String</span>
9903
+ <span class="param-type">
9904
+
9905
+ String
9906
+
9907
+ </span>
9221
9908
 
9222
9909
 
9223
9910
 
@@ -9238,13 +9925,17 @@ view.on({
9238
9925
 
9239
9926
  <tr class="deep-level-1">
9240
9927
 
9241
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
9928
+ <td class="name"><code>tokenValue</code></td>
9242
9929
 
9243
9930
 
9244
9931
  <td class="type">
9245
9932
 
9246
9933
 
9247
- <span class="param-type">String</span>
9934
+ <span class="param-type">
9935
+
9936
+ String
9937
+
9938
+ </span>
9248
9939
 
9249
9940
 
9250
9941
 
@@ -9382,7 +10073,11 @@ view.on({
9382
10073
  <td class="name">
9383
10074
  <code>
9384
10075
 
9385
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10076
+ <span class="param-type">
10077
+
10078
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10079
+
10080
+ </span>
9386
10081
 
9387
10082
 
9388
10083
 
@@ -9396,7 +10091,11 @@ view.on({
9396
10091
  <td class="name">
9397
10092
  <code>
9398
10093
 
9399
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10094
+ <span class="param-type">
10095
+
10096
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10097
+
10098
+ </span>
9400
10099
 
9401
10100
 
9402
10101
 
@@ -9410,7 +10109,11 @@ view.on({
9410
10109
  <td class="name">
9411
10110
  <code>
9412
10111
 
9413
- <span class="param-type">String</span>
10112
+ <span class="param-type">
10113
+
10114
+ String
10115
+
10116
+ </span>
9414
10117
 
9415
10118
 
9416
10119
 
@@ -9424,7 +10127,11 @@ view.on({
9424
10127
  <td class="name">
9425
10128
  <code>
9426
10129
 
9427
- <span class="param-type">Array</span>
10130
+ <span class="param-type">
10131
+
10132
+ Array
10133
+
10134
+ </span>
9428
10135
 
9429
10136
 
9430
10137
 
@@ -9438,7 +10145,11 @@ view.on({
9438
10145
  <td class="name">
9439
10146
  <code>
9440
10147
 
9441
- <span class="param-type">String</span>
10148
+ <span class="param-type">
10149
+
10150
+ String
10151
+
10152
+ </span>
9442
10153
 
9443
10154
 
9444
10155
 
@@ -9452,7 +10163,11 @@ view.on({
9452
10163
  <td class="name">
9453
10164
  <code>
9454
10165
 
9455
- <span class="param-type">String</span>
10166
+ <span class="param-type">
10167
+
10168
+ String
10169
+
10170
+ </span>
9456
10171
 
9457
10172
 
9458
10173
 
@@ -9466,7 +10181,11 @@ view.on({
9466
10181
  <td class="name">
9467
10182
  <code>
9468
10183
 
9469
- <span class="param-type">String</span>
10184
+ <span class="param-type">
10185
+
10186
+ String
10187
+
10188
+ </span>
9470
10189
 
9471
10190
 
9472
10191
 
@@ -9480,7 +10199,11 @@ view.on({
9480
10199
  <td class="name">
9481
10200
  <code>
9482
10201
 
9483
- <span class="param-type">String</span>
10202
+ <span class="param-type">
10203
+
10204
+ String
10205
+
10206
+ </span>
9484
10207
 
9485
10208
 
9486
10209
 
@@ -9494,7 +10217,11 @@ view.on({
9494
10217
  <td class="name">
9495
10218
  <code>
9496
10219
 
9497
- <span class="param-type">Object</span>
10220
+ <span class="param-type">
10221
+
10222
+ Object
10223
+
10224
+ </span>
9498
10225
 
9499
10226
 
9500
10227
 
@@ -9508,7 +10235,11 @@ view.on({
9508
10235
  <td class="name">
9509
10236
  <code>
9510
10237
 
9511
- <span class="param-type">Object</span>
10238
+ <span class="param-type">
10239
+
10240
+ Object
10241
+
10242
+ </span>
9512
10243
 
9513
10244
 
9514
10245
 
@@ -9522,7 +10253,11 @@ view.on({
9522
10253
  <td class="name">
9523
10254
  <code>
9524
10255
 
9525
- <span class="param-type">String</span>
10256
+ <span class="param-type">
10257
+
10258
+ String
10259
+
10260
+ </span>
9526
10261
 
9527
10262
 
9528
10263
 
@@ -9536,7 +10271,11 @@ view.on({
9536
10271
  <td class="name">
9537
10272
  <code>
9538
10273
 
9539
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
10274
+ <span class="param-type">
10275
+
10276
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
10277
+
10278
+ </span>
9540
10279
 
9541
10280
 
9542
10281
 
@@ -9550,7 +10289,11 @@ view.on({
9550
10289
  <td class="name">
9551
10290
  <code>
9552
10291
 
9553
- <span class="param-type">String</span>
10292
+ <span class="param-type">
10293
+
10294
+ String
10295
+
10296
+ </span>
9554
10297
 
9555
10298
 
9556
10299
 
@@ -9564,7 +10307,11 @@ view.on({
9564
10307
  <td class="name">
9565
10308
  <code>
9566
10309
 
9567
- <span class="param-type">String</span>
10310
+ <span class="param-type">
10311
+
10312
+ String
10313
+
10314
+ </span>
9568
10315
 
9569
10316
 
9570
10317
 
@@ -9578,7 +10325,11 @@ view.on({
9578
10325
  <td class="name">
9579
10326
  <code>
9580
10327
 
9581
- <span class="param-type">String</span>
10328
+ <span class="param-type">
10329
+
10330
+ String
10331
+
10332
+ </span>
9582
10333
 
9583
10334
 
9584
10335
 
@@ -9592,7 +10343,11 @@ view.on({
9592
10343
  <td class="name">
9593
10344
  <code>
9594
10345
 
9595
- <span class="param-type">String</span>
10346
+ <span class="param-type">
10347
+
10348
+ String
10349
+
10350
+ </span>
9596
10351
 
9597
10352
 
9598
10353
 
@@ -9606,7 +10361,11 @@ view.on({
9606
10361
  <td class="name">
9607
10362
  <code>
9608
10363
 
9609
- <span class="param-type">String</span>
10364
+ <span class="param-type">
10365
+
10366
+ String
10367
+
10368
+ </span>
9610
10369
 
9611
10370
 
9612
10371
 
@@ -9620,7 +10379,11 @@ view.on({
9620
10379
  <td class="name">
9621
10380
  <code>
9622
10381
 
9623
- <span class="param-type">String</span>
10382
+ <span class="param-type">
10383
+
10384
+ String
10385
+
10386
+ </span>
9624
10387
 
9625
10388
 
9626
10389
 
@@ -9634,7 +10397,11 @@ view.on({
9634
10397
  <td class="name">
9635
10398
  <code>
9636
10399
 
9637
- <span class="param-type">Number</span>
10400
+ <span class="param-type">
10401
+
10402
+ Number
10403
+
10404
+ </span>
9638
10405
 
9639
10406
 
9640
10407
 
@@ -9648,7 +10415,11 @@ view.on({
9648
10415
  <td class="name">
9649
10416
  <code>
9650
10417
 
9651
- <span class="param-type">Number</span>
10418
+ <span class="param-type">
10419
+
10420
+ Number
10421
+
10422
+ </span>
9652
10423
 
9653
10424
 
9654
10425
 
@@ -9662,7 +10433,11 @@ view.on({
9662
10433
  <td class="name">
9663
10434
  <code>
9664
10435
 
9665
- <span class="param-type">Boolean</span>
10436
+ <span class="param-type">
10437
+
10438
+ Boolean
10439
+
10440
+ </span>
9666
10441
 
9667
10442
 
9668
10443
 
@@ -9676,7 +10451,11 @@ view.on({
9676
10451
  <td class="name">
9677
10452
  <code>
9678
10453
 
9679
- <span class="param-type">Boolean</span>
10454
+ <span class="param-type">
10455
+
10456
+ Boolean
10457
+
10458
+ </span>
9680
10459
 
9681
10460
 
9682
10461
 
@@ -9690,7 +10469,11 @@ view.on({
9690
10469
  <td class="name">
9691
10470
  <code>
9692
10471
 
9693
- <span class="param-type">Number</span>
10472
+ <span class="param-type">
10473
+
10474
+ Number
10475
+
10476
+ </span>
9694
10477
 
9695
10478
 
9696
10479
 
@@ -9704,7 +10487,11 @@ view.on({
9704
10487
  <td class="name">
9705
10488
  <code>
9706
10489
 
9707
- <span class="param-type">Number</span>
10490
+ <span class="param-type">
10491
+
10492
+ Number
10493
+
10494
+ </span>
9708
10495
 
9709
10496
 
9710
10497
 
@@ -9718,7 +10505,11 @@ view.on({
9718
10505
  <td class="name">
9719
10506
  <code>
9720
10507
 
9721
- <span class="param-type">Number</span>
10508
+ <span class="param-type">
10509
+
10510
+ Number
10511
+
10512
+ </span>
9722
10513
 
9723
10514
 
9724
10515
 
@@ -9732,7 +10523,11 @@ view.on({
9732
10523
  <td class="name">
9733
10524
  <code>
9734
10525
 
9735
- <span class="param-type">Boolean</span>
10526
+ <span class="param-type">
10527
+
10528
+ Boolean
10529
+
10530
+ </span>
9736
10531
 
9737
10532
 
9738
10533
 
@@ -9746,7 +10541,11 @@ view.on({
9746
10541
  <td class="name">
9747
10542
  <code>
9748
10543
 
9749
- <span class="param-type">String</span>
10544
+ <span class="param-type">
10545
+
10546
+ String
10547
+
10548
+ </span>
9750
10549
 
9751
10550
 
9752
10551
 
@@ -9760,7 +10559,11 @@ view.on({
9760
10559
  <td class="name">
9761
10560
  <code>
9762
10561
 
9763
- <span class="param-type">String</span>
10562
+ <span class="param-type">
10563
+
10564
+ String
10565
+
10566
+ </span>
9764
10567
 
9765
10568
 
9766
10569
 
@@ -9774,7 +10577,11 @@ view.on({
9774
10577
  <td class="name">
9775
10578
  <code>
9776
10579
 
9777
- <span class="param-type">String</span>
10580
+ <span class="param-type">
10581
+
10582
+ String
10583
+
10584
+ </span>
9778
10585
 
9779
10586
 
9780
10587
 
@@ -9788,7 +10595,11 @@ view.on({
9788
10595
  <td class="name">
9789
10596
  <code>
9790
10597
 
9791
- <span class="param-type">Number</span>
10598
+ <span class="param-type">
10599
+
10600
+ Number
10601
+
10602
+ </span>
9792
10603
 
9793
10604
 
9794
10605
 
@@ -9802,7 +10613,11 @@ view.on({
9802
10613
  <td class="name">
9803
10614
  <code>
9804
10615
 
9805
- <span class="param-type">Number</span>
10616
+ <span class="param-type">
10617
+
10618
+ Number
10619
+
10620
+ </span>
9806
10621
 
9807
10622
 
9808
10623
 
@@ -9816,7 +10631,11 @@ view.on({
9816
10631
  <td class="name">
9817
10632
  <code>
9818
10633
 
9819
- <span class="param-type">Number</span>
10634
+ <span class="param-type">
10635
+
10636
+ Number
10637
+
10638
+ </span>
9820
10639
 
9821
10640
 
9822
10641
 
@@ -9830,7 +10649,11 @@ view.on({
9830
10649
  <td class="name">
9831
10650
  <code>
9832
10651
 
9833
- <span class="param-type">String</span>
10652
+ <span class="param-type">
10653
+
10654
+ String
10655
+
10656
+ </span>
9834
10657
 
9835
10658
 
9836
10659
 
@@ -9844,7 +10667,11 @@ view.on({
9844
10667
  <td class="name">
9845
10668
  <code>
9846
10669
 
9847
- <span class="param-type">String</span>
10670
+ <span class="param-type">
10671
+
10672
+ String
10673
+
10674
+ </span>
9848
10675
 
9849
10676
 
9850
10677
 
@@ -9858,7 +10685,11 @@ view.on({
9858
10685
  <td class="name">
9859
10686
  <code>
9860
10687
 
9861
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
10688
+ <span class="param-type">
10689
+
10690
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
10691
+
10692
+ </span>
9862
10693
 
9863
10694
 
9864
10695
 
@@ -9872,7 +10703,11 @@ view.on({
9872
10703
  <td class="name">
9873
10704
  <code>
9874
10705
 
9875
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10706
+ <span class="param-type">
10707
+
10708
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10709
+
10710
+ </span>
9876
10711
 
9877
10712
 
9878
10713
 
@@ -9886,7 +10721,11 @@ view.on({
9886
10721
  <td class="name">
9887
10722
  <code>
9888
10723
 
9889
- <span class="param-type">String</span>
10724
+ <span class="param-type">
10725
+
10726
+ String
10727
+
10728
+ </span>
9890
10729
 
9891
10730
 
9892
10731
 
@@ -9900,7 +10739,11 @@ view.on({
9900
10739
  <td class="name">
9901
10740
  <code>
9902
10741
 
9903
- <span class="param-type">String</span>
10742
+ <span class="param-type">
10743
+
10744
+ String
10745
+
10746
+ </span>
9904
10747
 
9905
10748
 
9906
10749
 
@@ -9914,7 +10757,11 @@ view.on({
9914
10757
  <td class="name">
9915
10758
  <code>
9916
10759
 
9917
- <span class="param-type">String</span>
10760
+ <span class="param-type">
10761
+
10762
+ String
10763
+
10764
+ </span>
9918
10765
 
9919
10766
 
9920
10767
 
@@ -9928,7 +10775,11 @@ view.on({
9928
10775
  <td class="name">
9929
10776
  <code>
9930
10777
 
9931
- <span class="param-type">String</span>
10778
+ <span class="param-type">
10779
+
10780
+ String
10781
+
10782
+ </span>
9932
10783
 
9933
10784
 
9934
10785
 
@@ -9942,7 +10793,11 @@ view.on({
9942
10793
  <td class="name">
9943
10794
  <code>
9944
10795
 
9945
- <span class="param-type">String</span>
10796
+ <span class="param-type">
10797
+
10798
+ String
10799
+
10800
+ </span>
9946
10801
 
9947
10802
 
9948
10803
 
@@ -9956,7 +10811,11 @@ view.on({
9956
10811
  <td class="name">
9957
10812
  <code>
9958
10813
 
9959
- <span class="param-type">String</span>
10814
+ <span class="param-type">
10815
+
10816
+ String
10817
+
10818
+ </span>
9960
10819
 
9961
10820
 
9962
10821
 
@@ -9970,7 +10829,11 @@ view.on({
9970
10829
  <td class="name">
9971
10830
  <code>
9972
10831
 
9973
- <span class="param-type">Number</span>
10832
+ <span class="param-type">
10833
+
10834
+ Number
10835
+
10836
+ </span>
9974
10837
 
9975
10838
 
9976
10839
 
@@ -9990,7 +10853,11 @@ view.on({
9990
10853
  <span class="method-parameter is-pulled-right">
9991
10854
  <label>类型:</label>
9992
10855
 
9993
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10856
+ <span class="param-type">
10857
+
10858
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10859
+
10860
+ </span>
9994
10861
 
9995
10862
 
9996
10863
 
@@ -10061,7 +10928,11 @@ view.on({
10061
10928
  <span class="method-parameter is-pulled-right">
10062
10929
  <label>类型:</label>
10063
10930
 
10064
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
10931
+ <span class="param-type">
10932
+
10933
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
10934
+
10935
+ </span>
10065
10936
 
10066
10937
 
10067
10938
 
@@ -10136,7 +11007,11 @@ view.on({
10136
11007
  <span class="method-parameter is-pulled-right">
10137
11008
  <label>类型:</label>
10138
11009
 
10139
- <span class="param-type">String</span>
11010
+ <span class="param-type">
11011
+
11012
+ String
11013
+
11014
+ </span>
10140
11015
 
10141
11016
 
10142
11017
 
@@ -10211,7 +11086,11 @@ view.on({
10211
11086
  <span class="method-parameter is-pulled-right">
10212
11087
  <label>类型:</label>
10213
11088
 
10214
- <span class="param-type">Array</span>
11089
+ <span class="param-type">
11090
+
11091
+ Array
11092
+
11093
+ </span>
10215
11094
 
10216
11095
 
10217
11096
 
@@ -10286,7 +11165,11 @@ view.on({
10286
11165
  <span class="method-parameter is-pulled-right">
10287
11166
  <label>类型:</label>
10288
11167
 
10289
- <span class="param-type">String</span>
11168
+ <span class="param-type">
11169
+
11170
+ String
11171
+
11172
+ </span>
10290
11173
 
10291
11174
 
10292
11175
 
@@ -10366,7 +11249,11 @@ view.on({
10366
11249
  <span class="method-parameter is-pulled-right">
10367
11250
  <label>类型:</label>
10368
11251
 
10369
- <span class="param-type">String</span>
11252
+ <span class="param-type">
11253
+
11254
+ String
11255
+
11256
+ </span>
10370
11257
 
10371
11258
 
10372
11259
 
@@ -10446,7 +11333,11 @@ view.on({
10446
11333
  <span class="method-parameter is-pulled-right">
10447
11334
  <label>类型:</label>
10448
11335
 
10449
- <span class="param-type">String</span>
11336
+ <span class="param-type">
11337
+
11338
+ String
11339
+
11340
+ </span>
10450
11341
 
10451
11342
 
10452
11343
 
@@ -10521,7 +11412,11 @@ view.on({
10521
11412
  <span class="method-parameter is-pulled-right">
10522
11413
  <label>类型:</label>
10523
11414
 
10524
- <span class="param-type">String</span>
11415
+ <span class="param-type">
11416
+
11417
+ String
11418
+
11419
+ </span>
10525
11420
 
10526
11421
 
10527
11422
 
@@ -10596,7 +11491,11 @@ view.on({
10596
11491
  <span class="method-parameter is-pulled-right">
10597
11492
  <label>类型:</label>
10598
11493
 
10599
- <span class="param-type">Object</span>
11494
+ <span class="param-type">
11495
+
11496
+ Object
11497
+
11498
+ </span>
10600
11499
 
10601
11500
 
10602
11501
 
@@ -10672,7 +11571,11 @@ view.on({
10672
11571
  <span class="method-parameter is-pulled-right">
10673
11572
  <label>类型:</label>
10674
11573
 
10675
- <span class="param-type">Object</span>
11574
+ <span class="param-type">
11575
+
11576
+ Object
11577
+
11578
+ </span>
10676
11579
 
10677
11580
 
10678
11581
 
@@ -10748,7 +11651,11 @@ view.on({
10748
11651
  <span class="method-parameter is-pulled-right">
10749
11652
  <label>类型:</label>
10750
11653
 
10751
- <span class="param-type">String</span>
11654
+ <span class="param-type">
11655
+
11656
+ String
11657
+
11658
+ </span>
10752
11659
 
10753
11660
 
10754
11661
 
@@ -10828,7 +11735,11 @@ view.on({
10828
11735
  <span class="method-parameter is-pulled-right">
10829
11736
  <label>类型:</label>
10830
11737
 
10831
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
11738
+ <span class="param-type">
11739
+
11740
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
11741
+
11742
+ </span>
10832
11743
 
10833
11744
 
10834
11745
 
@@ -10908,7 +11819,11 @@ view.on({
10908
11819
  <span class="method-parameter is-pulled-right">
10909
11820
  <label>类型:</label>
10910
11821
 
10911
- <span class="param-type">String</span>
11822
+ <span class="param-type">
11823
+
11824
+ String
11825
+
11826
+ </span>
10912
11827
 
10913
11828
 
10914
11829
 
@@ -10988,7 +11903,11 @@ view.on({
10988
11903
  <span class="method-parameter is-pulled-right">
10989
11904
  <label>类型:</label>
10990
11905
 
10991
- <span class="param-type">String</span>
11906
+ <span class="param-type">
11907
+
11908
+ String
11909
+
11910
+ </span>
10992
11911
 
10993
11912
 
10994
11913
 
@@ -11064,7 +11983,11 @@ view.on({
11064
11983
  <span class="method-parameter is-pulled-right">
11065
11984
  <label>类型:</label>
11066
11985
 
11067
- <span class="param-type">String</span>
11986
+ <span class="param-type">
11987
+
11988
+ String
11989
+
11990
+ </span>
11068
11991
 
11069
11992
 
11070
11993
 
@@ -11140,7 +12063,11 @@ view.on({
11140
12063
  <span class="method-parameter is-pulled-right">
11141
12064
  <label>类型:</label>
11142
12065
 
11143
- <span class="param-type">String</span>
12066
+ <span class="param-type">
12067
+
12068
+ String
12069
+
12070
+ </span>
11144
12071
 
11145
12072
 
11146
12073
 
@@ -11220,7 +12147,11 @@ view.on({
11220
12147
  <span class="method-parameter is-pulled-right">
11221
12148
  <label>类型:</label>
11222
12149
 
11223
- <span class="param-type">String</span>
12150
+ <span class="param-type">
12151
+
12152
+ String
12153
+
12154
+ </span>
11224
12155
 
11225
12156
 
11226
12157
 
@@ -11291,7 +12222,11 @@ view.on({
11291
12222
  <span class="method-parameter is-pulled-right">
11292
12223
  <label>类型:</label>
11293
12224
 
11294
- <span class="param-type">String</span>
12225
+ <span class="param-type">
12226
+
12227
+ String
12228
+
12229
+ </span>
11295
12230
 
11296
12231
 
11297
12232
 
@@ -11362,7 +12297,11 @@ view.on({
11362
12297
  <span class="method-parameter is-pulled-right">
11363
12298
  <label>类型:</label>
11364
12299
 
11365
- <span class="param-type">Number</span>
12300
+ <span class="param-type">
12301
+
12302
+ Number
12303
+
12304
+ </span>
11366
12305
 
11367
12306
 
11368
12307
 
@@ -11433,7 +12372,11 @@ view.on({
11433
12372
  <span class="method-parameter is-pulled-right">
11434
12373
  <label>类型:</label>
11435
12374
 
11436
- <span class="param-type">Number</span>
12375
+ <span class="param-type">
12376
+
12377
+ Number
12378
+
12379
+ </span>
11437
12380
 
11438
12381
 
11439
12382
 
@@ -11504,7 +12447,11 @@ view.on({
11504
12447
  <span class="method-parameter is-pulled-right">
11505
12448
  <label>类型:</label>
11506
12449
 
11507
- <span class="param-type">Boolean</span>
12450
+ <span class="param-type">
12451
+
12452
+ Boolean
12453
+
12454
+ </span>
11508
12455
 
11509
12456
 
11510
12457
 
@@ -11575,7 +12522,11 @@ view.on({
11575
12522
  <span class="method-parameter is-pulled-right">
11576
12523
  <label>类型:</label>
11577
12524
 
11578
- <span class="param-type">Boolean</span>
12525
+ <span class="param-type">
12526
+
12527
+ Boolean
12528
+
12529
+ </span>
11579
12530
 
11580
12531
 
11581
12532
 
@@ -11646,7 +12597,11 @@ view.on({
11646
12597
  <span class="method-parameter is-pulled-right">
11647
12598
  <label>类型:</label>
11648
12599
 
11649
- <span class="param-type">Number</span>
12600
+ <span class="param-type">
12601
+
12602
+ Number
12603
+
12604
+ </span>
11650
12605
 
11651
12606
 
11652
12607
 
@@ -11717,7 +12672,11 @@ view.on({
11717
12672
  <span class="method-parameter is-pulled-right">
11718
12673
  <label>类型:</label>
11719
12674
 
11720
- <span class="param-type">Number</span>
12675
+ <span class="param-type">
12676
+
12677
+ Number
12678
+
12679
+ </span>
11721
12680
 
11722
12681
 
11723
12682
 
@@ -11788,7 +12747,11 @@ view.on({
11788
12747
  <span class="method-parameter is-pulled-right">
11789
12748
  <label>类型:</label>
11790
12749
 
11791
- <span class="param-type">Number</span>
12750
+ <span class="param-type">
12751
+
12752
+ Number
12753
+
12754
+ </span>
11792
12755
 
11793
12756
 
11794
12757
 
@@ -11864,7 +12827,11 @@ view.on({
11864
12827
  <span class="method-parameter is-pulled-right">
11865
12828
  <label>类型:</label>
11866
12829
 
11867
- <span class="param-type">Boolean</span>
12830
+ <span class="param-type">
12831
+
12832
+ Boolean
12833
+
12834
+ </span>
11868
12835
 
11869
12836
 
11870
12837
 
@@ -11949,7 +12916,11 @@ view.on({
11949
12916
  <span class="method-parameter is-pulled-right">
11950
12917
  <label>类型:</label>
11951
12918
 
11952
- <span class="param-type">String</span>
12919
+ <span class="param-type">
12920
+
12921
+ String
12922
+
12923
+ </span>
11953
12924
 
11954
12925
 
11955
12926
 
@@ -12034,7 +13005,11 @@ view.on({
12034
13005
  <span class="method-parameter is-pulled-right">
12035
13006
  <label>类型:</label>
12036
13007
 
12037
- <span class="param-type">String</span>
13008
+ <span class="param-type">
13009
+
13010
+ String
13011
+
13012
+ </span>
12038
13013
 
12039
13014
 
12040
13015
 
@@ -12109,7 +13084,11 @@ view.on({
12109
13084
  <span class="method-parameter is-pulled-right">
12110
13085
  <label>类型:</label>
12111
13086
 
12112
- <span class="param-type">String</span>
13087
+ <span class="param-type">
13088
+
13089
+ String
13090
+
13091
+ </span>
12113
13092
 
12114
13093
 
12115
13094
 
@@ -12184,7 +13163,11 @@ view.on({
12184
13163
  <span class="method-parameter is-pulled-right">
12185
13164
  <label>类型:</label>
12186
13165
 
12187
- <span class="param-type">Number</span>
13166
+ <span class="param-type">
13167
+
13168
+ Number
13169
+
13170
+ </span>
12188
13171
 
12189
13172
 
12190
13173
 
@@ -12265,7 +13248,11 @@ view.on({
12265
13248
  <span class="method-parameter is-pulled-right">
12266
13249
  <label>类型:</label>
12267
13250
 
12268
- <span class="param-type">Number</span>
13251
+ <span class="param-type">
13252
+
13253
+ Number
13254
+
13255
+ </span>
12269
13256
 
12270
13257
 
12271
13258
 
@@ -12346,7 +13333,11 @@ view.on({
12346
13333
  <span class="method-parameter is-pulled-right">
12347
13334
  <label>类型:</label>
12348
13335
 
12349
- <span class="param-type">Number</span>
13336
+ <span class="param-type">
13337
+
13338
+ Number
13339
+
13340
+ </span>
12350
13341
 
12351
13342
 
12352
13343
 
@@ -12422,7 +13413,11 @@ view.on({
12422
13413
  <span class="method-parameter is-pulled-right">
12423
13414
  <label>类型:</label>
12424
13415
 
12425
- <span class="param-type">String</span>
13416
+ <span class="param-type">
13417
+
13418
+ String
13419
+
13420
+ </span>
12426
13421
 
12427
13422
 
12428
13423
 
@@ -12493,7 +13488,11 @@ view.on({
12493
13488
  <span class="method-parameter is-pulled-right">
12494
13489
  <label>类型:</label>
12495
13490
 
12496
- <span class="param-type">String</span>
13491
+ <span class="param-type">
13492
+
13493
+ String
13494
+
13495
+ </span>
12497
13496
 
12498
13497
 
12499
13498
 
@@ -12564,7 +13563,11 @@ view.on({
12564
13563
  <span class="method-parameter is-pulled-right">
12565
13564
  <label>类型:</label>
12566
13565
 
12567
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
13566
+ <span class="param-type">
13567
+
13568
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
13569
+
13570
+ </span>
12568
13571
 
12569
13572
 
12570
13573
 
@@ -12640,7 +13643,11 @@ view.on({
12640
13643
  <span class="method-parameter is-pulled-right">
12641
13644
  <label>类型:</label>
12642
13645
 
12643
- <span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
13646
+ <span class="param-type">
13647
+
13648
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
13649
+
13650
+ </span>
12644
13651
 
12645
13652
 
12646
13653
 
@@ -12711,7 +13718,11 @@ view.on({
12711
13718
  <span class="method-parameter is-pulled-right">
12712
13719
  <label>类型:</label>
12713
13720
 
12714
- <span class="param-type">String</span>
13721
+ <span class="param-type">
13722
+
13723
+ String
13724
+
13725
+ </span>
12715
13726
 
12716
13727
 
12717
13728
 
@@ -12787,7 +13798,11 @@ view.on({
12787
13798
  <span class="method-parameter is-pulled-right">
12788
13799
  <label>类型:</label>
12789
13800
 
12790
- <span class="param-type">String</span>
13801
+ <span class="param-type">
13802
+
13803
+ String
13804
+
13805
+ </span>
12791
13806
 
12792
13807
 
12793
13808
 
@@ -12868,7 +13883,11 @@ view.on({
12868
13883
  <span class="method-parameter is-pulled-right">
12869
13884
  <label>类型:</label>
12870
13885
 
12871
- <span class="param-type">String</span>
13886
+ <span class="param-type">
13887
+
13888
+ String
13889
+
13890
+ </span>
12872
13891
 
12873
13892
 
12874
13893
 
@@ -12944,7 +13963,11 @@ view.on({
12944
13963
  <span class="method-parameter is-pulled-right">
12945
13964
  <label>类型:</label>
12946
13965
 
12947
- <span class="param-type">String</span>
13966
+ <span class="param-type">
13967
+
13968
+ String
13969
+
13970
+ </span>
12948
13971
 
12949
13972
 
12950
13973
 
@@ -13024,7 +14047,11 @@ view.on({
13024
14047
  <span class="method-parameter is-pulled-right">
13025
14048
  <label>类型:</label>
13026
14049
 
13027
- <span class="param-type">String</span>
14050
+ <span class="param-type">
14051
+
14052
+ String
14053
+
14054
+ </span>
13028
14055
 
13029
14056
 
13030
14057
 
@@ -13099,7 +14126,11 @@ view.on({
13099
14126
  <span class="method-parameter is-pulled-right">
13100
14127
  <label>类型:</label>
13101
14128
 
13102
- <span class="param-type">String</span>
14129
+ <span class="param-type">
14130
+
14131
+ String
14132
+
14133
+ </span>
13103
14134
 
13104
14135
 
13105
14136
 
@@ -13174,7 +14205,11 @@ view.on({
13174
14205
  <span class="method-parameter is-pulled-right">
13175
14206
  <label>类型:</label>
13176
14207
 
13177
- <span class="param-type">Number</span>
14208
+ <span class="param-type">
14209
+
14210
+ Number
14211
+
14212
+ </span>
13178
14213
 
13179
14214
 
13180
14215
 
@@ -13271,7 +14306,11 @@ view.on({
13271
14306
  <code>
13272
14307
 
13273
14308
 
13274
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
14309
+ <span class="param-type">
14310
+
14311
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
14312
+
14313
+ </span>
13275
14314
 
13276
14315
 
13277
14316
 
@@ -13287,7 +14326,11 @@ view.on({
13287
14326
  <code>
13288
14327
 
13289
14328
 
13290
- <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
14329
+ <span class="param-type">
14330
+
14331
+ <a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a>
14332
+
14333
+ </span>
13291
14334
 
13292
14335
 
13293
14336
 
@@ -13303,7 +14346,11 @@ view.on({
13303
14346
  <code>
13304
14347
 
13305
14348
 
13306
- <span class="param-type">*</span>
14349
+ <span class="param-type">
14350
+
14351
+ *
14352
+
14353
+ </span>
13307
14354
 
13308
14355
 
13309
14356
 
@@ -13319,7 +14366,11 @@ view.on({
13319
14366
  <code>
13320
14367
 
13321
14368
 
13322
- <span class="param-type">Boolean</span>
14369
+ <span class="param-type">
14370
+
14371
+ Boolean
14372
+
14373
+ </span>
13323
14374
 
13324
14375
 
13325
14376
 
@@ -13335,7 +14386,11 @@ view.on({
13335
14386
  <code>
13336
14387
 
13337
14388
 
13338
- <span class="param-type">Object</span>
14389
+ <span class="param-type">
14390
+
14391
+ Object
14392
+
14393
+ </span>
13339
14394
 
13340
14395
 
13341
14396
 
@@ -13344,12 +14399,7 @@ view.on({
13344
14399
  </td>
13345
14400
  <td class="name"><code><p>移除事件<br/>
13346
14401
  示例如下:<br/>
13347
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
13348
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
13349
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
13350
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
13351
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
13352
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
14402
+ </code></td>
13353
14403
  </tr>
13354
14404
 
13355
14405
  <tr class="deep-level-0">
@@ -13358,7 +14408,11 @@ view.on({
13358
14408
  <code>
13359
14409
 
13360
14410
 
13361
- <span class="param-type">Object</span>
14411
+ <span class="param-type">
14412
+
14413
+ Object
14414
+
14415
+ </span>
13362
14416
 
13363
14417
 
13364
14418
 
@@ -13367,11 +14421,7 @@ view.on({
13367
14421
  </td>
13368
14422
  <td class="name"><code><p>注册一个新的监听事件;<br/>
13369
14423
  示例如下:<br/>
13370
- <a href='#event1'>[1、注册一个事件]</a><br/>
13371
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
13372
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
13373
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
13374
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
14424
+ </code></td>
13375
14425
  </tr>
13376
14426
 
13377
14427
  <tr class="deep-level-0">
@@ -13390,7 +14440,11 @@ view.on({
13390
14440
  <code>
13391
14441
 
13392
14442
 
13393
- <span class="param-type">Object</span>
14443
+ <span class="param-type">
14444
+
14445
+ Object
14446
+
14447
+ </span>
13394
14448
 
13395
14449
 
13396
14450
 
@@ -13406,7 +14460,11 @@ view.on({
13406
14460
  <code>
13407
14461
 
13408
14462
 
13409
- <span class="param-type">Object</span>
14463
+ <span class="param-type">
14464
+
14465
+ Object
14466
+
14467
+ </span>
13410
14468
 
13411
14469
 
13412
14470
 
@@ -13524,7 +14582,11 @@ view.on({
13524
14582
  <div class='column is-5 has-text-left'>
13525
14583
  <label>类型: </label>
13526
14584
 
13527
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
14585
+ <span class="param-type">
14586
+
14587
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
14588
+
14589
+ </span>
13528
14590
 
13529
14591
 
13530
14592
 
@@ -13646,7 +14708,11 @@ view.on({
13646
14708
  <div class='column is-5 has-text-left'>
13647
14709
  <label>类型: </label>
13648
14710
 
13649
- <span class="param-type"><a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a></span>
14711
+ <span class="param-type">
14712
+
14713
+ <a link="MapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapImageLayer" MapImageLayer.html>MapImageLayer</a>
14714
+
14715
+ </span>
13650
14716
 
13651
14717
 
13652
14718
 
@@ -13762,7 +14828,11 @@ view.on({
13762
14828
  <div class='column is-5 has-text-left'>
13763
14829
  <label>类型: </label>
13764
14830
 
13765
- <span class="param-type">*</span>
14831
+ <span class="param-type">
14832
+
14833
+ *
14834
+
14835
+ </span>
13766
14836
 
13767
14837
 
13768
14838
 
@@ -13884,7 +14954,11 @@ view.on({
13884
14954
  <div class='column is-5 has-text-left'>
13885
14955
  <label>类型: </label>
13886
14956
 
13887
- <span class="param-type">Boolean</span>
14957
+ <span class="param-type">
14958
+
14959
+ Boolean
14960
+
14961
+ </span>
13888
14962
 
13889
14963
 
13890
14964
 
@@ -13963,13 +15037,17 @@ view.on({
13963
15037
 
13964
15038
  <tr class="deep-level-0">
13965
15039
 
13966
- <td class="name" id="types"><code>types</code></td>
15040
+ <td class="name"><code>types</code></td>
13967
15041
 
13968
15042
 
13969
15043
  <td class="type">
13970
15044
 
13971
15045
 
13972
- <span class="param-type">string</span>
15046
+ <span class="param-type">
15047
+
15048
+ string
15049
+
15050
+ </span>
13973
15051
 
13974
15052
 
13975
15053
 
@@ -13990,13 +15068,17 @@ view.on({
13990
15068
 
13991
15069
  <tr class="deep-level-0">
13992
15070
 
13993
- <td class="name" id="fn"><code>fn</code></td>
15071
+ <td class="name"><code>fn</code></td>
13994
15072
 
13995
15073
 
13996
15074
  <td class="type">
13997
15075
 
13998
15076
 
13999
- <span class="param-type">function</span>
15077
+ <span class="param-type">
15078
+
15079
+ function
15080
+
15081
+ </span>
14000
15082
 
14001
15083
 
14002
15084
 
@@ -14015,13 +15097,17 @@ view.on({
14015
15097
 
14016
15098
  <tr class="deep-level-0">
14017
15099
 
14018
- <td class="name" id="context"><code>context</code></td>
15100
+ <td class="name"><code>context</code></td>
14019
15101
 
14020
15102
 
14021
15103
  <td class="type">
14022
15104
 
14023
15105
 
14024
- <span class="param-type">Object</span>
15106
+ <span class="param-type">
15107
+
15108
+ Object
15109
+
15110
+ </span>
14025
15111
 
14026
15112
 
14027
15113
 
@@ -14115,7 +15201,11 @@ view.on({
14115
15201
  <div class='column is-5 has-text-left'>
14116
15202
  <label>类型: </label>
14117
15203
 
14118
- <span class="param-type">Object</span>
15204
+ <span class="param-type">
15205
+
15206
+ Object
15207
+
15208
+ </span>
14119
15209
 
14120
15210
 
14121
15211
 
@@ -14283,16 +15373,24 @@ view.off({
14283
15373
 
14284
15374
  <tr class="deep-level-0">
14285
15375
 
14286
- <td class="name" id="types"><code>types</code></td>
15376
+ <td class="name"><code>types</code></td>
14287
15377
 
14288
15378
 
14289
15379
  <td class="type">
14290
15380
 
14291
15381
 
14292
- <span class="param-type">String</span>
15382
+ <span class="param-type">
15383
+
15384
+ String
15385
+
15386
+ </span>
14293
15387
  |
14294
15388
 
14295
- <span class="param-type">Object</span>
15389
+ <span class="param-type">
15390
+
15391
+ Object
15392
+
15393
+ </span>
14296
15394
 
14297
15395
 
14298
15396
 
@@ -14319,13 +15417,17 @@ view.off({
14319
15417
 
14320
15418
  <tr class="deep-level-0">
14321
15419
 
14322
- <td class="name" id="fn"><code>fn</code></td>
15420
+ <td class="name"><code>fn</code></td>
14323
15421
 
14324
15422
 
14325
15423
  <td class="type">
14326
15424
 
14327
15425
 
14328
- <span class="param-type">function</span>
15426
+ <span class="param-type">
15427
+
15428
+ function
15429
+
15430
+ </span>
14329
15431
 
14330
15432
 
14331
15433
 
@@ -14350,13 +15452,17 @@ view.off({
14350
15452
 
14351
15453
  <tr class="deep-level-0">
14352
15454
 
14353
- <td class="name" id="context"><code>context</code></td>
15455
+ <td class="name"><code>context</code></td>
14354
15456
 
14355
15457
 
14356
15458
  <td class="type">
14357
15459
 
14358
15460
 
14359
- <span class="param-type">Object</span>
15461
+ <span class="param-type">
15462
+
15463
+ Object
15464
+
15465
+ </span>
14360
15466
 
14361
15467
 
14362
15468
 
@@ -14456,7 +15562,11 @@ view.off({
14456
15562
  <div class='column is-5 has-text-left'>
14457
15563
  <label>类型: </label>
14458
15564
 
14459
- <span class="param-type">Object</span>
15565
+ <span class="param-type">
15566
+
15567
+ Object
15568
+
15569
+ </span>
14460
15570
 
14461
15571
 
14462
15572
 
@@ -14752,7 +15862,11 @@ view.on({
14752
15862
  <div class='column is-5 has-text-left'>
14753
15863
  <label>类型: </label>
14754
15864
 
14755
- <span class="param-type">Object</span>
15865
+ <span class="param-type">
15866
+
15867
+ Object
15868
+
15869
+ </span>
14756
15870
 
14757
15871
 
14758
15872
 
@@ -14874,7 +15988,11 @@ view.on({
14874
15988
  <div class='column is-5 has-text-left'>
14875
15989
  <label>类型: </label>
14876
15990
 
14877
- <span class="param-type">Object</span>
15991
+ <span class="param-type">
15992
+
15993
+ Object
15994
+
15995
+ </span>
14878
15996
 
14879
15997
 
14880
15998
 
@@ -14914,37 +16032,37 @@ view.on({
14914
16032
  <tbody>
14915
16033
 
14916
16034
  <tr class="deep-level-0">
14917
- <td class="name"><code><a href="MapImageLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
16035
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
14918
16036
  <td class="name"><code>图层刷新完毕事件</code></td>
14919
16037
  </tr>
14920
16038
 
14921
16039
  <tr class="deep-level-0">
14922
- <td class="name"><code><a href="MapImageLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
16040
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
14923
16041
  <td class="name"><code>图层加载完毕事件</code></td>
14924
16042
  </tr>
14925
16043
 
14926
16044
  <tr class="deep-level-0">
14927
- <td class="name"><code><a href="MapImageLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
16045
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
14928
16046
  <td class="name"><code>图层显隐更新完毕事件</code></td>
14929
16047
  </tr>
14930
16048
 
14931
16049
  <tr class="deep-level-0">
14932
- <td class="name"><code><a href="MapImageLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
16050
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
14933
16051
  <td class="name"><code>图层更新完毕事件</code></td>
14934
16052
  </tr>
14935
16053
 
14936
16054
  <tr class="deep-level-0">
14937
- <td class="name"><code><a href="MapImageLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
16055
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
14938
16056
  <td class="name"><code>图层透明度更新完毕事件</code></td>
14939
16057
  </tr>
14940
16058
 
14941
16059
  <tr class="deep-level-0">
14942
- <td class="name"><code><a href="MapImageLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
16060
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
14943
16061
  <td class="name"><code>图层销毁完毕事件</code></td>
14944
16062
  </tr>
14945
16063
 
14946
16064
  <tr class="deep-level-0">
14947
- <td class="name"><code><a href="MapImageLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
16065
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
14948
16066
  <td class="name"><code>图层顺序更新完毕事件</code></td>
14949
16067
  </tr>
14950
16068
 
@@ -15024,7 +16142,11 @@ view.on({
15024
16142
  <td class="type">
15025
16143
 
15026
16144
 
15027
- <span class="param-type">Object</span>
16145
+ <span class="param-type">
16146
+
16147
+ Object
16148
+
16149
+ </span>
15028
16150
 
15029
16151
 
15030
16152
 
@@ -15058,7 +16180,11 @@ view.on({
15058
16180
  <td class="type">
15059
16181
 
15060
16182
 
15061
- <span class="param-type">String</span>
16183
+ <span class="param-type">
16184
+
16185
+ String
16186
+
16187
+ </span>
15062
16188
 
15063
16189
 
15064
16190
 
@@ -15096,7 +16222,11 @@ view.on({
15096
16222
  <td class="type">
15097
16223
 
15098
16224
 
15099
- <span class="param-type">String</span>
16225
+ <span class="param-type">
16226
+
16227
+ String
16228
+
16229
+ </span>
15100
16230
 
15101
16231
 
15102
16232
 
@@ -15134,7 +16264,11 @@ view.on({
15134
16264
  <td class="type">
15135
16265
 
15136
16266
 
15137
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
16267
+ <span class="param-type">
16268
+
16269
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
16270
+
16271
+ </span>
15138
16272
 
15139
16273
 
15140
16274
 
@@ -15172,7 +16306,11 @@ view.on({
15172
16306
  <td class="type">
15173
16307
 
15174
16308
 
15175
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16309
+ <span class="param-type">
16310
+
16311
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
16312
+
16313
+ </span>
15176
16314
 
15177
16315
 
15178
16316
 
@@ -15210,7 +16348,11 @@ view.on({
15210
16348
  <td class="type">
15211
16349
 
15212
16350
 
15213
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16351
+ <span class="param-type">
16352
+
16353
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
16354
+
16355
+ </span>
15214
16356
 
15215
16357
 
15216
16358
 
@@ -15248,7 +16390,11 @@ view.on({
15248
16390
  <td class="type">
15249
16391
 
15250
16392
 
15251
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16393
+ <span class="param-type">
16394
+
16395
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
16396
+
16397
+ </span>
15252
16398
 
15253
16399
 
15254
16400
 
@@ -15286,7 +16432,11 @@ view.on({
15286
16432
  <td class="type">
15287
16433
 
15288
16434
 
15289
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16435
+ <span class="param-type">
16436
+
16437
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
16438
+
16439
+ </span>
15290
16440
 
15291
16441
 
15292
16442
 
@@ -15478,7 +16628,11 @@ view.on({
15478
16628
  <td class="type">
15479
16629
 
15480
16630
 
15481
- <span class="param-type">Object</span>
16631
+ <span class="param-type">
16632
+
16633
+ Object
16634
+
16635
+ </span>
15482
16636
 
15483
16637
 
15484
16638
 
@@ -15512,7 +16666,11 @@ view.on({
15512
16666
  <td class="type">
15513
16667
 
15514
16668
 
15515
- <span class="param-type">String</span>
16669
+ <span class="param-type">
16670
+
16671
+ String
16672
+
16673
+ </span>
15516
16674
 
15517
16675
 
15518
16676
 
@@ -15550,7 +16708,11 @@ view.on({
15550
16708
  <td class="type">
15551
16709
 
15552
16710
 
15553
- <span class="param-type">String</span>
16711
+ <span class="param-type">
16712
+
16713
+ String
16714
+
16715
+ </span>
15554
16716
 
15555
16717
 
15556
16718
 
@@ -15588,7 +16750,11 @@ view.on({
15588
16750
  <td class="type">
15589
16751
 
15590
16752
 
15591
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
16753
+ <span class="param-type">
16754
+
16755
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
16756
+
16757
+ </span>
15592
16758
 
15593
16759
 
15594
16760
 
@@ -15626,7 +16792,11 @@ view.on({
15626
16792
  <td class="type">
15627
16793
 
15628
16794
 
15629
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16795
+ <span class="param-type">
16796
+
16797
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
16798
+
16799
+ </span>
15630
16800
 
15631
16801
 
15632
16802
 
@@ -15664,7 +16834,11 @@ view.on({
15664
16834
  <td class="type">
15665
16835
 
15666
16836
 
15667
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
16837
+ <span class="param-type">
16838
+
16839
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
16840
+
16841
+ </span>
15668
16842
 
15669
16843
 
15670
16844
 
@@ -15702,7 +16876,11 @@ view.on({
15702
16876
  <td class="type">
15703
16877
 
15704
16878
 
15705
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
16879
+ <span class="param-type">
16880
+
16881
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
16882
+
16883
+ </span>
15706
16884
 
15707
16885
 
15708
16886
 
@@ -15740,7 +16918,11 @@ view.on({
15740
16918
  <td class="type">
15741
16919
 
15742
16920
 
15743
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
16921
+ <span class="param-type">
16922
+
16923
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
16924
+
16925
+ </span>
15744
16926
 
15745
16927
 
15746
16928
 
@@ -15922,7 +17104,11 @@ view.on({
15922
17104
  <td class="type">
15923
17105
 
15924
17106
 
15925
- <span class="param-type">Object</span>
17107
+ <span class="param-type">
17108
+
17109
+ Object
17110
+
17111
+ </span>
15926
17112
 
15927
17113
 
15928
17114
 
@@ -15956,7 +17142,11 @@ view.on({
15956
17142
  <td class="type">
15957
17143
 
15958
17144
 
15959
- <span class="param-type">String</span>
17145
+ <span class="param-type">
17146
+
17147
+ String
17148
+
17149
+ </span>
15960
17150
 
15961
17151
 
15962
17152
 
@@ -15994,7 +17184,11 @@ view.on({
15994
17184
  <td class="type">
15995
17185
 
15996
17186
 
15997
- <span class="param-type">String</span>
17187
+ <span class="param-type">
17188
+
17189
+ String
17190
+
17191
+ </span>
15998
17192
 
15999
17193
 
16000
17194
 
@@ -16032,7 +17226,11 @@ view.on({
16032
17226
  <td class="type">
16033
17227
 
16034
17228
 
16035
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
17229
+ <span class="param-type">
17230
+
17231
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
17232
+
17233
+ </span>
16036
17234
 
16037
17235
 
16038
17236
 
@@ -16070,7 +17268,11 @@ view.on({
16070
17268
  <td class="type">
16071
17269
 
16072
17270
 
16073
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17271
+ <span class="param-type">
17272
+
17273
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
17274
+
17275
+ </span>
16074
17276
 
16075
17277
 
16076
17278
 
@@ -16108,7 +17310,11 @@ view.on({
16108
17310
  <td class="type">
16109
17311
 
16110
17312
 
16111
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17313
+ <span class="param-type">
17314
+
17315
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
17316
+
17317
+ </span>
16112
17318
 
16113
17319
 
16114
17320
 
@@ -16146,7 +17352,11 @@ view.on({
16146
17352
  <td class="type">
16147
17353
 
16148
17354
 
16149
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17355
+ <span class="param-type">
17356
+
17357
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
17358
+
17359
+ </span>
16150
17360
 
16151
17361
 
16152
17362
 
@@ -16184,7 +17394,11 @@ view.on({
16184
17394
  <td class="type">
16185
17395
 
16186
17396
 
16187
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17397
+ <span class="param-type">
17398
+
17399
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
17400
+
17401
+ </span>
16188
17402
 
16189
17403
 
16190
17404
 
@@ -16376,7 +17590,11 @@ view.on({
16376
17590
  <td class="type">
16377
17591
 
16378
17592
 
16379
- <span class="param-type">Object</span>
17593
+ <span class="param-type">
17594
+
17595
+ Object
17596
+
17597
+ </span>
16380
17598
 
16381
17599
 
16382
17600
 
@@ -16410,7 +17628,11 @@ view.on({
16410
17628
  <td class="type">
16411
17629
 
16412
17630
 
16413
- <span class="param-type">String</span>
17631
+ <span class="param-type">
17632
+
17633
+ String
17634
+
17635
+ </span>
16414
17636
 
16415
17637
 
16416
17638
 
@@ -16448,7 +17670,11 @@ view.on({
16448
17670
  <td class="type">
16449
17671
 
16450
17672
 
16451
- <span class="param-type">String</span>
17673
+ <span class="param-type">
17674
+
17675
+ String
17676
+
17677
+ </span>
16452
17678
 
16453
17679
 
16454
17680
 
@@ -16486,7 +17712,11 @@ view.on({
16486
17712
  <td class="type">
16487
17713
 
16488
17714
 
16489
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
17715
+ <span class="param-type">
17716
+
17717
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
17718
+
17719
+ </span>
16490
17720
 
16491
17721
 
16492
17722
 
@@ -16524,7 +17754,11 @@ view.on({
16524
17754
  <td class="type">
16525
17755
 
16526
17756
 
16527
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17757
+ <span class="param-type">
17758
+
17759
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
17760
+
17761
+ </span>
16528
17762
 
16529
17763
 
16530
17764
 
@@ -16562,7 +17796,11 @@ view.on({
16562
17796
  <td class="type">
16563
17797
 
16564
17798
 
16565
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
17799
+ <span class="param-type">
17800
+
17801
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
17802
+
17803
+ </span>
16566
17804
 
16567
17805
 
16568
17806
 
@@ -16600,7 +17838,11 @@ view.on({
16600
17838
  <td class="type">
16601
17839
 
16602
17840
 
16603
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
17841
+ <span class="param-type">
17842
+
17843
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
17844
+
17845
+ </span>
16604
17846
 
16605
17847
 
16606
17848
 
@@ -16638,7 +17880,11 @@ view.on({
16638
17880
  <td class="type">
16639
17881
 
16640
17882
 
16641
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
17883
+ <span class="param-type">
17884
+
17885
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
17886
+
17887
+ </span>
16642
17888
 
16643
17889
 
16644
17890
 
@@ -16820,7 +18066,11 @@ view.on({
16820
18066
  <td class="type">
16821
18067
 
16822
18068
 
16823
- <span class="param-type">Object</span>
18069
+ <span class="param-type">
18070
+
18071
+ Object
18072
+
18073
+ </span>
16824
18074
 
16825
18075
 
16826
18076
 
@@ -16854,7 +18104,11 @@ view.on({
16854
18104
  <td class="type">
16855
18105
 
16856
18106
 
16857
- <span class="param-type">String</span>
18107
+ <span class="param-type">
18108
+
18109
+ String
18110
+
18111
+ </span>
16858
18112
 
16859
18113
 
16860
18114
 
@@ -16892,7 +18146,11 @@ view.on({
16892
18146
  <td class="type">
16893
18147
 
16894
18148
 
16895
- <span class="param-type">String</span>
18149
+ <span class="param-type">
18150
+
18151
+ String
18152
+
18153
+ </span>
16896
18154
 
16897
18155
 
16898
18156
 
@@ -16930,7 +18188,11 @@ view.on({
16930
18188
  <td class="type">
16931
18189
 
16932
18190
 
16933
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
18191
+ <span class="param-type">
18192
+
18193
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
18194
+
18195
+ </span>
16934
18196
 
16935
18197
 
16936
18198
 
@@ -16968,7 +18230,11 @@ view.on({
16968
18230
  <td class="type">
16969
18231
 
16970
18232
 
16971
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
18233
+ <span class="param-type">
18234
+
18235
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
18236
+
18237
+ </span>
16972
18238
 
16973
18239
 
16974
18240
 
@@ -17006,7 +18272,11 @@ view.on({
17006
18272
  <td class="type">
17007
18273
 
17008
18274
 
17009
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
18275
+ <span class="param-type">
18276
+
18277
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
18278
+
18279
+ </span>
17010
18280
 
17011
18281
 
17012
18282
 
@@ -17044,7 +18314,11 @@ view.on({
17044
18314
  <td class="type">
17045
18315
 
17046
18316
 
17047
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
18317
+ <span class="param-type">
18318
+
18319
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
18320
+
18321
+ </span>
17048
18322
 
17049
18323
 
17050
18324
 
@@ -17082,7 +18356,11 @@ view.on({
17082
18356
  <td class="type">
17083
18357
 
17084
18358
 
17085
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
18359
+ <span class="param-type">
18360
+
18361
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
18362
+
18363
+ </span>
17086
18364
 
17087
18365
 
17088
18366
 
@@ -17274,7 +18552,11 @@ view.on({
17274
18552
  <td class="type">
17275
18553
 
17276
18554
 
17277
- <span class="param-type">Object</span>
18555
+ <span class="param-type">
18556
+
18557
+ Object
18558
+
18559
+ </span>
17278
18560
 
17279
18561
 
17280
18562
 
@@ -17308,7 +18590,11 @@ view.on({
17308
18590
  <td class="type">
17309
18591
 
17310
18592
 
17311
- <span class="param-type">String</span>
18593
+ <span class="param-type">
18594
+
18595
+ String
18596
+
18597
+ </span>
17312
18598
 
17313
18599
 
17314
18600
 
@@ -17346,7 +18632,11 @@ view.on({
17346
18632
  <td class="type">
17347
18633
 
17348
18634
 
17349
- <span class="param-type">String</span>
18635
+ <span class="param-type">
18636
+
18637
+ String
18638
+
18639
+ </span>
17350
18640
 
17351
18641
 
17352
18642
 
@@ -17384,7 +18674,11 @@ view.on({
17384
18674
  <td class="type">
17385
18675
 
17386
18676
 
17387
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
18677
+ <span class="param-type">
18678
+
18679
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
18680
+
18681
+ </span>
17388
18682
 
17389
18683
 
17390
18684
 
@@ -17422,7 +18716,11 @@ view.on({
17422
18716
  <td class="type">
17423
18717
 
17424
18718
 
17425
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
18719
+ <span class="param-type">
18720
+
18721
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
18722
+
18723
+ </span>
17426
18724
 
17427
18725
 
17428
18726
 
@@ -17460,7 +18758,11 @@ view.on({
17460
18758
  <td class="type">
17461
18759
 
17462
18760
 
17463
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
18761
+ <span class="param-type">
18762
+
18763
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
18764
+
18765
+ </span>
17464
18766
 
17465
18767
 
17466
18768
 
@@ -17498,7 +18800,11 @@ view.on({
17498
18800
  <td class="type">
17499
18801
 
17500
18802
 
17501
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
18803
+ <span class="param-type">
18804
+
18805
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
18806
+
18807
+ </span>
17502
18808
 
17503
18809
 
17504
18810
 
@@ -17536,7 +18842,11 @@ view.on({
17536
18842
  <td class="type">
17537
18843
 
17538
18844
 
17539
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
18845
+ <span class="param-type">
18846
+
18847
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
18848
+
18849
+ </span>
17540
18850
 
17541
18851
 
17542
18852
 
@@ -17718,7 +19028,11 @@ view.on({
17718
19028
  <td class="type">
17719
19029
 
17720
19030
 
17721
- <span class="param-type">Object</span>
19031
+ <span class="param-type">
19032
+
19033
+ Object
19034
+
19035
+ </span>
17722
19036
 
17723
19037
 
17724
19038
 
@@ -17752,7 +19066,11 @@ view.on({
17752
19066
  <td class="type">
17753
19067
 
17754
19068
 
17755
- <span class="param-type">String</span>
19069
+ <span class="param-type">
19070
+
19071
+ String
19072
+
19073
+ </span>
17756
19074
 
17757
19075
 
17758
19076
 
@@ -17790,7 +19108,11 @@ view.on({
17790
19108
  <td class="type">
17791
19109
 
17792
19110
 
17793
- <span class="param-type">String</span>
19111
+ <span class="param-type">
19112
+
19113
+ String
19114
+
19115
+ </span>
17794
19116
 
17795
19117
 
17796
19118
 
@@ -17828,7 +19150,11 @@ view.on({
17828
19150
  <td class="type">
17829
19151
 
17830
19152
 
17831
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
19153
+ <span class="param-type">
19154
+
19155
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
19156
+
19157
+ </span>
17832
19158
 
17833
19159
 
17834
19160
 
@@ -17866,7 +19192,11 @@ view.on({
17866
19192
  <td class="type">
17867
19193
 
17868
19194
 
17869
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
19195
+ <span class="param-type">
19196
+
19197
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
19198
+
19199
+ </span>
17870
19200
 
17871
19201
 
17872
19202
 
@@ -17904,7 +19234,11 @@ view.on({
17904
19234
  <td class="type">
17905
19235
 
17906
19236
 
17907
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
19237
+ <span class="param-type">
19238
+
19239
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
19240
+
19241
+ </span>
17908
19242
 
17909
19243
 
17910
19244
 
@@ -17942,7 +19276,11 @@ view.on({
17942
19276
  <td class="type">
17943
19277
 
17944
19278
 
17945
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
19279
+ <span class="param-type">
19280
+
19281
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
19282
+
19283
+ </span>
17946
19284
 
17947
19285
 
17948
19286
 
@@ -17980,7 +19318,11 @@ view.on({
17980
19318
  <td class="type">
17981
19319
 
17982
19320
 
17983
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
19321
+ <span class="param-type">
19322
+
19323
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
19324
+
19325
+ </span>
17984
19326
 
17985
19327
 
17986
19328