@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
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -247,7 +255,11 @@ const themeServer = new ThemeServer({
247
255
  <td class="name">
248
256
  <code>
249
257
 
250
- <span class="param-type">Boolean</span>
258
+ <span class="param-type">
259
+
260
+ Boolean
261
+
262
+ </span>
251
263
 
252
264
 
253
265
 
@@ -261,7 +273,11 @@ const themeServer = new ThemeServer({
261
273
  <td class="name">
262
274
  <code>
263
275
 
264
- <span class="param-type">Boolean</span>
276
+ <span class="param-type">
277
+
278
+ Boolean
279
+
280
+ </span>
265
281
 
266
282
 
267
283
 
@@ -275,7 +291,11 @@ const themeServer = new ThemeServer({
275
291
  <td class="name">
276
292
  <code>
277
293
 
278
- <span class="param-type">String</span>
294
+ <span class="param-type">
295
+
296
+ String
297
+
298
+ </span>
279
299
 
280
300
 
281
301
 
@@ -289,7 +309,11 @@ const themeServer = new ThemeServer({
289
309
  <td class="name">
290
310
  <code>
291
311
 
292
- <span class="param-type">function</span>
312
+ <span class="param-type">
313
+
314
+ function
315
+
316
+ </span>
293
317
 
294
318
 
295
319
 
@@ -303,7 +327,11 @@ const themeServer = new ThemeServer({
303
327
  <td class="name">
304
328
  <code>
305
329
 
306
- <span class="param-type">String</span>
330
+ <span class="param-type">
331
+
332
+ String
333
+
334
+ </span>
307
335
 
308
336
 
309
337
 
@@ -317,7 +345,11 @@ const themeServer = new ThemeServer({
317
345
  <td class="name">
318
346
  <code>
319
347
 
320
- <span class="param-type">function</span>
348
+ <span class="param-type">
349
+
350
+ function
351
+
352
+ </span>
321
353
 
322
354
 
323
355
 
@@ -331,7 +363,11 @@ const themeServer = new ThemeServer({
331
363
  <td class="name">
332
364
  <code>
333
365
 
334
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
366
+ <span class="param-type">
367
+
368
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
369
+
370
+ </span>
335
371
 
336
372
 
337
373
 
@@ -345,7 +381,11 @@ const themeServer = new ThemeServer({
345
381
  <td class="name">
346
382
  <code>
347
383
 
348
- <span class="param-type">String</span>
384
+ <span class="param-type">
385
+
386
+ String
387
+
388
+ </span>
349
389
 
350
390
 
351
391
 
@@ -359,7 +399,11 @@ const themeServer = new ThemeServer({
359
399
  <td class="name">
360
400
  <code>
361
401
 
362
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
363
407
 
364
408
 
365
409
 
@@ -373,7 +417,11 @@ const themeServer = new ThemeServer({
373
417
  <td class="name">
374
418
  <code>
375
419
 
376
- <span class="param-type">String</span>
420
+ <span class="param-type">
421
+
422
+ String
423
+
424
+ </span>
377
425
 
378
426
 
379
427
 
@@ -393,7 +441,11 @@ const themeServer = new ThemeServer({
393
441
  <span class="method-parameter is-pulled-right">
394
442
  <label>类型:</label>
395
443
 
396
- <span class="param-type">Boolean</span>
444
+ <span class="param-type">
445
+
446
+ Boolean
447
+
448
+ </span>
397
449
 
398
450
 
399
451
 
@@ -469,7 +521,11 @@ const themeServer = new ThemeServer({
469
521
  <span class="method-parameter is-pulled-right">
470
522
  <label>类型:</label>
471
523
 
472
- <span class="param-type">Boolean</span>
524
+ <span class="param-type">
525
+
526
+ Boolean
527
+
528
+ </span>
473
529
 
474
530
 
475
531
 
@@ -566,7 +622,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
566
622
  <span class="method-parameter is-pulled-right">
567
623
  <label>类型:</label>
568
624
 
569
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
570
630
 
571
631
 
572
632
 
@@ -664,7 +724,11 @@ BaseServer.headers.token = '新token';</code></pre>
664
724
  <span class="method-parameter is-pulled-right">
665
725
  <label>类型:</label>
666
726
 
667
- <span class="param-type">function</span>
727
+ <span class="param-type">
728
+
729
+ function
730
+
731
+ </span>
668
732
 
669
733
 
670
734
 
@@ -768,7 +832,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
768
832
  <span class="method-parameter is-pulled-right">
769
833
  <label>类型:</label>
770
834
 
771
- <span class="param-type">String</span>
835
+ <span class="param-type">
836
+
837
+ String
838
+
839
+ </span>
772
840
 
773
841
 
774
842
 
@@ -862,7 +930,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
862
930
  <span class="method-parameter is-pulled-right">
863
931
  <label>类型:</label>
864
932
 
865
- <span class="param-type">function</span>
933
+ <span class="param-type">
934
+
935
+ function
936
+
937
+ </span>
866
938
 
867
939
 
868
940
 
@@ -968,7 +1040,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
968
1040
  <span class="method-parameter is-pulled-right">
969
1041
  <label>类型:</label>
970
1042
 
971
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1043
+ <span class="param-type">
1044
+
1045
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1046
+
1047
+ </span>
972
1048
 
973
1049
 
974
1050
 
@@ -1066,7 +1142,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1066
1142
  <span class="method-parameter is-pulled-right">
1067
1143
  <label>类型:</label>
1068
1144
 
1069
- <span class="param-type">String</span>
1145
+ <span class="param-type">
1146
+
1147
+ String
1148
+
1149
+ </span>
1070
1150
 
1071
1151
 
1072
1152
 
@@ -1159,7 +1239,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1159
1239
  <span class="method-parameter is-pulled-right">
1160
1240
  <label>类型:</label>
1161
1241
 
1162
- <span class="param-type">String</span>
1242
+ <span class="param-type">
1243
+
1244
+ String
1245
+
1246
+ </span>
1163
1247
 
1164
1248
 
1165
1249
 
@@ -1252,7 +1336,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1252
1336
  <span class="method-parameter is-pulled-right">
1253
1337
  <label>类型:</label>
1254
1338
 
1255
- <span class="param-type">String</span>
1339
+ <span class="param-type">
1340
+
1341
+ String
1342
+
1343
+ </span>
1256
1344
 
1257
1345
 
1258
1346
 
@@ -1478,13 +1566,17 @@ BaseServer.url = '新URL';</code></pre>
1478
1566
 
1479
1567
  <tr class="deep-level-0">
1480
1568
 
1481
- <td class="name" id="options"><code>options</code></td>
1569
+ <td class="name"><code>options</code></td>
1482
1570
 
1483
1571
 
1484
1572
  <td class="type">
1485
1573
 
1486
1574
 
1487
- <span class="param-type">Object</span>
1575
+ <span class="param-type">
1576
+
1577
+ Object
1578
+
1579
+ </span>
1488
1580
 
1489
1581
 
1490
1582
 
@@ -1501,13 +1593,17 @@ BaseServer.url = '新URL';</code></pre>
1501
1593
 
1502
1594
  <tr class="deep-level-1">
1503
1595
 
1504
- <td class="name" id="idxArr"><code>idxArr</code></td>
1596
+ <td class="name"><code>idxArr</code></td>
1505
1597
 
1506
1598
 
1507
1599
  <td class="type">
1508
1600
 
1509
1601
 
1510
- <span class="param-type">String</span>
1602
+ <span class="param-type">
1603
+
1604
+ String
1605
+
1606
+ </span>
1511
1607
 
1512
1608
 
1513
1609
 
@@ -1524,13 +1620,17 @@ BaseServer.url = '新URL';</code></pre>
1524
1620
 
1525
1621
  <tr class="deep-level-1">
1526
1622
 
1527
- <td class="name" id="themeInfoArray"><code>themeInfoArray</code></td>
1623
+ <td class="name"><code>themeInfoArray</code></td>
1528
1624
 
1529
1625
 
1530
1626
  <td class="type">
1531
1627
 
1532
1628
 
1533
- <span class="param-type">Array</span>
1629
+ <span class="param-type">
1630
+
1631
+ Array
1632
+
1633
+ </span>
1534
1634
 
1535
1635
 
1536
1636
 
@@ -1547,13 +1647,17 @@ BaseServer.url = '新URL';</code></pre>
1547
1647
 
1548
1648
  <tr class="deep-level-1">
1549
1649
 
1550
- <td class="name" id="success"><code>success</code></td>
1650
+ <td class="name"><code>success</code></td>
1551
1651
 
1552
1652
 
1553
1653
  <td class="type">
1554
1654
 
1555
1655
 
1556
- <span class="param-type">function</span>
1656
+ <span class="param-type">
1657
+
1658
+ function
1659
+
1660
+ </span>
1557
1661
 
1558
1662
 
1559
1663
 
@@ -1570,13 +1674,17 @@ BaseServer.url = '新URL';</code></pre>
1570
1674
 
1571
1675
  <tr class="deep-level-1">
1572
1676
 
1573
- <td class="name" id="failure"><code>failure</code></td>
1677
+ <td class="name"><code>failure</code></td>
1574
1678
 
1575
1679
 
1576
1680
  <td class="type">
1577
1681
 
1578
1682
 
1579
- <span class="param-type">function</span>
1683
+ <span class="param-type">
1684
+
1685
+ function
1686
+
1687
+ </span>
1580
1688
 
1581
1689
 
1582
1690
 
@@ -1806,13 +1914,17 @@ themeServer.addTheme({
1806
1914
 
1807
1915
  <tr class="deep-level-0">
1808
1916
 
1809
- <td class="name" id="options"><code>options</code></td>
1917
+ <td class="name"><code>options</code></td>
1810
1918
 
1811
1919
 
1812
1920
  <td class="type">
1813
1921
 
1814
1922
 
1815
- <span class="param-type">Object</span>
1923
+ <span class="param-type">
1924
+
1925
+ Object
1926
+
1927
+ </span>
1816
1928
 
1817
1929
 
1818
1930
 
@@ -1829,13 +1941,17 @@ themeServer.addTheme({
1829
1941
 
1830
1942
  <tr class="deep-level-1">
1831
1943
 
1832
- <td class="name" id="idxArr"><code>idxArr</code></td>
1944
+ <td class="name"><code>idxArr</code></td>
1833
1945
 
1834
1946
 
1835
1947
  <td class="type">
1836
1948
 
1837
1949
 
1838
- <span class="param-type">String</span>
1950
+ <span class="param-type">
1951
+
1952
+ String
1953
+
1954
+ </span>
1839
1955
 
1840
1956
 
1841
1957
 
@@ -1852,13 +1968,17 @@ themeServer.addTheme({
1852
1968
 
1853
1969
  <tr class="deep-level-1">
1854
1970
 
1855
- <td class="name" id="success"><code>success</code></td>
1971
+ <td class="name"><code>success</code></td>
1856
1972
 
1857
1973
 
1858
1974
  <td class="type">
1859
1975
 
1860
1976
 
1861
- <span class="param-type">function</span>
1977
+ <span class="param-type">
1978
+
1979
+ function
1980
+
1981
+ </span>
1862
1982
 
1863
1983
 
1864
1984
 
@@ -1875,13 +1995,17 @@ themeServer.addTheme({
1875
1995
 
1876
1996
  <tr class="deep-level-1">
1877
1997
 
1878
- <td class="name" id="failure"><code>failure</code></td>
1998
+ <td class="name"><code>failure</code></td>
1879
1999
 
1880
2000
 
1881
2001
  <td class="type">
1882
2002
 
1883
2003
 
1884
- <span class="param-type">function</span>
2004
+ <span class="param-type">
2005
+
2006
+ function
2007
+
2008
+ </span>
1885
2009
 
1886
2010
 
1887
2011
 
@@ -2043,13 +2167,17 @@ themeServer.deleteTheme({
2043
2167
 
2044
2168
  <tr class="deep-level-0">
2045
2169
 
2046
- <td class="name" id="jsonObj"><code>jsonObj</code></td>
2170
+ <td class="name"><code>jsonObj</code></td>
2047
2171
 
2048
2172
 
2049
2173
  <td class="type">
2050
2174
 
2051
2175
 
2052
- <span class="param-type">Object</span>
2176
+ <span class="param-type">
2177
+
2178
+ Object
2179
+
2180
+ </span>
2053
2181
 
2054
2182
 
2055
2183
 
@@ -2186,7 +2314,7 @@ themeServer.deleteTheme({
2186
2314
 
2187
2315
  <tr class="deep-level-0">
2188
2316
 
2189
- <td class="name" id="options"><code>options</code></td>
2317
+ <td class="name"><code>options</code></td>
2190
2318
 
2191
2319
 
2192
2320
  <td class="type">
@@ -2207,13 +2335,17 @@ themeServer.deleteTheme({
2207
2335
 
2208
2336
  <tr class="deep-level-1">
2209
2337
 
2210
- <td class="name" id="success"><code>success</code></td>
2338
+ <td class="name"><code>success</code></td>
2211
2339
 
2212
2340
 
2213
2341
  <td class="type">
2214
2342
 
2215
2343
 
2216
- <span class="param-type">function</span>
2344
+ <span class="param-type">
2345
+
2346
+ function
2347
+
2348
+ </span>
2217
2349
 
2218
2350
 
2219
2351
 
@@ -2236,13 +2368,17 @@ themeServer.deleteTheme({
2236
2368
 
2237
2369
  <tr class="deep-level-1">
2238
2370
 
2239
- <td class="name" id="failure"><code>failure</code></td>
2371
+ <td class="name"><code>failure</code></td>
2240
2372
 
2241
2373
 
2242
2374
  <td class="type">
2243
2375
 
2244
2376
 
2245
- <span class="param-type">function</span>
2377
+ <span class="param-type">
2378
+
2379
+ function
2380
+
2381
+ </span>
2246
2382
 
2247
2383
 
2248
2384
 
@@ -2419,13 +2555,17 @@ themeServer.deleteTheme({
2419
2555
 
2420
2556
  <tr class="deep-level-0">
2421
2557
 
2422
- <td class="name" id="options"><code>options</code></td>
2558
+ <td class="name"><code>options</code></td>
2423
2559
 
2424
2560
 
2425
2561
  <td class="type">
2426
2562
 
2427
2563
 
2428
- <span class="param-type">Object</span>
2564
+ <span class="param-type">
2565
+
2566
+ Object
2567
+
2568
+ </span>
2429
2569
 
2430
2570
 
2431
2571
 
@@ -2442,13 +2582,17 @@ themeServer.deleteTheme({
2442
2582
 
2443
2583
  <tr class="deep-level-1">
2444
2584
 
2445
- <td class="name" id="idxArr"><code>idxArr</code></td>
2585
+ <td class="name"><code>idxArr</code></td>
2446
2586
 
2447
2587
 
2448
2588
  <td class="type">
2449
2589
 
2450
2590
 
2451
- <span class="param-type">String</span>
2591
+ <span class="param-type">
2592
+
2593
+ String
2594
+
2595
+ </span>
2452
2596
 
2453
2597
 
2454
2598
 
@@ -2465,13 +2609,17 @@ themeServer.deleteTheme({
2465
2609
 
2466
2610
  <tr class="deep-level-1">
2467
2611
 
2468
- <td class="name" id="success"><code>success</code></td>
2612
+ <td class="name"><code>success</code></td>
2469
2613
 
2470
2614
 
2471
2615
  <td class="type">
2472
2616
 
2473
2617
 
2474
- <span class="param-type">function</span>
2618
+ <span class="param-type">
2619
+
2620
+ function
2621
+
2622
+ </span>
2475
2623
 
2476
2624
 
2477
2625
 
@@ -2488,13 +2636,17 @@ themeServer.deleteTheme({
2488
2636
 
2489
2637
  <tr class="deep-level-1">
2490
2638
 
2491
- <td class="name" id="failure"><code>failure</code></td>
2639
+ <td class="name"><code>failure</code></td>
2492
2640
 
2493
2641
 
2494
2642
  <td class="type">
2495
2643
 
2496
2644
 
2497
- <span class="param-type">function</span>
2645
+ <span class="param-type">
2646
+
2647
+ function
2648
+
2649
+ </span>
2498
2650
 
2499
2651
 
2500
2652
 
@@ -2653,13 +2805,17 @@ themeServer.queryThemeInfo({
2653
2805
 
2654
2806
  <tr class="deep-level-0">
2655
2807
 
2656
- <td class="name" id="options"><code>options</code></td>
2808
+ <td class="name"><code>options</code></td>
2657
2809
 
2658
2810
 
2659
2811
  <td class="type">
2660
2812
 
2661
2813
 
2662
- <span class="param-type">Object</span>
2814
+ <span class="param-type">
2815
+
2816
+ Object
2817
+
2818
+ </span>
2663
2819
 
2664
2820
 
2665
2821
 
@@ -2676,13 +2832,17 @@ themeServer.queryThemeInfo({
2676
2832
 
2677
2833
  <tr class="deep-level-1">
2678
2834
 
2679
- <td class="name" id="idxArr"><code>idxArr</code></td>
2835
+ <td class="name"><code>idxArr</code></td>
2680
2836
 
2681
2837
 
2682
2838
  <td class="type">
2683
2839
 
2684
2840
 
2685
- <span class="param-type">String</span>
2841
+ <span class="param-type">
2842
+
2843
+ String
2844
+
2845
+ </span>
2686
2846
 
2687
2847
 
2688
2848
 
@@ -2699,13 +2859,17 @@ themeServer.queryThemeInfo({
2699
2859
 
2700
2860
  <tr class="deep-level-1">
2701
2861
 
2702
- <td class="name" id="themeInfoArray"><code>themeInfoArray</code></td>
2862
+ <td class="name"><code>themeInfoArray</code></td>
2703
2863
 
2704
2864
 
2705
2865
  <td class="type">
2706
2866
 
2707
2867
 
2708
- <span class="param-type">Array</span>
2868
+ <span class="param-type">
2869
+
2870
+ Array
2871
+
2872
+ </span>
2709
2873
 
2710
2874
 
2711
2875
 
@@ -2722,13 +2886,17 @@ themeServer.queryThemeInfo({
2722
2886
 
2723
2887
  <tr class="deep-level-1">
2724
2888
 
2725
- <td class="name" id="success"><code>success</code></td>
2889
+ <td class="name"><code>success</code></td>
2726
2890
 
2727
2891
 
2728
2892
  <td class="type">
2729
2893
 
2730
2894
 
2731
- <span class="param-type">function</span>
2895
+ <span class="param-type">
2896
+
2897
+ function
2898
+
2899
+ </span>
2732
2900
 
2733
2901
 
2734
2902
 
@@ -2745,13 +2913,17 @@ themeServer.queryThemeInfo({
2745
2913
 
2746
2914
  <tr class="deep-level-1">
2747
2915
 
2748
- <td class="name" id="failure"><code>failure</code></td>
2916
+ <td class="name"><code>failure</code></td>
2749
2917
 
2750
2918
 
2751
2919
  <td class="type">
2752
2920
 
2753
2921
 
2754
- <span class="param-type">function</span>
2922
+ <span class="param-type">
2923
+
2924
+ function
2925
+
2926
+ </span>
2755
2927
 
2756
2928
 
2757
2929