@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
 
@@ -223,7 +227,11 @@ const mapServer = new MapServer({
223
227
  <td class="name">
224
228
  <code>
225
229
 
226
- <span class="param-type">Boolean</span>
230
+ <span class="param-type">
231
+
232
+ Boolean
233
+
234
+ </span>
227
235
 
228
236
 
229
237
 
@@ -237,7 +245,11 @@ const mapServer = new MapServer({
237
245
  <td class="name">
238
246
  <code>
239
247
 
240
- <span class="param-type">Boolean</span>
248
+ <span class="param-type">
249
+
250
+ Boolean
251
+
252
+ </span>
241
253
 
242
254
 
243
255
 
@@ -251,7 +263,11 @@ const mapServer = new MapServer({
251
263
  <td class="name">
252
264
  <code>
253
265
 
254
- <span class="param-type">String</span>
266
+ <span class="param-type">
267
+
268
+ String
269
+
270
+ </span>
255
271
 
256
272
 
257
273
 
@@ -265,7 +281,11 @@ const mapServer = new MapServer({
265
281
  <td class="name">
266
282
  <code>
267
283
 
268
- <span class="param-type">function</span>
284
+ <span class="param-type">
285
+
286
+ function
287
+
288
+ </span>
269
289
 
270
290
 
271
291
 
@@ -279,7 +299,11 @@ const mapServer = new MapServer({
279
299
  <td class="name">
280
300
  <code>
281
301
 
282
- <span class="param-type">String</span>
302
+ <span class="param-type">
303
+
304
+ String
305
+
306
+ </span>
283
307
 
284
308
 
285
309
 
@@ -293,7 +317,11 @@ const mapServer = new MapServer({
293
317
  <td class="name">
294
318
  <code>
295
319
 
296
- <span class="param-type">function</span>
320
+ <span class="param-type">
321
+
322
+ function
323
+
324
+ </span>
297
325
 
298
326
 
299
327
 
@@ -307,7 +335,11 @@ const mapServer = new MapServer({
307
335
  <td class="name">
308
336
  <code>
309
337
 
310
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
338
+ <span class="param-type">
339
+
340
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
341
+
342
+ </span>
311
343
 
312
344
 
313
345
 
@@ -321,7 +353,11 @@ const mapServer = new MapServer({
321
353
  <td class="name">
322
354
  <code>
323
355
 
324
- <span class="param-type">String</span>
356
+ <span class="param-type">
357
+
358
+ String
359
+
360
+ </span>
325
361
 
326
362
 
327
363
 
@@ -335,7 +371,11 @@ const mapServer = new MapServer({
335
371
  <td class="name">
336
372
  <code>
337
373
 
338
- <span class="param-type">String</span>
374
+ <span class="param-type">
375
+
376
+ String
377
+
378
+ </span>
339
379
 
340
380
 
341
381
 
@@ -349,7 +389,11 @@ const mapServer = new MapServer({
349
389
  <td class="name">
350
390
  <code>
351
391
 
352
- <span class="param-type">String</span>
392
+ <span class="param-type">
393
+
394
+ String
395
+
396
+ </span>
353
397
 
354
398
 
355
399
 
@@ -369,7 +413,11 @@ const mapServer = new MapServer({
369
413
  <span class="method-parameter is-pulled-right">
370
414
  <label>类型:</label>
371
415
 
372
- <span class="param-type">Boolean</span>
416
+ <span class="param-type">
417
+
418
+ Boolean
419
+
420
+ </span>
373
421
 
374
422
 
375
423
 
@@ -445,7 +493,11 @@ const mapServer = new MapServer({
445
493
  <span class="method-parameter is-pulled-right">
446
494
  <label>类型:</label>
447
495
 
448
- <span class="param-type">Boolean</span>
496
+ <span class="param-type">
497
+
498
+ Boolean
499
+
500
+ </span>
449
501
 
450
502
 
451
503
 
@@ -542,7 +594,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
542
594
  <span class="method-parameter is-pulled-right">
543
595
  <label>类型:</label>
544
596
 
545
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
546
602
 
547
603
 
548
604
 
@@ -640,7 +696,11 @@ BaseServer.headers.token = '新token';</code></pre>
640
696
  <span class="method-parameter is-pulled-right">
641
697
  <label>类型:</label>
642
698
 
643
- <span class="param-type">function</span>
699
+ <span class="param-type">
700
+
701
+ function
702
+
703
+ </span>
644
704
 
645
705
 
646
706
 
@@ -744,7 +804,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
744
804
  <span class="method-parameter is-pulled-right">
745
805
  <label>类型:</label>
746
806
 
747
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
748
812
 
749
813
 
750
814
 
@@ -838,7 +902,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
838
902
  <span class="method-parameter is-pulled-right">
839
903
  <label>类型:</label>
840
904
 
841
- <span class="param-type">function</span>
905
+ <span class="param-type">
906
+
907
+ function
908
+
909
+ </span>
842
910
 
843
911
 
844
912
 
@@ -944,7 +1012,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
944
1012
  <span class="method-parameter is-pulled-right">
945
1013
  <label>类型:</label>
946
1014
 
947
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1015
+ <span class="param-type">
1016
+
1017
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1018
+
1019
+ </span>
948
1020
 
949
1021
 
950
1022
 
@@ -1042,7 +1114,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1042
1114
  <span class="method-parameter is-pulled-right">
1043
1115
  <label>类型:</label>
1044
1116
 
1045
- <span class="param-type">String</span>
1117
+ <span class="param-type">
1118
+
1119
+ String
1120
+
1121
+ </span>
1046
1122
 
1047
1123
 
1048
1124
 
@@ -1135,7 +1211,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1135
1211
  <span class="method-parameter is-pulled-right">
1136
1212
  <label>类型:</label>
1137
1213
 
1138
- <span class="param-type">String</span>
1214
+ <span class="param-type">
1215
+
1216
+ String
1217
+
1218
+ </span>
1139
1219
 
1140
1220
 
1141
1221
 
@@ -1228,7 +1308,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1228
1308
  <span class="method-parameter is-pulled-right">
1229
1309
  <label>类型:</label>
1230
1310
 
1231
- <span class="param-type">String</span>
1311
+ <span class="param-type">
1312
+
1313
+ String
1314
+
1315
+ </span>
1232
1316
 
1233
1317
 
1234
1318
 
@@ -1506,13 +1590,17 @@ BaseServer.url = '新URL';</code></pre>
1506
1590
 
1507
1591
  <tr class="deep-level-0">
1508
1592
 
1509
- <td class="name" id="options"><code>options</code></td>
1593
+ <td class="name"><code>options</code></td>
1510
1594
 
1511
1595
 
1512
1596
  <td class="type">
1513
1597
 
1514
1598
 
1515
- <span class="param-type">Object</span>
1599
+ <span class="param-type">
1600
+
1601
+ Object
1602
+
1603
+ </span>
1516
1604
 
1517
1605
 
1518
1606
 
@@ -1529,13 +1617,17 @@ BaseServer.url = '新URL';</code></pre>
1529
1617
 
1530
1618
  <tr class="deep-level-1">
1531
1619
 
1532
- <td class="name" id="addInfo"><code>addInfo</code></td>
1620
+ <td class="name"><code>addInfo</code></td>
1533
1621
 
1534
1622
 
1535
1623
  <td class="type">
1536
1624
 
1537
1625
 
1538
- <span class="param-type">Array</span>
1626
+ <span class="param-type">
1627
+
1628
+ Array
1629
+
1630
+ </span>
1539
1631
 
1540
1632
 
1541
1633
 
@@ -1552,13 +1644,17 @@ BaseServer.url = '新URL';</code></pre>
1552
1644
 
1553
1645
  <tr class="deep-level-1">
1554
1646
 
1555
- <td class="name" id="success"><code>success</code></td>
1647
+ <td class="name"><code>success</code></td>
1556
1648
 
1557
1649
 
1558
1650
  <td class="type">
1559
1651
 
1560
1652
 
1561
- <span class="param-type">function</span>
1653
+ <span class="param-type">
1654
+
1655
+ function
1656
+
1657
+ </span>
1562
1658
 
1563
1659
 
1564
1660
 
@@ -1575,13 +1671,17 @@ BaseServer.url = '新URL';</code></pre>
1575
1671
 
1576
1672
  <tr class="deep-level-1">
1577
1673
 
1578
- <td class="name" id="failure"><code>failure</code></td>
1674
+ <td class="name"><code>failure</code></td>
1579
1675
 
1580
1676
 
1581
1677
  <td class="type">
1582
1678
 
1583
1679
 
1584
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
1680
+ <span class="param-type">
1681
+
1682
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
1683
+
1684
+ </span>
1585
1685
 
1586
1686
 
1587
1687
 
@@ -1598,13 +1698,17 @@ BaseServer.url = '新URL';</code></pre>
1598
1698
 
1599
1699
  <tr class="deep-level-1">
1600
1700
 
1601
- <td class="name" id="clientId"><code>clientId</code></td>
1701
+ <td class="name"><code>clientId</code></td>
1602
1702
 
1603
1703
 
1604
1704
  <td class="type">
1605
1705
 
1606
1706
 
1607
- <span class="param-type">String</span>
1707
+ <span class="param-type">
1708
+
1709
+ String
1710
+
1711
+ </span>
1608
1712
 
1609
1713
 
1610
1714
 
@@ -1742,13 +1846,17 @@ BaseServer.url = '新URL';</code></pre>
1742
1846
 
1743
1847
  <tr class="deep-level-0">
1744
1848
 
1745
- <td class="name" id="options"><code>options</code></td>
1849
+ <td class="name"><code>options</code></td>
1746
1850
 
1747
1851
 
1748
1852
  <td class="type">
1749
1853
 
1750
1854
 
1751
- <span class="param-type">Object</span>
1855
+ <span class="param-type">
1856
+
1857
+ Object
1858
+
1859
+ </span>
1752
1860
 
1753
1861
 
1754
1862
 
@@ -1765,13 +1873,17 @@ BaseServer.url = '新URL';</code></pre>
1765
1873
 
1766
1874
  <tr class="deep-level-1">
1767
1875
 
1768
- <td class="name" id="layerId"><code>layerId</code></td>
1876
+ <td class="name"><code>layerId</code></td>
1769
1877
 
1770
1878
 
1771
1879
  <td class="type">
1772
1880
 
1773
1881
 
1774
- <span class="param-type">String</span>
1882
+ <span class="param-type">
1883
+
1884
+ String
1885
+
1886
+ </span>
1775
1887
 
1776
1888
 
1777
1889
 
@@ -1788,13 +1900,17 @@ BaseServer.url = '新URL';</code></pre>
1788
1900
 
1789
1901
  <tr class="deep-level-1">
1790
1902
 
1791
- <td class="name" id="success"><code>success</code></td>
1903
+ <td class="name"><code>success</code></td>
1792
1904
 
1793
1905
 
1794
1906
  <td class="type">
1795
1907
 
1796
1908
 
1797
- <span class="param-type">function</span>
1909
+ <span class="param-type">
1910
+
1911
+ function
1912
+
1913
+ </span>
1798
1914
 
1799
1915
 
1800
1916
 
@@ -1811,13 +1927,17 @@ BaseServer.url = '新URL';</code></pre>
1811
1927
 
1812
1928
  <tr class="deep-level-1">
1813
1929
 
1814
- <td class="name" id="failure"><code>failure</code></td>
1930
+ <td class="name"><code>failure</code></td>
1815
1931
 
1816
1932
 
1817
1933
  <td class="type">
1818
1934
 
1819
1935
 
1820
- <span class="param-type">function</span>
1936
+ <span class="param-type">
1937
+
1938
+ function
1939
+
1940
+ </span>
1821
1941
 
1822
1942
 
1823
1943
 
@@ -1834,13 +1954,17 @@ BaseServer.url = '新URL';</code></pre>
1834
1954
 
1835
1955
  <tr class="deep-level-1">
1836
1956
 
1837
- <td class="name" id="clientId"><code>clientId</code></td>
1957
+ <td class="name"><code>clientId</code></td>
1838
1958
 
1839
1959
 
1840
1960
  <td class="type">
1841
1961
 
1842
1962
 
1843
- <span class="param-type">String</span>
1963
+ <span class="param-type">
1964
+
1965
+ String
1966
+
1967
+ </span>
1844
1968
 
1845
1969
 
1846
1970
 
@@ -1980,7 +2104,7 @@ BaseServer.url = '新URL';</code></pre>
1980
2104
 
1981
2105
  <tr class="deep-level-0">
1982
2106
 
1983
- <td class="name" id="options"><code>options</code></td>
2107
+ <td class="name"><code>options</code></td>
1984
2108
 
1985
2109
 
1986
2110
  <td class="type">
@@ -2001,13 +2125,17 @@ BaseServer.url = '新URL';</code></pre>
2001
2125
 
2002
2126
  <tr class="deep-level-1">
2003
2127
 
2004
- <td class="name" id="method"><code>method</code></td>
2128
+ <td class="name"><code>method</code></td>
2005
2129
 
2006
2130
 
2007
2131
  <td class="type">
2008
2132
 
2009
2133
 
2010
- <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
2134
+ <span class="param-type">
2135
+
2136
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
2137
+
2138
+ </span>
2011
2139
 
2012
2140
 
2013
2141
 
@@ -2030,13 +2158,17 @@ BaseServer.url = '新URL';</code></pre>
2030
2158
 
2031
2159
  <tr class="deep-level-1">
2032
2160
 
2033
- <td class="name" id="bbox"><code>bbox</code></td>
2161
+ <td class="name"><code>bbox</code></td>
2034
2162
 
2035
2163
 
2036
2164
  <td class="type">
2037
2165
 
2038
2166
 
2039
- <span class="param-type">String</span>
2167
+ <span class="param-type">
2168
+
2169
+ String
2170
+
2171
+ </span>
2040
2172
 
2041
2173
 
2042
2174
 
@@ -2057,13 +2189,17 @@ BaseServer.url = '新URL';</code></pre>
2057
2189
 
2058
2190
  <tr class="deep-level-1">
2059
2191
 
2060
- <td class="name" id="layers"><code>layers</code></td>
2192
+ <td class="name"><code>layers</code></td>
2061
2193
 
2062
2194
 
2063
2195
  <td class="type">
2064
2196
 
2065
2197
 
2066
- <span class="param-type">String</span>
2198
+ <span class="param-type">
2199
+
2200
+ String
2201
+
2202
+ </span>
2067
2203
 
2068
2204
 
2069
2205
 
@@ -2084,13 +2220,17 @@ BaseServer.url = '新URL';</code></pre>
2084
2220
 
2085
2221
  <tr class="deep-level-1">
2086
2222
 
2087
- <td class="name" id="size"><code>size</code></td>
2223
+ <td class="name"><code>size</code></td>
2088
2224
 
2089
2225
 
2090
2226
  <td class="type">
2091
2227
 
2092
2228
 
2093
- <span class="param-type">String</span>
2229
+ <span class="param-type">
2230
+
2231
+ String
2232
+
2233
+ </span>
2094
2234
 
2095
2235
 
2096
2236
 
@@ -2111,13 +2251,17 @@ BaseServer.url = '新URL';</code></pre>
2111
2251
 
2112
2252
  <tr class="deep-level-1">
2113
2253
 
2114
- <td class="name" id="transparent"><code>transparent</code></td>
2254
+ <td class="name"><code>transparent</code></td>
2115
2255
 
2116
2256
 
2117
2257
  <td class="type">
2118
2258
 
2119
2259
 
2120
- <span class="param-type">String</span>
2260
+ <span class="param-type">
2261
+
2262
+ String
2263
+
2264
+ </span>
2121
2265
 
2122
2266
 
2123
2267
 
@@ -2138,13 +2282,17 @@ BaseServer.url = '新URL';</code></pre>
2138
2282
 
2139
2283
  <tr class="deep-level-1">
2140
2284
 
2141
- <td class="name" id="format"><code>format</code></td>
2285
+ <td class="name"><code>format</code></td>
2142
2286
 
2143
2287
 
2144
2288
  <td class="type">
2145
2289
 
2146
2290
 
2147
- <span class="param-type">String</span>
2291
+ <span class="param-type">
2292
+
2293
+ String
2294
+
2295
+ </span>
2148
2296
 
2149
2297
 
2150
2298
 
@@ -2165,13 +2313,17 @@ BaseServer.url = '新URL';</code></pre>
2165
2313
 
2166
2314
  <tr class="deep-level-1">
2167
2315
 
2168
- <td class="name" id="projectionSrs"><code>projectionSrs</code></td>
2316
+ <td class="name"><code>projectionSrs</code></td>
2169
2317
 
2170
2318
 
2171
2319
  <td class="type">
2172
2320
 
2173
2321
 
2174
- <span class="param-type">String</span>
2322
+ <span class="param-type">
2323
+
2324
+ String
2325
+
2326
+ </span>
2175
2327
 
2176
2328
 
2177
2329
 
@@ -2192,13 +2344,17 @@ BaseServer.url = '新URL';</code></pre>
2192
2344
 
2193
2345
  <tr class="deep-level-1">
2194
2346
 
2195
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
2347
+ <td class="name"><code>isAntialiasing</code></td>
2196
2348
 
2197
2349
 
2198
2350
  <td class="type">
2199
2351
 
2200
2352
 
2201
- <span class="param-type">String</span>
2353
+ <span class="param-type">
2354
+
2355
+ String
2356
+
2357
+ </span>
2202
2358
 
2203
2359
 
2204
2360
 
@@ -2219,13 +2375,17 @@ BaseServer.url = '新URL';</code></pre>
2219
2375
 
2220
2376
  <tr class="deep-level-1">
2221
2377
 
2222
- <td class="name" id="layerStyles"><code>layerStyles</code></td>
2378
+ <td class="name"><code>layerStyles</code></td>
2223
2379
 
2224
2380
 
2225
2381
  <td class="type">
2226
2382
 
2227
2383
 
2228
- <span class="param-type">String</span>
2384
+ <span class="param-type">
2385
+
2386
+ String
2387
+
2388
+ </span>
2229
2389
 
2230
2390
 
2231
2391
 
@@ -2246,13 +2406,17 @@ BaseServer.url = '新URL';</code></pre>
2246
2406
 
2247
2407
  <tr class="deep-level-1">
2248
2408
 
2249
- <td class="name" id="layerFilters"><code>layerFilters</code></td>
2409
+ <td class="name"><code>layerFilters</code></td>
2250
2410
 
2251
2411
 
2252
2412
  <td class="type">
2253
2413
 
2254
2414
 
2255
- <span class="param-type">String</span>
2415
+ <span class="param-type">
2416
+
2417
+ String
2418
+
2419
+ </span>
2256
2420
 
2257
2421
 
2258
2422
 
@@ -2273,13 +2437,17 @@ BaseServer.url = '新URL';</code></pre>
2273
2437
 
2274
2438
  <tr class="deep-level-1">
2275
2439
 
2276
- <td class="name" id="dynamicLayers"><code>dynamicLayers</code></td>
2440
+ <td class="name"><code>dynamicLayers</code></td>
2277
2441
 
2278
2442
 
2279
2443
  <td class="type">
2280
2444
 
2281
2445
 
2282
- <span class="param-type">String</span>
2446
+ <span class="param-type">
2447
+
2448
+ String
2449
+
2450
+ </span>
2283
2451
 
2284
2452
 
2285
2453
 
@@ -2300,13 +2468,17 @@ BaseServer.url = '新URL';</code></pre>
2300
2468
 
2301
2469
  <tr class="deep-level-1">
2302
2470
 
2303
- <td class="name" id="clipping"><code>clipping</code></td>
2471
+ <td class="name"><code>clipping</code></td>
2304
2472
 
2305
2473
 
2306
2474
  <td class="type">
2307
2475
 
2308
2476
 
2309
- <span class="param-type">String</span>
2477
+ <span class="param-type">
2478
+
2479
+ String
2480
+
2481
+ </span>
2310
2482
 
2311
2483
 
2312
2484
 
@@ -2327,13 +2499,17 @@ BaseServer.url = '新URL';</code></pre>
2327
2499
 
2328
2500
  <tr class="deep-level-1">
2329
2501
 
2330
- <td class="name" id="f"><code>f</code></td>
2502
+ <td class="name"><code>f</code></td>
2331
2503
 
2332
2504
 
2333
2505
  <td class="type">
2334
2506
 
2335
2507
 
2336
- <span class="param-type">String</span>
2508
+ <span class="param-type">
2509
+
2510
+ String
2511
+
2512
+ </span>
2337
2513
 
2338
2514
 
2339
2515
 
@@ -2354,13 +2530,17 @@ BaseServer.url = '新URL';</code></pre>
2354
2530
 
2355
2531
  <tr class="deep-level-1">
2356
2532
 
2357
- <td class="name" id="clientId"><code>clientId</code></td>
2533
+ <td class="name"><code>clientId</code></td>
2358
2534
 
2359
2535
 
2360
2536
  <td class="type">
2361
2537
 
2362
2538
 
2363
- <span class="param-type">String</span>
2539
+ <span class="param-type">
2540
+
2541
+ String
2542
+
2543
+ </span>
2364
2544
 
2365
2545
 
2366
2546
 
@@ -2504,7 +2684,7 @@ BaseServer.url = '新URL';</code></pre>
2504
2684
 
2505
2685
  <tr class="deep-level-0">
2506
2686
 
2507
- <td class="name" id="options"><code>options</code></td>
2687
+ <td class="name"><code>options</code></td>
2508
2688
 
2509
2689
 
2510
2690
  <td class="type">
@@ -2525,13 +2705,17 @@ BaseServer.url = '新URL';</code></pre>
2525
2705
 
2526
2706
  <tr class="deep-level-1">
2527
2707
 
2528
- <td class="name" id="extent"><code>extent</code></td>
2708
+ <td class="name"><code>extent</code></td>
2529
2709
 
2530
2710
 
2531
2711
  <td class="type">
2532
2712
 
2533
2713
 
2534
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2714
+ <span class="param-type">
2715
+
2716
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2717
+
2718
+ </span>
2535
2719
 
2536
2720
 
2537
2721
 
@@ -2552,13 +2736,17 @@ BaseServer.url = '新URL';</code></pre>
2552
2736
 
2553
2737
  <tr class="deep-level-1">
2554
2738
 
2555
- <td class="name" id="width"><code>width</code></td>
2739
+ <td class="name"><code>width</code></td>
2556
2740
 
2557
2741
 
2558
2742
  <td class="type">
2559
2743
 
2560
2744
 
2561
- <span class="param-type">Number</span>
2745
+ <span class="param-type">
2746
+
2747
+ Number
2748
+
2749
+ </span>
2562
2750
 
2563
2751
 
2564
2752
 
@@ -2581,13 +2769,17 @@ BaseServer.url = '新URL';</code></pre>
2581
2769
 
2582
2770
  <tr class="deep-level-1">
2583
2771
 
2584
- <td class="name" id="height"><code>height</code></td>
2772
+ <td class="name"><code>height</code></td>
2585
2773
 
2586
2774
 
2587
2775
  <td class="type">
2588
2776
 
2589
2777
 
2590
- <span class="param-type">Number</span>
2778
+ <span class="param-type">
2779
+
2780
+ Number
2781
+
2782
+ </span>
2591
2783
 
2592
2784
 
2593
2785
 
@@ -2748,13 +2940,17 @@ BaseServer.url = '新URL';</code></pre>
2748
2940
 
2749
2941
  <tr class="deep-level-0">
2750
2942
 
2751
- <td class="name" id="options"><code>options</code></td>
2943
+ <td class="name"><code>options</code></td>
2752
2944
 
2753
2945
 
2754
2946
  <td class="type">
2755
2947
 
2756
2948
 
2757
- <span class="param-type">Object</span>
2949
+ <span class="param-type">
2950
+
2951
+ Object
2952
+
2953
+ </span>
2758
2954
 
2759
2955
 
2760
2956
 
@@ -2771,13 +2967,17 @@ BaseServer.url = '新URL';</code></pre>
2771
2967
 
2772
2968
  <tr class="deep-level-1">
2773
2969
 
2774
- <td class="name" id="success"><code>success</code></td>
2970
+ <td class="name"><code>success</code></td>
2775
2971
 
2776
2972
 
2777
2973
  <td class="type">
2778
2974
 
2779
2975
 
2780
- <span class="param-type"><a link="getLegendSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="getLegendSuccess" global.html#getLegendSuccess>getLegendSuccess</a></span>
2976
+ <span class="param-type">
2977
+
2978
+ <a link="getLegendSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="getLegendSuccess" global.html#getLegendSuccess>getLegendSuccess</a>
2979
+
2980
+ </span>
2781
2981
 
2782
2982
 
2783
2983
 
@@ -2794,13 +2994,17 @@ BaseServer.url = '新URL';</code></pre>
2794
2994
 
2795
2995
  <tr class="deep-level-1">
2796
2996
 
2797
- <td class="name" id="failure"><code>failure</code></td>
2997
+ <td class="name"><code>failure</code></td>
2798
2998
 
2799
2999
 
2800
3000
  <td class="type">
2801
3001
 
2802
3002
 
2803
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3003
+ <span class="param-type">
3004
+
3005
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3006
+
3007
+ </span>
2804
3008
 
2805
3009
 
2806
3010
 
@@ -2817,13 +3021,17 @@ BaseServer.url = '新URL';</code></pre>
2817
3021
 
2818
3022
  <tr class="deep-level-1">
2819
3023
 
2820
- <td class="name" id="layers"><code>layers</code></td>
3024
+ <td class="name"><code>layers</code></td>
2821
3025
 
2822
3026
 
2823
3027
  <td class="type">
2824
3028
 
2825
3029
 
2826
- <span class="param-type">String</span>
3030
+ <span class="param-type">
3031
+
3032
+ String
3033
+
3034
+ </span>
2827
3035
 
2828
3036
 
2829
3037
 
@@ -2840,13 +3048,17 @@ BaseServer.url = '新URL';</code></pre>
2840
3048
 
2841
3049
  <tr class="deep-level-1">
2842
3050
 
2843
- <td class="name" id="size"><code>size</code></td>
3051
+ <td class="name"><code>size</code></td>
2844
3052
 
2845
3053
 
2846
3054
  <td class="type">
2847
3055
 
2848
3056
 
2849
- <span class="param-type">String</span>
3057
+ <span class="param-type">
3058
+
3059
+ String
3060
+
3061
+ </span>
2850
3062
 
2851
3063
 
2852
3064
 
@@ -2863,13 +3075,17 @@ BaseServer.url = '新URL';</code></pre>
2863
3075
 
2864
3076
  <tr class="deep-level-1">
2865
3077
 
2866
- <td class="name" id="where"><code>where</code></td>
3078
+ <td class="name"><code>where</code></td>
2867
3079
 
2868
3080
 
2869
3081
  <td class="type">
2870
3082
 
2871
3083
 
2872
- <span class="param-type">String</span>
3084
+ <span class="param-type">
3085
+
3086
+ String
3087
+
3088
+ </span>
2873
3089
 
2874
3090
 
2875
3091
 
@@ -2886,13 +3102,17 @@ BaseServer.url = '新URL';</code></pre>
2886
3102
 
2887
3103
  <tr class="deep-level-1">
2888
3104
 
2889
- <td class="name" id="bbox"><code>bbox</code></td>
3105
+ <td class="name"><code>bbox</code></td>
2890
3106
 
2891
3107
 
2892
3108
  <td class="type">
2893
3109
 
2894
3110
 
2895
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3111
+ <span class="param-type">
3112
+
3113
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3114
+
3115
+ </span>
2896
3116
 
2897
3117
 
2898
3118
 
@@ -2909,13 +3129,17 @@ BaseServer.url = '新URL';</code></pre>
2909
3129
 
2910
3130
  <tr class="deep-level-1">
2911
3131
 
2912
- <td class="name" id="page"><code>page</code></td>
3132
+ <td class="name"><code>page</code></td>
2913
3133
 
2914
3134
 
2915
3135
  <td class="type">
2916
3136
 
2917
3137
 
2918
- <span class="param-type">Number</span>
3138
+ <span class="param-type">
3139
+
3140
+ Number
3141
+
3142
+ </span>
2919
3143
 
2920
3144
 
2921
3145
 
@@ -2932,13 +3156,17 @@ BaseServer.url = '新URL';</code></pre>
2932
3156
 
2933
3157
  <tr class="deep-level-1">
2934
3158
 
2935
- <td class="name" id="pageSize"><code>pageSize</code></td>
3159
+ <td class="name"><code>pageSize</code></td>
2936
3160
 
2937
3161
 
2938
3162
  <td class="type">
2939
3163
 
2940
3164
 
2941
- <span class="param-type">Number</span>
3165
+ <span class="param-type">
3166
+
3167
+ Number
3168
+
3169
+ </span>
2942
3170
 
2943
3171
 
2944
3172
 
@@ -2955,13 +3183,17 @@ BaseServer.url = '新URL';</code></pre>
2955
3183
 
2956
3184
  <tr class="deep-level-1">
2957
3185
 
2958
- <td class="name" id="maxQueryFeatureCount"><code>maxQueryFeatureCount</code></td>
3186
+ <td class="name"><code>maxQueryFeatureCount</code></td>
2959
3187
 
2960
3188
 
2961
3189
  <td class="type">
2962
3190
 
2963
3191
 
2964
- <span class="param-type">Number</span>
3192
+ <span class="param-type">
3193
+
3194
+ Number
3195
+
3196
+ </span>
2965
3197
 
2966
3198
 
2967
3199
 
@@ -3126,13 +3358,17 @@ mapServer.getLegend({
3126
3358
 
3127
3359
  <tr class="deep-level-0">
3128
3360
 
3129
- <td class="name" id="options"><code>options</code></td>
3361
+ <td class="name"><code>options</code></td>
3130
3362
 
3131
3363
 
3132
3364
  <td class="type">
3133
3365
 
3134
3366
 
3135
- <span class="param-type">Object</span>
3367
+ <span class="param-type">
3368
+
3369
+ Object
3370
+
3371
+ </span>
3136
3372
 
3137
3373
 
3138
3374
 
@@ -3153,13 +3389,17 @@ mapServer.getLegend({
3153
3389
 
3154
3390
  <tr class="deep-level-1">
3155
3391
 
3156
- <td class="name" id="layerId"><code>layerId</code></td>
3392
+ <td class="name"><code>layerId</code></td>
3157
3393
 
3158
3394
 
3159
3395
  <td class="type">
3160
3396
 
3161
3397
 
3162
- <span class="param-type">String</span>
3398
+ <span class="param-type">
3399
+
3400
+ String
3401
+
3402
+ </span>
3163
3403
 
3164
3404
 
3165
3405
 
@@ -3180,13 +3420,17 @@ mapServer.getLegend({
3180
3420
 
3181
3421
  <tr class="deep-level-1">
3182
3422
 
3183
- <td class="name" id="success"><code>success</code></td>
3423
+ <td class="name"><code>success</code></td>
3184
3424
 
3185
3425
 
3186
3426
  <td class="type">
3187
3427
 
3188
3428
 
3189
- <span class="param-type"><a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a></span>
3429
+ <span class="param-type">
3430
+
3431
+ <a link="queryFeaturesSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesSuccess" global.html#queryFeaturesSuccess>queryFeaturesSuccess</a>
3432
+
3433
+ </span>
3190
3434
 
3191
3435
 
3192
3436
 
@@ -3207,13 +3451,17 @@ mapServer.getLegend({
3207
3451
 
3208
3452
  <tr class="deep-level-1">
3209
3453
 
3210
- <td class="name" id="failure"><code>failure</code></td>
3454
+ <td class="name"><code>failure</code></td>
3211
3455
 
3212
3456
 
3213
3457
  <td class="type">
3214
3458
 
3215
3459
 
3216
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3460
+ <span class="param-type">
3461
+
3462
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3463
+
3464
+ </span>
3217
3465
 
3218
3466
 
3219
3467
 
@@ -3234,13 +3482,17 @@ mapServer.getLegend({
3234
3482
 
3235
3483
  <tr class="deep-level-1">
3236
3484
 
3237
- <td class="name" id="method"><code>method</code></td>
3485
+ <td class="name"><code>method</code></td>
3238
3486
 
3239
3487
 
3240
3488
  <td class="type">
3241
3489
 
3242
3490
 
3243
- <span class="param-type"><a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a></span>
3491
+ <span class="param-type">
3492
+
3493
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
3494
+
3495
+ </span>
3244
3496
 
3245
3497
 
3246
3498
 
@@ -3263,13 +3515,17 @@ mapServer.getLegend({
3263
3515
 
3264
3516
  <tr class="deep-level-1">
3265
3517
 
3266
- <td class="name" id="where"><code>where</code></td>
3518
+ <td class="name"><code>where</code></td>
3267
3519
 
3268
3520
 
3269
3521
  <td class="type">
3270
3522
 
3271
3523
 
3272
- <span class="param-type">String</span>
3524
+ <span class="param-type">
3525
+
3526
+ String
3527
+
3528
+ </span>
3273
3529
 
3274
3530
 
3275
3531
 
@@ -3290,13 +3546,17 @@ mapServer.getLegend({
3290
3546
 
3291
3547
  <tr class="deep-level-1">
3292
3548
 
3293
- <td class="name" id="geometry"><code>geometry</code></td>
3549
+ <td class="name"><code>geometry</code></td>
3294
3550
 
3295
3551
 
3296
3552
  <td class="type">
3297
3553
 
3298
3554
 
3299
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3555
+ <span class="param-type">
3556
+
3557
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3558
+
3559
+ </span>
3300
3560
 
3301
3561
 
3302
3562
 
@@ -3317,13 +3577,17 @@ mapServer.getLegend({
3317
3577
 
3318
3578
  <tr class="deep-level-1">
3319
3579
 
3320
- <td class="name" id="distance"><code>distance</code></td>
3580
+ <td class="name"><code>distance</code></td>
3321
3581
 
3322
3582
 
3323
3583
  <td class="type">
3324
3584
 
3325
3585
 
3326
- <span class="param-type">Number</span>
3586
+ <span class="param-type">
3587
+
3588
+ Number
3589
+
3590
+ </span>
3327
3591
 
3328
3592
 
3329
3593
 
@@ -3346,13 +3610,17 @@ mapServer.getLegend({
3346
3610
 
3347
3611
  <tr class="deep-level-1">
3348
3612
 
3349
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3613
+ <td class="name"><code>geometryPrecision</code></td>
3350
3614
 
3351
3615
 
3352
3616
  <td class="type">
3353
3617
 
3354
3618
 
3355
- <span class="param-type">Number</span>
3619
+ <span class="param-type">
3620
+
3621
+ Number
3622
+
3623
+ </span>
3356
3624
 
3357
3625
 
3358
3626
 
@@ -3373,13 +3641,17 @@ mapServer.getLegend({
3373
3641
 
3374
3642
  <tr class="deep-level-1">
3375
3643
 
3376
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3644
+ <td class="name"><code>spatialRel</code></td>
3377
3645
 
3378
3646
 
3379
3647
  <td class="type">
3380
3648
 
3381
3649
 
3382
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3650
+ <span class="param-type">
3651
+
3652
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
3653
+
3654
+ </span>
3383
3655
 
3384
3656
 
3385
3657
 
@@ -3400,13 +3672,17 @@ mapServer.getLegend({
3400
3672
 
3401
3673
  <tr class="deep-level-1">
3402
3674
 
3403
- <td class="name" id="outFields"><code>outFields</code></td>
3675
+ <td class="name"><code>outFields</code></td>
3404
3676
 
3405
3677
 
3406
3678
  <td class="type">
3407
3679
 
3408
3680
 
3409
- <span class="param-type">String</span>
3681
+ <span class="param-type">
3682
+
3683
+ String
3684
+
3685
+ </span>
3410
3686
 
3411
3687
 
3412
3688
 
@@ -3427,13 +3703,17 @@ mapServer.getLegend({
3427
3703
 
3428
3704
  <tr class="deep-level-1">
3429
3705
 
3430
- <td class="name" id="objectIds"><code>objectIds</code></td>
3706
+ <td class="name"><code>objectIds</code></td>
3431
3707
 
3432
3708
 
3433
3709
  <td class="type">
3434
3710
 
3435
3711
 
3436
- <span class="param-type">String</span>
3712
+ <span class="param-type">
3713
+
3714
+ String
3715
+
3716
+ </span>
3437
3717
 
3438
3718
 
3439
3719
 
@@ -3454,13 +3734,17 @@ mapServer.getLegend({
3454
3734
 
3455
3735
  <tr class="deep-level-1">
3456
3736
 
3457
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3737
+ <td class="name"><code>orderByFields</code></td>
3458
3738
 
3459
3739
 
3460
3740
  <td class="type">
3461
3741
 
3462
3742
 
3463
- <span class="param-type">String</span>
3743
+ <span class="param-type">
3744
+
3745
+ String
3746
+
3747
+ </span>
3464
3748
 
3465
3749
 
3466
3750
 
@@ -3481,13 +3765,17 @@ mapServer.getLegend({
3481
3765
 
3482
3766
  <tr class="deep-level-1">
3483
3767
 
3484
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3768
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3485
3769
 
3486
3770
 
3487
3771
  <td class="type">
3488
3772
 
3489
3773
 
3490
- <span class="param-type">String</span>
3774
+ <span class="param-type">
3775
+
3776
+ String
3777
+
3778
+ </span>
3491
3779
 
3492
3780
 
3493
3781
 
@@ -3508,13 +3796,17 @@ mapServer.getLegend({
3508
3796
 
3509
3797
  <tr class="deep-level-1">
3510
3798
 
3511
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3799
+ <td class="name"><code>resultRecordCount</code></td>
3512
3800
 
3513
3801
 
3514
3802
  <td class="type">
3515
3803
 
3516
3804
 
3517
- <span class="param-type">Number</span>
3805
+ <span class="param-type">
3806
+
3807
+ Number
3808
+
3809
+ </span>
3518
3810
 
3519
3811
 
3520
3812
 
@@ -3537,13 +3829,17 @@ mapServer.getLegend({
3537
3829
 
3538
3830
  <tr class="deep-level-1">
3539
3831
 
3540
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
3832
+ <td class="name"><code>resultOffset</code></td>
3541
3833
 
3542
3834
 
3543
3835
  <td class="type">
3544
3836
 
3545
3837
 
3546
- <span class="param-type">Number</span>
3838
+ <span class="param-type">
3839
+
3840
+ Number
3841
+
3842
+ </span>
3547
3843
 
3548
3844
 
3549
3845
 
@@ -3564,13 +3860,17 @@ mapServer.getLegend({
3564
3860
 
3565
3861
  <tr class="deep-level-1">
3566
3862
 
3567
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
3863
+ <td class="name"><code>outStatistics</code></td>
3568
3864
 
3569
3865
 
3570
3866
  <td class="type">
3571
3867
 
3572
3868
 
3573
- <span class="param-type">Array.&lt;<a link="Array.<OutStatistic>.html" onclick="getTypeHTML(event)" href="OutStatistic.html">OutStatistic</a>></span>
3869
+ <span class="param-type">
3870
+
3871
+ Array.&lt;<a onclick="getTypeHTML(event)" link="OutStatistic.html">OutStatistic</a>>
3872
+
3873
+ </span>
3574
3874
 
3575
3875
 
3576
3876
 
@@ -3591,13 +3891,17 @@ mapServer.getLegend({
3591
3891
 
3592
3892
  <tr class="deep-level-1">
3593
3893
 
3594
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3894
+ <td class="name"><code>returnGeometry</code></td>
3595
3895
 
3596
3896
 
3597
3897
  <td class="type">
3598
3898
 
3599
3899
 
3600
- <span class="param-type">Boolean</span>
3900
+ <span class="param-type">
3901
+
3902
+ Boolean
3903
+
3904
+ </span>
3601
3905
 
3602
3906
 
3603
3907
 
@@ -3620,13 +3924,17 @@ mapServer.getLegend({
3620
3924
 
3621
3925
  <tr class="deep-level-1">
3622
3926
 
3623
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
3927
+ <td class="name"><code>returnAttribute</code></td>
3624
3928
 
3625
3929
 
3626
3930
  <td class="type">
3627
3931
 
3628
3932
 
3629
- <span class="param-type">Boolean</span>
3933
+ <span class="param-type">
3934
+
3935
+ Boolean
3936
+
3937
+ </span>
3630
3938
 
3631
3939
 
3632
3940
 
@@ -3649,13 +3957,17 @@ mapServer.getLegend({
3649
3957
 
3650
3958
  <tr class="deep-level-1">
3651
3959
 
3652
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
3960
+ <td class="name"><code>returnStyle</code></td>
3653
3961
 
3654
3962
 
3655
3963
  <td class="type">
3656
3964
 
3657
3965
 
3658
- <span class="param-type">Boolean</span>
3966
+ <span class="param-type">
3967
+
3968
+ Boolean
3969
+
3970
+ </span>
3659
3971
 
3660
3972
 
3661
3973
 
@@ -3678,13 +3990,17 @@ mapServer.getLegend({
3678
3990
 
3679
3991
  <tr class="deep-level-1">
3680
3992
 
3681
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3993
+ <td class="name"><code>returnIdsOnly</code></td>
3682
3994
 
3683
3995
 
3684
3996
  <td class="type">
3685
3997
 
3686
3998
 
3687
- <span class="param-type">Boolean</span>
3999
+ <span class="param-type">
4000
+
4001
+ Boolean
4002
+
4003
+ </span>
3688
4004
 
3689
4005
 
3690
4006
 
@@ -3707,13 +4023,17 @@ mapServer.getLegend({
3707
4023
 
3708
4024
  <tr class="deep-level-1">
3709
4025
 
3710
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4026
+ <td class="name"><code>returnCountOnly</code></td>
3711
4027
 
3712
4028
 
3713
4029
  <td class="type">
3714
4030
 
3715
4031
 
3716
- <span class="param-type">Boolean</span>
4032
+ <span class="param-type">
4033
+
4034
+ Boolean
4035
+
4036
+ </span>
3717
4037
 
3718
4038
 
3719
4039
 
@@ -3736,13 +4056,17 @@ mapServer.getLegend({
3736
4056
 
3737
4057
  <tr class="deep-level-1">
3738
4058
 
3739
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
4059
+ <td class="name"><code>returnExtentOnly</code></td>
3740
4060
 
3741
4061
 
3742
4062
  <td class="type">
3743
4063
 
3744
4064
 
3745
- <span class="param-type">Boolean</span>
4065
+ <span class="param-type">
4066
+
4067
+ Boolean
4068
+
4069
+ </span>
3746
4070
 
3747
4071
 
3748
4072
 
@@ -3765,13 +4089,17 @@ mapServer.getLegend({
3765
4089
 
3766
4090
  <tr class="deep-level-1">
3767
4091
 
3768
- <td class="name" id="returnZ"><code>returnZ</code></td>
4092
+ <td class="name"><code>returnZ</code></td>
3769
4093
 
3770
4094
 
3771
4095
  <td class="type">
3772
4096
 
3773
4097
 
3774
- <span class="param-type">Boolean</span>
4098
+ <span class="param-type">
4099
+
4100
+ Boolean
4101
+
4102
+ </span>
3775
4103
 
3776
4104
 
3777
4105
 
@@ -3965,7 +4293,7 @@ mapServer.queryFeatures({
3965
4293
 
3966
4294
  <tr class="deep-level-0">
3967
4295
 
3968
- <td class="name" id="options"><code>options</code></td>
4296
+ <td class="name"><code>options</code></td>
3969
4297
 
3970
4298
 
3971
4299
  <td class="type">
@@ -3986,13 +4314,17 @@ mapServer.queryFeatures({
3986
4314
 
3987
4315
  <tr class="deep-level-1">
3988
4316
 
3989
- <td class="name" id="success"><code>success</code></td>
4317
+ <td class="name"><code>success</code></td>
3990
4318
 
3991
4319
 
3992
4320
  <td class="type">
3993
4321
 
3994
4322
 
3995
- <span class="param-type"><a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a></span>
4323
+ <span class="param-type">
4324
+
4325
+ <a link="queryFeaturesInLayersSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFeaturesInLayersSuccess" global.html#queryFeaturesInLayersSuccess>queryFeaturesInLayersSuccess</a>
4326
+
4327
+ </span>
3996
4328
 
3997
4329
 
3998
4330
 
@@ -4013,13 +4345,17 @@ mapServer.queryFeatures({
4013
4345
 
4014
4346
  <tr class="deep-level-1">
4015
4347
 
4016
- <td class="name" id="failure"><code>failure</code></td>
4348
+ <td class="name"><code>failure</code></td>
4017
4349
 
4018
4350
 
4019
4351
  <td class="type">
4020
4352
 
4021
4353
 
4022
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4354
+ <span class="param-type">
4355
+
4356
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4357
+
4358
+ </span>
4023
4359
 
4024
4360
 
4025
4361
 
@@ -4040,13 +4376,17 @@ mapServer.queryFeatures({
4040
4376
 
4041
4377
  <tr class="deep-level-1">
4042
4378
 
4043
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
4379
+ <td class="name"><code>layerDefs</code></td>
4044
4380
 
4045
4381
 
4046
4382
  <td class="type">
4047
4383
 
4048
4384
 
4049
- <span class="param-type">Array</span>
4385
+ <span class="param-type">
4386
+
4387
+ Array
4388
+
4389
+ </span>
4050
4390
 
4051
4391
 
4052
4392
 
@@ -4067,13 +4407,17 @@ mapServer.queryFeatures({
4067
4407
 
4068
4408
  <tr class="deep-level-1">
4069
4409
 
4070
- <td class="name" id="geometry"><code>geometry</code></td>
4410
+ <td class="name"><code>geometry</code></td>
4071
4411
 
4072
4412
 
4073
4413
  <td class="type">
4074
4414
 
4075
4415
 
4076
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4416
+ <span class="param-type">
4417
+
4418
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4419
+
4420
+ </span>
4077
4421
 
4078
4422
 
4079
4423
 
@@ -4094,13 +4438,17 @@ mapServer.queryFeatures({
4094
4438
 
4095
4439
  <tr class="deep-level-1">
4096
4440
 
4097
- <td class="name" id="distance"><code>distance</code></td>
4441
+ <td class="name"><code>distance</code></td>
4098
4442
 
4099
4443
 
4100
4444
  <td class="type">
4101
4445
 
4102
4446
 
4103
- <span class="param-type">Number</span>
4447
+ <span class="param-type">
4448
+
4449
+ Number
4450
+
4451
+ </span>
4104
4452
 
4105
4453
 
4106
4454
 
@@ -4123,13 +4471,17 @@ mapServer.queryFeatures({
4123
4471
 
4124
4472
  <tr class="deep-level-1">
4125
4473
 
4126
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
4474
+ <td class="name"><code>geometryPrecision</code></td>
4127
4475
 
4128
4476
 
4129
4477
  <td class="type">
4130
4478
 
4131
4479
 
4132
- <span class="param-type">Number</span>
4480
+ <span class="param-type">
4481
+
4482
+ Number
4483
+
4484
+ </span>
4133
4485
 
4134
4486
 
4135
4487
 
@@ -4150,13 +4502,17 @@ mapServer.queryFeatures({
4150
4502
 
4151
4503
  <tr class="deep-level-1">
4152
4504
 
4153
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4505
+ <td class="name"><code>spatialRel</code></td>
4154
4506
 
4155
4507
 
4156
4508
  <td class="type">
4157
4509
 
4158
4510
 
4159
- <span class="param-type"><a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4511
+ <span class="param-type">
4512
+
4513
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
4514
+
4515
+ </span>
4160
4516
 
4161
4517
 
4162
4518
 
@@ -4177,13 +4533,17 @@ mapServer.queryFeatures({
4177
4533
 
4178
4534
  <tr class="deep-level-1">
4179
4535
 
4180
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4536
+ <td class="name"><code>resultRecordCount</code></td>
4181
4537
 
4182
4538
 
4183
4539
  <td class="type">
4184
4540
 
4185
4541
 
4186
- <span class="param-type">Number</span>
4542
+ <span class="param-type">
4543
+
4544
+ Number
4545
+
4546
+ </span>
4187
4547
 
4188
4548
 
4189
4549
 
@@ -4206,13 +4566,17 @@ mapServer.queryFeatures({
4206
4566
 
4207
4567
  <tr class="deep-level-1">
4208
4568
 
4209
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4569
+ <td class="name"><code>returnGeometry</code></td>
4210
4570
 
4211
4571
 
4212
4572
  <td class="type">
4213
4573
 
4214
4574
 
4215
- <span class="param-type">Boolean</span>
4575
+ <span class="param-type">
4576
+
4577
+ Boolean
4578
+
4579
+ </span>
4216
4580
 
4217
4581
 
4218
4582
 
@@ -4235,13 +4599,17 @@ mapServer.queryFeatures({
4235
4599
 
4236
4600
  <tr class="deep-level-1">
4237
4601
 
4238
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4602
+ <td class="name"><code>returnAttribute</code></td>
4239
4603
 
4240
4604
 
4241
4605
  <td class="type">
4242
4606
 
4243
4607
 
4244
- <span class="param-type">Boolean</span>
4608
+ <span class="param-type">
4609
+
4610
+ Boolean
4611
+
4612
+ </span>
4245
4613
 
4246
4614
 
4247
4615
 
@@ -4264,13 +4632,17 @@ mapServer.queryFeatures({
4264
4632
 
4265
4633
  <tr class="deep-level-1">
4266
4634
 
4267
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4635
+ <td class="name"><code>returnStyle</code></td>
4268
4636
 
4269
4637
 
4270
4638
  <td class="type">
4271
4639
 
4272
4640
 
4273
- <span class="param-type">Boolean</span>
4641
+ <span class="param-type">
4642
+
4643
+ Boolean
4644
+
4645
+ </span>
4274
4646
 
4275
4647
 
4276
4648
 
@@ -4293,13 +4665,17 @@ mapServer.queryFeatures({
4293
4665
 
4294
4666
  <tr class="deep-level-1">
4295
4667
 
4296
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4668
+ <td class="name"><code>returnIdsOnly</code></td>
4297
4669
 
4298
4670
 
4299
4671
  <td class="type">
4300
4672
 
4301
4673
 
4302
- <span class="param-type">Boolean</span>
4674
+ <span class="param-type">
4675
+
4676
+ Boolean
4677
+
4678
+ </span>
4303
4679
 
4304
4680
 
4305
4681
 
@@ -4322,13 +4698,17 @@ mapServer.queryFeatures({
4322
4698
 
4323
4699
  <tr class="deep-level-1">
4324
4700
 
4325
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4701
+ <td class="name"><code>returnCountOnly</code></td>
4326
4702
 
4327
4703
 
4328
4704
  <td class="type">
4329
4705
 
4330
4706
 
4331
- <span class="param-type">Boolean</span>
4707
+ <span class="param-type">
4708
+
4709
+ Boolean
4710
+
4711
+ </span>
4332
4712
 
4333
4713
 
4334
4714
 
@@ -4351,13 +4731,17 @@ mapServer.queryFeatures({
4351
4731
 
4352
4732
  <tr class="deep-level-1">
4353
4733
 
4354
- <td class="name" id="returnZ"><code>returnZ</code></td>
4734
+ <td class="name"><code>returnZ</code></td>
4355
4735
 
4356
4736
 
4357
4737
  <td class="type">
4358
4738
 
4359
4739
 
4360
- <span class="param-type">Boolean</span>
4740
+ <span class="param-type">
4741
+
4742
+ Boolean
4743
+
4744
+ </span>
4361
4745
 
4362
4746
 
4363
4747
 
@@ -4543,13 +4927,17 @@ mapServer.queryFeaturesInLayers({
4543
4927
 
4544
4928
  <tr class="deep-level-0">
4545
4929
 
4546
- <td class="name" id="options"><code>options</code></td>
4930
+ <td class="name"><code>options</code></td>
4547
4931
 
4548
4932
 
4549
4933
  <td class="type">
4550
4934
 
4551
4935
 
4552
- <span class="param-type">Object</span>
4936
+ <span class="param-type">
4937
+
4938
+ Object
4939
+
4940
+ </span>
4553
4941
 
4554
4942
 
4555
4943
 
@@ -4566,13 +4954,17 @@ mapServer.queryFeaturesInLayers({
4566
4954
 
4567
4955
  <tr class="deep-level-1">
4568
4956
 
4569
- <td class="name" id="layerId"><code>layerId</code></td>
4957
+ <td class="name"><code>layerId</code></td>
4570
4958
 
4571
4959
 
4572
4960
  <td class="type">
4573
4961
 
4574
4962
 
4575
- <span class="param-type">String</span>
4963
+ <span class="param-type">
4964
+
4965
+ String
4966
+
4967
+ </span>
4576
4968
 
4577
4969
 
4578
4970
 
@@ -4589,13 +4981,17 @@ mapServer.queryFeaturesInLayers({
4589
4981
 
4590
4982
  <tr class="deep-level-1">
4591
4983
 
4592
- <td class="name" id="success"><code>success</code></td>
4984
+ <td class="name"><code>success</code></td>
4593
4985
 
4594
4986
 
4595
4987
  <td class="type">
4596
4988
 
4597
4989
 
4598
- <span class="param-type"><a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4990
+ <span class="param-type">
4991
+
4992
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
4993
+
4994
+ </span>
4599
4995
 
4600
4996
 
4601
4997
 
@@ -4612,13 +5008,17 @@ mapServer.queryFeaturesInLayers({
4612
5008
 
4613
5009
  <tr class="deep-level-1">
4614
5010
 
4615
- <td class="name" id="failure"><code>failure</code></td>
5011
+ <td class="name"><code>failure</code></td>
4616
5012
 
4617
5013
 
4618
5014
  <td class="type">
4619
5015
 
4620
5016
 
4621
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5017
+ <span class="param-type">
5018
+
5019
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
5020
+
5021
+ </span>
4622
5022
 
4623
5023
 
4624
5024
 
@@ -4635,13 +5035,17 @@ mapServer.queryFeaturesInLayers({
4635
5035
 
4636
5036
  <tr class="deep-level-1">
4637
5037
 
4638
- <td class="name" id="clientId"><code>clientId</code></td>
5038
+ <td class="name"><code>clientId</code></td>
4639
5039
 
4640
5040
 
4641
5041
  <td class="type">
4642
5042
 
4643
5043
 
4644
- <span class="param-type">String</span>
5044
+ <span class="param-type">
5045
+
5046
+ String
5047
+
5048
+ </span>
4645
5049
 
4646
5050
 
4647
5051
 
@@ -4658,13 +5062,17 @@ mapServer.queryFeaturesInLayers({
4658
5062
 
4659
5063
  <tr class="deep-level-1">
4660
5064
 
4661
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5065
+ <td class="name"><code>mapIndex</code></td>
4662
5066
 
4663
5067
 
4664
5068
  <td class="type">
4665
5069
 
4666
5070
 
4667
- <span class="param-type">String</span>
5071
+ <span class="param-type">
5072
+
5073
+ String
5074
+
5075
+ </span>
4668
5076
 
4669
5077
 
4670
5078
 
@@ -4681,13 +5089,17 @@ mapServer.queryFeaturesInLayers({
4681
5089
 
4682
5090
  <tr class="deep-level-1">
4683
5091
 
4684
- <td class="name" id="returnFullStyle"><code>returnFullStyle</code></td>
5092
+ <td class="name"><code>returnFullStyle</code></td>
4685
5093
 
4686
5094
 
4687
5095
  <td class="type">
4688
5096
 
4689
5097
 
4690
- <span class="param-type">Boolean</span>
5098
+ <span class="param-type">
5099
+
5100
+ Boolean
5101
+
5102
+ </span>
4691
5103
 
4692
5104
 
4693
5105
 
@@ -4704,13 +5116,17 @@ mapServer.queryFeaturesInLayers({
4704
5116
 
4705
5117
  <tr class="deep-level-1">
4706
5118
 
4707
- <td class="name" id="guid"><code>guid</code></td>
5119
+ <td class="name"><code>guid</code></td>
4708
5120
 
4709
5121
 
4710
5122
  <td class="type">
4711
5123
 
4712
5124
 
4713
- <span class="param-type">String</span>
5125
+ <span class="param-type">
5126
+
5127
+ String
5128
+
5129
+ </span>
4714
5130
 
4715
5131
 
4716
5132
 
@@ -4876,13 +5292,17 @@ mapServer.queryLayerInfo({
4876
5292
 
4877
5293
  <tr class="deep-level-0">
4878
5294
 
4879
- <td class="name" id="options"><code>options</code></td>
5295
+ <td class="name"><code>options</code></td>
4880
5296
 
4881
5297
 
4882
5298
  <td class="type">
4883
5299
 
4884
5300
 
4885
- <span class="param-type">Object</span>
5301
+ <span class="param-type">
5302
+
5303
+ Object
5304
+
5305
+ </span>
4886
5306
 
4887
5307
 
4888
5308
 
@@ -4899,13 +5319,17 @@ mapServer.queryLayerInfo({
4899
5319
 
4900
5320
  <tr class="deep-level-1">
4901
5321
 
4902
- <td class="name" id="success"><code>success</code></td>
5322
+ <td class="name"><code>success</code></td>
4903
5323
 
4904
5324
 
4905
5325
  <td class="type">
4906
5326
 
4907
5327
 
4908
- <span class="param-type"><a link="queryLayerListSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerListSuccess" global.html#queryLayerListSuccess>queryLayerListSuccess</a></span>
5328
+ <span class="param-type">
5329
+
5330
+ <a link="queryLayerListSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerListSuccess" global.html#queryLayerListSuccess>queryLayerListSuccess</a>
5331
+
5332
+ </span>
4909
5333
 
4910
5334
 
4911
5335
 
@@ -4922,13 +5346,17 @@ mapServer.queryLayerInfo({
4922
5346
 
4923
5347
  <tr class="deep-level-1">
4924
5348
 
4925
- <td class="name" id="failure"><code>failure</code></td>
5349
+ <td class="name"><code>failure</code></td>
4926
5350
 
4927
5351
 
4928
5352
  <td class="type">
4929
5353
 
4930
5354
 
4931
- <span class="param-type"><a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
5355
+ <span class="param-type">
5356
+
5357
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
5358
+
5359
+ </span>
4932
5360
 
4933
5361
 
4934
5362
 
@@ -4945,13 +5373,17 @@ mapServer.queryLayerInfo({
4945
5373
 
4946
5374
  <tr class="deep-level-1">
4947
5375
 
4948
- <td class="name" id="clientId"><code>clientId</code></td>
5376
+ <td class="name"><code>clientId</code></td>
4949
5377
 
4950
5378
 
4951
5379
  <td class="type">
4952
5380
 
4953
5381
 
4954
- <span class="param-type">String</span>
5382
+ <span class="param-type">
5383
+
5384
+ String
5385
+
5386
+ </span>
4955
5387
 
4956
5388
 
4957
5389
 
@@ -4968,13 +5400,17 @@ mapServer.queryLayerInfo({
4968
5400
 
4969
5401
  <tr class="deep-level-1">
4970
5402
 
4971
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5403
+ <td class="name"><code>mapIndex</code></td>
4972
5404
 
4973
5405
 
4974
5406
  <td class="type">
4975
5407
 
4976
5408
 
4977
- <span class="param-type">String</span>
5409
+ <span class="param-type">
5410
+
5411
+ String
5412
+
5413
+ </span>
4978
5414
 
4979
5415
 
4980
5416
 
@@ -4991,13 +5427,17 @@ mapServer.queryLayerInfo({
4991
5427
 
4992
5428
  <tr class="deep-level-1">
4993
5429
 
4994
- <td class="name" id="guid"><code>guid</code></td>
5430
+ <td class="name"><code>guid</code></td>
4995
5431
 
4996
5432
 
4997
5433
  <td class="type">
4998
5434
 
4999
5435
 
5000
- <span class="param-type">String</span>
5436
+ <span class="param-type">
5437
+
5438
+ String
5439
+
5440
+ </span>
5001
5441
 
5002
5442
 
5003
5443
 
@@ -5160,7 +5600,7 @@ mapServer.queryLayerList({
5160
5600
 
5161
5601
  <tr class="deep-level-0">
5162
5602
 
5163
- <td class="name" id="options"><code>options</code></td>
5603
+ <td class="name"><code>options</code></td>
5164
5604
 
5165
5605
 
5166
5606
  <td class="type">
@@ -5181,13 +5621,17 @@ mapServer.queryLayerList({
5181
5621
 
5182
5622
  <tr class="deep-level-1">
5183
5623
 
5184
- <td class="name" id="success"><code>success</code></td>
5624
+ <td class="name"><code>success</code></td>
5185
5625
 
5186
5626
 
5187
5627
  <td class="type">
5188
5628
 
5189
5629
 
5190
- <span class="param-type">function</span>
5630
+ <span class="param-type">
5631
+
5632
+ function
5633
+
5634
+ </span>
5191
5635
 
5192
5636
 
5193
5637
 
@@ -5210,13 +5654,17 @@ mapServer.queryLayerList({
5210
5654
 
5211
5655
  <tr class="deep-level-1">
5212
5656
 
5213
- <td class="name" id="failure"><code>failure</code></td>
5657
+ <td class="name"><code>failure</code></td>
5214
5658
 
5215
5659
 
5216
5660
  <td class="type">
5217
5661
 
5218
5662
 
5219
- <span class="param-type">function</span>
5663
+ <span class="param-type">
5664
+
5665
+ function
5666
+
5667
+ </span>
5220
5668
 
5221
5669
 
5222
5670
 
@@ -5393,13 +5841,17 @@ mapServer.queryLayerList({
5393
5841
 
5394
5842
  <tr class="deep-level-0">
5395
5843
 
5396
- <td class="name" id="options"><code>options</code></td>
5844
+ <td class="name"><code>options</code></td>
5397
5845
 
5398
5846
 
5399
5847
  <td class="type">
5400
5848
 
5401
5849
 
5402
- <span class="param-type">Object</span>
5850
+ <span class="param-type">
5851
+
5852
+ Object
5853
+
5854
+ </span>
5403
5855
 
5404
5856
 
5405
5857
 
@@ -5416,13 +5868,17 @@ mapServer.queryLayerList({
5416
5868
 
5417
5869
  <tr class="deep-level-1">
5418
5870
 
5419
- <td class="name" id="layerId"><code>layerId</code></td>
5871
+ <td class="name"><code>layerId</code></td>
5420
5872
 
5421
5873
 
5422
5874
  <td class="type">
5423
5875
 
5424
5876
 
5425
- <span class="param-type">String</span>
5877
+ <span class="param-type">
5878
+
5879
+ String
5880
+
5881
+ </span>
5426
5882
 
5427
5883
 
5428
5884
 
@@ -5439,13 +5895,17 @@ mapServer.queryLayerList({
5439
5895
 
5440
5896
  <tr class="deep-level-1">
5441
5897
 
5442
- <td class="name" id="systemLibId"><code>systemLibId</code></td>
5898
+ <td class="name"><code>systemLibId</code></td>
5443
5899
 
5444
5900
 
5445
5901
  <td class="type">
5446
5902
 
5447
5903
 
5448
- <span class="param-type">String</span>
5904
+ <span class="param-type">
5905
+
5906
+ String
5907
+
5908
+ </span>
5449
5909
 
5450
5910
 
5451
5911
 
@@ -5462,13 +5922,17 @@ mapServer.queryLayerList({
5462
5922
 
5463
5923
  <tr class="deep-level-1">
5464
5924
 
5465
- <td class="name" id="systemLibName"><code>systemLibName</code></td>
5925
+ <td class="name"><code>systemLibName</code></td>
5466
5926
 
5467
5927
 
5468
5928
  <td class="type">
5469
5929
 
5470
5930
 
5471
- <span class="param-type">String</span>
5931
+ <span class="param-type">
5932
+
5933
+ String
5934
+
5935
+ </span>
5472
5936
 
5473
5937
 
5474
5938
 
@@ -5485,13 +5949,17 @@ mapServer.queryLayerList({
5485
5949
 
5486
5950
  <tr class="deep-level-1">
5487
5951
 
5488
- <td class="name" id="success"><code>success</code></td>
5952
+ <td class="name"><code>success</code></td>
5489
5953
 
5490
5954
 
5491
5955
  <td class="type">
5492
5956
 
5493
5957
 
5494
- <span class="param-type">function</span>
5958
+ <span class="param-type">
5959
+
5960
+ function
5961
+
5962
+ </span>
5495
5963
 
5496
5964
 
5497
5965
 
@@ -5508,13 +5976,17 @@ mapServer.queryLayerList({
5508
5976
 
5509
5977
  <tr class="deep-level-1">
5510
5978
 
5511
- <td class="name" id="failure"><code>failure</code></td>
5979
+ <td class="name"><code>failure</code></td>
5512
5980
 
5513
5981
 
5514
5982
  <td class="type">
5515
5983
 
5516
5984
 
5517
- <span class="param-type">function</span>
5985
+ <span class="param-type">
5986
+
5987
+ function
5988
+
5989
+ </span>
5518
5990
 
5519
5991
 
5520
5992