@mapgis/webclient-common 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/README.md +8 -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/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -95,13 +95,17 @@ if(layer.loadStatus === 'loaded') {<br/>
95
95
 
96
96
  <tr class="deep-level-0">
97
97
 
98
- <td class="name" id="options"><code>options</code></td>
98
+ <td class="name"><code>options</code></td>
99
99
 
100
100
 
101
101
  <td class="type">
102
102
 
103
103
 
104
- <span class="param-type">Object</span>
104
+ <span class="param-type">
105
+
106
+ Object
107
+
108
+ </span>
105
109
 
106
110
 
107
111
 
@@ -122,13 +126,17 @@ if(layer.loadStatus === 'loaded') {<br/>
122
126
 
123
127
  <tr class="deep-level-1">
124
128
 
125
- <td class="name" id="url"><code>url</code></td>
129
+ <td class="name"><code>url</code></td>
126
130
 
127
131
 
128
132
  <td class="type">
129
133
 
130
134
 
131
- <span class="param-type">String</span>
135
+ <span class="param-type">
136
+
137
+ String
138
+
139
+ </span>
132
140
 
133
141
 
134
142
 
@@ -151,13 +159,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
151
159
 
152
160
  <tr class="deep-level-1">
153
161
 
154
- <td class="name" id="id"><code>id</code></td>
162
+ <td class="name"><code>id</code></td>
155
163
 
156
164
 
157
165
  <td class="type">
158
166
 
159
167
 
160
- <span class="param-type">String</span>
168
+ <span class="param-type">
169
+
170
+ String
171
+
172
+ </span>
161
173
 
162
174
 
163
175
 
@@ -178,13 +190,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
178
190
 
179
191
  <tr class="deep-level-1">
180
192
 
181
- <td class="name" id="opacity"><code>opacity</code></td>
193
+ <td class="name"><code>opacity</code></td>
182
194
 
183
195
 
184
196
  <td class="type">
185
197
 
186
198
 
187
- <span class="param-type">Number</span>
199
+ <span class="param-type">
200
+
201
+ Number
202
+
203
+ </span>
188
204
 
189
205
 
190
206
 
@@ -207,13 +223,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
207
223
 
208
224
  <tr class="deep-level-1">
209
225
 
210
- <td class="name" id="visible"><code>visible</code></td>
226
+ <td class="name"><code>visible</code></td>
211
227
 
212
228
 
213
229
  <td class="type">
214
230
 
215
231
 
216
- <span class="param-type">Boolean</span>
232
+ <span class="param-type">
233
+
234
+ Boolean
235
+
236
+ </span>
217
237
 
218
238
 
219
239
 
@@ -236,13 +256,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
236
256
 
237
257
  <tr class="deep-level-1">
238
258
 
239
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
259
+ <td class="name"><code>spatialReference</code></td>
240
260
 
241
261
 
242
262
  <td class="type">
243
263
 
244
264
 
245
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
265
+ <span class="param-type">
266
+
267
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
268
+
269
+ </span>
246
270
 
247
271
 
248
272
 
@@ -265,13 +289,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
265
289
 
266
290
  <tr class="deep-level-1">
267
291
 
268
- <td class="name" id="extent"><code>extent</code></td>
292
+ <td class="name"><code>extent</code></td>
269
293
 
270
294
 
271
295
  <td class="type">
272
296
 
273
297
 
274
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
298
+ <span class="param-type">
299
+
300
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
301
+
302
+ </span>
275
303
 
276
304
 
277
305
 
@@ -292,13 +320,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
292
320
 
293
321
  <tr class="deep-level-1">
294
322
 
295
- <td class="name" id="tileInfo"><code>tileInfo</code></td>
323
+ <td class="name"><code>tileInfo</code></td>
296
324
 
297
325
 
298
326
  <td class="type">
299
327
 
300
328
 
301
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
329
+ <span class="param-type">
330
+
331
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
332
+
333
+ </span>
302
334
 
303
335
 
304
336
 
@@ -319,13 +351,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
319
351
 
320
352
  <tr class="deep-level-1">
321
353
 
322
- <td class="name" id="minScale"><code>minScale</code></td>
354
+ <td class="name"><code>minScale</code></td>
323
355
 
324
356
 
325
357
  <td class="type">
326
358
 
327
359
 
328
- <span class="param-type">Number</span>
360
+ <span class="param-type">
361
+
362
+ Number
363
+
364
+ </span>
329
365
 
330
366
 
331
367
 
@@ -348,13 +384,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
348
384
 
349
385
  <tr class="deep-level-1">
350
386
 
351
- <td class="name" id="maxScale"><code>maxScale</code></td>
387
+ <td class="name"><code>maxScale</code></td>
352
388
 
353
389
 
354
390
  <td class="type">
355
391
 
356
392
 
357
- <span class="param-type">Number</span>
393
+ <span class="param-type">
394
+
395
+ Number
396
+
397
+ </span>
358
398
 
359
399
 
360
400
 
@@ -377,13 +417,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
377
417
 
378
418
  <tr class="deep-level-1">
379
419
 
380
- <td class="name" id="tileSliceType"><code>tileSliceType</code></td>
420
+ <td class="name"><code>tileSliceType</code></td>
381
421
 
382
422
 
383
423
  <td class="type">
384
424
 
385
425
 
386
- <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
426
+ <span class="param-type">
427
+
428
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
429
+
430
+ </span>
387
431
 
388
432
 
389
433
 
@@ -406,13 +450,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
406
450
 
407
451
  <tr class="deep-level-1">
408
452
 
409
- <td class="name" id="subDomains"><code>subDomains</code></td>
453
+ <td class="name"><code>subDomains</code></td>
410
454
 
411
455
 
412
456
  <td class="type">
413
457
 
414
458
 
415
- <span class="param-type">Array.&lt;String></span>
459
+ <span class="param-type">
460
+
461
+ Array.&lt;String>
462
+
463
+ </span>
416
464
 
417
465
 
418
466
 
@@ -435,13 +483,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
435
483
 
436
484
  <tr class="deep-level-1">
437
485
 
438
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
486
+ <td class="name"><code>tokenKey</code></td>
439
487
 
440
488
 
441
489
  <td class="type">
442
490
 
443
491
 
444
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
445
497
 
446
498
 
447
499
 
@@ -464,13 +516,17 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
464
516
 
465
517
  <tr class="deep-level-1">
466
518
 
467
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
519
+ <td class="name"><code>tokenValue</code></td>
468
520
 
469
521
 
470
522
  <td class="type">
471
523
 
472
524
 
473
- <span class="param-type">String</span>
525
+ <span class="param-type">
526
+
527
+ String
528
+
529
+ </span>
474
530
 
475
531
 
476
532
 
@@ -491,25 +547,45 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
491
547
 
492
548
  <tr class="deep-level-1">
493
549
 
494
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
550
+ <td class="name"><code>clippingArea</code></td>
495
551
 
496
552
 
497
553
  <td class="type">
498
554
 
499
555
 
500
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
556
+ <span class="param-type">
557
+
558
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
559
+
560
+ </span>
501
561
  |
502
562
 
503
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
563
+ <span class="param-type">
564
+
565
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
566
+
567
+ </span>
504
568
  |
505
569
 
506
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
570
+ <span class="param-type">
571
+
572
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
573
+
574
+ </span>
507
575
  |
508
576
 
509
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
577
+ <span class="param-type">
578
+
579
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
580
+
581
+ </span>
510
582
  |
511
583
 
512
- <span class="param-type">null</span>
584
+ <span class="param-type">
585
+
586
+ null
587
+
588
+ </span>
513
589
 
514
590
 
515
591
 
@@ -584,19 +660,19 @@ http://{任意字符串}{col}{任意字符串}{row}{任意字符串}{level}<br/>
584
660
  <div class="column is-2"><label>绑定事件</label></div>
585
661
  <div class="column is-10">
586
662
  <ul>
587
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
663
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
588
664
 
589
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
665
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
590
666
 
591
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
667
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
592
668
 
593
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
669
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
594
670
 
595
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
671
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
596
672
 
597
- <li><a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a></li>
673
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
598
674
 
599
- <li><a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a></li>
675
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
600
676
  </ul>
601
677
  </div>
602
678
  </div>
@@ -755,7 +831,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
755
831
  <td class="name">
756
832
  <code>
757
833
 
758
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
759
839
 
760
840
 
761
841
 
@@ -769,7 +849,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
769
849
  <td class="name">
770
850
  <code>
771
851
 
772
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
773
857
 
774
858
 
775
859
 
@@ -783,7 +867,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
783
867
  <td class="name">
784
868
  <code>
785
869
 
786
- <span class="param-type">Object</span>
870
+ <span class="param-type">
871
+
872
+ Object
873
+
874
+ </span>
787
875
 
788
876
 
789
877
 
@@ -797,7 +885,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
797
885
  <td class="name">
798
886
  <code>
799
887
 
800
- <span class="param-type">Object</span>
888
+ <span class="param-type">
889
+
890
+ Object
891
+
892
+ </span>
801
893
 
802
894
 
803
895
 
@@ -811,7 +903,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
811
903
  <td class="name">
812
904
  <code>
813
905
 
814
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
906
+ <span class="param-type">
907
+
908
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
909
+
910
+ </span>
815
911
 
816
912
 
817
913
 
@@ -825,7 +921,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
825
921
  <td class="name">
826
922
  <code>
827
923
 
828
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
924
+ <span class="param-type">
925
+
926
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
927
+
928
+ </span>
829
929
 
830
930
 
831
931
 
@@ -839,7 +939,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
839
939
  <td class="name">
840
940
  <code>
841
941
 
842
- <span class="param-type">String</span>
942
+ <span class="param-type">
943
+
944
+ String
945
+
946
+ </span>
843
947
 
844
948
 
845
949
 
@@ -853,7 +957,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
853
957
  <td class="name">
854
958
  <code>
855
959
 
856
- <span class="param-type">String</span>
960
+ <span class="param-type">
961
+
962
+ String
963
+
964
+ </span>
857
965
 
858
966
 
859
967
 
@@ -867,7 +975,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
867
975
  <td class="name">
868
976
  <code>
869
977
 
870
- <span class="param-type">String</span>
978
+ <span class="param-type">
979
+
980
+ String
981
+
982
+ </span>
871
983
 
872
984
 
873
985
 
@@ -881,7 +993,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
881
993
  <td class="name">
882
994
  <code>
883
995
 
884
- <span class="param-type">Number</span>
996
+ <span class="param-type">
997
+
998
+ Number
999
+
1000
+ </span>
885
1001
 
886
1002
 
887
1003
 
@@ -895,7 +1011,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
895
1011
  <td class="name">
896
1012
  <code>
897
1013
 
898
- <span class="param-type">Boolean</span>
1014
+ <span class="param-type">
1015
+
1016
+ Boolean
1017
+
1018
+ </span>
899
1019
 
900
1020
 
901
1021
 
@@ -909,7 +1029,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
909
1029
  <td class="name">
910
1030
  <code>
911
1031
 
912
- <span class="param-type">String</span>
1032
+ <span class="param-type">
1033
+
1034
+ String
1035
+
1036
+ </span>
913
1037
 
914
1038
 
915
1039
 
@@ -923,7 +1047,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
923
1047
  <td class="name">
924
1048
  <code>
925
1049
 
926
- <span class="param-type">Number</span>
1050
+ <span class="param-type">
1051
+
1052
+ Number
1053
+
1054
+ </span>
927
1055
 
928
1056
 
929
1057
 
@@ -937,7 +1065,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
937
1065
  <td class="name">
938
1066
  <code>
939
1067
 
940
- <span class="param-type">Number</span>
1068
+ <span class="param-type">
1069
+
1070
+ Number
1071
+
1072
+ </span>
941
1073
 
942
1074
 
943
1075
 
@@ -951,7 +1083,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
951
1083
  <td class="name">
952
1084
  <code>
953
1085
 
954
- <span class="param-type">Number</span>
1086
+ <span class="param-type">
1087
+
1088
+ Number
1089
+
1090
+ </span>
955
1091
 
956
1092
 
957
1093
 
@@ -965,7 +1101,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
965
1101
  <td class="name">
966
1102
  <code>
967
1103
 
968
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1104
+ <span class="param-type">
1105
+
1106
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1107
+
1108
+ </span>
969
1109
 
970
1110
 
971
1111
 
@@ -979,7 +1119,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
979
1119
  <td class="name">
980
1120
  <code>
981
1121
 
982
- <span class="param-type">Array.&lt;String></span>
1122
+ <span class="param-type">
1123
+
1124
+ Array.&lt;String>
1125
+
1126
+ </span>
983
1127
 
984
1128
 
985
1129
 
@@ -993,7 +1137,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
993
1137
  <td class="name">
994
1138
  <code>
995
1139
 
996
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
1140
+ <span class="param-type">
1141
+
1142
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
1143
+
1144
+ </span>
997
1145
 
998
1146
 
999
1147
 
@@ -1007,7 +1155,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1007
1155
  <td class="name">
1008
1156
  <code>
1009
1157
 
1010
- <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
1158
+ <span class="param-type">
1159
+
1160
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
1161
+
1162
+ </span>
1011
1163
 
1012
1164
 
1013
1165
 
@@ -1021,7 +1173,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1021
1173
  <td class="name">
1022
1174
  <code>
1023
1175
 
1024
- <span class="param-type">String</span>
1176
+ <span class="param-type">
1177
+
1178
+ String
1179
+
1180
+ </span>
1025
1181
 
1026
1182
 
1027
1183
 
@@ -1035,7 +1191,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1035
1191
  <td class="name">
1036
1192
  <code>
1037
1193
 
1038
- <span class="param-type">String</span>
1194
+ <span class="param-type">
1195
+
1196
+ String
1197
+
1198
+ </span>
1039
1199
 
1040
1200
 
1041
1201
 
@@ -1049,7 +1209,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1049
1209
  <td class="name">
1050
1210
  <code>
1051
1211
 
1052
- <span class="param-type">String</span>
1212
+ <span class="param-type">
1213
+
1214
+ String
1215
+
1216
+ </span>
1053
1217
 
1054
1218
 
1055
1219
 
@@ -1063,7 +1227,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1063
1227
  <td class="name">
1064
1228
  <code>
1065
1229
 
1066
- <span class="param-type"><a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
1230
+ <span class="param-type">
1231
+
1232
+ <a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a>
1233
+
1234
+ </span>
1067
1235
 
1068
1236
 
1069
1237
 
@@ -1077,7 +1245,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1077
1245
  <td class="name">
1078
1246
  <code>
1079
1247
 
1080
- <span class="param-type">Number</span>
1248
+ <span class="param-type">
1249
+
1250
+ Number
1251
+
1252
+ </span>
1081
1253
 
1082
1254
 
1083
1255
 
@@ -1097,7 +1269,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1097
1269
  <span class="method-parameter is-pulled-right">
1098
1270
  <label>类型:</label>
1099
1271
 
1100
- <span class="param-type">String</span>
1272
+ <span class="param-type">
1273
+
1274
+ String
1275
+
1276
+ </span>
1101
1277
 
1102
1278
 
1103
1279
 
@@ -1177,7 +1353,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1177
1353
  <span class="method-parameter is-pulled-right">
1178
1354
  <label>类型:</label>
1179
1355
 
1180
- <span class="param-type">String</span>
1356
+ <span class="param-type">
1357
+
1358
+ String
1359
+
1360
+ </span>
1181
1361
 
1182
1362
 
1183
1363
 
@@ -1257,7 +1437,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1257
1437
  <span class="method-parameter is-pulled-right">
1258
1438
  <label>类型:</label>
1259
1439
 
1260
- <span class="param-type">Object</span>
1440
+ <span class="param-type">
1441
+
1442
+ Object
1443
+
1444
+ </span>
1261
1445
 
1262
1446
 
1263
1447
 
@@ -1333,7 +1517,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1333
1517
  <span class="method-parameter is-pulled-right">
1334
1518
  <label>类型:</label>
1335
1519
 
1336
- <span class="param-type">Object</span>
1520
+ <span class="param-type">
1521
+
1522
+ Object
1523
+
1524
+ </span>
1337
1525
 
1338
1526
 
1339
1527
 
@@ -1409,7 +1597,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1409
1597
  <span class="method-parameter is-pulled-right">
1410
1598
  <label>类型:</label>
1411
1599
 
1412
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1600
+ <span class="param-type">
1601
+
1602
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1603
+
1604
+ </span>
1413
1605
 
1414
1606
 
1415
1607
 
@@ -1485,7 +1677,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1485
1677
  <span class="method-parameter is-pulled-right">
1486
1678
  <label>类型:</label>
1487
1679
 
1488
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1680
+ <span class="param-type">
1681
+
1682
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1683
+
1684
+ </span>
1489
1685
 
1490
1686
 
1491
1687
 
@@ -1565,7 +1761,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1565
1761
  <span class="method-parameter is-pulled-right">
1566
1762
  <label>类型:</label>
1567
1763
 
1568
- <span class="param-type">String</span>
1764
+ <span class="param-type">
1765
+
1766
+ String
1767
+
1768
+ </span>
1569
1769
 
1570
1770
 
1571
1771
 
@@ -1641,7 +1841,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1641
1841
  <span class="method-parameter is-pulled-right">
1642
1842
  <label>类型:</label>
1643
1843
 
1644
- <span class="param-type">String</span>
1844
+ <span class="param-type">
1845
+
1846
+ String
1847
+
1848
+ </span>
1645
1849
 
1646
1850
 
1647
1851
 
@@ -1717,7 +1921,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1717
1921
  <span class="method-parameter is-pulled-right">
1718
1922
  <label>类型:</label>
1719
1923
 
1720
- <span class="param-type">String</span>
1924
+ <span class="param-type">
1925
+
1926
+ String
1927
+
1928
+ </span>
1721
1929
 
1722
1930
 
1723
1931
 
@@ -1797,7 +2005,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1797
2005
  <span class="method-parameter is-pulled-right">
1798
2006
  <label>类型:</label>
1799
2007
 
1800
- <span class="param-type">Number</span>
2008
+ <span class="param-type">
2009
+
2010
+ Number
2011
+
2012
+ </span>
1801
2013
 
1802
2014
 
1803
2015
 
@@ -1873,7 +2085,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1873
2085
  <span class="method-parameter is-pulled-right">
1874
2086
  <label>类型:</label>
1875
2087
 
1876
- <span class="param-type">Boolean</span>
2088
+ <span class="param-type">
2089
+
2090
+ Boolean
2091
+
2092
+ </span>
1877
2093
 
1878
2094
 
1879
2095
 
@@ -1958,7 +2174,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
1958
2174
  <span class="method-parameter is-pulled-right">
1959
2175
  <label>类型:</label>
1960
2176
 
1961
- <span class="param-type">String</span>
2177
+ <span class="param-type">
2178
+
2179
+ String
2180
+
2181
+ </span>
1962
2182
 
1963
2183
 
1964
2184
 
@@ -2043,7 +2263,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2043
2263
  <span class="method-parameter is-pulled-right">
2044
2264
  <label>类型:</label>
2045
2265
 
2046
- <span class="param-type">Number</span>
2266
+ <span class="param-type">
2267
+
2268
+ Number
2269
+
2270
+ </span>
2047
2271
 
2048
2272
 
2049
2273
 
@@ -2124,7 +2348,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2124
2348
  <span class="method-parameter is-pulled-right">
2125
2349
  <label>类型:</label>
2126
2350
 
2127
- <span class="param-type">Number</span>
2351
+ <span class="param-type">
2352
+
2353
+ Number
2354
+
2355
+ </span>
2128
2356
 
2129
2357
 
2130
2358
 
@@ -2205,7 +2433,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2205
2433
  <span class="method-parameter is-pulled-right">
2206
2434
  <label>类型:</label>
2207
2435
 
2208
- <span class="param-type">Number</span>
2436
+ <span class="param-type">
2437
+
2438
+ Number
2439
+
2440
+ </span>
2209
2441
 
2210
2442
 
2211
2443
 
@@ -2281,7 +2513,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2281
2513
  <span class="method-parameter is-pulled-right">
2282
2514
  <label>类型:</label>
2283
2515
 
2284
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2516
+ <span class="param-type">
2517
+
2518
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2519
+
2520
+ </span>
2285
2521
 
2286
2522
 
2287
2523
 
@@ -2357,7 +2593,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2357
2593
  <span class="method-parameter is-pulled-right">
2358
2594
  <label>类型:</label>
2359
2595
 
2360
- <span class="param-type">Array.&lt;String></span>
2596
+ <span class="param-type">
2597
+
2598
+ Array.&lt;String>
2599
+
2600
+ </span>
2361
2601
 
2362
2602
 
2363
2603
 
@@ -2428,7 +2668,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2428
2668
  <span class="method-parameter is-pulled-right">
2429
2669
  <label>类型:</label>
2430
2670
 
2431
- <span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
2671
+ <span class="param-type">
2672
+
2673
+ <a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a>
2674
+
2675
+ </span>
2432
2676
 
2433
2677
 
2434
2678
 
@@ -2499,7 +2743,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2499
2743
  <span class="method-parameter is-pulled-right">
2500
2744
  <label>类型:</label>
2501
2745
 
2502
- <span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
2746
+ <span class="param-type">
2747
+
2748
+ <a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a>
2749
+
2750
+ </span>
2503
2751
 
2504
2752
 
2505
2753
 
@@ -2570,7 +2818,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2570
2818
  <span class="method-parameter is-pulled-right">
2571
2819
  <label>类型:</label>
2572
2820
 
2573
- <span class="param-type">String</span>
2821
+ <span class="param-type">
2822
+
2823
+ String
2824
+
2825
+ </span>
2574
2826
 
2575
2827
 
2576
2828
 
@@ -2646,7 +2898,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2646
2898
  <span class="method-parameter is-pulled-right">
2647
2899
  <label>类型:</label>
2648
2900
 
2649
- <span class="param-type">String</span>
2901
+ <span class="param-type">
2902
+
2903
+ String
2904
+
2905
+ </span>
2650
2906
 
2651
2907
 
2652
2908
 
@@ -2727,7 +2983,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2727
2983
  <span class="method-parameter is-pulled-right">
2728
2984
  <label>类型:</label>
2729
2985
 
2730
- <span class="param-type">String</span>
2986
+ <span class="param-type">
2987
+
2988
+ String
2989
+
2990
+ </span>
2731
2991
 
2732
2992
 
2733
2993
 
@@ -2803,7 +3063,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2803
3063
  <span class="method-parameter is-pulled-right">
2804
3064
  <label>类型:</label>
2805
3065
 
2806
- <span class="param-type"><a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a></span>
3066
+ <span class="param-type">
3067
+
3068
+ <a link="LayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerType" global.html#LayerType>LayerType</a>
3069
+
3070
+ </span>
2807
3071
 
2808
3072
 
2809
3073
 
@@ -2879,7 +3143,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2879
3143
  <span class="method-parameter is-pulled-right">
2880
3144
  <label>类型:</label>
2881
3145
 
2882
- <span class="param-type">Number</span>
3146
+ <span class="param-type">
3147
+
3148
+ Number
3149
+
3150
+ </span>
2883
3151
 
2884
3152
 
2885
3153
 
@@ -2977,7 +3245,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2977
3245
 
2978
3246
  </code>
2979
3247
  </td>
2980
- <td class="name"><code><p>通过传入的json构造并返回一个WebTileLayer图层<a id='fromJSON'></a></p></code></td>
3248
+ <td class="name"><code><p>通过传入的json构造并返回一个WebTileLayer图层</code></td>
2981
3249
  </tr>
2982
3250
 
2983
3251
  <tr class="deep-level-0">
@@ -2986,7 +3254,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
2986
3254
  <code>
2987
3255
 
2988
3256
 
2989
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3257
+ <span class="param-type">
3258
+
3259
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3260
+
3261
+ </span>
2990
3262
 
2991
3263
 
2992
3264
 
@@ -3002,7 +3274,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3002
3274
  <code>
3003
3275
 
3004
3276
 
3005
- <span class="param-type">*</span>
3277
+ <span class="param-type">
3278
+
3279
+ *
3280
+
3281
+ </span>
3006
3282
 
3007
3283
 
3008
3284
 
@@ -3018,7 +3294,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3018
3294
  <code>
3019
3295
 
3020
3296
 
3021
- <span class="param-type">Boolean</span>
3297
+ <span class="param-type">
3298
+
3299
+ Boolean
3300
+
3301
+ </span>
3022
3302
 
3023
3303
 
3024
3304
 
@@ -3034,7 +3314,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3034
3314
  <code>
3035
3315
 
3036
3316
 
3037
- <span class="param-type">Object</span>
3317
+ <span class="param-type">
3318
+
3319
+ Object
3320
+
3321
+ </span>
3038
3322
 
3039
3323
 
3040
3324
 
@@ -3043,12 +3327,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3043
3327
  </td>
3044
3328
  <td class="name"><code><p>移除事件<br/>
3045
3329
  示例如下:<br/>
3046
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
3047
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
3048
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
3049
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
3050
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
3051
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
3330
+ </code></td>
3052
3331
  </tr>
3053
3332
 
3054
3333
  <tr class="deep-level-0">
@@ -3057,7 +3336,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3057
3336
  <code>
3058
3337
 
3059
3338
 
3060
- <span class="param-type">Object</span>
3339
+ <span class="param-type">
3340
+
3341
+ Object
3342
+
3343
+ </span>
3061
3344
 
3062
3345
 
3063
3346
 
@@ -3066,11 +3349,7 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3066
3349
  </td>
3067
3350
  <td class="name"><code><p>注册一个新的监听事件;<br/>
3068
3351
  示例如下:<br/>
3069
- <a href='#event1'>[1、注册一个事件]</a><br/>
3070
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
3071
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
3072
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
3073
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
3352
+ </code></td>
3074
3353
  </tr>
3075
3354
 
3076
3355
  <tr class="deep-level-0">
@@ -3089,7 +3368,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3089
3368
  <code>
3090
3369
 
3091
3370
 
3092
- <span class="param-type">Object</span>
3371
+ <span class="param-type">
3372
+
3373
+ Object
3374
+
3375
+ </span>
3093
3376
 
3094
3377
 
3095
3378
 
@@ -3161,13 +3444,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3161
3444
 
3162
3445
  <tr class="deep-level-0">
3163
3446
 
3164
- <td class="name" id="json"><code>json</code></td>
3447
+ <td class="name"><code>json</code></td>
3165
3448
 
3166
3449
 
3167
3450
  <td class="type">
3168
3451
 
3169
3452
 
3170
- <span class="param-type">Object</span>
3453
+ <span class="param-type">
3454
+
3455
+ Object
3456
+
3457
+ </span>
3171
3458
 
3172
3459
 
3173
3460
 
@@ -3352,7 +3639,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3352
3639
  <div class='column is-5 has-text-left'>
3353
3640
  <label>类型: </label>
3354
3641
 
3355
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3642
+ <span class="param-type">
3643
+
3644
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3645
+
3646
+ </span>
3356
3647
 
3357
3648
 
3358
3649
 
@@ -3468,7 +3759,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3468
3759
  <div class='column is-5 has-text-left'>
3469
3760
  <label>类型: </label>
3470
3761
 
3471
- <span class="param-type">*</span>
3762
+ <span class="param-type">
3763
+
3764
+ *
3765
+
3766
+ </span>
3472
3767
 
3473
3768
 
3474
3769
 
@@ -3590,7 +3885,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3590
3885
  <div class='column is-5 has-text-left'>
3591
3886
  <label>类型: </label>
3592
3887
 
3593
- <span class="param-type">Boolean</span>
3888
+ <span class="param-type">
3889
+
3890
+ Boolean
3891
+
3892
+ </span>
3594
3893
 
3595
3894
 
3596
3895
 
@@ -3669,13 +3968,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3669
3968
 
3670
3969
  <tr class="deep-level-0">
3671
3970
 
3672
- <td class="name" id="types"><code>types</code></td>
3971
+ <td class="name"><code>types</code></td>
3673
3972
 
3674
3973
 
3675
3974
  <td class="type">
3676
3975
 
3677
3976
 
3678
- <span class="param-type">string</span>
3977
+ <span class="param-type">
3978
+
3979
+ string
3980
+
3981
+ </span>
3679
3982
 
3680
3983
 
3681
3984
 
@@ -3696,13 +3999,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3696
3999
 
3697
4000
  <tr class="deep-level-0">
3698
4001
 
3699
- <td class="name" id="fn"><code>fn</code></td>
4002
+ <td class="name"><code>fn</code></td>
3700
4003
 
3701
4004
 
3702
4005
  <td class="type">
3703
4006
 
3704
4007
 
3705
- <span class="param-type">function</span>
4008
+ <span class="param-type">
4009
+
4010
+ function
4011
+
4012
+ </span>
3706
4013
 
3707
4014
 
3708
4015
 
@@ -3721,13 +4028,17 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3721
4028
 
3722
4029
  <tr class="deep-level-0">
3723
4030
 
3724
- <td class="name" id="context"><code>context</code></td>
4031
+ <td class="name"><code>context</code></td>
3725
4032
 
3726
4033
 
3727
4034
  <td class="type">
3728
4035
 
3729
4036
 
3730
- <span class="param-type">Object</span>
4037
+ <span class="param-type">
4038
+
4039
+ Object
4040
+
4041
+ </span>
3731
4042
 
3732
4043
 
3733
4044
 
@@ -3821,7 +4132,11 @@ map.reorder(webTileLayer, '要移动到的index');</code></pre>
3821
4132
  <div class='column is-5 has-text-left'>
3822
4133
  <label>类型: </label>
3823
4134
 
3824
- <span class="param-type">Object</span>
4135
+ <span class="param-type">
4136
+
4137
+ Object
4138
+
4139
+ </span>
3825
4140
 
3826
4141
 
3827
4142
 
@@ -3989,16 +4304,24 @@ view.off({
3989
4304
 
3990
4305
  <tr class="deep-level-0">
3991
4306
 
3992
- <td class="name" id="types"><code>types</code></td>
4307
+ <td class="name"><code>types</code></td>
3993
4308
 
3994
4309
 
3995
4310
  <td class="type">
3996
4311
 
3997
4312
 
3998
- <span class="param-type">String</span>
4313
+ <span class="param-type">
4314
+
4315
+ String
4316
+
4317
+ </span>
3999
4318
  |
4000
4319
 
4001
- <span class="param-type">Object</span>
4320
+ <span class="param-type">
4321
+
4322
+ Object
4323
+
4324
+ </span>
4002
4325
 
4003
4326
 
4004
4327
 
@@ -4025,13 +4348,17 @@ view.off({
4025
4348
 
4026
4349
  <tr class="deep-level-0">
4027
4350
 
4028
- <td class="name" id="fn"><code>fn</code></td>
4351
+ <td class="name"><code>fn</code></td>
4029
4352
 
4030
4353
 
4031
4354
  <td class="type">
4032
4355
 
4033
4356
 
4034
- <span class="param-type">function</span>
4357
+ <span class="param-type">
4358
+
4359
+ function
4360
+
4361
+ </span>
4035
4362
 
4036
4363
 
4037
4364
 
@@ -4056,13 +4383,17 @@ view.off({
4056
4383
 
4057
4384
  <tr class="deep-level-0">
4058
4385
 
4059
- <td class="name" id="context"><code>context</code></td>
4386
+ <td class="name"><code>context</code></td>
4060
4387
 
4061
4388
 
4062
4389
  <td class="type">
4063
4390
 
4064
4391
 
4065
- <span class="param-type">Object</span>
4392
+ <span class="param-type">
4393
+
4394
+ Object
4395
+
4396
+ </span>
4066
4397
 
4067
4398
 
4068
4399
 
@@ -4162,7 +4493,11 @@ view.off({
4162
4493
  <div class='column is-5 has-text-left'>
4163
4494
  <label>类型: </label>
4164
4495
 
4165
- <span class="param-type">Object</span>
4496
+ <span class="param-type">
4497
+
4498
+ Object
4499
+
4500
+ </span>
4166
4501
 
4167
4502
 
4168
4503
 
@@ -4458,7 +4793,11 @@ view.on({
4458
4793
  <div class='column is-5 has-text-left'>
4459
4794
  <label>类型: </label>
4460
4795
 
4461
- <span class="param-type">Object</span>
4796
+ <span class="param-type">
4797
+
4798
+ Object
4799
+
4800
+ </span>
4462
4801
 
4463
4802
 
4464
4803
 
@@ -4498,37 +4837,37 @@ view.on({
4498
4837
  <tbody>
4499
4838
 
4500
4839
  <tr class="deep-level-0">
4501
- <td class="name"><code><a href="WebTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4840
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4502
4841
  <td class="name"><code>图层刷新完毕事件</code></td>
4503
4842
  </tr>
4504
4843
 
4505
4844
  <tr class="deep-level-0">
4506
- <td class="name"><code><a href="WebTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4845
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4507
4846
  <td class="name"><code>图层加载完毕事件</code></td>
4508
4847
  </tr>
4509
4848
 
4510
4849
  <tr class="deep-level-0">
4511
- <td class="name"><code><a href="WebTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4850
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4512
4851
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4513
4852
  </tr>
4514
4853
 
4515
4854
  <tr class="deep-level-0">
4516
- <td class="name"><code><a href="WebTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4855
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4517
4856
  <td class="name"><code>图层更新完毕事件</code></td>
4518
4857
  </tr>
4519
4858
 
4520
4859
  <tr class="deep-level-0">
4521
- <td class="name"><code><a href="WebTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4860
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4522
4861
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4523
4862
  </tr>
4524
4863
 
4525
4864
  <tr class="deep-level-0">
4526
- <td class="name"><code><a href="WebTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4865
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4527
4866
  <td class="name"><code>图层销毁完毕事件</code></td>
4528
4867
  </tr>
4529
4868
 
4530
4869
  <tr class="deep-level-0">
4531
- <td class="name"><code><a href="WebTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4870
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4532
4871
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4533
4872
  </tr>
4534
4873
 
@@ -4608,7 +4947,11 @@ view.on({
4608
4947
  <td class="type">
4609
4948
 
4610
4949
 
4611
- <span class="param-type">Object</span>
4950
+ <span class="param-type">
4951
+
4952
+ Object
4953
+
4954
+ </span>
4612
4955
 
4613
4956
 
4614
4957
 
@@ -4642,7 +4985,11 @@ view.on({
4642
4985
  <td class="type">
4643
4986
 
4644
4987
 
4645
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4646
4993
 
4647
4994
 
4648
4995
 
@@ -4680,7 +5027,11 @@ view.on({
4680
5027
  <td class="type">
4681
5028
 
4682
5029
 
4683
- <span class="param-type">String</span>
5030
+ <span class="param-type">
5031
+
5032
+ String
5033
+
5034
+ </span>
4684
5035
 
4685
5036
 
4686
5037
 
@@ -4718,7 +5069,11 @@ view.on({
4718
5069
  <td class="type">
4719
5070
 
4720
5071
 
4721
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5072
+ <span class="param-type">
5073
+
5074
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5075
+
5076
+ </span>
4722
5077
 
4723
5078
 
4724
5079
 
@@ -4756,7 +5111,11 @@ view.on({
4756
5111
  <td class="type">
4757
5112
 
4758
5113
 
4759
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5114
+ <span class="param-type">
5115
+
5116
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5117
+
5118
+ </span>
4760
5119
 
4761
5120
 
4762
5121
 
@@ -4794,7 +5153,11 @@ view.on({
4794
5153
  <td class="type">
4795
5154
 
4796
5155
 
4797
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5156
+ <span class="param-type">
5157
+
5158
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5159
+
5160
+ </span>
4798
5161
 
4799
5162
 
4800
5163
 
@@ -4832,7 +5195,11 @@ view.on({
4832
5195
  <td class="type">
4833
5196
 
4834
5197
 
4835
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5198
+ <span class="param-type">
5199
+
5200
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5201
+
5202
+ </span>
4836
5203
 
4837
5204
 
4838
5205
 
@@ -4870,7 +5237,11 @@ view.on({
4870
5237
  <td class="type">
4871
5238
 
4872
5239
 
4873
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5240
+ <span class="param-type">
5241
+
5242
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5243
+
5244
+ </span>
4874
5245
 
4875
5246
 
4876
5247
 
@@ -5062,7 +5433,11 @@ view.on({
5062
5433
  <td class="type">
5063
5434
 
5064
5435
 
5065
- <span class="param-type">Object</span>
5436
+ <span class="param-type">
5437
+
5438
+ Object
5439
+
5440
+ </span>
5066
5441
 
5067
5442
 
5068
5443
 
@@ -5096,7 +5471,11 @@ view.on({
5096
5471
  <td class="type">
5097
5472
 
5098
5473
 
5099
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5100
5479
 
5101
5480
 
5102
5481
 
@@ -5134,7 +5513,11 @@ view.on({
5134
5513
  <td class="type">
5135
5514
 
5136
5515
 
5137
- <span class="param-type">String</span>
5516
+ <span class="param-type">
5517
+
5518
+ String
5519
+
5520
+ </span>
5138
5521
 
5139
5522
 
5140
5523
 
@@ -5172,7 +5555,11 @@ view.on({
5172
5555
  <td class="type">
5173
5556
 
5174
5557
 
5175
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5558
+ <span class="param-type">
5559
+
5560
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5561
+
5562
+ </span>
5176
5563
 
5177
5564
 
5178
5565
 
@@ -5210,7 +5597,11 @@ view.on({
5210
5597
  <td class="type">
5211
5598
 
5212
5599
 
5213
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5600
+ <span class="param-type">
5601
+
5602
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5603
+
5604
+ </span>
5214
5605
 
5215
5606
 
5216
5607
 
@@ -5248,7 +5639,11 @@ view.on({
5248
5639
  <td class="type">
5249
5640
 
5250
5641
 
5251
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5642
+ <span class="param-type">
5643
+
5644
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5645
+
5646
+ </span>
5252
5647
 
5253
5648
 
5254
5649
 
@@ -5286,7 +5681,11 @@ view.on({
5286
5681
  <td class="type">
5287
5682
 
5288
5683
 
5289
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5684
+ <span class="param-type">
5685
+
5686
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5687
+
5688
+ </span>
5290
5689
 
5291
5690
 
5292
5691
 
@@ -5324,7 +5723,11 @@ view.on({
5324
5723
  <td class="type">
5325
5724
 
5326
5725
 
5327
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5726
+ <span class="param-type">
5727
+
5728
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5729
+
5730
+ </span>
5328
5731
 
5329
5732
 
5330
5733
 
@@ -5506,7 +5909,11 @@ view.on({
5506
5909
  <td class="type">
5507
5910
 
5508
5911
 
5509
- <span class="param-type">Object</span>
5912
+ <span class="param-type">
5913
+
5914
+ Object
5915
+
5916
+ </span>
5510
5917
 
5511
5918
 
5512
5919
 
@@ -5540,7 +5947,11 @@ view.on({
5540
5947
  <td class="type">
5541
5948
 
5542
5949
 
5543
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5544
5955
 
5545
5956
 
5546
5957
 
@@ -5578,7 +5989,11 @@ view.on({
5578
5989
  <td class="type">
5579
5990
 
5580
5991
 
5581
- <span class="param-type">String</span>
5992
+ <span class="param-type">
5993
+
5994
+ String
5995
+
5996
+ </span>
5582
5997
 
5583
5998
 
5584
5999
 
@@ -5616,7 +6031,11 @@ view.on({
5616
6031
  <td class="type">
5617
6032
 
5618
6033
 
5619
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6034
+ <span class="param-type">
6035
+
6036
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6037
+
6038
+ </span>
5620
6039
 
5621
6040
 
5622
6041
 
@@ -5654,7 +6073,11 @@ view.on({
5654
6073
  <td class="type">
5655
6074
 
5656
6075
 
5657
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6076
+ <span class="param-type">
6077
+
6078
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6079
+
6080
+ </span>
5658
6081
 
5659
6082
 
5660
6083
 
@@ -5692,7 +6115,11 @@ view.on({
5692
6115
  <td class="type">
5693
6116
 
5694
6117
 
5695
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6118
+ <span class="param-type">
6119
+
6120
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6121
+
6122
+ </span>
5696
6123
 
5697
6124
 
5698
6125
 
@@ -5730,7 +6157,11 @@ view.on({
5730
6157
  <td class="type">
5731
6158
 
5732
6159
 
5733
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6160
+ <span class="param-type">
6161
+
6162
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6163
+
6164
+ </span>
5734
6165
 
5735
6166
 
5736
6167
 
@@ -5768,7 +6199,11 @@ view.on({
5768
6199
  <td class="type">
5769
6200
 
5770
6201
 
5771
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6202
+ <span class="param-type">
6203
+
6204
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6205
+
6206
+ </span>
5772
6207
 
5773
6208
 
5774
6209
 
@@ -5960,7 +6395,11 @@ view.on({
5960
6395
  <td class="type">
5961
6396
 
5962
6397
 
5963
- <span class="param-type">Object</span>
6398
+ <span class="param-type">
6399
+
6400
+ Object
6401
+
6402
+ </span>
5964
6403
 
5965
6404
 
5966
6405
 
@@ -5994,7 +6433,11 @@ view.on({
5994
6433
  <td class="type">
5995
6434
 
5996
6435
 
5997
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
5998
6441
 
5999
6442
 
6000
6443
 
@@ -6032,7 +6475,11 @@ view.on({
6032
6475
  <td class="type">
6033
6476
 
6034
6477
 
6035
- <span class="param-type">String</span>
6478
+ <span class="param-type">
6479
+
6480
+ String
6481
+
6482
+ </span>
6036
6483
 
6037
6484
 
6038
6485
 
@@ -6070,7 +6517,11 @@ view.on({
6070
6517
  <td class="type">
6071
6518
 
6072
6519
 
6073
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6520
+ <span class="param-type">
6521
+
6522
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6523
+
6524
+ </span>
6074
6525
 
6075
6526
 
6076
6527
 
@@ -6108,7 +6559,11 @@ view.on({
6108
6559
  <td class="type">
6109
6560
 
6110
6561
 
6111
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6562
+ <span class="param-type">
6563
+
6564
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6565
+
6566
+ </span>
6112
6567
 
6113
6568
 
6114
6569
 
@@ -6146,7 +6601,11 @@ view.on({
6146
6601
  <td class="type">
6147
6602
 
6148
6603
 
6149
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6607
+
6608
+ </span>
6150
6609
 
6151
6610
 
6152
6611
 
@@ -6184,7 +6643,11 @@ view.on({
6184
6643
  <td class="type">
6185
6644
 
6186
6645
 
6187
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6646
+ <span class="param-type">
6647
+
6648
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6649
+
6650
+ </span>
6188
6651
 
6189
6652
 
6190
6653
 
@@ -6222,7 +6685,11 @@ view.on({
6222
6685
  <td class="type">
6223
6686
 
6224
6687
 
6225
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6688
+ <span class="param-type">
6689
+
6690
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6691
+
6692
+ </span>
6226
6693
 
6227
6694
 
6228
6695
 
@@ -6404,7 +6871,11 @@ view.on({
6404
6871
  <td class="type">
6405
6872
 
6406
6873
 
6407
- <span class="param-type">Object</span>
6874
+ <span class="param-type">
6875
+
6876
+ Object
6877
+
6878
+ </span>
6408
6879
 
6409
6880
 
6410
6881
 
@@ -6438,7 +6909,11 @@ view.on({
6438
6909
  <td class="type">
6439
6910
 
6440
6911
 
6441
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6442
6917
 
6443
6918
 
6444
6919
 
@@ -6476,7 +6951,11 @@ view.on({
6476
6951
  <td class="type">
6477
6952
 
6478
6953
 
6479
- <span class="param-type">String</span>
6954
+ <span class="param-type">
6955
+
6956
+ String
6957
+
6958
+ </span>
6480
6959
 
6481
6960
 
6482
6961
 
@@ -6514,7 +6993,11 @@ view.on({
6514
6993
  <td class="type">
6515
6994
 
6516
6995
 
6517
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6996
+ <span class="param-type">
6997
+
6998
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6999
+
7000
+ </span>
6518
7001
 
6519
7002
 
6520
7003
 
@@ -6552,7 +7035,11 @@ view.on({
6552
7035
  <td class="type">
6553
7036
 
6554
7037
 
6555
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7038
+ <span class="param-type">
7039
+
7040
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7041
+
7042
+ </span>
6556
7043
 
6557
7044
 
6558
7045
 
@@ -6590,7 +7077,11 @@ view.on({
6590
7077
  <td class="type">
6591
7078
 
6592
7079
 
6593
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7080
+ <span class="param-type">
7081
+
7082
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7083
+
7084
+ </span>
6594
7085
 
6595
7086
 
6596
7087
 
@@ -6628,7 +7119,11 @@ view.on({
6628
7119
  <td class="type">
6629
7120
 
6630
7121
 
6631
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7122
+ <span class="param-type">
7123
+
7124
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7125
+
7126
+ </span>
6632
7127
 
6633
7128
 
6634
7129
 
@@ -6666,7 +7161,11 @@ view.on({
6666
7161
  <td class="type">
6667
7162
 
6668
7163
 
6669
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7167
+
7168
+ </span>
6670
7169
 
6671
7170
 
6672
7171
 
@@ -6858,7 +7357,11 @@ view.on({
6858
7357
  <td class="type">
6859
7358
 
6860
7359
 
6861
- <span class="param-type">Object</span>
7360
+ <span class="param-type">
7361
+
7362
+ Object
7363
+
7364
+ </span>
6862
7365
 
6863
7366
 
6864
7367
 
@@ -6892,7 +7395,11 @@ view.on({
6892
7395
  <td class="type">
6893
7396
 
6894
7397
 
6895
- <span class="param-type">String</span>
7398
+ <span class="param-type">
7399
+
7400
+ String
7401
+
7402
+ </span>
6896
7403
 
6897
7404
 
6898
7405
 
@@ -6930,7 +7437,11 @@ view.on({
6930
7437
  <td class="type">
6931
7438
 
6932
7439
 
6933
- <span class="param-type">String</span>
7440
+ <span class="param-type">
7441
+
7442
+ String
7443
+
7444
+ </span>
6934
7445
 
6935
7446
 
6936
7447
 
@@ -6968,7 +7479,11 @@ view.on({
6968
7479
  <td class="type">
6969
7480
 
6970
7481
 
6971
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7482
+ <span class="param-type">
7483
+
7484
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7485
+
7486
+ </span>
6972
7487
 
6973
7488
 
6974
7489
 
@@ -7006,7 +7521,11 @@ view.on({
7006
7521
  <td class="type">
7007
7522
 
7008
7523
 
7009
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7524
+ <span class="param-type">
7525
+
7526
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7527
+
7528
+ </span>
7010
7529
 
7011
7530
 
7012
7531
 
@@ -7044,7 +7563,11 @@ view.on({
7044
7563
  <td class="type">
7045
7564
 
7046
7565
 
7047
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7566
+ <span class="param-type">
7567
+
7568
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7569
+
7570
+ </span>
7048
7571
 
7049
7572
 
7050
7573
 
@@ -7082,7 +7605,11 @@ view.on({
7082
7605
  <td class="type">
7083
7606
 
7084
7607
 
7085
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7608
+ <span class="param-type">
7609
+
7610
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7611
+
7612
+ </span>
7086
7613
 
7087
7614
 
7088
7615
 
@@ -7120,7 +7647,11 @@ view.on({
7120
7647
  <td class="type">
7121
7648
 
7122
7649
 
7123
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7650
+ <span class="param-type">
7651
+
7652
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7653
+
7654
+ </span>
7124
7655
 
7125
7656
 
7126
7657
 
@@ -7302,7 +7833,11 @@ view.on({
7302
7833
  <td class="type">
7303
7834
 
7304
7835
 
7305
- <span class="param-type">Object</span>
7836
+ <span class="param-type">
7837
+
7838
+ Object
7839
+
7840
+ </span>
7306
7841
 
7307
7842
 
7308
7843
 
@@ -7336,7 +7871,11 @@ view.on({
7336
7871
  <td class="type">
7337
7872
 
7338
7873
 
7339
- <span class="param-type">String</span>
7874
+ <span class="param-type">
7875
+
7876
+ String
7877
+
7878
+ </span>
7340
7879
 
7341
7880
 
7342
7881
 
@@ -7374,7 +7913,11 @@ view.on({
7374
7913
  <td class="type">
7375
7914
 
7376
7915
 
7377
- <span class="param-type">String</span>
7916
+ <span class="param-type">
7917
+
7918
+ String
7919
+
7920
+ </span>
7378
7921
 
7379
7922
 
7380
7923
 
@@ -7412,7 +7955,11 @@ view.on({
7412
7955
  <td class="type">
7413
7956
 
7414
7957
 
7415
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7958
+ <span class="param-type">
7959
+
7960
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7961
+
7962
+ </span>
7416
7963
 
7417
7964
 
7418
7965
 
@@ -7450,7 +7997,11 @@ view.on({
7450
7997
  <td class="type">
7451
7998
 
7452
7999
 
7453
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8000
+ <span class="param-type">
8001
+
8002
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8003
+
8004
+ </span>
7454
8005
 
7455
8006
 
7456
8007
 
@@ -7488,7 +8039,11 @@ view.on({
7488
8039
  <td class="type">
7489
8040
 
7490
8041
 
7491
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8042
+ <span class="param-type">
8043
+
8044
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8045
+
8046
+ </span>
7492
8047
 
7493
8048
 
7494
8049
 
@@ -7526,7 +8081,11 @@ view.on({
7526
8081
  <td class="type">
7527
8082
 
7528
8083
 
7529
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8084
+ <span class="param-type">
8085
+
8086
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8087
+
8088
+ </span>
7530
8089
 
7531
8090
 
7532
8091
 
@@ -7564,7 +8123,11 @@ view.on({
7564
8123
  <td class="type">
7565
8124
 
7566
8125
 
7567
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8126
+ <span class="param-type">
8127
+
8128
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8129
+
8130
+ </span>
7568
8131
 
7569
8132
 
7570
8133