@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="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
138
+ <td class="name"><code>tokenKey</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -156,13 +168,17 @@
156
168
 
157
169
  <tr class="deep-level-1">
158
170
 
159
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
171
+ <td class="name"><code>tokenValue</code></td>
160
172
 
161
173
 
162
174
  <td class="type">
163
175
 
164
176
 
165
- <span class="param-type">String</span>
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -300,7 +316,11 @@
300
316
  <td class="name">
301
317
  <code>
302
318
 
303
- <span class="param-type">String</span>
319
+ <span class="param-type">
320
+
321
+ String
322
+
323
+ </span>
304
324
 
305
325
 
306
326
 
@@ -314,7 +334,11 @@
314
334
  <td class="name">
315
335
  <code>
316
336
 
317
- <span class="param-type">String</span>
337
+ <span class="param-type">
338
+
339
+ String
340
+
341
+ </span>
318
342
 
319
343
 
320
344
 
@@ -328,7 +352,11 @@
328
352
  <td class="name">
329
353
  <code>
330
354
 
331
- <span class="param-type">Object</span>
355
+ <span class="param-type">
356
+
357
+ Object
358
+
359
+ </span>
332
360
 
333
361
 
334
362
 
@@ -342,7 +370,11 @@
342
370
  <td class="name">
343
371
  <code>
344
372
 
345
- <span class="param-type">Object</span>
373
+ <span class="param-type">
374
+
375
+ Object
376
+
377
+ </span>
346
378
 
347
379
 
348
380
 
@@ -356,7 +388,11 @@
356
388
  <td class="name">
357
389
  <code>
358
390
 
359
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
391
+ <span class="param-type">
392
+
393
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
394
+
395
+ </span>
360
396
 
361
397
 
362
398
 
@@ -370,7 +406,11 @@
370
406
  <td class="name">
371
407
  <code>
372
408
 
373
- <span class="param-type">String</span>
409
+ <span class="param-type">
410
+
411
+ String
412
+
413
+ </span>
374
414
 
375
415
 
376
416
 
@@ -384,7 +424,11 @@
384
424
  <td class="name">
385
425
  <code>
386
426
 
387
- <span class="param-type">String</span>
427
+ <span class="param-type">
428
+
429
+ String
430
+
431
+ </span>
388
432
 
389
433
 
390
434
 
@@ -398,7 +442,11 @@
398
442
  <td class="name">
399
443
  <code>
400
444
 
401
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
402
450
 
403
451
 
404
452
 
@@ -412,7 +460,11 @@
412
460
  <td class="name">
413
461
  <code>
414
462
 
415
- <span class="param-type">Number</span>
463
+ <span class="param-type">
464
+
465
+ Number
466
+
467
+ </span>
416
468
 
417
469
 
418
470
 
@@ -426,7 +478,11 @@
426
478
  <td class="name">
427
479
  <code>
428
480
 
429
- <span class="param-type">Boolean</span>
481
+ <span class="param-type">
482
+
483
+ Boolean
484
+
485
+ </span>
430
486
 
431
487
 
432
488
 
@@ -440,7 +496,11 @@
440
496
  <td class="name">
441
497
  <code>
442
498
 
443
- <span class="param-type">String</span>
499
+ <span class="param-type">
500
+
501
+ String
502
+
503
+ </span>
444
504
 
445
505
 
446
506
 
@@ -454,7 +514,11 @@
454
514
  <td class="name">
455
515
  <code>
456
516
 
457
- <span class="param-type">Number</span>
517
+ <span class="param-type">
518
+
519
+ Number
520
+
521
+ </span>
458
522
 
459
523
 
460
524
 
@@ -468,7 +532,11 @@
468
532
  <td class="name">
469
533
  <code>
470
534
 
471
- <span class="param-type">Number</span>
535
+ <span class="param-type">
536
+
537
+ Number
538
+
539
+ </span>
472
540
 
473
541
 
474
542
 
@@ -482,7 +550,11 @@
482
550
  <td class="name">
483
551
  <code>
484
552
 
485
- <span class="param-type">Number</span>
553
+ <span class="param-type">
554
+
555
+ Number
556
+
557
+ </span>
486
558
 
487
559
 
488
560
 
@@ -496,7 +568,11 @@
496
568
  <td class="name">
497
569
  <code>
498
570
 
499
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
571
+ <span class="param-type">
572
+
573
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
574
+
575
+ </span>
500
576
 
501
577
 
502
578
 
@@ -510,7 +586,11 @@
510
586
  <td class="name">
511
587
  <code>
512
588
 
513
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
514
594
 
515
595
 
516
596
 
@@ -524,7 +604,11 @@
524
604
  <td class="name">
525
605
  <code>
526
606
 
527
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
528
612
 
529
613
 
530
614
 
@@ -538,7 +622,11 @@
538
622
  <td class="name">
539
623
  <code>
540
624
 
541
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
542
630
 
543
631
 
544
632
 
@@ -552,7 +640,11 @@
552
640
  <td class="name">
553
641
  <code>
554
642
 
555
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
556
648
 
557
649
 
558
650
 
@@ -566,7 +658,11 @@
566
658
  <td class="name">
567
659
  <code>
568
660
 
569
- <span class="param-type">String</span>
661
+ <span class="param-type">
662
+
663
+ String
664
+
665
+ </span>
570
666
 
571
667
 
572
668
 
@@ -580,7 +676,11 @@
580
676
  <td class="name">
581
677
  <code>
582
678
 
583
- <span class="param-type">Number</span>
679
+ <span class="param-type">
680
+
681
+ Number
682
+
683
+ </span>
584
684
 
585
685
 
586
686
 
@@ -600,7 +700,11 @@
600
700
  <span class="method-parameter is-pulled-right">
601
701
  <label>类型:</label>
602
702
 
603
- <span class="param-type">String</span>
703
+ <span class="param-type">
704
+
705
+ String
706
+
707
+ </span>
604
708
 
605
709
 
606
710
 
@@ -680,7 +784,11 @@
680
784
  <span class="method-parameter is-pulled-right">
681
785
  <label>类型:</label>
682
786
 
683
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
684
792
 
685
793
 
686
794
 
@@ -760,7 +868,11 @@
760
868
  <span class="method-parameter is-pulled-right">
761
869
  <label>类型:</label>
762
870
 
763
- <span class="param-type">Object</span>
871
+ <span class="param-type">
872
+
873
+ Object
874
+
875
+ </span>
764
876
 
765
877
 
766
878
 
@@ -836,7 +948,11 @@
836
948
  <span class="method-parameter is-pulled-right">
837
949
  <label>类型:</label>
838
950
 
839
- <span class="param-type">Object</span>
951
+ <span class="param-type">
952
+
953
+ Object
954
+
955
+ </span>
840
956
 
841
957
 
842
958
 
@@ -912,7 +1028,11 @@
912
1028
  <span class="method-parameter is-pulled-right">
913
1029
  <label>类型:</label>
914
1030
 
915
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1031
+ <span class="param-type">
1032
+
1033
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1034
+
1035
+ </span>
916
1036
 
917
1037
 
918
1038
 
@@ -992,7 +1112,11 @@
992
1112
  <span class="method-parameter is-pulled-right">
993
1113
  <label>类型:</label>
994
1114
 
995
- <span class="param-type">String</span>
1115
+ <span class="param-type">
1116
+
1117
+ String
1118
+
1119
+ </span>
996
1120
 
997
1121
 
998
1122
 
@@ -1068,7 +1192,11 @@
1068
1192
  <span class="method-parameter is-pulled-right">
1069
1193
  <label>类型:</label>
1070
1194
 
1071
- <span class="param-type">String</span>
1195
+ <span class="param-type">
1196
+
1197
+ String
1198
+
1199
+ </span>
1072
1200
 
1073
1201
 
1074
1202
 
@@ -1144,7 +1272,11 @@
1144
1272
  <span class="method-parameter is-pulled-right">
1145
1273
  <label>类型:</label>
1146
1274
 
1147
- <span class="param-type">String</span>
1275
+ <span class="param-type">
1276
+
1277
+ String
1278
+
1279
+ </span>
1148
1280
 
1149
1281
 
1150
1282
 
@@ -1224,7 +1356,11 @@
1224
1356
  <span class="method-parameter is-pulled-right">
1225
1357
  <label>类型:</label>
1226
1358
 
1227
- <span class="param-type">Number</span>
1359
+ <span class="param-type">
1360
+
1361
+ Number
1362
+
1363
+ </span>
1228
1364
 
1229
1365
 
1230
1366
 
@@ -1300,7 +1436,11 @@
1300
1436
  <span class="method-parameter is-pulled-right">
1301
1437
  <label>类型:</label>
1302
1438
 
1303
- <span class="param-type">Boolean</span>
1439
+ <span class="param-type">
1440
+
1441
+ Boolean
1442
+
1443
+ </span>
1304
1444
 
1305
1445
 
1306
1446
 
@@ -1385,7 +1525,11 @@
1385
1525
  <span class="method-parameter is-pulled-right">
1386
1526
  <label>类型:</label>
1387
1527
 
1388
- <span class="param-type">String</span>
1528
+ <span class="param-type">
1529
+
1530
+ String
1531
+
1532
+ </span>
1389
1533
 
1390
1534
 
1391
1535
 
@@ -1470,7 +1614,11 @@
1470
1614
  <span class="method-parameter is-pulled-right">
1471
1615
  <label>类型:</label>
1472
1616
 
1473
- <span class="param-type">Number</span>
1617
+ <span class="param-type">
1618
+
1619
+ Number
1620
+
1621
+ </span>
1474
1622
 
1475
1623
 
1476
1624
 
@@ -1551,7 +1699,11 @@
1551
1699
  <span class="method-parameter is-pulled-right">
1552
1700
  <label>类型:</label>
1553
1701
 
1554
- <span class="param-type">Number</span>
1702
+ <span class="param-type">
1703
+
1704
+ Number
1705
+
1706
+ </span>
1555
1707
 
1556
1708
 
1557
1709
 
@@ -1632,7 +1784,11 @@
1632
1784
  <span class="method-parameter is-pulled-right">
1633
1785
  <label>类型:</label>
1634
1786
 
1635
- <span class="param-type">Number</span>
1787
+ <span class="param-type">
1788
+
1789
+ Number
1790
+
1791
+ </span>
1636
1792
 
1637
1793
 
1638
1794
 
@@ -1708,7 +1864,11 @@
1708
1864
  <span class="method-parameter is-pulled-right">
1709
1865
  <label>类型:</label>
1710
1866
 
1711
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1867
+ <span class="param-type">
1868
+
1869
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1870
+
1871
+ </span>
1712
1872
 
1713
1873
 
1714
1874
 
@@ -1784,7 +1944,11 @@
1784
1944
  <span class="method-parameter is-pulled-right">
1785
1945
  <label>类型:</label>
1786
1946
 
1787
- <span class="param-type">String</span>
1947
+ <span class="param-type">
1948
+
1949
+ String
1950
+
1951
+ </span>
1788
1952
 
1789
1953
 
1790
1954
 
@@ -1860,7 +2024,11 @@
1860
2024
  <span class="method-parameter is-pulled-right">
1861
2025
  <label>类型:</label>
1862
2026
 
1863
- <span class="param-type">String</span>
2027
+ <span class="param-type">
2028
+
2029
+ String
2030
+
2031
+ </span>
1864
2032
 
1865
2033
 
1866
2034
 
@@ -1936,7 +2104,11 @@
1936
2104
  <span class="method-parameter is-pulled-right">
1937
2105
  <label>类型:</label>
1938
2106
 
1939
- <span class="param-type">String</span>
2107
+ <span class="param-type">
2108
+
2109
+ String
2110
+
2111
+ </span>
1940
2112
 
1941
2113
 
1942
2114
 
@@ -2012,7 +2184,11 @@
2012
2184
  <span class="method-parameter is-pulled-right">
2013
2185
  <label>类型:</label>
2014
2186
 
2015
- <span class="param-type">String</span>
2187
+ <span class="param-type">
2188
+
2189
+ String
2190
+
2191
+ </span>
2016
2192
 
2017
2193
 
2018
2194
 
@@ -2092,7 +2268,11 @@
2092
2268
  <span class="method-parameter is-pulled-right">
2093
2269
  <label>类型:</label>
2094
2270
 
2095
- <span class="param-type">String</span>
2271
+ <span class="param-type">
2272
+
2273
+ String
2274
+
2275
+ </span>
2096
2276
 
2097
2277
 
2098
2278
 
@@ -2163,7 +2343,11 @@
2163
2343
  <span class="method-parameter is-pulled-right">
2164
2344
  <label>类型:</label>
2165
2345
 
2166
- <span class="param-type">Number</span>
2346
+ <span class="param-type">
2347
+
2348
+ Number
2349
+
2350
+ </span>
2167
2351
 
2168
2352
 
2169
2353
 
@@ -2260,7 +2444,11 @@
2260
2444
  <code>
2261
2445
 
2262
2446
 
2263
- <span class="param-type"><a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2447
+ <span class="param-type">
2448
+
2449
+ <a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a>
2450
+
2451
+ </span>
2264
2452
 
2265
2453
 
2266
2454
 
@@ -2276,7 +2464,11 @@
2276
2464
  <code>
2277
2465
 
2278
2466
 
2279
- <span class="param-type">*</span>
2467
+ <span class="param-type">
2468
+
2469
+ *
2470
+
2471
+ </span>
2280
2472
 
2281
2473
 
2282
2474
 
@@ -2292,7 +2484,11 @@
2292
2484
  <code>
2293
2485
 
2294
2486
 
2295
- <span class="param-type">Boolean</span>
2487
+ <span class="param-type">
2488
+
2489
+ Boolean
2490
+
2491
+ </span>
2296
2492
 
2297
2493
 
2298
2494
 
@@ -2308,7 +2504,11 @@
2308
2504
  <code>
2309
2505
 
2310
2506
 
2311
- <span class="param-type">Object</span>
2507
+ <span class="param-type">
2508
+
2509
+ Object
2510
+
2511
+ </span>
2312
2512
 
2313
2513
 
2314
2514
 
@@ -2317,12 +2517,7 @@
2317
2517
  </td>
2318
2518
  <td class="name"><code><p>移除事件<br/>
2319
2519
  示例如下:<br/>
2320
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
2321
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
2322
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
2323
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
2324
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
2325
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
2520
+ </code></td>
2326
2521
  </tr>
2327
2522
 
2328
2523
  <tr class="deep-level-0">
@@ -2331,7 +2526,11 @@
2331
2526
  <code>
2332
2527
 
2333
2528
 
2334
- <span class="param-type">Object</span>
2529
+ <span class="param-type">
2530
+
2531
+ Object
2532
+
2533
+ </span>
2335
2534
 
2336
2535
 
2337
2536
 
@@ -2340,11 +2539,7 @@
2340
2539
  </td>
2341
2540
  <td class="name"><code><p>注册一个新的监听事件;<br/>
2342
2541
  示例如下:<br/>
2343
- <a href='#event1'>[1、注册一个事件]</a><br/>
2344
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
2345
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
2346
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
2347
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
2542
+ </code></td>
2348
2543
  </tr>
2349
2544
 
2350
2545
  <tr class="deep-level-0">
@@ -2363,7 +2558,11 @@
2363
2558
  <code>
2364
2559
 
2365
2560
 
2366
- <span class="param-type">Object</span>
2561
+ <span class="param-type">
2562
+
2563
+ Object
2564
+
2565
+ </span>
2367
2566
 
2368
2567
 
2369
2568
 
@@ -2481,7 +2680,11 @@
2481
2680
  <div class='column is-5 has-text-left'>
2482
2681
  <label>类型: </label>
2483
2682
 
2484
- <span class="param-type"><a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a></span>
2683
+ <span class="param-type">
2684
+
2685
+ <a link="SceneLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneLayer" SceneLayer.html>SceneLayer</a>
2686
+
2687
+ </span>
2485
2688
 
2486
2689
 
2487
2690
 
@@ -2597,7 +2800,11 @@
2597
2800
  <div class='column is-5 has-text-left'>
2598
2801
  <label>类型: </label>
2599
2802
 
2600
- <span class="param-type">*</span>
2803
+ <span class="param-type">
2804
+
2805
+ *
2806
+
2807
+ </span>
2601
2808
 
2602
2809
 
2603
2810
 
@@ -2719,7 +2926,11 @@
2719
2926
  <div class='column is-5 has-text-left'>
2720
2927
  <label>类型: </label>
2721
2928
 
2722
- <span class="param-type">Boolean</span>
2929
+ <span class="param-type">
2930
+
2931
+ Boolean
2932
+
2933
+ </span>
2723
2934
 
2724
2935
 
2725
2936
 
@@ -2798,13 +3009,17 @@
2798
3009
 
2799
3010
  <tr class="deep-level-0">
2800
3011
 
2801
- <td class="name" id="types"><code>types</code></td>
3012
+ <td class="name"><code>types</code></td>
2802
3013
 
2803
3014
 
2804
3015
  <td class="type">
2805
3016
 
2806
3017
 
2807
- <span class="param-type">string</span>
3018
+ <span class="param-type">
3019
+
3020
+ string
3021
+
3022
+ </span>
2808
3023
 
2809
3024
 
2810
3025
 
@@ -2825,13 +3040,17 @@
2825
3040
 
2826
3041
  <tr class="deep-level-0">
2827
3042
 
2828
- <td class="name" id="fn"><code>fn</code></td>
3043
+ <td class="name"><code>fn</code></td>
2829
3044
 
2830
3045
 
2831
3046
  <td class="type">
2832
3047
 
2833
3048
 
2834
- <span class="param-type">function</span>
3049
+ <span class="param-type">
3050
+
3051
+ function
3052
+
3053
+ </span>
2835
3054
 
2836
3055
 
2837
3056
 
@@ -2850,13 +3069,17 @@
2850
3069
 
2851
3070
  <tr class="deep-level-0">
2852
3071
 
2853
- <td class="name" id="context"><code>context</code></td>
3072
+ <td class="name"><code>context</code></td>
2854
3073
 
2855
3074
 
2856
3075
  <td class="type">
2857
3076
 
2858
3077
 
2859
- <span class="param-type">Object</span>
3078
+ <span class="param-type">
3079
+
3080
+ Object
3081
+
3082
+ </span>
2860
3083
 
2861
3084
 
2862
3085
 
@@ -2950,7 +3173,11 @@
2950
3173
  <div class='column is-5 has-text-left'>
2951
3174
  <label>类型: </label>
2952
3175
 
2953
- <span class="param-type">Object</span>
3176
+ <span class="param-type">
3177
+
3178
+ Object
3179
+
3180
+ </span>
2954
3181
 
2955
3182
 
2956
3183
 
@@ -3118,16 +3345,24 @@ view.off({
3118
3345
 
3119
3346
  <tr class="deep-level-0">
3120
3347
 
3121
- <td class="name" id="types"><code>types</code></td>
3348
+ <td class="name"><code>types</code></td>
3122
3349
 
3123
3350
 
3124
3351
  <td class="type">
3125
3352
 
3126
3353
 
3127
- <span class="param-type">String</span>
3354
+ <span class="param-type">
3355
+
3356
+ String
3357
+
3358
+ </span>
3128
3359
  |
3129
3360
 
3130
- <span class="param-type">Object</span>
3361
+ <span class="param-type">
3362
+
3363
+ Object
3364
+
3365
+ </span>
3131
3366
 
3132
3367
 
3133
3368
 
@@ -3154,13 +3389,17 @@ view.off({
3154
3389
 
3155
3390
  <tr class="deep-level-0">
3156
3391
 
3157
- <td class="name" id="fn"><code>fn</code></td>
3392
+ <td class="name"><code>fn</code></td>
3158
3393
 
3159
3394
 
3160
3395
  <td class="type">
3161
3396
 
3162
3397
 
3163
- <span class="param-type">function</span>
3398
+ <span class="param-type">
3399
+
3400
+ function
3401
+
3402
+ </span>
3164
3403
 
3165
3404
 
3166
3405
 
@@ -3185,13 +3424,17 @@ view.off({
3185
3424
 
3186
3425
  <tr class="deep-level-0">
3187
3426
 
3188
- <td class="name" id="context"><code>context</code></td>
3427
+ <td class="name"><code>context</code></td>
3189
3428
 
3190
3429
 
3191
3430
  <td class="type">
3192
3431
 
3193
3432
 
3194
- <span class="param-type">Object</span>
3433
+ <span class="param-type">
3434
+
3435
+ Object
3436
+
3437
+ </span>
3195
3438
 
3196
3439
 
3197
3440
 
@@ -3291,7 +3534,11 @@ view.off({
3291
3534
  <div class='column is-5 has-text-left'>
3292
3535
  <label>类型: </label>
3293
3536
 
3294
- <span class="param-type">Object</span>
3537
+ <span class="param-type">
3538
+
3539
+ Object
3540
+
3541
+ </span>
3295
3542
 
3296
3543
 
3297
3544
 
@@ -3587,7 +3834,11 @@ view.on({
3587
3834
  <div class='column is-5 has-text-left'>
3588
3835
  <label>类型: </label>
3589
3836
 
3590
- <span class="param-type">Object</span>
3837
+ <span class="param-type">
3838
+
3839
+ Object
3840
+
3841
+ </span>
3591
3842
 
3592
3843
 
3593
3844
 
@@ -3627,37 +3878,37 @@ view.on({
3627
3878
  <tbody>
3628
3879
 
3629
3880
  <tr class="deep-level-0">
3630
- <td class="name"><code><a href="SceneLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3881
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3631
3882
  <td class="name"><code>图层刷新完毕事件</code></td>
3632
3883
  </tr>
3633
3884
 
3634
3885
  <tr class="deep-level-0">
3635
- <td class="name"><code><a href="SceneLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3886
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3636
3887
  <td class="name"><code>图层加载完毕事件</code></td>
3637
3888
  </tr>
3638
3889
 
3639
3890
  <tr class="deep-level-0">
3640
- <td class="name"><code><a href="SceneLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3891
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3641
3892
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3642
3893
  </tr>
3643
3894
 
3644
3895
  <tr class="deep-level-0">
3645
- <td class="name"><code><a href="SceneLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3896
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3646
3897
  <td class="name"><code>图层更新完毕事件</code></td>
3647
3898
  </tr>
3648
3899
 
3649
3900
  <tr class="deep-level-0">
3650
- <td class="name"><code><a href="SceneLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3901
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3651
3902
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3652
3903
  </tr>
3653
3904
 
3654
3905
  <tr class="deep-level-0">
3655
- <td class="name"><code><a href="SceneLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3906
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3656
3907
  <td class="name"><code>图层销毁完毕事件</code></td>
3657
3908
  </tr>
3658
3909
 
3659
3910
  <tr class="deep-level-0">
3660
- <td class="name"><code><a href="SceneLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3911
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3661
3912
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3662
3913
  </tr>
3663
3914
 
@@ -3737,7 +3988,11 @@ view.on({
3737
3988
  <td class="type">
3738
3989
 
3739
3990
 
3740
- <span class="param-type">Object</span>
3991
+ <span class="param-type">
3992
+
3993
+ Object
3994
+
3995
+ </span>
3741
3996
 
3742
3997
 
3743
3998
 
@@ -3771,7 +4026,11 @@ view.on({
3771
4026
  <td class="type">
3772
4027
 
3773
4028
 
3774
- <span class="param-type">String</span>
4029
+ <span class="param-type">
4030
+
4031
+ String
4032
+
4033
+ </span>
3775
4034
 
3776
4035
 
3777
4036
 
@@ -3809,7 +4068,11 @@ view.on({
3809
4068
  <td class="type">
3810
4069
 
3811
4070
 
3812
- <span class="param-type">String</span>
4071
+ <span class="param-type">
4072
+
4073
+ String
4074
+
4075
+ </span>
3813
4076
 
3814
4077
 
3815
4078
 
@@ -3847,7 +4110,11 @@ view.on({
3847
4110
  <td class="type">
3848
4111
 
3849
4112
 
3850
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4113
+ <span class="param-type">
4114
+
4115
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4116
+
4117
+ </span>
3851
4118
 
3852
4119
 
3853
4120
 
@@ -3885,7 +4152,11 @@ view.on({
3885
4152
  <td class="type">
3886
4153
 
3887
4154
 
3888
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4155
+ <span class="param-type">
4156
+
4157
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4158
+
4159
+ </span>
3889
4160
 
3890
4161
 
3891
4162
 
@@ -3923,7 +4194,11 @@ view.on({
3923
4194
  <td class="type">
3924
4195
 
3925
4196
 
3926
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4197
+ <span class="param-type">
4198
+
4199
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4200
+
4201
+ </span>
3927
4202
 
3928
4203
 
3929
4204
 
@@ -3961,7 +4236,11 @@ view.on({
3961
4236
  <td class="type">
3962
4237
 
3963
4238
 
3964
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4239
+ <span class="param-type">
4240
+
4241
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4242
+
4243
+ </span>
3965
4244
 
3966
4245
 
3967
4246
 
@@ -3999,7 +4278,11 @@ view.on({
3999
4278
  <td class="type">
4000
4279
 
4001
4280
 
4002
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4281
+ <span class="param-type">
4282
+
4283
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4284
+
4285
+ </span>
4003
4286
 
4004
4287
 
4005
4288
 
@@ -4191,7 +4474,11 @@ view.on({
4191
4474
  <td class="type">
4192
4475
 
4193
4476
 
4194
- <span class="param-type">Object</span>
4477
+ <span class="param-type">
4478
+
4479
+ Object
4480
+
4481
+ </span>
4195
4482
 
4196
4483
 
4197
4484
 
@@ -4225,7 +4512,11 @@ view.on({
4225
4512
  <td class="type">
4226
4513
 
4227
4514
 
4228
- <span class="param-type">String</span>
4515
+ <span class="param-type">
4516
+
4517
+ String
4518
+
4519
+ </span>
4229
4520
 
4230
4521
 
4231
4522
 
@@ -4263,7 +4554,11 @@ view.on({
4263
4554
  <td class="type">
4264
4555
 
4265
4556
 
4266
- <span class="param-type">String</span>
4557
+ <span class="param-type">
4558
+
4559
+ String
4560
+
4561
+ </span>
4267
4562
 
4268
4563
 
4269
4564
 
@@ -4301,7 +4596,11 @@ view.on({
4301
4596
  <td class="type">
4302
4597
 
4303
4598
 
4304
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4599
+ <span class="param-type">
4600
+
4601
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4602
+
4603
+ </span>
4305
4604
 
4306
4605
 
4307
4606
 
@@ -4339,7 +4638,11 @@ view.on({
4339
4638
  <td class="type">
4340
4639
 
4341
4640
 
4342
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4641
+ <span class="param-type">
4642
+
4643
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4644
+
4645
+ </span>
4343
4646
 
4344
4647
 
4345
4648
 
@@ -4377,7 +4680,11 @@ view.on({
4377
4680
  <td class="type">
4378
4681
 
4379
4682
 
4380
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4683
+ <span class="param-type">
4684
+
4685
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4686
+
4687
+ </span>
4381
4688
 
4382
4689
 
4383
4690
 
@@ -4415,7 +4722,11 @@ view.on({
4415
4722
  <td class="type">
4416
4723
 
4417
4724
 
4418
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4725
+ <span class="param-type">
4726
+
4727
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4728
+
4729
+ </span>
4419
4730
 
4420
4731
 
4421
4732
 
@@ -4453,7 +4764,11 @@ view.on({
4453
4764
  <td class="type">
4454
4765
 
4455
4766
 
4456
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4767
+ <span class="param-type">
4768
+
4769
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4770
+
4771
+ </span>
4457
4772
 
4458
4773
 
4459
4774
 
@@ -4635,7 +4950,11 @@ view.on({
4635
4950
  <td class="type">
4636
4951
 
4637
4952
 
4638
- <span class="param-type">Object</span>
4953
+ <span class="param-type">
4954
+
4955
+ Object
4956
+
4957
+ </span>
4639
4958
 
4640
4959
 
4641
4960
 
@@ -4669,7 +4988,11 @@ view.on({
4669
4988
  <td class="type">
4670
4989
 
4671
4990
 
4672
- <span class="param-type">String</span>
4991
+ <span class="param-type">
4992
+
4993
+ String
4994
+
4995
+ </span>
4673
4996
 
4674
4997
 
4675
4998
 
@@ -4707,7 +5030,11 @@ view.on({
4707
5030
  <td class="type">
4708
5031
 
4709
5032
 
4710
- <span class="param-type">String</span>
5033
+ <span class="param-type">
5034
+
5035
+ String
5036
+
5037
+ </span>
4711
5038
 
4712
5039
 
4713
5040
 
@@ -4745,7 +5072,11 @@ view.on({
4745
5072
  <td class="type">
4746
5073
 
4747
5074
 
4748
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5075
+ <span class="param-type">
5076
+
5077
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5078
+
5079
+ </span>
4749
5080
 
4750
5081
 
4751
5082
 
@@ -4783,7 +5114,11 @@ view.on({
4783
5114
  <td class="type">
4784
5115
 
4785
5116
 
4786
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5117
+ <span class="param-type">
5118
+
5119
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5120
+
5121
+ </span>
4787
5122
 
4788
5123
 
4789
5124
 
@@ -4821,7 +5156,11 @@ view.on({
4821
5156
  <td class="type">
4822
5157
 
4823
5158
 
4824
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5159
+ <span class="param-type">
5160
+
5161
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5162
+
5163
+ </span>
4825
5164
 
4826
5165
 
4827
5166
 
@@ -4859,7 +5198,11 @@ view.on({
4859
5198
  <td class="type">
4860
5199
 
4861
5200
 
4862
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5201
+ <span class="param-type">
5202
+
5203
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5204
+
5205
+ </span>
4863
5206
 
4864
5207
 
4865
5208
 
@@ -4897,7 +5240,11 @@ view.on({
4897
5240
  <td class="type">
4898
5241
 
4899
5242
 
4900
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5243
+ <span class="param-type">
5244
+
5245
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5246
+
5247
+ </span>
4901
5248
 
4902
5249
 
4903
5250
 
@@ -5089,7 +5436,11 @@ view.on({
5089
5436
  <td class="type">
5090
5437
 
5091
5438
 
5092
- <span class="param-type">Object</span>
5439
+ <span class="param-type">
5440
+
5441
+ Object
5442
+
5443
+ </span>
5093
5444
 
5094
5445
 
5095
5446
 
@@ -5123,7 +5474,11 @@ view.on({
5123
5474
  <td class="type">
5124
5475
 
5125
5476
 
5126
- <span class="param-type">String</span>
5477
+ <span class="param-type">
5478
+
5479
+ String
5480
+
5481
+ </span>
5127
5482
 
5128
5483
 
5129
5484
 
@@ -5161,7 +5516,11 @@ view.on({
5161
5516
  <td class="type">
5162
5517
 
5163
5518
 
5164
- <span class="param-type">String</span>
5519
+ <span class="param-type">
5520
+
5521
+ String
5522
+
5523
+ </span>
5165
5524
 
5166
5525
 
5167
5526
 
@@ -5199,7 +5558,11 @@ view.on({
5199
5558
  <td class="type">
5200
5559
 
5201
5560
 
5202
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5561
+ <span class="param-type">
5562
+
5563
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5564
+
5565
+ </span>
5203
5566
 
5204
5567
 
5205
5568
 
@@ -5237,7 +5600,11 @@ view.on({
5237
5600
  <td class="type">
5238
5601
 
5239
5602
 
5240
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5603
+ <span class="param-type">
5604
+
5605
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5606
+
5607
+ </span>
5241
5608
 
5242
5609
 
5243
5610
 
@@ -5275,7 +5642,11 @@ view.on({
5275
5642
  <td class="type">
5276
5643
 
5277
5644
 
5278
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5645
+ <span class="param-type">
5646
+
5647
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5648
+
5649
+ </span>
5279
5650
 
5280
5651
 
5281
5652
 
@@ -5313,7 +5684,11 @@ view.on({
5313
5684
  <td class="type">
5314
5685
 
5315
5686
 
5316
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5687
+ <span class="param-type">
5688
+
5689
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5690
+
5691
+ </span>
5317
5692
 
5318
5693
 
5319
5694
 
@@ -5351,7 +5726,11 @@ view.on({
5351
5726
  <td class="type">
5352
5727
 
5353
5728
 
5354
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5729
+ <span class="param-type">
5730
+
5731
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5732
+
5733
+ </span>
5355
5734
 
5356
5735
 
5357
5736
 
@@ -5533,7 +5912,11 @@ view.on({
5533
5912
  <td class="type">
5534
5913
 
5535
5914
 
5536
- <span class="param-type">Object</span>
5915
+ <span class="param-type">
5916
+
5917
+ Object
5918
+
5919
+ </span>
5537
5920
 
5538
5921
 
5539
5922
 
@@ -5567,7 +5950,11 @@ view.on({
5567
5950
  <td class="type">
5568
5951
 
5569
5952
 
5570
- <span class="param-type">String</span>
5953
+ <span class="param-type">
5954
+
5955
+ String
5956
+
5957
+ </span>
5571
5958
 
5572
5959
 
5573
5960
 
@@ -5605,7 +5992,11 @@ view.on({
5605
5992
  <td class="type">
5606
5993
 
5607
5994
 
5608
- <span class="param-type">String</span>
5995
+ <span class="param-type">
5996
+
5997
+ String
5998
+
5999
+ </span>
5609
6000
 
5610
6001
 
5611
6002
 
@@ -5643,7 +6034,11 @@ view.on({
5643
6034
  <td class="type">
5644
6035
 
5645
6036
 
5646
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6037
+ <span class="param-type">
6038
+
6039
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6040
+
6041
+ </span>
5647
6042
 
5648
6043
 
5649
6044
 
@@ -5681,7 +6076,11 @@ view.on({
5681
6076
  <td class="type">
5682
6077
 
5683
6078
 
5684
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6079
+ <span class="param-type">
6080
+
6081
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6082
+
6083
+ </span>
5685
6084
 
5686
6085
 
5687
6086
 
@@ -5719,7 +6118,11 @@ view.on({
5719
6118
  <td class="type">
5720
6119
 
5721
6120
 
5722
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6121
+ <span class="param-type">
6122
+
6123
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6124
+
6125
+ </span>
5723
6126
 
5724
6127
 
5725
6128
 
@@ -5757,7 +6160,11 @@ view.on({
5757
6160
  <td class="type">
5758
6161
 
5759
6162
 
5760
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6163
+ <span class="param-type">
6164
+
6165
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6166
+
6167
+ </span>
5761
6168
 
5762
6169
 
5763
6170
 
@@ -5795,7 +6202,11 @@ view.on({
5795
6202
  <td class="type">
5796
6203
 
5797
6204
 
5798
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6205
+ <span class="param-type">
6206
+
6207
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6208
+
6209
+ </span>
5799
6210
 
5800
6211
 
5801
6212
 
@@ -5987,7 +6398,11 @@ view.on({
5987
6398
  <td class="type">
5988
6399
 
5989
6400
 
5990
- <span class="param-type">Object</span>
6401
+ <span class="param-type">
6402
+
6403
+ Object
6404
+
6405
+ </span>
5991
6406
 
5992
6407
 
5993
6408
 
@@ -6021,7 +6436,11 @@ view.on({
6021
6436
  <td class="type">
6022
6437
 
6023
6438
 
6024
- <span class="param-type">String</span>
6439
+ <span class="param-type">
6440
+
6441
+ String
6442
+
6443
+ </span>
6025
6444
 
6026
6445
 
6027
6446
 
@@ -6059,7 +6478,11 @@ view.on({
6059
6478
  <td class="type">
6060
6479
 
6061
6480
 
6062
- <span class="param-type">String</span>
6481
+ <span class="param-type">
6482
+
6483
+ String
6484
+
6485
+ </span>
6063
6486
 
6064
6487
 
6065
6488
 
@@ -6097,7 +6520,11 @@ view.on({
6097
6520
  <td class="type">
6098
6521
 
6099
6522
 
6100
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6523
+ <span class="param-type">
6524
+
6525
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6526
+
6527
+ </span>
6101
6528
 
6102
6529
 
6103
6530
 
@@ -6135,7 +6562,11 @@ view.on({
6135
6562
  <td class="type">
6136
6563
 
6137
6564
 
6138
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6565
+ <span class="param-type">
6566
+
6567
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6568
+
6569
+ </span>
6139
6570
 
6140
6571
 
6141
6572
 
@@ -6173,7 +6604,11 @@ view.on({
6173
6604
  <td class="type">
6174
6605
 
6175
6606
 
6176
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6607
+ <span class="param-type">
6608
+
6609
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6610
+
6611
+ </span>
6177
6612
 
6178
6613
 
6179
6614
 
@@ -6211,7 +6646,11 @@ view.on({
6211
6646
  <td class="type">
6212
6647
 
6213
6648
 
6214
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6649
+ <span class="param-type">
6650
+
6651
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6652
+
6653
+ </span>
6215
6654
 
6216
6655
 
6217
6656
 
@@ -6249,7 +6688,11 @@ view.on({
6249
6688
  <td class="type">
6250
6689
 
6251
6690
 
6252
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6691
+ <span class="param-type">
6692
+
6693
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6694
+
6695
+ </span>
6253
6696
 
6254
6697
 
6255
6698
 
@@ -6431,7 +6874,11 @@ view.on({
6431
6874
  <td class="type">
6432
6875
 
6433
6876
 
6434
- <span class="param-type">Object</span>
6877
+ <span class="param-type">
6878
+
6879
+ Object
6880
+
6881
+ </span>
6435
6882
 
6436
6883
 
6437
6884
 
@@ -6465,7 +6912,11 @@ view.on({
6465
6912
  <td class="type">
6466
6913
 
6467
6914
 
6468
- <span class="param-type">String</span>
6915
+ <span class="param-type">
6916
+
6917
+ String
6918
+
6919
+ </span>
6469
6920
 
6470
6921
 
6471
6922
 
@@ -6503,7 +6954,11 @@ view.on({
6503
6954
  <td class="type">
6504
6955
 
6505
6956
 
6506
- <span class="param-type">String</span>
6957
+ <span class="param-type">
6958
+
6959
+ String
6960
+
6961
+ </span>
6507
6962
 
6508
6963
 
6509
6964
 
@@ -6541,7 +6996,11 @@ view.on({
6541
6996
  <td class="type">
6542
6997
 
6543
6998
 
6544
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6999
+ <span class="param-type">
7000
+
7001
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7002
+
7003
+ </span>
6545
7004
 
6546
7005
 
6547
7006
 
@@ -6579,7 +7038,11 @@ view.on({
6579
7038
  <td class="type">
6580
7039
 
6581
7040
 
6582
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7041
+ <span class="param-type">
7042
+
7043
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7044
+
7045
+ </span>
6583
7046
 
6584
7047
 
6585
7048
 
@@ -6617,7 +7080,11 @@ view.on({
6617
7080
  <td class="type">
6618
7081
 
6619
7082
 
6620
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7083
+ <span class="param-type">
7084
+
7085
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7086
+
7087
+ </span>
6621
7088
 
6622
7089
 
6623
7090
 
@@ -6655,7 +7122,11 @@ view.on({
6655
7122
  <td class="type">
6656
7123
 
6657
7124
 
6658
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7125
+ <span class="param-type">
7126
+
7127
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7128
+
7129
+ </span>
6659
7130
 
6660
7131
 
6661
7132
 
@@ -6693,7 +7164,11 @@ view.on({
6693
7164
  <td class="type">
6694
7165
 
6695
7166
 
6696
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7167
+ <span class="param-type">
7168
+
7169
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7170
+
7171
+ </span>
6697
7172
 
6698
7173
 
6699
7174