@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
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>
85
+
81
86
 
82
87
 
83
88
 
@@ -186,7 +191,7 @@ const mapServer = new MapServer({
186
191
 
187
192
 
188
193
  <ul>
189
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
194
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
190
195
  </ul>
191
196
 
192
197
 
@@ -218,11 +223,16 @@ const mapServer = new MapServer({
218
223
  <tbody>
219
224
 
220
225
  <tr class="deep-level-0">
221
- <td class="name"><code><a href="MapServer.html#clientId">clientId</a></code></td>
226
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
222
227
  <td class="name">
223
228
  <code>
224
229
 
225
- <span class="param-type">Boolean</span>
230
+ <span class="param-type">
231
+
232
+ Boolean
233
+
234
+ </span>
235
+
226
236
 
227
237
 
228
238
  </code>
@@ -231,11 +241,16 @@ const mapServer = new MapServer({
231
241
  </tr>
232
242
 
233
243
  <tr class="deep-level-0">
234
- <td class="name"><code><a href="MapServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
244
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
235
245
  <td class="name">
236
246
  <code>
237
247
 
238
- <span class="param-type">Boolean</span>
248
+ <span class="param-type">
249
+
250
+ Boolean
251
+
252
+ </span>
253
+
239
254
 
240
255
 
241
256
  </code>
@@ -244,11 +259,16 @@ const mapServer = new MapServer({
244
259
  </tr>
245
260
 
246
261
  <tr class="deep-level-0">
247
- <td class="name"><code><a href="MapServer.html#headers">headers</a></code></td>
262
+ <td class="name"><code><a href="#headers">headers</a></code></td>
248
263
  <td class="name">
249
264
  <code>
250
265
 
251
- <span class="param-type">String</span>
266
+ <span class="param-type">
267
+
268
+ String
269
+
270
+ </span>
271
+
252
272
 
253
273
 
254
274
  </code>
@@ -257,11 +277,16 @@ const mapServer = new MapServer({
257
277
  </tr>
258
278
 
259
279
  <tr class="deep-level-0">
260
- <td class="name"><code><a href="MapServer.html#requestInterceptor">requestInterceptor</a></code></td>
280
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
261
281
  <td class="name">
262
282
  <code>
263
283
 
264
- <span class="param-type">function</span>
284
+ <span class="param-type">
285
+
286
+ function
287
+
288
+ </span>
289
+
265
290
 
266
291
 
267
292
  </code>
@@ -270,11 +295,16 @@ const mapServer = new MapServer({
270
295
  </tr>
271
296
 
272
297
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="MapServer.html#requestTimeout">requestTimeout</a></code></td>
298
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
274
299
  <td class="name">
275
300
  <code>
276
301
 
277
- <span class="param-type">String</span>
302
+ <span class="param-type">
303
+
304
+ String
305
+
306
+ </span>
307
+
278
308
 
279
309
 
280
310
  </code>
@@ -283,11 +313,16 @@ const mapServer = new MapServer({
283
313
  </tr>
284
314
 
285
315
  <tr class="deep-level-0">
286
- <td class="name"><code><a href="MapServer.html#responseInterceptor">responseInterceptor</a></code></td>
316
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
287
317
  <td class="name">
288
318
  <code>
289
319
 
290
- <span class="param-type">function</span>
320
+ <span class="param-type">
321
+
322
+ function
323
+
324
+ </span>
325
+
291
326
 
292
327
 
293
328
  </code>
@@ -296,11 +331,16 @@ const mapServer = new MapServer({
296
331
  </tr>
297
332
 
298
333
  <tr class="deep-level-0">
299
- <td class="name"><code><a href="MapServer.html#tokenAttachType">tokenAttachType</a></code></td>
334
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
300
335
  <td class="name">
301
336
  <code>
302
337
 
303
- <span class="param-type"><a 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>
343
+
304
344
 
305
345
 
306
346
  </code>
@@ -309,11 +349,16 @@ const mapServer = new MapServer({
309
349
  </tr>
310
350
 
311
351
  <tr class="deep-level-0">
312
- <td class="name"><code><a href="MapServer.html#tokenKey">tokenKey</a></code></td>
352
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
313
353
  <td class="name">
314
354
  <code>
315
355
 
316
- <span class="param-type">String</span>
356
+ <span class="param-type">
357
+
358
+ String
359
+
360
+ </span>
361
+
317
362
 
318
363
 
319
364
  </code>
@@ -322,11 +367,16 @@ const mapServer = new MapServer({
322
367
  </tr>
323
368
 
324
369
  <tr class="deep-level-0">
325
- <td class="name"><code><a href="MapServer.html#tokenValue">tokenValue</a></code></td>
370
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
326
371
  <td class="name">
327
372
  <code>
328
373
 
329
- <span class="param-type">String</span>
374
+ <span class="param-type">
375
+
376
+ String
377
+
378
+ </span>
379
+
330
380
 
331
381
 
332
382
  </code>
@@ -335,11 +385,16 @@ const mapServer = new MapServer({
335
385
  </tr>
336
386
 
337
387
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="MapServer.html#url">url</a></code></td>
388
+ <td class="name"><code><a href="#url">url</a></code></td>
339
389
  <td class="name">
340
390
  <code>
341
391
 
342
- <span class="param-type">String</span>
392
+ <span class="param-type">
393
+
394
+ String
395
+
396
+ </span>
397
+
343
398
 
344
399
 
345
400
  </code>
@@ -358,7 +413,12 @@ const mapServer = new MapServer({
358
413
  <span class="method-parameter is-pulled-right">
359
414
  <label>类型:</label>
360
415
 
361
- <span class="param-type">Boolean</span>
416
+ <span class="param-type">
417
+
418
+ Boolean
419
+
420
+ </span>
421
+
362
422
 
363
423
 
364
424
  </span>
@@ -392,7 +452,7 @@ const mapServer = new MapServer({
392
452
 
393
453
  <dt class="inherited-from">Inherited From:</dt>
394
454
  <dd class="inherited-from"><ul class="dummy"><li>
395
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
455
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
396
456
  </li></ul></dd>
397
457
 
398
458
 
@@ -433,7 +493,12 @@ const mapServer = new MapServer({
433
493
  <span class="method-parameter is-pulled-right">
434
494
  <label>类型:</label>
435
495
 
436
- <span class="param-type">Boolean</span>
496
+ <span class="param-type">
497
+
498
+ Boolean
499
+
500
+ </span>
501
+
437
502
 
438
503
 
439
504
  </span>
@@ -467,7 +532,7 @@ const mapServer = new MapServer({
467
532
 
468
533
  <dt class="inherited-from">Inherited From:</dt>
469
534
  <dd class="inherited-from"><ul class="dummy"><li>
470
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
535
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
471
536
  </li></ul></dd>
472
537
 
473
538
 
@@ -529,7 +594,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
529
594
  <span class="method-parameter is-pulled-right">
530
595
  <label>类型:</label>
531
596
 
532
- <span class="param-type">String</span>
597
+ <span class="param-type">
598
+
599
+ String
600
+
601
+ </span>
602
+
533
603
 
534
604
 
535
605
  </span>
@@ -563,7 +633,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
563
633
 
564
634
  <dt class="inherited-from">Inherited From:</dt>
565
635
  <dd class="inherited-from"><ul class="dummy"><li>
566
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
636
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
567
637
  </li></ul></dd>
568
638
 
569
639
 
@@ -626,7 +696,12 @@ BaseServer.headers.token = '新token';</code></pre>
626
696
  <span class="method-parameter is-pulled-right">
627
697
  <label>类型:</label>
628
698
 
629
- <span class="param-type">function</span>
699
+ <span class="param-type">
700
+
701
+ function
702
+
703
+ </span>
704
+
630
705
 
631
706
 
632
707
  </span>
@@ -660,7 +735,7 @@ BaseServer.headers.token = '新token';</code></pre>
660
735
 
661
736
  <dt class="inherited-from">Inherited From:</dt>
662
737
  <dd class="inherited-from"><ul class="dummy"><li>
663
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
738
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
664
739
  </li></ul></dd>
665
740
 
666
741
 
@@ -729,7 +804,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
729
804
  <span class="method-parameter is-pulled-right">
730
805
  <label>类型:</label>
731
806
 
732
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
812
+
733
813
 
734
814
 
735
815
  </span>
@@ -763,7 +843,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
763
843
 
764
844
  <dt class="inherited-from">Inherited From:</dt>
765
845
  <dd class="inherited-from"><ul class="dummy"><li>
766
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
846
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
767
847
  </li></ul></dd>
768
848
 
769
849
 
@@ -822,7 +902,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
822
902
  <span class="method-parameter is-pulled-right">
823
903
  <label>类型:</label>
824
904
 
825
- <span class="param-type">function</span>
905
+ <span class="param-type">
906
+
907
+ function
908
+
909
+ </span>
910
+
826
911
 
827
912
 
828
913
  </span>
@@ -856,7 +941,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
856
941
 
857
942
  <dt class="inherited-from">Inherited From:</dt>
858
943
  <dd class="inherited-from"><ul class="dummy"><li>
859
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
944
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
860
945
  </li></ul></dd>
861
946
 
862
947
 
@@ -927,7 +1012,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
927
1012
  <span class="method-parameter is-pulled-right">
928
1013
  <label>类型:</label>
929
1014
 
930
- <span class="param-type"><a 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>
1020
+
931
1021
 
932
1022
 
933
1023
  </span>
@@ -961,7 +1051,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
961
1051
 
962
1052
  <dt class="inherited-from">Inherited From:</dt>
963
1053
  <dd class="inherited-from"><ul class="dummy"><li>
964
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1054
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
965
1055
  </li></ul></dd>
966
1056
 
967
1057
 
@@ -1024,7 +1114,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1024
1114
  <span class="method-parameter is-pulled-right">
1025
1115
  <label>类型:</label>
1026
1116
 
1027
- <span class="param-type">String</span>
1117
+ <span class="param-type">
1118
+
1119
+ String
1120
+
1121
+ </span>
1122
+
1028
1123
 
1029
1124
 
1030
1125
  </span>
@@ -1058,7 +1153,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1058
1153
 
1059
1154
  <dt class="inherited-from">Inherited From:</dt>
1060
1155
  <dd class="inherited-from"><ul class="dummy"><li>
1061
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1156
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1062
1157
  </li></ul></dd>
1063
1158
 
1064
1159
 
@@ -1116,7 +1211,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1116
1211
  <span class="method-parameter is-pulled-right">
1117
1212
  <label>类型:</label>
1118
1213
 
1119
- <span class="param-type">String</span>
1214
+ <span class="param-type">
1215
+
1216
+ String
1217
+
1218
+ </span>
1219
+
1120
1220
 
1121
1221
 
1122
1222
  </span>
@@ -1150,7 +1250,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1150
1250
 
1151
1251
  <dt class="inherited-from">Inherited From:</dt>
1152
1252
  <dd class="inherited-from"><ul class="dummy"><li>
1153
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1253
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1154
1254
  </li></ul></dd>
1155
1255
 
1156
1256
 
@@ -1208,7 +1308,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1208
1308
  <span class="method-parameter is-pulled-right">
1209
1309
  <label>类型:</label>
1210
1310
 
1211
- <span class="param-type">String</span>
1311
+ <span class="param-type">
1312
+
1313
+ String
1314
+
1315
+ </span>
1316
+
1212
1317
 
1213
1318
 
1214
1319
  </span>
@@ -1242,7 +1347,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1242
1347
 
1243
1348
  <dt class="inherited-from">Inherited From:</dt>
1244
1349
  <dd class="inherited-from"><ul class="dummy"><li>
1245
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1350
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1246
1351
  </li></ul></dd>
1247
1352
 
1248
1353
 
@@ -1316,7 +1421,7 @@ BaseServer.url = '新URL';</code></pre>
1316
1421
  <tbody>
1317
1422
 
1318
1423
  <tr class="deep-level-0">
1319
- <td class="name"><code><a href="MapServer.html#addLayer">addLayer</a></code></td>
1424
+ <td class="name"><code><a href="#addLayer">addLayer</a></code></td>
1320
1425
  <td class="name">
1321
1426
  <code>
1322
1427
 
@@ -1326,7 +1431,7 @@ BaseServer.url = '新URL';</code></pre>
1326
1431
  </tr>
1327
1432
 
1328
1433
  <tr class="deep-level-0">
1329
- <td class="name"><code><a href="MapServer.html#deleteLayer">deleteLayer</a></code></td>
1434
+ <td class="name"><code><a href="#deleteLayer">deleteLayer</a></code></td>
1330
1435
  <td class="name">
1331
1436
  <code>
1332
1437
 
@@ -1336,7 +1441,7 @@ BaseServer.url = '新URL';</code></pre>
1336
1441
  </tr>
1337
1442
 
1338
1443
  <tr class="deep-level-0">
1339
- <td class="name"><code><a href="MapServer.html#exportImage">exportImage</a></code></td>
1444
+ <td class="name"><code><a href="#exportImage">exportImage</a></code></td>
1340
1445
  <td class="name">
1341
1446
  <code>
1342
1447
 
@@ -1346,7 +1451,7 @@ BaseServer.url = '新URL';</code></pre>
1346
1451
  </tr>
1347
1452
 
1348
1453
  <tr class="deep-level-0">
1349
- <td class="name"><code><a href="MapServer.html#getImage">getImage</a></code></td>
1454
+ <td class="name"><code><a href="#getImage">getImage</a></code></td>
1350
1455
  <td class="name">
1351
1456
  <code>
1352
1457
 
@@ -1358,7 +1463,7 @@ BaseServer.url = '新URL';</code></pre>
1358
1463
  </tr>
1359
1464
 
1360
1465
  <tr class="deep-level-0">
1361
- <td class="name"><code><a href="MapServer.html#getLegend">getLegend</a></code></td>
1466
+ <td class="name"><code><a href="#getLegend">getLegend</a></code></td>
1362
1467
  <td class="name">
1363
1468
  <code>
1364
1469
 
@@ -1368,7 +1473,7 @@ BaseServer.url = '新URL';</code></pre>
1368
1473
  </tr>
1369
1474
 
1370
1475
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="MapServer.html#queryFeatures">queryFeatures</a></code></td>
1476
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1372
1477
  <td class="name">
1373
1478
  <code>
1374
1479
 
@@ -1378,7 +1483,7 @@ BaseServer.url = '新URL';</code></pre>
1378
1483
  </tr>
1379
1484
 
1380
1485
  <tr class="deep-level-0">
1381
- <td class="name"><code><a href="MapServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1486
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1382
1487
  <td class="name">
1383
1488
  <code>
1384
1489
 
@@ -1388,7 +1493,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1493
  </tr>
1389
1494
 
1390
1495
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="MapServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1496
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1392
1497
  <td class="name">
1393
1498
  <code>
1394
1499
 
@@ -1398,7 +1503,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1503
  </tr>
1399
1504
 
1400
1505
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="MapServer.html#queryLayerList">queryLayerList</a></code></td>
1506
+ <td class="name"><code><a href="#queryLayerList">queryLayerList</a></code></td>
1402
1507
  <td class="name">
1403
1508
  <code>
1404
1509
 
@@ -1408,7 +1513,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1513
  </tr>
1409
1514
 
1410
1515
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="MapServer.html#queryServerInfo">queryServerInfo</a></code></td>
1516
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1412
1517
  <td class="name">
1413
1518
  <code>
1414
1519
 
@@ -1418,7 +1523,7 @@ BaseServer.url = '新URL';</code></pre>
1418
1523
  </tr>
1419
1524
 
1420
1525
  <tr class="deep-level-0">
1421
- <td class="name"><code><a href="MapServer.html#setSystemLib">setSystemLib</a></code></td>
1526
+ <td class="name"><code><a href="#setSystemLib">setSystemLib</a></code></td>
1422
1527
  <td class="name">
1423
1528
  <code>
1424
1529
 
@@ -1485,13 +1590,18 @@ BaseServer.url = '新URL';</code></pre>
1485
1590
 
1486
1591
  <tr class="deep-level-0">
1487
1592
 
1488
- <td class="name" id="options"><code>options</code></td>
1593
+ <td class="name"><code>options</code></td>
1489
1594
 
1490
1595
 
1491
1596
  <td class="type">
1492
1597
 
1493
1598
 
1494
- <span class="param-type">Object</span>
1599
+ <span class="param-type">
1600
+
1601
+ Object
1602
+
1603
+ </span>
1604
+
1495
1605
 
1496
1606
 
1497
1607
 
@@ -1507,13 +1617,18 @@ BaseServer.url = '新URL';</code></pre>
1507
1617
 
1508
1618
  <tr class="deep-level-1">
1509
1619
 
1510
- <td class="name" id="addInfo"><code>addInfo</code></td>
1620
+ <td class="name"><code>addInfo</code></td>
1511
1621
 
1512
1622
 
1513
1623
  <td class="type">
1514
1624
 
1515
1625
 
1516
- <span class="param-type">Array</span>
1626
+ <span class="param-type">
1627
+
1628
+ Array
1629
+
1630
+ </span>
1631
+
1517
1632
 
1518
1633
 
1519
1634
 
@@ -1529,13 +1644,18 @@ BaseServer.url = '新URL';</code></pre>
1529
1644
 
1530
1645
  <tr class="deep-level-1">
1531
1646
 
1532
- <td class="name" id="success"><code>success</code></td>
1647
+ <td class="name"><code>success</code></td>
1533
1648
 
1534
1649
 
1535
1650
  <td class="type">
1536
1651
 
1537
1652
 
1538
- <span class="param-type">function</span>
1653
+ <span class="param-type">
1654
+
1655
+ function
1656
+
1657
+ </span>
1658
+
1539
1659
 
1540
1660
 
1541
1661
 
@@ -1551,13 +1671,18 @@ BaseServer.url = '新URL';</code></pre>
1551
1671
 
1552
1672
  <tr class="deep-level-1">
1553
1673
 
1554
- <td class="name" id="failure"><code>failure</code></td>
1674
+ <td class="name"><code>failure</code></td>
1555
1675
 
1556
1676
 
1557
1677
  <td class="type">
1558
1678
 
1559
1679
 
1560
- <span class="param-type"><a 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>
1685
+
1561
1686
 
1562
1687
 
1563
1688
 
@@ -1573,13 +1698,18 @@ BaseServer.url = '新URL';</code></pre>
1573
1698
 
1574
1699
  <tr class="deep-level-1">
1575
1700
 
1576
- <td class="name" id="clientId"><code>clientId</code></td>
1701
+ <td class="name"><code>clientId</code></td>
1577
1702
 
1578
1703
 
1579
1704
  <td class="type">
1580
1705
 
1581
1706
 
1582
- <span class="param-type">String</span>
1707
+ <span class="param-type">
1708
+
1709
+ String
1710
+
1711
+ </span>
1712
+
1583
1713
 
1584
1714
 
1585
1715
 
@@ -1716,13 +1846,18 @@ BaseServer.url = '新URL';</code></pre>
1716
1846
 
1717
1847
  <tr class="deep-level-0">
1718
1848
 
1719
- <td class="name" id="options"><code>options</code></td>
1849
+ <td class="name"><code>options</code></td>
1720
1850
 
1721
1851
 
1722
1852
  <td class="type">
1723
1853
 
1724
1854
 
1725
- <span class="param-type">Object</span>
1855
+ <span class="param-type">
1856
+
1857
+ Object
1858
+
1859
+ </span>
1860
+
1726
1861
 
1727
1862
 
1728
1863
 
@@ -1738,13 +1873,18 @@ BaseServer.url = '新URL';</code></pre>
1738
1873
 
1739
1874
  <tr class="deep-level-1">
1740
1875
 
1741
- <td class="name" id="layerId"><code>layerId</code></td>
1876
+ <td class="name"><code>layerId</code></td>
1742
1877
 
1743
1878
 
1744
1879
  <td class="type">
1745
1880
 
1746
1881
 
1747
- <span class="param-type">String</span>
1882
+ <span class="param-type">
1883
+
1884
+ String
1885
+
1886
+ </span>
1887
+
1748
1888
 
1749
1889
 
1750
1890
 
@@ -1760,13 +1900,18 @@ BaseServer.url = '新URL';</code></pre>
1760
1900
 
1761
1901
  <tr class="deep-level-1">
1762
1902
 
1763
- <td class="name" id="success"><code>success</code></td>
1903
+ <td class="name"><code>success</code></td>
1764
1904
 
1765
1905
 
1766
1906
  <td class="type">
1767
1907
 
1768
1908
 
1769
- <span class="param-type">function</span>
1909
+ <span class="param-type">
1910
+
1911
+ function
1912
+
1913
+ </span>
1914
+
1770
1915
 
1771
1916
 
1772
1917
 
@@ -1782,13 +1927,18 @@ BaseServer.url = '新URL';</code></pre>
1782
1927
 
1783
1928
  <tr class="deep-level-1">
1784
1929
 
1785
- <td class="name" id="failure"><code>failure</code></td>
1930
+ <td class="name"><code>failure</code></td>
1786
1931
 
1787
1932
 
1788
1933
  <td class="type">
1789
1934
 
1790
1935
 
1791
- <span class="param-type">function</span>
1936
+ <span class="param-type">
1937
+
1938
+ function
1939
+
1940
+ </span>
1941
+
1792
1942
 
1793
1943
 
1794
1944
 
@@ -1804,13 +1954,18 @@ BaseServer.url = '新URL';</code></pre>
1804
1954
 
1805
1955
  <tr class="deep-level-1">
1806
1956
 
1807
- <td class="name" id="clientId"><code>clientId</code></td>
1957
+ <td class="name"><code>clientId</code></td>
1808
1958
 
1809
1959
 
1810
1960
  <td class="type">
1811
1961
 
1812
1962
 
1813
- <span class="param-type">String</span>
1963
+ <span class="param-type">
1964
+
1965
+ String
1966
+
1967
+ </span>
1968
+
1814
1969
 
1815
1970
 
1816
1971
 
@@ -1949,7 +2104,7 @@ BaseServer.url = '新URL';</code></pre>
1949
2104
 
1950
2105
  <tr class="deep-level-0">
1951
2106
 
1952
- <td class="name" id="options"><code>options</code></td>
2107
+ <td class="name"><code>options</code></td>
1953
2108
 
1954
2109
 
1955
2110
  <td class="type">
@@ -1970,13 +2125,18 @@ BaseServer.url = '新URL';</code></pre>
1970
2125
 
1971
2126
  <tr class="deep-level-1">
1972
2127
 
1973
- <td class="name" id="method"><code>method</code></td>
2128
+ <td class="name"><code>method</code></td>
1974
2129
 
1975
2130
 
1976
2131
  <td class="type">
1977
2132
 
1978
2133
 
1979
- <span class="param-type"><a 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>
2139
+
1980
2140
 
1981
2141
 
1982
2142
 
@@ -1998,13 +2158,18 @@ BaseServer.url = '新URL';</code></pre>
1998
2158
 
1999
2159
  <tr class="deep-level-1">
2000
2160
 
2001
- <td class="name" id="bbox"><code>bbox</code></td>
2161
+ <td class="name"><code>bbox</code></td>
2002
2162
 
2003
2163
 
2004
2164
  <td class="type">
2005
2165
 
2006
2166
 
2007
- <span class="param-type">String</span>
2167
+ <span class="param-type">
2168
+
2169
+ String
2170
+
2171
+ </span>
2172
+
2008
2173
 
2009
2174
 
2010
2175
 
@@ -2024,13 +2189,18 @@ BaseServer.url = '新URL';</code></pre>
2024
2189
 
2025
2190
  <tr class="deep-level-1">
2026
2191
 
2027
- <td class="name" id="layers"><code>layers</code></td>
2192
+ <td class="name"><code>layers</code></td>
2028
2193
 
2029
2194
 
2030
2195
  <td class="type">
2031
2196
 
2032
2197
 
2033
- <span class="param-type">String</span>
2198
+ <span class="param-type">
2199
+
2200
+ String
2201
+
2202
+ </span>
2203
+
2034
2204
 
2035
2205
 
2036
2206
 
@@ -2050,13 +2220,18 @@ BaseServer.url = '新URL';</code></pre>
2050
2220
 
2051
2221
  <tr class="deep-level-1">
2052
2222
 
2053
- <td class="name" id="size"><code>size</code></td>
2223
+ <td class="name"><code>size</code></td>
2054
2224
 
2055
2225
 
2056
2226
  <td class="type">
2057
2227
 
2058
2228
 
2059
- <span class="param-type">String</span>
2229
+ <span class="param-type">
2230
+
2231
+ String
2232
+
2233
+ </span>
2234
+
2060
2235
 
2061
2236
 
2062
2237
 
@@ -2076,13 +2251,18 @@ BaseServer.url = '新URL';</code></pre>
2076
2251
 
2077
2252
  <tr class="deep-level-1">
2078
2253
 
2079
- <td class="name" id="transparent"><code>transparent</code></td>
2254
+ <td class="name"><code>transparent</code></td>
2080
2255
 
2081
2256
 
2082
2257
  <td class="type">
2083
2258
 
2084
2259
 
2085
- <span class="param-type">String</span>
2260
+ <span class="param-type">
2261
+
2262
+ String
2263
+
2264
+ </span>
2265
+
2086
2266
 
2087
2267
 
2088
2268
 
@@ -2102,13 +2282,18 @@ BaseServer.url = '新URL';</code></pre>
2102
2282
 
2103
2283
  <tr class="deep-level-1">
2104
2284
 
2105
- <td class="name" id="format"><code>format</code></td>
2285
+ <td class="name"><code>format</code></td>
2106
2286
 
2107
2287
 
2108
2288
  <td class="type">
2109
2289
 
2110
2290
 
2111
- <span class="param-type">String</span>
2291
+ <span class="param-type">
2292
+
2293
+ String
2294
+
2295
+ </span>
2296
+
2112
2297
 
2113
2298
 
2114
2299
 
@@ -2128,13 +2313,18 @@ BaseServer.url = '新URL';</code></pre>
2128
2313
 
2129
2314
  <tr class="deep-level-1">
2130
2315
 
2131
- <td class="name" id="projectionSrs"><code>projectionSrs</code></td>
2316
+ <td class="name"><code>projectionSrs</code></td>
2132
2317
 
2133
2318
 
2134
2319
  <td class="type">
2135
2320
 
2136
2321
 
2137
- <span class="param-type">String</span>
2322
+ <span class="param-type">
2323
+
2324
+ String
2325
+
2326
+ </span>
2327
+
2138
2328
 
2139
2329
 
2140
2330
 
@@ -2154,13 +2344,18 @@ BaseServer.url = '新URL';</code></pre>
2154
2344
 
2155
2345
  <tr class="deep-level-1">
2156
2346
 
2157
- <td class="name" id="isAntialiasing"><code>isAntialiasing</code></td>
2347
+ <td class="name"><code>isAntialiasing</code></td>
2158
2348
 
2159
2349
 
2160
2350
  <td class="type">
2161
2351
 
2162
2352
 
2163
- <span class="param-type">String</span>
2353
+ <span class="param-type">
2354
+
2355
+ String
2356
+
2357
+ </span>
2358
+
2164
2359
 
2165
2360
 
2166
2361
 
@@ -2180,13 +2375,18 @@ BaseServer.url = '新URL';</code></pre>
2180
2375
 
2181
2376
  <tr class="deep-level-1">
2182
2377
 
2183
- <td class="name" id="layerStyles"><code>layerStyles</code></td>
2378
+ <td class="name"><code>layerStyles</code></td>
2184
2379
 
2185
2380
 
2186
2381
  <td class="type">
2187
2382
 
2188
2383
 
2189
- <span class="param-type">String</span>
2384
+ <span class="param-type">
2385
+
2386
+ String
2387
+
2388
+ </span>
2389
+
2190
2390
 
2191
2391
 
2192
2392
 
@@ -2206,13 +2406,18 @@ BaseServer.url = '新URL';</code></pre>
2206
2406
 
2207
2407
  <tr class="deep-level-1">
2208
2408
 
2209
- <td class="name" id="layerFilters"><code>layerFilters</code></td>
2409
+ <td class="name"><code>layerFilters</code></td>
2210
2410
 
2211
2411
 
2212
2412
  <td class="type">
2213
2413
 
2214
2414
 
2215
- <span class="param-type">String</span>
2415
+ <span class="param-type">
2416
+
2417
+ String
2418
+
2419
+ </span>
2420
+
2216
2421
 
2217
2422
 
2218
2423
 
@@ -2232,13 +2437,18 @@ BaseServer.url = '新URL';</code></pre>
2232
2437
 
2233
2438
  <tr class="deep-level-1">
2234
2439
 
2235
- <td class="name" id="dynamicLayers"><code>dynamicLayers</code></td>
2440
+ <td class="name"><code>dynamicLayers</code></td>
2236
2441
 
2237
2442
 
2238
2443
  <td class="type">
2239
2444
 
2240
2445
 
2241
- <span class="param-type">String</span>
2446
+ <span class="param-type">
2447
+
2448
+ String
2449
+
2450
+ </span>
2451
+
2242
2452
 
2243
2453
 
2244
2454
 
@@ -2258,13 +2468,18 @@ BaseServer.url = '新URL';</code></pre>
2258
2468
 
2259
2469
  <tr class="deep-level-1">
2260
2470
 
2261
- <td class="name" id="clipping"><code>clipping</code></td>
2471
+ <td class="name"><code>clipping</code></td>
2262
2472
 
2263
2473
 
2264
2474
  <td class="type">
2265
2475
 
2266
2476
 
2267
- <span class="param-type">String</span>
2477
+ <span class="param-type">
2478
+
2479
+ String
2480
+
2481
+ </span>
2482
+
2268
2483
 
2269
2484
 
2270
2485
 
@@ -2284,13 +2499,18 @@ BaseServer.url = '新URL';</code></pre>
2284
2499
 
2285
2500
  <tr class="deep-level-1">
2286
2501
 
2287
- <td class="name" id="f"><code>f</code></td>
2502
+ <td class="name"><code>f</code></td>
2288
2503
 
2289
2504
 
2290
2505
  <td class="type">
2291
2506
 
2292
2507
 
2293
- <span class="param-type">String</span>
2508
+ <span class="param-type">
2509
+
2510
+ String
2511
+
2512
+ </span>
2513
+
2294
2514
 
2295
2515
 
2296
2516
 
@@ -2310,13 +2530,18 @@ BaseServer.url = '新URL';</code></pre>
2310
2530
 
2311
2531
  <tr class="deep-level-1">
2312
2532
 
2313
- <td class="name" id="clientId"><code>clientId</code></td>
2533
+ <td class="name"><code>clientId</code></td>
2314
2534
 
2315
2535
 
2316
2536
  <td class="type">
2317
2537
 
2318
2538
 
2319
- <span class="param-type">String</span>
2539
+ <span class="param-type">
2540
+
2541
+ String
2542
+
2543
+ </span>
2544
+
2320
2545
 
2321
2546
 
2322
2547
 
@@ -2459,7 +2684,7 @@ BaseServer.url = '新URL';</code></pre>
2459
2684
 
2460
2685
  <tr class="deep-level-0">
2461
2686
 
2462
- <td class="name" id="options"><code>options</code></td>
2687
+ <td class="name"><code>options</code></td>
2463
2688
 
2464
2689
 
2465
2690
  <td class="type">
@@ -2480,13 +2705,18 @@ BaseServer.url = '新URL';</code></pre>
2480
2705
 
2481
2706
  <tr class="deep-level-1">
2482
2707
 
2483
- <td class="name" id="extent"><code>extent</code></td>
2708
+ <td class="name"><code>extent</code></td>
2484
2709
 
2485
2710
 
2486
2711
  <td class="type">
2487
2712
 
2488
2713
 
2489
- <span class="param-type"><a 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>
2719
+
2490
2720
 
2491
2721
 
2492
2722
 
@@ -2506,13 +2736,18 @@ BaseServer.url = '新URL';</code></pre>
2506
2736
 
2507
2737
  <tr class="deep-level-1">
2508
2738
 
2509
- <td class="name" id="width"><code>width</code></td>
2739
+ <td class="name"><code>width</code></td>
2510
2740
 
2511
2741
 
2512
2742
  <td class="type">
2513
2743
 
2514
2744
 
2515
- <span class="param-type">Number</span>
2745
+ <span class="param-type">
2746
+
2747
+ Number
2748
+
2749
+ </span>
2750
+
2516
2751
 
2517
2752
 
2518
2753
 
@@ -2534,13 +2769,18 @@ BaseServer.url = '新URL';</code></pre>
2534
2769
 
2535
2770
  <tr class="deep-level-1">
2536
2771
 
2537
- <td class="name" id="height"><code>height</code></td>
2772
+ <td class="name"><code>height</code></td>
2538
2773
 
2539
2774
 
2540
2775
  <td class="type">
2541
2776
 
2542
2777
 
2543
- <span class="param-type">Number</span>
2778
+ <span class="param-type">
2779
+
2780
+ Number
2781
+
2782
+ </span>
2783
+
2544
2784
 
2545
2785
 
2546
2786
 
@@ -2700,13 +2940,18 @@ BaseServer.url = '新URL';</code></pre>
2700
2940
 
2701
2941
  <tr class="deep-level-0">
2702
2942
 
2703
- <td class="name" id="options"><code>options</code></td>
2943
+ <td class="name"><code>options</code></td>
2704
2944
 
2705
2945
 
2706
2946
  <td class="type">
2707
2947
 
2708
2948
 
2709
- <span class="param-type">Object</span>
2949
+ <span class="param-type">
2950
+
2951
+ Object
2952
+
2953
+ </span>
2954
+
2710
2955
 
2711
2956
 
2712
2957
 
@@ -2722,13 +2967,18 @@ BaseServer.url = '新URL';</code></pre>
2722
2967
 
2723
2968
  <tr class="deep-level-1">
2724
2969
 
2725
- <td class="name" id="success"><code>success</code></td>
2970
+ <td class="name"><code>success</code></td>
2726
2971
 
2727
2972
 
2728
2973
  <td class="type">
2729
2974
 
2730
2975
 
2731
- <span class="param-type"><a 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>
2981
+
2732
2982
 
2733
2983
 
2734
2984
 
@@ -2744,13 +2994,18 @@ BaseServer.url = '新URL';</code></pre>
2744
2994
 
2745
2995
  <tr class="deep-level-1">
2746
2996
 
2747
- <td class="name" id="failure"><code>failure</code></td>
2997
+ <td class="name"><code>failure</code></td>
2748
2998
 
2749
2999
 
2750
3000
  <td class="type">
2751
3001
 
2752
3002
 
2753
- <span class="param-type"><a 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>
3008
+
2754
3009
 
2755
3010
 
2756
3011
 
@@ -2766,13 +3021,18 @@ BaseServer.url = '新URL';</code></pre>
2766
3021
 
2767
3022
  <tr class="deep-level-1">
2768
3023
 
2769
- <td class="name" id="layers"><code>layers</code></td>
3024
+ <td class="name"><code>layers</code></td>
2770
3025
 
2771
3026
 
2772
3027
  <td class="type">
2773
3028
 
2774
3029
 
2775
- <span class="param-type">String</span>
3030
+ <span class="param-type">
3031
+
3032
+ String
3033
+
3034
+ </span>
3035
+
2776
3036
 
2777
3037
 
2778
3038
 
@@ -2788,13 +3048,18 @@ BaseServer.url = '新URL';</code></pre>
2788
3048
 
2789
3049
  <tr class="deep-level-1">
2790
3050
 
2791
- <td class="name" id="size"><code>size</code></td>
3051
+ <td class="name"><code>size</code></td>
2792
3052
 
2793
3053
 
2794
3054
  <td class="type">
2795
3055
 
2796
3056
 
2797
- <span class="param-type">String</span>
3057
+ <span class="param-type">
3058
+
3059
+ String
3060
+
3061
+ </span>
3062
+
2798
3063
 
2799
3064
 
2800
3065
 
@@ -2810,13 +3075,18 @@ BaseServer.url = '新URL';</code></pre>
2810
3075
 
2811
3076
  <tr class="deep-level-1">
2812
3077
 
2813
- <td class="name" id="where"><code>where</code></td>
3078
+ <td class="name"><code>where</code></td>
2814
3079
 
2815
3080
 
2816
3081
  <td class="type">
2817
3082
 
2818
3083
 
2819
- <span class="param-type">String</span>
3084
+ <span class="param-type">
3085
+
3086
+ String
3087
+
3088
+ </span>
3089
+
2820
3090
 
2821
3091
 
2822
3092
 
@@ -2832,13 +3102,18 @@ BaseServer.url = '新URL';</code></pre>
2832
3102
 
2833
3103
  <tr class="deep-level-1">
2834
3104
 
2835
- <td class="name" id="bbox"><code>bbox</code></td>
3105
+ <td class="name"><code>bbox</code></td>
2836
3106
 
2837
3107
 
2838
3108
  <td class="type">
2839
3109
 
2840
3110
 
2841
- <span class="param-type"><a 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>
3116
+
2842
3117
 
2843
3118
 
2844
3119
 
@@ -2854,13 +3129,18 @@ BaseServer.url = '新URL';</code></pre>
2854
3129
 
2855
3130
  <tr class="deep-level-1">
2856
3131
 
2857
- <td class="name" id="page"><code>page</code></td>
3132
+ <td class="name"><code>page</code></td>
2858
3133
 
2859
3134
 
2860
3135
  <td class="type">
2861
3136
 
2862
3137
 
2863
- <span class="param-type">Number</span>
3138
+ <span class="param-type">
3139
+
3140
+ Number
3141
+
3142
+ </span>
3143
+
2864
3144
 
2865
3145
 
2866
3146
 
@@ -2876,13 +3156,18 @@ BaseServer.url = '新URL';</code></pre>
2876
3156
 
2877
3157
  <tr class="deep-level-1">
2878
3158
 
2879
- <td class="name" id="pageSize"><code>pageSize</code></td>
3159
+ <td class="name"><code>pageSize</code></td>
2880
3160
 
2881
3161
 
2882
3162
  <td class="type">
2883
3163
 
2884
3164
 
2885
- <span class="param-type">Number</span>
3165
+ <span class="param-type">
3166
+
3167
+ Number
3168
+
3169
+ </span>
3170
+
2886
3171
 
2887
3172
 
2888
3173
 
@@ -2898,13 +3183,18 @@ BaseServer.url = '新URL';</code></pre>
2898
3183
 
2899
3184
  <tr class="deep-level-1">
2900
3185
 
2901
- <td class="name" id="maxQueryFeatureCount"><code>maxQueryFeatureCount</code></td>
3186
+ <td class="name"><code>maxQueryFeatureCount</code></td>
2902
3187
 
2903
3188
 
2904
3189
  <td class="type">
2905
3190
 
2906
3191
 
2907
- <span class="param-type">Number</span>
3192
+ <span class="param-type">
3193
+
3194
+ Number
3195
+
3196
+ </span>
3197
+
2908
3198
 
2909
3199
 
2910
3200
 
@@ -3068,13 +3358,18 @@ mapServer.getLegend({
3068
3358
 
3069
3359
  <tr class="deep-level-0">
3070
3360
 
3071
- <td class="name" id="options"><code>options</code></td>
3361
+ <td class="name"><code>options</code></td>
3072
3362
 
3073
3363
 
3074
3364
  <td class="type">
3075
3365
 
3076
3366
 
3077
- <span class="param-type">Object</span>
3367
+ <span class="param-type">
3368
+
3369
+ Object
3370
+
3371
+ </span>
3372
+
3078
3373
 
3079
3374
 
3080
3375
 
@@ -3094,13 +3389,18 @@ mapServer.getLegend({
3094
3389
 
3095
3390
  <tr class="deep-level-1">
3096
3391
 
3097
- <td class="name" id="layerId"><code>layerId</code></td>
3392
+ <td class="name"><code>layerId</code></td>
3098
3393
 
3099
3394
 
3100
3395
  <td class="type">
3101
3396
 
3102
3397
 
3103
- <span class="param-type">String</span>
3398
+ <span class="param-type">
3399
+
3400
+ String
3401
+
3402
+ </span>
3403
+
3104
3404
 
3105
3405
 
3106
3406
 
@@ -3120,13 +3420,18 @@ mapServer.getLegend({
3120
3420
 
3121
3421
  <tr class="deep-level-1">
3122
3422
 
3123
- <td class="name" id="success"><code>success</code></td>
3423
+ <td class="name"><code>success</code></td>
3124
3424
 
3125
3425
 
3126
3426
  <td class="type">
3127
3427
 
3128
3428
 
3129
- <span class="param-type"><a 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>
3434
+
3130
3435
 
3131
3436
 
3132
3437
 
@@ -3146,13 +3451,18 @@ mapServer.getLegend({
3146
3451
 
3147
3452
  <tr class="deep-level-1">
3148
3453
 
3149
- <td class="name" id="failure"><code>failure</code></td>
3454
+ <td class="name"><code>failure</code></td>
3150
3455
 
3151
3456
 
3152
3457
  <td class="type">
3153
3458
 
3154
3459
 
3155
- <span class="param-type"><a 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>
3465
+
3156
3466
 
3157
3467
 
3158
3468
 
@@ -3172,13 +3482,18 @@ mapServer.getLegend({
3172
3482
 
3173
3483
  <tr class="deep-level-1">
3174
3484
 
3175
- <td class="name" id="method"><code>method</code></td>
3485
+ <td class="name"><code>method</code></td>
3176
3486
 
3177
3487
 
3178
3488
  <td class="type">
3179
3489
 
3180
3490
 
3181
- <span class="param-type"><a 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>
3496
+
3182
3497
 
3183
3498
 
3184
3499
 
@@ -3200,13 +3515,18 @@ mapServer.getLegend({
3200
3515
 
3201
3516
  <tr class="deep-level-1">
3202
3517
 
3203
- <td class="name" id="where"><code>where</code></td>
3518
+ <td class="name"><code>where</code></td>
3204
3519
 
3205
3520
 
3206
3521
  <td class="type">
3207
3522
 
3208
3523
 
3209
- <span class="param-type">String</span>
3524
+ <span class="param-type">
3525
+
3526
+ String
3527
+
3528
+ </span>
3529
+
3210
3530
 
3211
3531
 
3212
3532
 
@@ -3226,13 +3546,18 @@ mapServer.getLegend({
3226
3546
 
3227
3547
  <tr class="deep-level-1">
3228
3548
 
3229
- <td class="name" id="geometry"><code>geometry</code></td>
3549
+ <td class="name"><code>geometry</code></td>
3230
3550
 
3231
3551
 
3232
3552
  <td class="type">
3233
3553
 
3234
3554
 
3235
- <span class="param-type"><a 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>
3560
+
3236
3561
 
3237
3562
 
3238
3563
 
@@ -3252,13 +3577,18 @@ mapServer.getLegend({
3252
3577
 
3253
3578
  <tr class="deep-level-1">
3254
3579
 
3255
- <td class="name" id="distance"><code>distance</code></td>
3580
+ <td class="name"><code>distance</code></td>
3256
3581
 
3257
3582
 
3258
3583
  <td class="type">
3259
3584
 
3260
3585
 
3261
- <span class="param-type">Number</span>
3586
+ <span class="param-type">
3587
+
3588
+ Number
3589
+
3590
+ </span>
3591
+
3262
3592
 
3263
3593
 
3264
3594
 
@@ -3280,13 +3610,18 @@ mapServer.getLegend({
3280
3610
 
3281
3611
  <tr class="deep-level-1">
3282
3612
 
3283
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3613
+ <td class="name"><code>geometryPrecision</code></td>
3284
3614
 
3285
3615
 
3286
3616
  <td class="type">
3287
3617
 
3288
3618
 
3289
- <span class="param-type">Number</span>
3619
+ <span class="param-type">
3620
+
3621
+ Number
3622
+
3623
+ </span>
3624
+
3290
3625
 
3291
3626
 
3292
3627
 
@@ -3306,13 +3641,18 @@ mapServer.getLegend({
3306
3641
 
3307
3642
  <tr class="deep-level-1">
3308
3643
 
3309
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3644
+ <td class="name"><code>spatialRel</code></td>
3310
3645
 
3311
3646
 
3312
3647
  <td class="type">
3313
3648
 
3314
3649
 
3315
- <span class="param-type"><a 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>
3655
+
3316
3656
 
3317
3657
 
3318
3658
 
@@ -3332,13 +3672,18 @@ mapServer.getLegend({
3332
3672
 
3333
3673
  <tr class="deep-level-1">
3334
3674
 
3335
- <td class="name" id="outFields"><code>outFields</code></td>
3675
+ <td class="name"><code>outFields</code></td>
3336
3676
 
3337
3677
 
3338
3678
  <td class="type">
3339
3679
 
3340
3680
 
3341
- <span class="param-type">String</span>
3681
+ <span class="param-type">
3682
+
3683
+ String
3684
+
3685
+ </span>
3686
+
3342
3687
 
3343
3688
 
3344
3689
 
@@ -3358,13 +3703,18 @@ mapServer.getLegend({
3358
3703
 
3359
3704
  <tr class="deep-level-1">
3360
3705
 
3361
- <td class="name" id="objectIds"><code>objectIds</code></td>
3706
+ <td class="name"><code>objectIds</code></td>
3362
3707
 
3363
3708
 
3364
3709
  <td class="type">
3365
3710
 
3366
3711
 
3367
- <span class="param-type">String</span>
3712
+ <span class="param-type">
3713
+
3714
+ String
3715
+
3716
+ </span>
3717
+
3368
3718
 
3369
3719
 
3370
3720
 
@@ -3384,13 +3734,18 @@ mapServer.getLegend({
3384
3734
 
3385
3735
  <tr class="deep-level-1">
3386
3736
 
3387
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3737
+ <td class="name"><code>orderByFields</code></td>
3388
3738
 
3389
3739
 
3390
3740
  <td class="type">
3391
3741
 
3392
3742
 
3393
- <span class="param-type">String</span>
3743
+ <span class="param-type">
3744
+
3745
+ String
3746
+
3747
+ </span>
3748
+
3394
3749
 
3395
3750
 
3396
3751
 
@@ -3410,13 +3765,18 @@ mapServer.getLegend({
3410
3765
 
3411
3766
  <tr class="deep-level-1">
3412
3767
 
3413
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3768
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3414
3769
 
3415
3770
 
3416
3771
  <td class="type">
3417
3772
 
3418
3773
 
3419
- <span class="param-type">String</span>
3774
+ <span class="param-type">
3775
+
3776
+ String
3777
+
3778
+ </span>
3779
+
3420
3780
 
3421
3781
 
3422
3782
 
@@ -3436,13 +3796,18 @@ mapServer.getLegend({
3436
3796
 
3437
3797
  <tr class="deep-level-1">
3438
3798
 
3439
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3799
+ <td class="name"><code>resultRecordCount</code></td>
3440
3800
 
3441
3801
 
3442
3802
  <td class="type">
3443
3803
 
3444
3804
 
3445
- <span class="param-type">Number</span>
3805
+ <span class="param-type">
3806
+
3807
+ Number
3808
+
3809
+ </span>
3810
+
3446
3811
 
3447
3812
 
3448
3813
 
@@ -3464,13 +3829,18 @@ mapServer.getLegend({
3464
3829
 
3465
3830
  <tr class="deep-level-1">
3466
3831
 
3467
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
3832
+ <td class="name"><code>resultOffset</code></td>
3468
3833
 
3469
3834
 
3470
3835
  <td class="type">
3471
3836
 
3472
3837
 
3473
- <span class="param-type">Number</span>
3838
+ <span class="param-type">
3839
+
3840
+ Number
3841
+
3842
+ </span>
3843
+
3474
3844
 
3475
3845
 
3476
3846
 
@@ -3490,13 +3860,18 @@ mapServer.getLegend({
3490
3860
 
3491
3861
  <tr class="deep-level-1">
3492
3862
 
3493
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
3863
+ <td class="name"><code>outStatistics</code></td>
3494
3864
 
3495
3865
 
3496
3866
  <td class="type">
3497
3867
 
3498
3868
 
3499
- <span class="param-type">Array.&lt;<a 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>
3874
+
3500
3875
 
3501
3876
 
3502
3877
 
@@ -3516,13 +3891,18 @@ mapServer.getLegend({
3516
3891
 
3517
3892
  <tr class="deep-level-1">
3518
3893
 
3519
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3894
+ <td class="name"><code>returnGeometry</code></td>
3520
3895
 
3521
3896
 
3522
3897
  <td class="type">
3523
3898
 
3524
3899
 
3525
- <span class="param-type">Boolean</span>
3900
+ <span class="param-type">
3901
+
3902
+ Boolean
3903
+
3904
+ </span>
3905
+
3526
3906
 
3527
3907
 
3528
3908
 
@@ -3544,13 +3924,18 @@ mapServer.getLegend({
3544
3924
 
3545
3925
  <tr class="deep-level-1">
3546
3926
 
3547
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
3927
+ <td class="name"><code>returnAttribute</code></td>
3548
3928
 
3549
3929
 
3550
3930
  <td class="type">
3551
3931
 
3552
3932
 
3553
- <span class="param-type">Boolean</span>
3933
+ <span class="param-type">
3934
+
3935
+ Boolean
3936
+
3937
+ </span>
3938
+
3554
3939
 
3555
3940
 
3556
3941
 
@@ -3572,13 +3957,18 @@ mapServer.getLegend({
3572
3957
 
3573
3958
  <tr class="deep-level-1">
3574
3959
 
3575
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
3960
+ <td class="name"><code>returnStyle</code></td>
3576
3961
 
3577
3962
 
3578
3963
  <td class="type">
3579
3964
 
3580
3965
 
3581
- <span class="param-type">Boolean</span>
3966
+ <span class="param-type">
3967
+
3968
+ Boolean
3969
+
3970
+ </span>
3971
+
3582
3972
 
3583
3973
 
3584
3974
 
@@ -3600,13 +3990,18 @@ mapServer.getLegend({
3600
3990
 
3601
3991
  <tr class="deep-level-1">
3602
3992
 
3603
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3993
+ <td class="name"><code>returnIdsOnly</code></td>
3604
3994
 
3605
3995
 
3606
3996
  <td class="type">
3607
3997
 
3608
3998
 
3609
- <span class="param-type">Boolean</span>
3999
+ <span class="param-type">
4000
+
4001
+ Boolean
4002
+
4003
+ </span>
4004
+
3610
4005
 
3611
4006
 
3612
4007
 
@@ -3628,13 +4023,18 @@ mapServer.getLegend({
3628
4023
 
3629
4024
  <tr class="deep-level-1">
3630
4025
 
3631
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4026
+ <td class="name"><code>returnCountOnly</code></td>
3632
4027
 
3633
4028
 
3634
4029
  <td class="type">
3635
4030
 
3636
4031
 
3637
- <span class="param-type">Boolean</span>
4032
+ <span class="param-type">
4033
+
4034
+ Boolean
4035
+
4036
+ </span>
4037
+
3638
4038
 
3639
4039
 
3640
4040
 
@@ -3656,13 +4056,18 @@ mapServer.getLegend({
3656
4056
 
3657
4057
  <tr class="deep-level-1">
3658
4058
 
3659
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
4059
+ <td class="name"><code>returnExtentOnly</code></td>
3660
4060
 
3661
4061
 
3662
4062
  <td class="type">
3663
4063
 
3664
4064
 
3665
- <span class="param-type">Boolean</span>
4065
+ <span class="param-type">
4066
+
4067
+ Boolean
4068
+
4069
+ </span>
4070
+
3666
4071
 
3667
4072
 
3668
4073
 
@@ -3684,13 +4089,18 @@ mapServer.getLegend({
3684
4089
 
3685
4090
  <tr class="deep-level-1">
3686
4091
 
3687
- <td class="name" id="returnZ"><code>returnZ</code></td>
4092
+ <td class="name"><code>returnZ</code></td>
3688
4093
 
3689
4094
 
3690
4095
  <td class="type">
3691
4096
 
3692
4097
 
3693
- <span class="param-type">Boolean</span>
4098
+ <span class="param-type">
4099
+
4100
+ Boolean
4101
+
4102
+ </span>
4103
+
3694
4104
 
3695
4105
 
3696
4106
 
@@ -3883,7 +4293,7 @@ mapServer.queryFeatures({
3883
4293
 
3884
4294
  <tr class="deep-level-0">
3885
4295
 
3886
- <td class="name" id="options"><code>options</code></td>
4296
+ <td class="name"><code>options</code></td>
3887
4297
 
3888
4298
 
3889
4299
  <td class="type">
@@ -3904,13 +4314,18 @@ mapServer.queryFeatures({
3904
4314
 
3905
4315
  <tr class="deep-level-1">
3906
4316
 
3907
- <td class="name" id="success"><code>success</code></td>
4317
+ <td class="name"><code>success</code></td>
3908
4318
 
3909
4319
 
3910
4320
  <td class="type">
3911
4321
 
3912
4322
 
3913
- <span class="param-type"><a 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>
4328
+
3914
4329
 
3915
4330
 
3916
4331
 
@@ -3930,13 +4345,18 @@ mapServer.queryFeatures({
3930
4345
 
3931
4346
  <tr class="deep-level-1">
3932
4347
 
3933
- <td class="name" id="failure"><code>failure</code></td>
4348
+ <td class="name"><code>failure</code></td>
3934
4349
 
3935
4350
 
3936
4351
  <td class="type">
3937
4352
 
3938
4353
 
3939
- <span class="param-type"><a 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>
4359
+
3940
4360
 
3941
4361
 
3942
4362
 
@@ -3956,13 +4376,18 @@ mapServer.queryFeatures({
3956
4376
 
3957
4377
  <tr class="deep-level-1">
3958
4378
 
3959
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
4379
+ <td class="name"><code>layerDefs</code></td>
3960
4380
 
3961
4381
 
3962
4382
  <td class="type">
3963
4383
 
3964
4384
 
3965
- <span class="param-type">Array</span>
4385
+ <span class="param-type">
4386
+
4387
+ Array
4388
+
4389
+ </span>
4390
+
3966
4391
 
3967
4392
 
3968
4393
 
@@ -3982,13 +4407,18 @@ mapServer.queryFeatures({
3982
4407
 
3983
4408
  <tr class="deep-level-1">
3984
4409
 
3985
- <td class="name" id="geometry"><code>geometry</code></td>
4410
+ <td class="name"><code>geometry</code></td>
3986
4411
 
3987
4412
 
3988
4413
  <td class="type">
3989
4414
 
3990
4415
 
3991
- <span class="param-type"><a 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>
4421
+
3992
4422
 
3993
4423
 
3994
4424
 
@@ -4008,13 +4438,18 @@ mapServer.queryFeatures({
4008
4438
 
4009
4439
  <tr class="deep-level-1">
4010
4440
 
4011
- <td class="name" id="distance"><code>distance</code></td>
4441
+ <td class="name"><code>distance</code></td>
4012
4442
 
4013
4443
 
4014
4444
  <td class="type">
4015
4445
 
4016
4446
 
4017
- <span class="param-type">Number</span>
4447
+ <span class="param-type">
4448
+
4449
+ Number
4450
+
4451
+ </span>
4452
+
4018
4453
 
4019
4454
 
4020
4455
 
@@ -4036,13 +4471,18 @@ mapServer.queryFeatures({
4036
4471
 
4037
4472
  <tr class="deep-level-1">
4038
4473
 
4039
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
4474
+ <td class="name"><code>geometryPrecision</code></td>
4040
4475
 
4041
4476
 
4042
4477
  <td class="type">
4043
4478
 
4044
4479
 
4045
- <span class="param-type">Number</span>
4480
+ <span class="param-type">
4481
+
4482
+ Number
4483
+
4484
+ </span>
4485
+
4046
4486
 
4047
4487
 
4048
4488
 
@@ -4062,13 +4502,18 @@ mapServer.queryFeatures({
4062
4502
 
4063
4503
  <tr class="deep-level-1">
4064
4504
 
4065
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4505
+ <td class="name"><code>spatialRel</code></td>
4066
4506
 
4067
4507
 
4068
4508
  <td class="type">
4069
4509
 
4070
4510
 
4071
- <span class="param-type"><a 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>
4516
+
4072
4517
 
4073
4518
 
4074
4519
 
@@ -4088,13 +4533,18 @@ mapServer.queryFeatures({
4088
4533
 
4089
4534
  <tr class="deep-level-1">
4090
4535
 
4091
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4536
+ <td class="name"><code>resultRecordCount</code></td>
4092
4537
 
4093
4538
 
4094
4539
  <td class="type">
4095
4540
 
4096
4541
 
4097
- <span class="param-type">Number</span>
4542
+ <span class="param-type">
4543
+
4544
+ Number
4545
+
4546
+ </span>
4547
+
4098
4548
 
4099
4549
 
4100
4550
 
@@ -4116,13 +4566,18 @@ mapServer.queryFeatures({
4116
4566
 
4117
4567
  <tr class="deep-level-1">
4118
4568
 
4119
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4569
+ <td class="name"><code>returnGeometry</code></td>
4120
4570
 
4121
4571
 
4122
4572
  <td class="type">
4123
4573
 
4124
4574
 
4125
- <span class="param-type">Boolean</span>
4575
+ <span class="param-type">
4576
+
4577
+ Boolean
4578
+
4579
+ </span>
4580
+
4126
4581
 
4127
4582
 
4128
4583
 
@@ -4144,13 +4599,18 @@ mapServer.queryFeatures({
4144
4599
 
4145
4600
  <tr class="deep-level-1">
4146
4601
 
4147
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4602
+ <td class="name"><code>returnAttribute</code></td>
4148
4603
 
4149
4604
 
4150
4605
  <td class="type">
4151
4606
 
4152
4607
 
4153
- <span class="param-type">Boolean</span>
4608
+ <span class="param-type">
4609
+
4610
+ Boolean
4611
+
4612
+ </span>
4613
+
4154
4614
 
4155
4615
 
4156
4616
 
@@ -4172,13 +4632,18 @@ mapServer.queryFeatures({
4172
4632
 
4173
4633
  <tr class="deep-level-1">
4174
4634
 
4175
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4635
+ <td class="name"><code>returnStyle</code></td>
4176
4636
 
4177
4637
 
4178
4638
  <td class="type">
4179
4639
 
4180
4640
 
4181
- <span class="param-type">Boolean</span>
4641
+ <span class="param-type">
4642
+
4643
+ Boolean
4644
+
4645
+ </span>
4646
+
4182
4647
 
4183
4648
 
4184
4649
 
@@ -4200,13 +4665,18 @@ mapServer.queryFeatures({
4200
4665
 
4201
4666
  <tr class="deep-level-1">
4202
4667
 
4203
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4668
+ <td class="name"><code>returnIdsOnly</code></td>
4204
4669
 
4205
4670
 
4206
4671
  <td class="type">
4207
4672
 
4208
4673
 
4209
- <span class="param-type">Boolean</span>
4674
+ <span class="param-type">
4675
+
4676
+ Boolean
4677
+
4678
+ </span>
4679
+
4210
4680
 
4211
4681
 
4212
4682
 
@@ -4228,13 +4698,18 @@ mapServer.queryFeatures({
4228
4698
 
4229
4699
  <tr class="deep-level-1">
4230
4700
 
4231
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4701
+ <td class="name"><code>returnCountOnly</code></td>
4232
4702
 
4233
4703
 
4234
4704
  <td class="type">
4235
4705
 
4236
4706
 
4237
- <span class="param-type">Boolean</span>
4707
+ <span class="param-type">
4708
+
4709
+ Boolean
4710
+
4711
+ </span>
4712
+
4238
4713
 
4239
4714
 
4240
4715
 
@@ -4256,13 +4731,18 @@ mapServer.queryFeatures({
4256
4731
 
4257
4732
  <tr class="deep-level-1">
4258
4733
 
4259
- <td class="name" id="returnZ"><code>returnZ</code></td>
4734
+ <td class="name"><code>returnZ</code></td>
4260
4735
 
4261
4736
 
4262
4737
  <td class="type">
4263
4738
 
4264
4739
 
4265
- <span class="param-type">Boolean</span>
4740
+ <span class="param-type">
4741
+
4742
+ Boolean
4743
+
4744
+ </span>
4745
+
4266
4746
 
4267
4747
 
4268
4748
 
@@ -4447,13 +4927,18 @@ mapServer.queryFeaturesInLayers({
4447
4927
 
4448
4928
  <tr class="deep-level-0">
4449
4929
 
4450
- <td class="name" id="options"><code>options</code></td>
4930
+ <td class="name"><code>options</code></td>
4451
4931
 
4452
4932
 
4453
4933
  <td class="type">
4454
4934
 
4455
4935
 
4456
- <span class="param-type">Object</span>
4936
+ <span class="param-type">
4937
+
4938
+ Object
4939
+
4940
+ </span>
4941
+
4457
4942
 
4458
4943
 
4459
4944
 
@@ -4469,13 +4954,18 @@ mapServer.queryFeaturesInLayers({
4469
4954
 
4470
4955
  <tr class="deep-level-1">
4471
4956
 
4472
- <td class="name" id="layerId"><code>layerId</code></td>
4957
+ <td class="name"><code>layerId</code></td>
4473
4958
 
4474
4959
 
4475
4960
  <td class="type">
4476
4961
 
4477
4962
 
4478
- <span class="param-type">String</span>
4963
+ <span class="param-type">
4964
+
4965
+ String
4966
+
4967
+ </span>
4968
+
4479
4969
 
4480
4970
 
4481
4971
 
@@ -4491,13 +4981,18 @@ mapServer.queryFeaturesInLayers({
4491
4981
 
4492
4982
  <tr class="deep-level-1">
4493
4983
 
4494
- <td class="name" id="success"><code>success</code></td>
4984
+ <td class="name"><code>success</code></td>
4495
4985
 
4496
4986
 
4497
4987
  <td class="type">
4498
4988
 
4499
4989
 
4500
- <span class="param-type"><a 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>
4995
+
4501
4996
 
4502
4997
 
4503
4998
 
@@ -4513,13 +5008,18 @@ mapServer.queryFeaturesInLayers({
4513
5008
 
4514
5009
  <tr class="deep-level-1">
4515
5010
 
4516
- <td class="name" id="failure"><code>failure</code></td>
5011
+ <td class="name"><code>failure</code></td>
4517
5012
 
4518
5013
 
4519
5014
  <td class="type">
4520
5015
 
4521
5016
 
4522
- <span class="param-type"><a 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>
5022
+
4523
5023
 
4524
5024
 
4525
5025
 
@@ -4535,13 +5035,18 @@ mapServer.queryFeaturesInLayers({
4535
5035
 
4536
5036
  <tr class="deep-level-1">
4537
5037
 
4538
- <td class="name" id="clientId"><code>clientId</code></td>
5038
+ <td class="name"><code>clientId</code></td>
4539
5039
 
4540
5040
 
4541
5041
  <td class="type">
4542
5042
 
4543
5043
 
4544
- <span class="param-type">String</span>
5044
+ <span class="param-type">
5045
+
5046
+ String
5047
+
5048
+ </span>
5049
+
4545
5050
 
4546
5051
 
4547
5052
 
@@ -4557,13 +5062,18 @@ mapServer.queryFeaturesInLayers({
4557
5062
 
4558
5063
  <tr class="deep-level-1">
4559
5064
 
4560
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5065
+ <td class="name"><code>mapIndex</code></td>
4561
5066
 
4562
5067
 
4563
5068
  <td class="type">
4564
5069
 
4565
5070
 
4566
- <span class="param-type">String</span>
5071
+ <span class="param-type">
5072
+
5073
+ String
5074
+
5075
+ </span>
5076
+
4567
5077
 
4568
5078
 
4569
5079
 
@@ -4579,13 +5089,18 @@ mapServer.queryFeaturesInLayers({
4579
5089
 
4580
5090
  <tr class="deep-level-1">
4581
5091
 
4582
- <td class="name" id="returnFullStyle"><code>returnFullStyle</code></td>
5092
+ <td class="name"><code>returnFullStyle</code></td>
4583
5093
 
4584
5094
 
4585
5095
  <td class="type">
4586
5096
 
4587
5097
 
4588
- <span class="param-type">Boolean</span>
5098
+ <span class="param-type">
5099
+
5100
+ Boolean
5101
+
5102
+ </span>
5103
+
4589
5104
 
4590
5105
 
4591
5106
 
@@ -4601,13 +5116,18 @@ mapServer.queryFeaturesInLayers({
4601
5116
 
4602
5117
  <tr class="deep-level-1">
4603
5118
 
4604
- <td class="name" id="guid"><code>guid</code></td>
5119
+ <td class="name"><code>guid</code></td>
4605
5120
 
4606
5121
 
4607
5122
  <td class="type">
4608
5123
 
4609
5124
 
4610
- <span class="param-type">String</span>
5125
+ <span class="param-type">
5126
+
5127
+ String
5128
+
5129
+ </span>
5130
+
4611
5131
 
4612
5132
 
4613
5133
 
@@ -4772,13 +5292,18 @@ mapServer.queryLayerInfo({
4772
5292
 
4773
5293
  <tr class="deep-level-0">
4774
5294
 
4775
- <td class="name" id="options"><code>options</code></td>
5295
+ <td class="name"><code>options</code></td>
4776
5296
 
4777
5297
 
4778
5298
  <td class="type">
4779
5299
 
4780
5300
 
4781
- <span class="param-type">Object</span>
5301
+ <span class="param-type">
5302
+
5303
+ Object
5304
+
5305
+ </span>
5306
+
4782
5307
 
4783
5308
 
4784
5309
 
@@ -4794,13 +5319,18 @@ mapServer.queryLayerInfo({
4794
5319
 
4795
5320
  <tr class="deep-level-1">
4796
5321
 
4797
- <td class="name" id="success"><code>success</code></td>
5322
+ <td class="name"><code>success</code></td>
4798
5323
 
4799
5324
 
4800
5325
  <td class="type">
4801
5326
 
4802
5327
 
4803
- <span class="param-type"><a 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>
5333
+
4804
5334
 
4805
5335
 
4806
5336
 
@@ -4816,13 +5346,18 @@ mapServer.queryLayerInfo({
4816
5346
 
4817
5347
  <tr class="deep-level-1">
4818
5348
 
4819
- <td class="name" id="failure"><code>failure</code></td>
5349
+ <td class="name"><code>failure</code></td>
4820
5350
 
4821
5351
 
4822
5352
  <td class="type">
4823
5353
 
4824
5354
 
4825
- <span class="param-type"><a 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>
5360
+
4826
5361
 
4827
5362
 
4828
5363
 
@@ -4838,13 +5373,18 @@ mapServer.queryLayerInfo({
4838
5373
 
4839
5374
  <tr class="deep-level-1">
4840
5375
 
4841
- <td class="name" id="clientId"><code>clientId</code></td>
5376
+ <td class="name"><code>clientId</code></td>
4842
5377
 
4843
5378
 
4844
5379
  <td class="type">
4845
5380
 
4846
5381
 
4847
- <span class="param-type">String</span>
5382
+ <span class="param-type">
5383
+
5384
+ String
5385
+
5386
+ </span>
5387
+
4848
5388
 
4849
5389
 
4850
5390
 
@@ -4860,13 +5400,18 @@ mapServer.queryLayerInfo({
4860
5400
 
4861
5401
  <tr class="deep-level-1">
4862
5402
 
4863
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5403
+ <td class="name"><code>mapIndex</code></td>
4864
5404
 
4865
5405
 
4866
5406
  <td class="type">
4867
5407
 
4868
5408
 
4869
- <span class="param-type">String</span>
5409
+ <span class="param-type">
5410
+
5411
+ String
5412
+
5413
+ </span>
5414
+
4870
5415
 
4871
5416
 
4872
5417
 
@@ -4882,13 +5427,18 @@ mapServer.queryLayerInfo({
4882
5427
 
4883
5428
  <tr class="deep-level-1">
4884
5429
 
4885
- <td class="name" id="guid"><code>guid</code></td>
5430
+ <td class="name"><code>guid</code></td>
4886
5431
 
4887
5432
 
4888
5433
  <td class="type">
4889
5434
 
4890
5435
 
4891
- <span class="param-type">String</span>
5436
+ <span class="param-type">
5437
+
5438
+ String
5439
+
5440
+ </span>
5441
+
4892
5442
 
4893
5443
 
4894
5444
 
@@ -5050,7 +5600,7 @@ mapServer.queryLayerList({
5050
5600
 
5051
5601
  <tr class="deep-level-0">
5052
5602
 
5053
- <td class="name" id="options"><code>options</code></td>
5603
+ <td class="name"><code>options</code></td>
5054
5604
 
5055
5605
 
5056
5606
  <td class="type">
@@ -5071,13 +5621,18 @@ mapServer.queryLayerList({
5071
5621
 
5072
5622
  <tr class="deep-level-1">
5073
5623
 
5074
- <td class="name" id="success"><code>success</code></td>
5624
+ <td class="name"><code>success</code></td>
5075
5625
 
5076
5626
 
5077
5627
  <td class="type">
5078
5628
 
5079
5629
 
5080
- <span class="param-type">function</span>
5630
+ <span class="param-type">
5631
+
5632
+ function
5633
+
5634
+ </span>
5635
+
5081
5636
 
5082
5637
 
5083
5638
 
@@ -5099,13 +5654,18 @@ mapServer.queryLayerList({
5099
5654
 
5100
5655
  <tr class="deep-level-1">
5101
5656
 
5102
- <td class="name" id="failure"><code>failure</code></td>
5657
+ <td class="name"><code>failure</code></td>
5103
5658
 
5104
5659
 
5105
5660
  <td class="type">
5106
5661
 
5107
5662
 
5108
- <span class="param-type">function</span>
5663
+ <span class="param-type">
5664
+
5665
+ function
5666
+
5667
+ </span>
5668
+
5109
5669
 
5110
5670
 
5111
5671
 
@@ -5146,7 +5706,7 @@ mapServer.queryLayerList({
5146
5706
 
5147
5707
  <dt class="inherited-from">Inherited From:</dt>
5148
5708
  <dd class="inherited-from"><ul class="dummy"><li>
5149
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5709
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5150
5710
  </li></ul></dd>
5151
5711
 
5152
5712
 
@@ -5281,13 +5841,18 @@ mapServer.queryLayerList({
5281
5841
 
5282
5842
  <tr class="deep-level-0">
5283
5843
 
5284
- <td class="name" id="options"><code>options</code></td>
5844
+ <td class="name"><code>options</code></td>
5285
5845
 
5286
5846
 
5287
5847
  <td class="type">
5288
5848
 
5289
5849
 
5290
- <span class="param-type">Object</span>
5850
+ <span class="param-type">
5851
+
5852
+ Object
5853
+
5854
+ </span>
5855
+
5291
5856
 
5292
5857
 
5293
5858
 
@@ -5303,13 +5868,18 @@ mapServer.queryLayerList({
5303
5868
 
5304
5869
  <tr class="deep-level-1">
5305
5870
 
5306
- <td class="name" id="layerId"><code>layerId</code></td>
5871
+ <td class="name"><code>layerId</code></td>
5307
5872
 
5308
5873
 
5309
5874
  <td class="type">
5310
5875
 
5311
5876
 
5312
- <span class="param-type">String</span>
5877
+ <span class="param-type">
5878
+
5879
+ String
5880
+
5881
+ </span>
5882
+
5313
5883
 
5314
5884
 
5315
5885
 
@@ -5325,13 +5895,18 @@ mapServer.queryLayerList({
5325
5895
 
5326
5896
  <tr class="deep-level-1">
5327
5897
 
5328
- <td class="name" id="systemLibId"><code>systemLibId</code></td>
5898
+ <td class="name"><code>systemLibId</code></td>
5329
5899
 
5330
5900
 
5331
5901
  <td class="type">
5332
5902
 
5333
5903
 
5334
- <span class="param-type">String</span>
5904
+ <span class="param-type">
5905
+
5906
+ String
5907
+
5908
+ </span>
5909
+
5335
5910
 
5336
5911
 
5337
5912
 
@@ -5347,13 +5922,18 @@ mapServer.queryLayerList({
5347
5922
 
5348
5923
  <tr class="deep-level-1">
5349
5924
 
5350
- <td class="name" id="systemLibName"><code>systemLibName</code></td>
5925
+ <td class="name"><code>systemLibName</code></td>
5351
5926
 
5352
5927
 
5353
5928
  <td class="type">
5354
5929
 
5355
5930
 
5356
- <span class="param-type">String</span>
5931
+ <span class="param-type">
5932
+
5933
+ String
5934
+
5935
+ </span>
5936
+
5357
5937
 
5358
5938
 
5359
5939
 
@@ -5369,13 +5949,18 @@ mapServer.queryLayerList({
5369
5949
 
5370
5950
  <tr class="deep-level-1">
5371
5951
 
5372
- <td class="name" id="success"><code>success</code></td>
5952
+ <td class="name"><code>success</code></td>
5373
5953
 
5374
5954
 
5375
5955
  <td class="type">
5376
5956
 
5377
5957
 
5378
- <span class="param-type">function</span>
5958
+ <span class="param-type">
5959
+
5960
+ function
5961
+
5962
+ </span>
5963
+
5379
5964
 
5380
5965
 
5381
5966
 
@@ -5391,13 +5976,18 @@ mapServer.queryLayerList({
5391
5976
 
5392
5977
  <tr class="deep-level-1">
5393
5978
 
5394
- <td class="name" id="failure"><code>failure</code></td>
5979
+ <td class="name"><code>failure</code></td>
5395
5980
 
5396
5981
 
5397
5982
  <td class="type">
5398
5983
 
5399
5984
 
5400
- <span class="param-type">function</span>
5985
+ <span class="param-type">
5986
+
5987
+ function
5988
+
5989
+ </span>
5990
+
5401
5991
 
5402
5992
 
5403
5993