@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -208,7 +218,7 @@
208
218
 
209
219
 
210
220
  <ul>
211
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
221
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
212
222
  </ul>
213
223
 
214
224
 
@@ -240,11 +250,16 @@
240
250
  <tbody>
241
251
 
242
252
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="ArcGISFeatureServer.html#clientId">clientId</a></code></td>
253
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
244
254
  <td class="name">
245
255
  <code>
246
256
 
247
- <span class="param-type">Boolean</span>
257
+ <span class="param-type">
258
+
259
+ Boolean
260
+
261
+ </span>
262
+
248
263
 
249
264
 
250
265
  </code>
@@ -253,11 +268,16 @@
253
268
  </tr>
254
269
 
255
270
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="ArcGISFeatureServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
271
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
257
272
  <td class="name">
258
273
  <code>
259
274
 
260
- <span class="param-type">Boolean</span>
275
+ <span class="param-type">
276
+
277
+ Boolean
278
+
279
+ </span>
280
+
261
281
 
262
282
 
263
283
  </code>
@@ -266,11 +286,16 @@
266
286
  </tr>
267
287
 
268
288
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="ArcGISFeatureServer.html#headers">headers</a></code></td>
289
+ <td class="name"><code><a href="#headers">headers</a></code></td>
270
290
  <td class="name">
271
291
  <code>
272
292
 
273
- <span class="param-type">String</span>
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
298
+
274
299
 
275
300
 
276
301
  </code>
@@ -279,11 +304,16 @@
279
304
  </tr>
280
305
 
281
306
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="ArcGISFeatureServer.html#requestInterceptor">requestInterceptor</a></code></td>
307
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
283
308
  <td class="name">
284
309
  <code>
285
310
 
286
- <span class="param-type">function</span>
311
+ <span class="param-type">
312
+
313
+ function
314
+
315
+ </span>
316
+
287
317
 
288
318
 
289
319
  </code>
@@ -292,11 +322,16 @@
292
322
  </tr>
293
323
 
294
324
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="ArcGISFeatureServer.html#requestTimeout">requestTimeout</a></code></td>
325
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
296
326
  <td class="name">
297
327
  <code>
298
328
 
299
- <span class="param-type">String</span>
329
+ <span class="param-type">
330
+
331
+ String
332
+
333
+ </span>
334
+
300
335
 
301
336
 
302
337
  </code>
@@ -305,11 +340,16 @@
305
340
  </tr>
306
341
 
307
342
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="ArcGISFeatureServer.html#responseInterceptor">responseInterceptor</a></code></td>
343
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
309
344
  <td class="name">
310
345
  <code>
311
346
 
312
- <span class="param-type">function</span>
347
+ <span class="param-type">
348
+
349
+ function
350
+
351
+ </span>
352
+
313
353
 
314
354
 
315
355
  </code>
@@ -318,11 +358,16 @@
318
358
  </tr>
319
359
 
320
360
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenAttachType">tokenAttachType</a></code></td>
361
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
322
362
  <td class="name">
323
363
  <code>
324
364
 
325
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
365
+ <span class="param-type">
366
+
367
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
368
+
369
+ </span>
370
+
326
371
 
327
372
 
328
373
  </code>
@@ -331,11 +376,16 @@
331
376
  </tr>
332
377
 
333
378
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenKey">tokenKey</a></code></td>
379
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
335
380
  <td class="name">
336
381
  <code>
337
382
 
338
- <span class="param-type">String</span>
383
+ <span class="param-type">
384
+
385
+ String
386
+
387
+ </span>
388
+
339
389
 
340
390
 
341
391
  </code>
@@ -344,11 +394,16 @@
344
394
  </tr>
345
395
 
346
396
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="ArcGISFeatureServer.html#tokenValue">tokenValue</a></code></td>
397
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
348
398
  <td class="name">
349
399
  <code>
350
400
 
351
- <span class="param-type">String</span>
401
+ <span class="param-type">
402
+
403
+ String
404
+
405
+ </span>
406
+
352
407
 
353
408
 
354
409
  </code>
@@ -357,11 +412,16 @@
357
412
  </tr>
358
413
 
359
414
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="ArcGISFeatureServer.html#url">url</a></code></td>
415
+ <td class="name"><code><a href="#url">url</a></code></td>
361
416
  <td class="name">
362
417
  <code>
363
418
 
364
- <span class="param-type">String</span>
419
+ <span class="param-type">
420
+
421
+ String
422
+
423
+ </span>
424
+
365
425
 
366
426
 
367
427
  </code>
@@ -380,7 +440,12 @@
380
440
  <span class="method-parameter is-pulled-right">
381
441
  <label>类型:</label>
382
442
 
383
- <span class="param-type">Boolean</span>
443
+ <span class="param-type">
444
+
445
+ Boolean
446
+
447
+ </span>
448
+
384
449
 
385
450
 
386
451
  </span>
@@ -414,7 +479,7 @@
414
479
 
415
480
  <dt class="inherited-from">Inherited From:</dt>
416
481
  <dd class="inherited-from"><ul class="dummy"><li>
417
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
482
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
418
483
  </li></ul></dd>
419
484
 
420
485
 
@@ -455,7 +520,12 @@
455
520
  <span class="method-parameter is-pulled-right">
456
521
  <label>类型:</label>
457
522
 
458
- <span class="param-type">Boolean</span>
523
+ <span class="param-type">
524
+
525
+ Boolean
526
+
527
+ </span>
528
+
459
529
 
460
530
 
461
531
  </span>
@@ -489,7 +559,7 @@
489
559
 
490
560
  <dt class="inherited-from">Inherited From:</dt>
491
561
  <dd class="inherited-from"><ul class="dummy"><li>
492
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
562
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
493
563
  </li></ul></dd>
494
564
 
495
565
 
@@ -551,7 +621,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
551
621
  <span class="method-parameter is-pulled-right">
552
622
  <label>类型:</label>
553
623
 
554
- <span class="param-type">String</span>
624
+ <span class="param-type">
625
+
626
+ String
627
+
628
+ </span>
629
+
555
630
 
556
631
 
557
632
  </span>
@@ -585,7 +660,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
585
660
 
586
661
  <dt class="inherited-from">Inherited From:</dt>
587
662
  <dd class="inherited-from"><ul class="dummy"><li>
588
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
663
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
589
664
  </li></ul></dd>
590
665
 
591
666
 
@@ -648,7 +723,12 @@ BaseServer.headers.token = '新token';</code></pre>
648
723
  <span class="method-parameter is-pulled-right">
649
724
  <label>类型:</label>
650
725
 
651
- <span class="param-type">function</span>
726
+ <span class="param-type">
727
+
728
+ function
729
+
730
+ </span>
731
+
652
732
 
653
733
 
654
734
  </span>
@@ -682,7 +762,7 @@ BaseServer.headers.token = '新token';</code></pre>
682
762
 
683
763
  <dt class="inherited-from">Inherited From:</dt>
684
764
  <dd class="inherited-from"><ul class="dummy"><li>
685
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
765
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
686
766
  </li></ul></dd>
687
767
 
688
768
 
@@ -751,7 +831,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
751
831
  <span class="method-parameter is-pulled-right">
752
832
  <label>类型:</label>
753
833
 
754
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
839
+
755
840
 
756
841
 
757
842
  </span>
@@ -785,7 +870,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
785
870
 
786
871
  <dt class="inherited-from">Inherited From:</dt>
787
872
  <dd class="inherited-from"><ul class="dummy"><li>
788
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
873
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
789
874
  </li></ul></dd>
790
875
 
791
876
 
@@ -844,7 +929,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
844
929
  <span class="method-parameter is-pulled-right">
845
930
  <label>类型:</label>
846
931
 
847
- <span class="param-type">function</span>
932
+ <span class="param-type">
933
+
934
+ function
935
+
936
+ </span>
937
+
848
938
 
849
939
 
850
940
  </span>
@@ -878,7 +968,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
878
968
 
879
969
  <dt class="inherited-from">Inherited From:</dt>
880
970
  <dd class="inherited-from"><ul class="dummy"><li>
881
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
971
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
882
972
  </li></ul></dd>
883
973
 
884
974
 
@@ -949,7 +1039,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
949
1039
  <span class="method-parameter is-pulled-right">
950
1040
  <label>类型:</label>
951
1041
 
952
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1042
+ <span class="param-type">
1043
+
1044
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1045
+
1046
+ </span>
1047
+
953
1048
 
954
1049
 
955
1050
  </span>
@@ -983,7 +1078,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
983
1078
 
984
1079
  <dt class="inherited-from">Inherited From:</dt>
985
1080
  <dd class="inherited-from"><ul class="dummy"><li>
986
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1081
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
987
1082
  </li></ul></dd>
988
1083
 
989
1084
 
@@ -1046,7 +1141,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1046
1141
  <span class="method-parameter is-pulled-right">
1047
1142
  <label>类型:</label>
1048
1143
 
1049
- <span class="param-type">String</span>
1144
+ <span class="param-type">
1145
+
1146
+ String
1147
+
1148
+ </span>
1149
+
1050
1150
 
1051
1151
 
1052
1152
  </span>
@@ -1080,7 +1180,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1080
1180
 
1081
1181
  <dt class="inherited-from">Inherited From:</dt>
1082
1182
  <dd class="inherited-from"><ul class="dummy"><li>
1083
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1183
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1084
1184
  </li></ul></dd>
1085
1185
 
1086
1186
 
@@ -1138,7 +1238,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1138
1238
  <span class="method-parameter is-pulled-right">
1139
1239
  <label>类型:</label>
1140
1240
 
1141
- <span class="param-type">String</span>
1241
+ <span class="param-type">
1242
+
1243
+ String
1244
+
1245
+ </span>
1246
+
1142
1247
 
1143
1248
 
1144
1249
  </span>
@@ -1172,7 +1277,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1172
1277
 
1173
1278
  <dt class="inherited-from">Inherited From:</dt>
1174
1279
  <dd class="inherited-from"><ul class="dummy"><li>
1175
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1280
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1176
1281
  </li></ul></dd>
1177
1282
 
1178
1283
 
@@ -1230,7 +1335,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1230
1335
  <span class="method-parameter is-pulled-right">
1231
1336
  <label>类型:</label>
1232
1337
 
1233
- <span class="param-type">String</span>
1338
+ <span class="param-type">
1339
+
1340
+ String
1341
+
1342
+ </span>
1343
+
1234
1344
 
1235
1345
 
1236
1346
  </span>
@@ -1264,7 +1374,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1264
1374
 
1265
1375
  <dt class="inherited-from">Inherited From:</dt>
1266
1376
  <dd class="inherited-from"><ul class="dummy"><li>
1267
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1377
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1268
1378
  </li></ul></dd>
1269
1379
 
1270
1380
 
@@ -1338,7 +1448,7 @@ BaseServer.url = '新URL';</code></pre>
1338
1448
  <tbody>
1339
1449
 
1340
1450
  <tr class="deep-level-0">
1341
- <td class="name"><code><a href="ArcGISFeatureServer.html#addFeatures">addFeatures</a></code></td>
1451
+ <td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
1342
1452
  <td class="name">
1343
1453
  <code>
1344
1454
 
@@ -1348,7 +1458,7 @@ BaseServer.url = '新URL';</code></pre>
1348
1458
  </tr>
1349
1459
 
1350
1460
  <tr class="deep-level-0">
1351
- <td class="name"><code><a href="ArcGISFeatureServer.html#deleteFeatures">deleteFeatures</a></code></td>
1461
+ <td class="name"><code><a href="#deleteFeatures">deleteFeatures</a></code></td>
1352
1462
  <td class="name">
1353
1463
  <code>
1354
1464
 
@@ -1358,7 +1468,7 @@ BaseServer.url = '新URL';</code></pre>
1358
1468
  </tr>
1359
1469
 
1360
1470
  <tr class="deep-level-0">
1361
- <td class="name"><code><a href="ArcGISFeatureServer.html#editFeatures">editFeatures</a></code></td>
1471
+ <td class="name"><code><a href="#editFeatures">editFeatures</a></code></td>
1362
1472
  <td class="name">
1363
1473
  <code>
1364
1474
 
@@ -1368,7 +1478,7 @@ BaseServer.url = '新URL';</code></pre>
1368
1478
  </tr>
1369
1479
 
1370
1480
  <tr class="deep-level-0">
1371
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeatureInfo">queryFeatureInfo</a></code></td>
1481
+ <td class="name"><code><a href="#queryFeatureInfo">queryFeatureInfo</a></code></td>
1372
1482
  <td class="name">
1373
1483
  <code>
1374
1484
 
@@ -1378,7 +1488,7 @@ BaseServer.url = '新URL';</code></pre>
1378
1488
  </tr>
1379
1489
 
1380
1490
  <tr class="deep-level-0">
1381
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeatures">queryFeatures</a></code></td>
1491
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1382
1492
  <td class="name">
1383
1493
  <code>
1384
1494
 
@@ -1388,7 +1498,7 @@ BaseServer.url = '新URL';</code></pre>
1388
1498
  </tr>
1389
1499
 
1390
1500
  <tr class="deep-level-0">
1391
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryFeaturesInLayer">queryFeaturesInLayer</a></code></td>
1501
+ <td class="name"><code><a href="#queryFeaturesInLayer">queryFeaturesInLayer</a></code></td>
1392
1502
  <td class="name">
1393
1503
  <code>
1394
1504
 
@@ -1398,7 +1508,7 @@ BaseServer.url = '新URL';</code></pre>
1398
1508
  </tr>
1399
1509
 
1400
1510
  <tr class="deep-level-0">
1401
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1511
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1402
1512
  <td class="name">
1403
1513
  <code>
1404
1514
 
@@ -1408,7 +1518,7 @@ BaseServer.url = '新URL';</code></pre>
1408
1518
  </tr>
1409
1519
 
1410
1520
  <tr class="deep-level-0">
1411
- <td class="name"><code><a href="ArcGISFeatureServer.html#queryServerInfo">queryServerInfo</a></code></td>
1521
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1412
1522
  <td class="name">
1413
1523
  <code>
1414
1524
 
@@ -1418,7 +1528,7 @@ BaseServer.url = '新URL';</code></pre>
1418
1528
  </tr>
1419
1529
 
1420
1530
  <tr class="deep-level-0">
1421
- <td class="name"><code><a href="ArcGISFeatureServer.html#simplifyGeometry">simplifyGeometry</a></code></td>
1531
+ <td class="name"><code><a href="#simplifyGeometry">simplifyGeometry</a></code></td>
1422
1532
  <td class="name">
1423
1533
  <code>
1424
1534
 
@@ -1428,7 +1538,7 @@ BaseServer.url = '新URL';</code></pre>
1428
1538
  </tr>
1429
1539
 
1430
1540
  <tr class="deep-level-0">
1431
- <td class="name"><code><a href="ArcGISFeatureServer.html#updateFeatures">updateFeatures</a></code></td>
1541
+ <td class="name"><code><a href="#updateFeatures">updateFeatures</a></code></td>
1432
1542
  <td class="name">
1433
1543
  <code>
1434
1544
 
@@ -1495,7 +1605,7 @@ BaseServer.url = '新URL';</code></pre>
1495
1605
 
1496
1606
  <tr class="deep-level-0">
1497
1607
 
1498
- <td class="name" id="options"><code>options</code></td>
1608
+ <td class="name"><code>options</code></td>
1499
1609
 
1500
1610
 
1501
1611
  <td class="type">
@@ -1512,13 +1622,18 @@ BaseServer.url = '新URL';</code></pre>
1512
1622
 
1513
1623
  <tr class="deep-level-1">
1514
1624
 
1515
- <td class="name" id="layerId"><code>layerId</code></td>
1625
+ <td class="name"><code>layerId</code></td>
1516
1626
 
1517
1627
 
1518
1628
  <td class="type">
1519
1629
 
1520
1630
 
1521
- <span class="param-type">String</span>
1631
+ <span class="param-type">
1632
+
1633
+ String
1634
+
1635
+ </span>
1636
+
1522
1637
 
1523
1638
 
1524
1639
 
@@ -1534,13 +1649,18 @@ BaseServer.url = '新URL';</code></pre>
1534
1649
 
1535
1650
  <tr class="deep-level-1">
1536
1651
 
1537
- <td class="name" id="features"><code>features</code></td>
1652
+ <td class="name"><code>features</code></td>
1538
1653
 
1539
1654
 
1540
1655
  <td class="type">
1541
1656
 
1542
1657
 
1543
- <span class="param-type">Array</span>
1658
+ <span class="param-type">
1659
+
1660
+ Array
1661
+
1662
+ </span>
1663
+
1544
1664
 
1545
1665
 
1546
1666
 
@@ -1556,13 +1676,18 @@ BaseServer.url = '新URL';</code></pre>
1556
1676
 
1557
1677
  <tr class="deep-level-1">
1558
1678
 
1559
- <td class="name" id="success"><code>success</code></td>
1679
+ <td class="name"><code>success</code></td>
1560
1680
 
1561
1681
 
1562
1682
  <td class="type">
1563
1683
 
1564
1684
 
1565
- <span class="param-type">function</span>
1685
+ <span class="param-type">
1686
+
1687
+ function
1688
+
1689
+ </span>
1690
+
1566
1691
 
1567
1692
 
1568
1693
 
@@ -1578,13 +1703,18 @@ BaseServer.url = '新URL';</code></pre>
1578
1703
 
1579
1704
  <tr class="deep-level-1">
1580
1705
 
1581
- <td class="name" id="failure"><code>failure</code></td>
1706
+ <td class="name"><code>failure</code></td>
1582
1707
 
1583
1708
 
1584
1709
  <td class="type">
1585
1710
 
1586
1711
 
1587
- <span class="param-type">function</span>
1712
+ <span class="param-type">
1713
+
1714
+ function
1715
+
1716
+ </span>
1717
+
1588
1718
 
1589
1719
 
1590
1720
 
@@ -1600,13 +1730,18 @@ BaseServer.url = '新URL';</code></pre>
1600
1730
 
1601
1731
  <tr class="deep-level-1">
1602
1732
 
1603
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
1733
+ <td class="name"><code>gdbVersion</code></td>
1604
1734
 
1605
1735
 
1606
1736
  <td class="type">
1607
1737
 
1608
1738
 
1609
- <span class="param-type">String</span>
1739
+ <span class="param-type">
1740
+
1741
+ String
1742
+
1743
+ </span>
1744
+
1610
1745
 
1611
1746
 
1612
1747
 
@@ -1622,13 +1757,18 @@ BaseServer.url = '新URL';</code></pre>
1622
1757
 
1623
1758
  <tr class="deep-level-1">
1624
1759
 
1625
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
1760
+ <td class="name"><code>rollbackOnFailure</code></td>
1626
1761
 
1627
1762
 
1628
1763
  <td class="type">
1629
1764
 
1630
1765
 
1631
- <span class="param-type">String</span>
1766
+ <span class="param-type">
1767
+
1768
+ String
1769
+
1770
+ </span>
1771
+
1632
1772
 
1633
1773
 
1634
1774
 
@@ -1765,7 +1905,7 @@ BaseServer.url = '新URL';</code></pre>
1765
1905
 
1766
1906
  <tr class="deep-level-0">
1767
1907
 
1768
- <td class="name" id="options"><code>options</code></td>
1908
+ <td class="name"><code>options</code></td>
1769
1909
 
1770
1910
 
1771
1911
  <td class="type">
@@ -1782,13 +1922,18 @@ BaseServer.url = '新URL';</code></pre>
1782
1922
 
1783
1923
  <tr class="deep-level-1">
1784
1924
 
1785
- <td class="name" id="layerId"><code>layerId</code></td>
1925
+ <td class="name"><code>layerId</code></td>
1786
1926
 
1787
1927
 
1788
1928
  <td class="type">
1789
1929
 
1790
1930
 
1791
- <span class="param-type">String</span>
1931
+ <span class="param-type">
1932
+
1933
+ String
1934
+
1935
+ </span>
1936
+
1792
1937
 
1793
1938
 
1794
1939
 
@@ -1804,13 +1949,18 @@ BaseServer.url = '新URL';</code></pre>
1804
1949
 
1805
1950
  <tr class="deep-level-1">
1806
1951
 
1807
- <td class="name" id="success"><code>success</code></td>
1952
+ <td class="name"><code>success</code></td>
1808
1953
 
1809
1954
 
1810
1955
  <td class="type">
1811
1956
 
1812
1957
 
1813
- <span class="param-type">function</span>
1958
+ <span class="param-type">
1959
+
1960
+ function
1961
+
1962
+ </span>
1963
+
1814
1964
 
1815
1965
 
1816
1966
 
@@ -1826,13 +1976,18 @@ BaseServer.url = '新URL';</code></pre>
1826
1976
 
1827
1977
  <tr class="deep-level-1">
1828
1978
 
1829
- <td class="name" id="failure"><code>failure</code></td>
1979
+ <td class="name"><code>failure</code></td>
1830
1980
 
1831
1981
 
1832
1982
  <td class="type">
1833
1983
 
1834
1984
 
1835
- <span class="param-type">function</span>
1985
+ <span class="param-type">
1986
+
1987
+ function
1988
+
1989
+ </span>
1990
+
1836
1991
 
1837
1992
 
1838
1993
 
@@ -1848,13 +2003,18 @@ BaseServer.url = '新URL';</code></pre>
1848
2003
 
1849
2004
  <tr class="deep-level-1">
1850
2005
 
1851
- <td class="name" id="objectIds"><code>objectIds</code></td>
2006
+ <td class="name"><code>objectIds</code></td>
1852
2007
 
1853
2008
 
1854
2009
  <td class="type">
1855
2010
 
1856
2011
 
1857
- <span class="param-type">String</span>
2012
+ <span class="param-type">
2013
+
2014
+ String
2015
+
2016
+ </span>
2017
+
1858
2018
 
1859
2019
 
1860
2020
 
@@ -1870,13 +2030,18 @@ BaseServer.url = '新URL';</code></pre>
1870
2030
 
1871
2031
  <tr class="deep-level-1">
1872
2032
 
1873
- <td class="name" id="where"><code>where</code></td>
2033
+ <td class="name"><code>where</code></td>
1874
2034
 
1875
2035
 
1876
2036
  <td class="type">
1877
2037
 
1878
2038
 
1879
- <span class="param-type">String</span>
2039
+ <span class="param-type">
2040
+
2041
+ String
2042
+
2043
+ </span>
2044
+
1880
2045
 
1881
2046
 
1882
2047
 
@@ -1892,13 +2057,18 @@ BaseServer.url = '新URL';</code></pre>
1892
2057
 
1893
2058
  <tr class="deep-level-1">
1894
2059
 
1895
- <td class="name" id="geometry"><code>geometry</code></td>
2060
+ <td class="name"><code>geometry</code></td>
1896
2061
 
1897
2062
 
1898
2063
  <td class="type">
1899
2064
 
1900
2065
 
1901
- <span class="param-type">Object</span>
2066
+ <span class="param-type">
2067
+
2068
+ Object
2069
+
2070
+ </span>
2071
+
1902
2072
 
1903
2073
 
1904
2074
 
@@ -1914,13 +2084,18 @@ BaseServer.url = '新URL';</code></pre>
1914
2084
 
1915
2085
  <tr class="deep-level-1">
1916
2086
 
1917
- <td class="name" id="geometryType"><code>geometryType</code></td>
2087
+ <td class="name"><code>geometryType</code></td>
1918
2088
 
1919
2089
 
1920
2090
  <td class="type">
1921
2091
 
1922
2092
 
1923
- <span class="param-type">String</span>
2093
+ <span class="param-type">
2094
+
2095
+ String
2096
+
2097
+ </span>
2098
+
1924
2099
 
1925
2100
 
1926
2101
 
@@ -1936,13 +2111,18 @@ BaseServer.url = '新URL';</code></pre>
1936
2111
 
1937
2112
  <tr class="deep-level-1">
1938
2113
 
1939
- <td class="name" id="inSR"><code>inSR</code></td>
2114
+ <td class="name"><code>inSR</code></td>
1940
2115
 
1941
2116
 
1942
2117
  <td class="type">
1943
2118
 
1944
2119
 
1945
- <span class="param-type">String</span>
2120
+ <span class="param-type">
2121
+
2122
+ String
2123
+
2124
+ </span>
2125
+
1946
2126
 
1947
2127
 
1948
2128
 
@@ -1958,13 +2138,18 @@ BaseServer.url = '新URL';</code></pre>
1958
2138
 
1959
2139
  <tr class="deep-level-1">
1960
2140
 
1961
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
2141
+ <td class="name"><code>spatialRel</code></td>
1962
2142
 
1963
2143
 
1964
2144
  <td class="type">
1965
2145
 
1966
2146
 
1967
- <span class="param-type">String</span>
2147
+ <span class="param-type">
2148
+
2149
+ String
2150
+
2151
+ </span>
2152
+
1968
2153
 
1969
2154
 
1970
2155
 
@@ -1980,13 +2165,18 @@ BaseServer.url = '新URL';</code></pre>
1980
2165
 
1981
2166
  <tr class="deep-level-1">
1982
2167
 
1983
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
2168
+ <td class="name"><code>gdbVersion</code></td>
1984
2169
 
1985
2170
 
1986
2171
  <td class="type">
1987
2172
 
1988
2173
 
1989
- <span class="param-type">String</span>
2174
+ <span class="param-type">
2175
+
2176
+ String
2177
+
2178
+ </span>
2179
+
1990
2180
 
1991
2181
 
1992
2182
 
@@ -2002,13 +2192,18 @@ BaseServer.url = '新URL';</code></pre>
2002
2192
 
2003
2193
  <tr class="deep-level-1">
2004
2194
 
2005
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
2195
+ <td class="name"><code>rollbackOnFailure</code></td>
2006
2196
 
2007
2197
 
2008
2198
  <td class="type">
2009
2199
 
2010
2200
 
2011
- <span class="param-type">String</span>
2201
+ <span class="param-type">
2202
+
2203
+ String
2204
+
2205
+ </span>
2206
+
2012
2207
 
2013
2208
 
2014
2209
 
@@ -2145,7 +2340,7 @@ BaseServer.url = '新URL';</code></pre>
2145
2340
 
2146
2341
  <tr class="deep-level-0">
2147
2342
 
2148
- <td class="name" id="options"><code>options</code></td>
2343
+ <td class="name"><code>options</code></td>
2149
2344
 
2150
2345
 
2151
2346
  <td class="type">
@@ -2162,13 +2357,18 @@ BaseServer.url = '新URL';</code></pre>
2162
2357
 
2163
2358
  <tr class="deep-level-1">
2164
2359
 
2165
- <td class="name" id="layerId"><code>layerId</code></td>
2360
+ <td class="name"><code>layerId</code></td>
2166
2361
 
2167
2362
 
2168
2363
  <td class="type">
2169
2364
 
2170
2365
 
2171
- <span class="param-type">String</span>
2366
+ <span class="param-type">
2367
+
2368
+ String
2369
+
2370
+ </span>
2371
+
2172
2372
 
2173
2373
 
2174
2374
 
@@ -2184,13 +2384,18 @@ BaseServer.url = '新URL';</code></pre>
2184
2384
 
2185
2385
  <tr class="deep-level-1">
2186
2386
 
2187
- <td class="name" id="features"><code>features</code></td>
2387
+ <td class="name"><code>features</code></td>
2188
2388
 
2189
2389
 
2190
2390
  <td class="type">
2191
2391
 
2192
2392
 
2193
- <span class="param-type">Array</span>
2393
+ <span class="param-type">
2394
+
2395
+ Array
2396
+
2397
+ </span>
2398
+
2194
2399
 
2195
2400
 
2196
2401
 
@@ -2206,13 +2411,18 @@ BaseServer.url = '新URL';</code></pre>
2206
2411
 
2207
2412
  <tr class="deep-level-1">
2208
2413
 
2209
- <td class="name" id="success"><code>success</code></td>
2414
+ <td class="name"><code>success</code></td>
2210
2415
 
2211
2416
 
2212
2417
  <td class="type">
2213
2418
 
2214
2419
 
2215
- <span class="param-type">function</span>
2420
+ <span class="param-type">
2421
+
2422
+ function
2423
+
2424
+ </span>
2425
+
2216
2426
 
2217
2427
 
2218
2428
 
@@ -2228,13 +2438,18 @@ BaseServer.url = '新URL';</code></pre>
2228
2438
 
2229
2439
  <tr class="deep-level-1">
2230
2440
 
2231
- <td class="name" id="failure"><code>failure</code></td>
2441
+ <td class="name"><code>failure</code></td>
2232
2442
 
2233
2443
 
2234
2444
  <td class="type">
2235
2445
 
2236
2446
 
2237
- <span class="param-type">function</span>
2447
+ <span class="param-type">
2448
+
2449
+ function
2450
+
2451
+ </span>
2452
+
2238
2453
 
2239
2454
 
2240
2455
 
@@ -2250,13 +2465,18 @@ BaseServer.url = '新URL';</code></pre>
2250
2465
 
2251
2466
  <tr class="deep-level-1">
2252
2467
 
2253
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
2468
+ <td class="name"><code>gdbVersion</code></td>
2254
2469
 
2255
2470
 
2256
2471
  <td class="type">
2257
2472
 
2258
2473
 
2259
- <span class="param-type">String</span>
2474
+ <span class="param-type">
2475
+
2476
+ String
2477
+
2478
+ </span>
2479
+
2260
2480
 
2261
2481
 
2262
2482
 
@@ -2272,13 +2492,18 @@ BaseServer.url = '新URL';</code></pre>
2272
2492
 
2273
2493
  <tr class="deep-level-1">
2274
2494
 
2275
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
2495
+ <td class="name"><code>rollbackOnFailure</code></td>
2276
2496
 
2277
2497
 
2278
2498
  <td class="type">
2279
2499
 
2280
2500
 
2281
- <span class="param-type">String</span>
2501
+ <span class="param-type">
2502
+
2503
+ String
2504
+
2505
+ </span>
2506
+
2282
2507
 
2283
2508
 
2284
2509
 
@@ -2294,13 +2519,18 @@ BaseServer.url = '新URL';</code></pre>
2294
2519
 
2295
2520
  <tr class="deep-level-1">
2296
2521
 
2297
- <td class="name" id="adds"><code>adds</code></td>
2522
+ <td class="name"><code>adds</code></td>
2298
2523
 
2299
2524
 
2300
2525
  <td class="type">
2301
2526
 
2302
2527
 
2303
- <span class="param-type">String</span>
2528
+ <span class="param-type">
2529
+
2530
+ String
2531
+
2532
+ </span>
2533
+
2304
2534
 
2305
2535
 
2306
2536
 
@@ -2316,13 +2546,18 @@ BaseServer.url = '新URL';</code></pre>
2316
2546
 
2317
2547
  <tr class="deep-level-1">
2318
2548
 
2319
- <td class="name" id="updates"><code>updates</code></td>
2549
+ <td class="name"><code>updates</code></td>
2320
2550
 
2321
2551
 
2322
2552
  <td class="type">
2323
2553
 
2324
2554
 
2325
- <span class="param-type">String</span>
2555
+ <span class="param-type">
2556
+
2557
+ String
2558
+
2559
+ </span>
2560
+
2326
2561
 
2327
2562
 
2328
2563
 
@@ -2338,13 +2573,18 @@ BaseServer.url = '新URL';</code></pre>
2338
2573
 
2339
2574
  <tr class="deep-level-1">
2340
2575
 
2341
- <td class="name" id="deletes"><code>deletes</code></td>
2576
+ <td class="name"><code>deletes</code></td>
2342
2577
 
2343
2578
 
2344
2579
  <td class="type">
2345
2580
 
2346
2581
 
2347
- <span class="param-type">String</span>
2582
+ <span class="param-type">
2583
+
2584
+ String
2585
+
2586
+ </span>
2587
+
2348
2588
 
2349
2589
 
2350
2590
 
@@ -2481,7 +2721,7 @@ BaseServer.url = '新URL';</code></pre>
2481
2721
 
2482
2722
  <tr class="deep-level-0">
2483
2723
 
2484
- <td class="name" id="options"><code>options</code></td>
2724
+ <td class="name"><code>options</code></td>
2485
2725
 
2486
2726
 
2487
2727
  <td class="type">
@@ -2498,13 +2738,18 @@ BaseServer.url = '新URL';</code></pre>
2498
2738
 
2499
2739
  <tr class="deep-level-1">
2500
2740
 
2501
- <td class="name" id="layerId"><code>layerId</code></td>
2741
+ <td class="name"><code>layerId</code></td>
2502
2742
 
2503
2743
 
2504
2744
  <td class="type">
2505
2745
 
2506
2746
 
2507
- <span class="param-type">String</span>
2747
+ <span class="param-type">
2748
+
2749
+ String
2750
+
2751
+ </span>
2752
+
2508
2753
 
2509
2754
 
2510
2755
 
@@ -2520,13 +2765,18 @@ BaseServer.url = '新URL';</code></pre>
2520
2765
 
2521
2766
  <tr class="deep-level-1">
2522
2767
 
2523
- <td class="name" id="featureId"><code>featureId</code></td>
2768
+ <td class="name"><code>featureId</code></td>
2524
2769
 
2525
2770
 
2526
2771
  <td class="type">
2527
2772
 
2528
2773
 
2529
- <span class="param-type">String</span>
2774
+ <span class="param-type">
2775
+
2776
+ String
2777
+
2778
+ </span>
2779
+
2530
2780
 
2531
2781
 
2532
2782
 
@@ -2542,13 +2792,18 @@ BaseServer.url = '新URL';</code></pre>
2542
2792
 
2543
2793
  <tr class="deep-level-1">
2544
2794
 
2545
- <td class="name" id="success"><code>success</code></td>
2795
+ <td class="name"><code>success</code></td>
2546
2796
 
2547
2797
 
2548
2798
  <td class="type">
2549
2799
 
2550
2800
 
2551
- <span class="param-type">function</span>
2801
+ <span class="param-type">
2802
+
2803
+ function
2804
+
2805
+ </span>
2806
+
2552
2807
 
2553
2808
 
2554
2809
 
@@ -2564,13 +2819,18 @@ BaseServer.url = '新URL';</code></pre>
2564
2819
 
2565
2820
  <tr class="deep-level-1">
2566
2821
 
2567
- <td class="name" id="failure"><code>failure</code></td>
2822
+ <td class="name"><code>failure</code></td>
2568
2823
 
2569
2824
 
2570
2825
  <td class="type">
2571
2826
 
2572
2827
 
2573
- <span class="param-type">function</span>
2828
+ <span class="param-type">
2829
+
2830
+ function
2831
+
2832
+ </span>
2833
+
2574
2834
 
2575
2835
 
2576
2836
 
@@ -2707,7 +2967,7 @@ BaseServer.url = '新URL';</code></pre>
2707
2967
 
2708
2968
  <tr class="deep-level-0">
2709
2969
 
2710
- <td class="name" id="options"><code>options</code></td>
2970
+ <td class="name"><code>options</code></td>
2711
2971
 
2712
2972
 
2713
2973
  <td class="type">
@@ -2724,13 +2984,18 @@ BaseServer.url = '新URL';</code></pre>
2724
2984
 
2725
2985
  <tr class="deep-level-1">
2726
2986
 
2727
- <td class="name" id="success"><code>success</code></td>
2987
+ <td class="name"><code>success</code></td>
2728
2988
 
2729
2989
 
2730
2990
  <td class="type">
2731
2991
 
2732
2992
 
2733
- <span class="param-type">function</span>
2993
+ <span class="param-type">
2994
+
2995
+ function
2996
+
2997
+ </span>
2998
+
2734
2999
 
2735
3000
 
2736
3001
 
@@ -2746,13 +3011,18 @@ BaseServer.url = '新URL';</code></pre>
2746
3011
 
2747
3012
  <tr class="deep-level-1">
2748
3013
 
2749
- <td class="name" id="failure"><code>failure</code></td>
3014
+ <td class="name"><code>failure</code></td>
2750
3015
 
2751
3016
 
2752
3017
  <td class="type">
2753
3018
 
2754
3019
 
2755
- <span class="param-type">function</span>
3020
+ <span class="param-type">
3021
+
3022
+ function
3023
+
3024
+ </span>
3025
+
2756
3026
 
2757
3027
 
2758
3028
 
@@ -2768,13 +3038,18 @@ BaseServer.url = '新URL';</code></pre>
2768
3038
 
2769
3039
  <tr class="deep-level-1">
2770
3040
 
2771
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
3041
+ <td class="name"><code>layerDefs</code></td>
2772
3042
 
2773
3043
 
2774
3044
  <td class="type">
2775
3045
 
2776
3046
 
2777
- <span class="param-type">Array</span>
3047
+ <span class="param-type">
3048
+
3049
+ Array
3050
+
3051
+ </span>
3052
+
2778
3053
 
2779
3054
 
2780
3055
 
@@ -2790,13 +3065,18 @@ BaseServer.url = '新URL';</code></pre>
2790
3065
 
2791
3066
  <tr class="deep-level-1">
2792
3067
 
2793
- <td class="name" id="geometries"><code>geometries</code></td>
3068
+ <td class="name"><code>geometries</code></td>
2794
3069
 
2795
3070
 
2796
3071
  <td class="type">
2797
3072
 
2798
3073
 
2799
- <span class="param-type">Object</span>
3074
+ <span class="param-type">
3075
+
3076
+ Object
3077
+
3078
+ </span>
3079
+
2800
3080
 
2801
3081
 
2802
3082
 
@@ -2812,13 +3092,18 @@ BaseServer.url = '新URL';</code></pre>
2812
3092
 
2813
3093
  <tr class="deep-level-1">
2814
3094
 
2815
- <td class="name" id="geometryType"><code>geometryType</code></td>
3095
+ <td class="name"><code>geometryType</code></td>
2816
3096
 
2817
3097
 
2818
3098
  <td class="type">
2819
3099
 
2820
3100
 
2821
- <span class="param-type">String</span>
3101
+ <span class="param-type">
3102
+
3103
+ String
3104
+
3105
+ </span>
3106
+
2822
3107
 
2823
3108
 
2824
3109
 
@@ -2834,13 +3119,18 @@ BaseServer.url = '新URL';</code></pre>
2834
3119
 
2835
3120
  <tr class="deep-level-1">
2836
3121
 
2837
- <td class="name" id="inSR"><code>inSR</code></td>
3122
+ <td class="name"><code>inSR</code></td>
2838
3123
 
2839
3124
 
2840
3125
  <td class="type">
2841
3126
 
2842
3127
 
2843
- <span class="param-type">String</span>
3128
+ <span class="param-type">
3129
+
3130
+ String
3131
+
3132
+ </span>
3133
+
2844
3134
 
2845
3135
 
2846
3136
 
@@ -2856,13 +3146,18 @@ BaseServer.url = '新URL';</code></pre>
2856
3146
 
2857
3147
  <tr class="deep-level-1">
2858
3148
 
2859
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3149
+ <td class="name"><code>spatialRel</code></td>
2860
3150
 
2861
3151
 
2862
3152
  <td class="type">
2863
3153
 
2864
3154
 
2865
- <span class="param-type">String</span>
3155
+ <span class="param-type">
3156
+
3157
+ String
3158
+
3159
+ </span>
3160
+
2866
3161
 
2867
3162
 
2868
3163
 
@@ -2878,13 +3173,18 @@ BaseServer.url = '新URL';</code></pre>
2878
3173
 
2879
3174
  <tr class="deep-level-1">
2880
3175
 
2881
- <td class="name" id="time"><code>time</code></td>
3176
+ <td class="name"><code>time</code></td>
2882
3177
 
2883
3178
 
2884
3179
  <td class="type">
2885
3180
 
2886
3181
 
2887
- <span class="param-type">Number</span>
3182
+ <span class="param-type">
3183
+
3184
+ Number
3185
+
3186
+ </span>
3187
+
2888
3188
 
2889
3189
 
2890
3190
 
@@ -2900,13 +3200,18 @@ BaseServer.url = '新URL';</code></pre>
2900
3200
 
2901
3201
  <tr class="deep-level-1">
2902
3202
 
2903
- <td class="name" id="outSR"><code>outSR</code></td>
3203
+ <td class="name"><code>outSR</code></td>
2904
3204
 
2905
3205
 
2906
3206
  <td class="type">
2907
3207
 
2908
3208
 
2909
- <span class="param-type">String</span>
3209
+ <span class="param-type">
3210
+
3211
+ String
3212
+
3213
+ </span>
3214
+
2910
3215
 
2911
3216
 
2912
3217
 
@@ -2922,13 +3227,18 @@ BaseServer.url = '新URL';</code></pre>
2922
3227
 
2923
3228
  <tr class="deep-level-1">
2924
3229
 
2925
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
3230
+ <td class="name"><code>gdbVersion</code></td>
2926
3231
 
2927
3232
 
2928
3233
  <td class="type">
2929
3234
 
2930
3235
 
2931
- <span class="param-type">String</span>
3236
+ <span class="param-type">
3237
+
3238
+ String
3239
+
3240
+ </span>
3241
+
2932
3242
 
2933
3243
 
2934
3244
 
@@ -2944,13 +3254,18 @@ BaseServer.url = '新URL';</code></pre>
2944
3254
 
2945
3255
  <tr class="deep-level-1">
2946
3256
 
2947
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
3257
+ <td class="name"><code>returnGeometry</code></td>
2948
3258
 
2949
3259
 
2950
3260
  <td class="type">
2951
3261
 
2952
3262
 
2953
- <span class="param-type">Boolean</span>
3263
+ <span class="param-type">
3264
+
3265
+ Boolean
3266
+
3267
+ </span>
3268
+
2954
3269
 
2955
3270
 
2956
3271
 
@@ -2966,13 +3281,18 @@ BaseServer.url = '新URL';</code></pre>
2966
3281
 
2967
3282
  <tr class="deep-level-1">
2968
3283
 
2969
- <td class="name" id="maxAllowableOffset"><code>maxAllowableOffset</code></td>
3284
+ <td class="name"><code>maxAllowableOffset</code></td>
2970
3285
 
2971
3286
 
2972
3287
  <td class="type">
2973
3288
 
2974
3289
 
2975
- <span class="param-type">Number</span>
3290
+ <span class="param-type">
3291
+
3292
+ Number
3293
+
3294
+ </span>
3295
+
2976
3296
 
2977
3297
 
2978
3298
 
@@ -2988,13 +3308,18 @@ BaseServer.url = '新URL';</code></pre>
2988
3308
 
2989
3309
  <tr class="deep-level-1">
2990
3310
 
2991
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
3311
+ <td class="name"><code>returnIdsOnly</code></td>
2992
3312
 
2993
3313
 
2994
3314
  <td class="type">
2995
3315
 
2996
3316
 
2997
- <span class="param-type">Boolean</span>
3317
+ <span class="param-type">
3318
+
3319
+ Boolean
3320
+
3321
+ </span>
3322
+
2998
3323
 
2999
3324
 
3000
3325
 
@@ -3010,13 +3335,18 @@ BaseServer.url = '新URL';</code></pre>
3010
3335
 
3011
3336
  <tr class="deep-level-1">
3012
3337
 
3013
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
3338
+ <td class="name"><code>returnCountOnly</code></td>
3014
3339
 
3015
3340
 
3016
3341
  <td class="type">
3017
3342
 
3018
3343
 
3019
- <span class="param-type">Boolean</span>
3344
+ <span class="param-type">
3345
+
3346
+ Boolean
3347
+
3348
+ </span>
3349
+
3020
3350
 
3021
3351
 
3022
3352
 
@@ -3032,13 +3362,18 @@ BaseServer.url = '新URL';</code></pre>
3032
3362
 
3033
3363
  <tr class="deep-level-1">
3034
3364
 
3035
- <td class="name" id="returnZ"><code>returnZ</code></td>
3365
+ <td class="name"><code>returnZ</code></td>
3036
3366
 
3037
3367
 
3038
3368
  <td class="type">
3039
3369
 
3040
3370
 
3041
- <span class="param-type">Boolean</span>
3371
+ <span class="param-type">
3372
+
3373
+ Boolean
3374
+
3375
+ </span>
3376
+
3042
3377
 
3043
3378
 
3044
3379
 
@@ -3054,13 +3389,18 @@ BaseServer.url = '新URL';</code></pre>
3054
3389
 
3055
3390
  <tr class="deep-level-1">
3056
3391
 
3057
- <td class="name" id="returnM"><code>returnM</code></td>
3392
+ <td class="name"><code>returnM</code></td>
3058
3393
 
3059
3394
 
3060
3395
  <td class="type">
3061
3396
 
3062
3397
 
3063
- <span class="param-type">Boolean</span>
3398
+ <span class="param-type">
3399
+
3400
+ Boolean
3401
+
3402
+ </span>
3403
+
3064
3404
 
3065
3405
 
3066
3406
 
@@ -3076,13 +3416,18 @@ BaseServer.url = '新URL';</code></pre>
3076
3416
 
3077
3417
  <tr class="deep-level-1">
3078
3418
 
3079
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3419
+ <td class="name"><code>geometryPrecision</code></td>
3080
3420
 
3081
3421
 
3082
3422
  <td class="type">
3083
3423
 
3084
3424
 
3085
- <span class="param-type">Number</span>
3425
+ <span class="param-type">
3426
+
3427
+ Number
3428
+
3429
+ </span>
3430
+
3086
3431
 
3087
3432
 
3088
3433
 
@@ -3219,7 +3564,7 @@ BaseServer.url = '新URL';</code></pre>
3219
3564
 
3220
3565
  <tr class="deep-level-0">
3221
3566
 
3222
- <td class="name" id="options"><code>options</code></td>
3567
+ <td class="name"><code>options</code></td>
3223
3568
 
3224
3569
 
3225
3570
  <td class="type">
@@ -3236,13 +3581,18 @@ BaseServer.url = '新URL';</code></pre>
3236
3581
 
3237
3582
  <tr class="deep-level-1">
3238
3583
 
3239
- <td class="name" id="layerId"><code>layerId</code></td>
3584
+ <td class="name"><code>layerId</code></td>
3240
3585
 
3241
3586
 
3242
3587
  <td class="type">
3243
3588
 
3244
3589
 
3245
- <span class="param-type">String</span>
3590
+ <span class="param-type">
3591
+
3592
+ String
3593
+
3594
+ </span>
3595
+
3246
3596
 
3247
3597
 
3248
3598
 
@@ -3258,13 +3608,18 @@ BaseServer.url = '新URL';</code></pre>
3258
3608
 
3259
3609
  <tr class="deep-level-1">
3260
3610
 
3261
- <td class="name" id="where"><code>where</code></td>
3611
+ <td class="name"><code>where</code></td>
3262
3612
 
3263
3613
 
3264
3614
  <td class="type">
3265
3615
 
3266
3616
 
3267
- <span class="param-type">String</span>
3617
+ <span class="param-type">
3618
+
3619
+ String
3620
+
3621
+ </span>
3622
+
3268
3623
 
3269
3624
 
3270
3625
 
@@ -3280,13 +3635,18 @@ BaseServer.url = '新URL';</code></pre>
3280
3635
 
3281
3636
  <tr class="deep-level-1">
3282
3637
 
3283
- <td class="name" id="success"><code>success</code></td>
3638
+ <td class="name"><code>success</code></td>
3284
3639
 
3285
3640
 
3286
3641
  <td class="type">
3287
3642
 
3288
3643
 
3289
- <span class="param-type">function</span>
3644
+ <span class="param-type">
3645
+
3646
+ function
3647
+
3648
+ </span>
3649
+
3290
3650
 
3291
3651
 
3292
3652
 
@@ -3302,13 +3662,18 @@ BaseServer.url = '新URL';</code></pre>
3302
3662
 
3303
3663
  <tr class="deep-level-1">
3304
3664
 
3305
- <td class="name" id="failure"><code>failure</code></td>
3665
+ <td class="name"><code>failure</code></td>
3306
3666
 
3307
3667
 
3308
3668
  <td class="type">
3309
3669
 
3310
3670
 
3311
- <span class="param-type">function</span>
3671
+ <span class="param-type">
3672
+
3673
+ function
3674
+
3675
+ </span>
3676
+
3312
3677
 
3313
3678
 
3314
3679
 
@@ -3445,7 +3810,7 @@ BaseServer.url = '新URL';</code></pre>
3445
3810
 
3446
3811
  <tr class="deep-level-0">
3447
3812
 
3448
- <td class="name" id="options"><code>options</code></td>
3813
+ <td class="name"><code>options</code></td>
3449
3814
 
3450
3815
 
3451
3816
  <td class="type">
@@ -3462,13 +3827,18 @@ BaseServer.url = '新URL';</code></pre>
3462
3827
 
3463
3828
  <tr class="deep-level-1">
3464
3829
 
3465
- <td class="name" id="layerId"><code>layerId</code></td>
3830
+ <td class="name"><code>layerId</code></td>
3466
3831
 
3467
3832
 
3468
3833
  <td class="type">
3469
3834
 
3470
3835
 
3471
- <span class="param-type">String</span>
3836
+ <span class="param-type">
3837
+
3838
+ String
3839
+
3840
+ </span>
3841
+
3472
3842
 
3473
3843
 
3474
3844
 
@@ -3484,13 +3854,18 @@ BaseServer.url = '新URL';</code></pre>
3484
3854
 
3485
3855
  <tr class="deep-level-1">
3486
3856
 
3487
- <td class="name" id="success"><code>success</code></td>
3857
+ <td class="name"><code>success</code></td>
3488
3858
 
3489
3859
 
3490
3860
  <td class="type">
3491
3861
 
3492
3862
 
3493
- <span class="param-type">function</span>
3863
+ <span class="param-type">
3864
+
3865
+ function
3866
+
3867
+ </span>
3868
+
3494
3869
 
3495
3870
 
3496
3871
 
@@ -3506,13 +3881,18 @@ BaseServer.url = '新URL';</code></pre>
3506
3881
 
3507
3882
  <tr class="deep-level-1">
3508
3883
 
3509
- <td class="name" id="failure"><code>failure</code></td>
3884
+ <td class="name"><code>failure</code></td>
3510
3885
 
3511
3886
 
3512
3887
  <td class="type">
3513
3888
 
3514
3889
 
3515
- <span class="param-type">function</span>
3890
+ <span class="param-type">
3891
+
3892
+ function
3893
+
3894
+ </span>
3895
+
3516
3896
 
3517
3897
 
3518
3898
 
@@ -3651,7 +4031,7 @@ BaseServer.url = '新URL';</code></pre>
3651
4031
 
3652
4032
  <tr class="deep-level-0">
3653
4033
 
3654
- <td class="name" id="options"><code>options</code></td>
4034
+ <td class="name"><code>options</code></td>
3655
4035
 
3656
4036
 
3657
4037
  <td class="type">
@@ -3672,13 +4052,18 @@ BaseServer.url = '新URL';</code></pre>
3672
4052
 
3673
4053
  <tr class="deep-level-1">
3674
4054
 
3675
- <td class="name" id="success"><code>success</code></td>
4055
+ <td class="name"><code>success</code></td>
3676
4056
 
3677
4057
 
3678
4058
  <td class="type">
3679
4059
 
3680
4060
 
3681
- <span class="param-type">function</span>
4061
+ <span class="param-type">
4062
+
4063
+ function
4064
+
4065
+ </span>
4066
+
3682
4067
 
3683
4068
 
3684
4069
 
@@ -3700,13 +4085,18 @@ BaseServer.url = '新URL';</code></pre>
3700
4085
 
3701
4086
  <tr class="deep-level-1">
3702
4087
 
3703
- <td class="name" id="failure"><code>failure</code></td>
4088
+ <td class="name"><code>failure</code></td>
3704
4089
 
3705
4090
 
3706
4091
  <td class="type">
3707
4092
 
3708
4093
 
3709
- <span class="param-type">function</span>
4094
+ <span class="param-type">
4095
+
4096
+ function
4097
+
4098
+ </span>
4099
+
3710
4100
 
3711
4101
 
3712
4102
 
@@ -3747,7 +4137,7 @@ BaseServer.url = '新URL';</code></pre>
3747
4137
 
3748
4138
  <dt class="inherited-from">Inherited From:</dt>
3749
4139
  <dd class="inherited-from"><ul class="dummy"><li>
3750
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
4140
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3751
4141
  </li></ul></dd>
3752
4142
 
3753
4143
 
@@ -3882,7 +4272,7 @@ BaseServer.url = '新URL';</code></pre>
3882
4272
 
3883
4273
  <tr class="deep-level-0">
3884
4274
 
3885
- <td class="name" id="options"><code>options</code></td>
4275
+ <td class="name"><code>options</code></td>
3886
4276
 
3887
4277
 
3888
4278
  <td class="type">
@@ -3899,13 +4289,18 @@ BaseServer.url = '新URL';</code></pre>
3899
4289
 
3900
4290
  <tr class="deep-level-1">
3901
4291
 
3902
- <td class="name" id="geometries"><code>geometries</code></td>
4292
+ <td class="name"><code>geometries</code></td>
3903
4293
 
3904
4294
 
3905
4295
  <td class="type">
3906
4296
 
3907
4297
 
3908
- <span class="param-type">Object</span>
4298
+ <span class="param-type">
4299
+
4300
+ Object
4301
+
4302
+ </span>
4303
+
3909
4304
 
3910
4305
 
3911
4306
 
@@ -3921,13 +4316,18 @@ BaseServer.url = '新URL';</code></pre>
3921
4316
 
3922
4317
  <tr class="deep-level-1">
3923
4318
 
3924
- <td class="name" id="sr"><code>sr</code></td>
4319
+ <td class="name"><code>sr</code></td>
3925
4320
 
3926
4321
 
3927
4322
  <td class="type">
3928
4323
 
3929
4324
 
3930
- <span class="param-type">String</span>
4325
+ <span class="param-type">
4326
+
4327
+ String
4328
+
4329
+ </span>
4330
+
3931
4331
 
3932
4332
 
3933
4333
 
@@ -3943,13 +4343,18 @@ BaseServer.url = '新URL';</code></pre>
3943
4343
 
3944
4344
  <tr class="deep-level-1">
3945
4345
 
3946
- <td class="name" id="success"><code>success</code></td>
4346
+ <td class="name"><code>success</code></td>
3947
4347
 
3948
4348
 
3949
4349
  <td class="type">
3950
4350
 
3951
4351
 
3952
- <span class="param-type">function</span>
4352
+ <span class="param-type">
4353
+
4354
+ function
4355
+
4356
+ </span>
4357
+
3953
4358
 
3954
4359
 
3955
4360
 
@@ -3965,13 +4370,18 @@ BaseServer.url = '新URL';</code></pre>
3965
4370
 
3966
4371
  <tr class="deep-level-1">
3967
4372
 
3968
- <td class="name" id="failure"><code>failure</code></td>
4373
+ <td class="name"><code>failure</code></td>
3969
4374
 
3970
4375
 
3971
4376
  <td class="type">
3972
4377
 
3973
4378
 
3974
- <span class="param-type">function</span>
4379
+ <span class="param-type">
4380
+
4381
+ function
4382
+
4383
+ </span>
4384
+
3975
4385
 
3976
4386
 
3977
4387
 
@@ -4108,7 +4518,7 @@ BaseServer.url = '新URL';</code></pre>
4108
4518
 
4109
4519
  <tr class="deep-level-0">
4110
4520
 
4111
- <td class="name" id="options"><code>options</code></td>
4521
+ <td class="name"><code>options</code></td>
4112
4522
 
4113
4523
 
4114
4524
  <td class="type">
@@ -4125,13 +4535,18 @@ BaseServer.url = '新URL';</code></pre>
4125
4535
 
4126
4536
  <tr class="deep-level-1">
4127
4537
 
4128
- <td class="name" id="layerId"><code>layerId</code></td>
4538
+ <td class="name"><code>layerId</code></td>
4129
4539
 
4130
4540
 
4131
4541
  <td class="type">
4132
4542
 
4133
4543
 
4134
- <span class="param-type">String</span>
4544
+ <span class="param-type">
4545
+
4546
+ String
4547
+
4548
+ </span>
4549
+
4135
4550
 
4136
4551
 
4137
4552
 
@@ -4147,13 +4562,18 @@ BaseServer.url = '新URL';</code></pre>
4147
4562
 
4148
4563
  <tr class="deep-level-1">
4149
4564
 
4150
- <td class="name" id="features"><code>features</code></td>
4565
+ <td class="name"><code>features</code></td>
4151
4566
 
4152
4567
 
4153
4568
  <td class="type">
4154
4569
 
4155
4570
 
4156
- <span class="param-type">Array</span>
4571
+ <span class="param-type">
4572
+
4573
+ Array
4574
+
4575
+ </span>
4576
+
4157
4577
 
4158
4578
 
4159
4579
 
@@ -4169,13 +4589,18 @@ BaseServer.url = '新URL';</code></pre>
4169
4589
 
4170
4590
  <tr class="deep-level-1">
4171
4591
 
4172
- <td class="name" id="success"><code>success</code></td>
4592
+ <td class="name"><code>success</code></td>
4173
4593
 
4174
4594
 
4175
4595
  <td class="type">
4176
4596
 
4177
4597
 
4178
- <span class="param-type">function</span>
4598
+ <span class="param-type">
4599
+
4600
+ function
4601
+
4602
+ </span>
4603
+
4179
4604
 
4180
4605
 
4181
4606
 
@@ -4191,13 +4616,18 @@ BaseServer.url = '新URL';</code></pre>
4191
4616
 
4192
4617
  <tr class="deep-level-1">
4193
4618
 
4194
- <td class="name" id="failure"><code>failure</code></td>
4619
+ <td class="name"><code>failure</code></td>
4195
4620
 
4196
4621
 
4197
4622
  <td class="type">
4198
4623
 
4199
4624
 
4200
- <span class="param-type">function</span>
4625
+ <span class="param-type">
4626
+
4627
+ function
4628
+
4629
+ </span>
4630
+
4201
4631
 
4202
4632
 
4203
4633
 
@@ -4213,13 +4643,18 @@ BaseServer.url = '新URL';</code></pre>
4213
4643
 
4214
4644
  <tr class="deep-level-1">
4215
4645
 
4216
- <td class="name" id="gdbVersion"><code>gdbVersion</code></td>
4646
+ <td class="name"><code>gdbVersion</code></td>
4217
4647
 
4218
4648
 
4219
4649
  <td class="type">
4220
4650
 
4221
4651
 
4222
- <span class="param-type">String</span>
4652
+ <span class="param-type">
4653
+
4654
+ String
4655
+
4656
+ </span>
4657
+
4223
4658
 
4224
4659
 
4225
4660
 
@@ -4235,13 +4670,18 @@ BaseServer.url = '新URL';</code></pre>
4235
4670
 
4236
4671
  <tr class="deep-level-1">
4237
4672
 
4238
- <td class="name" id="rollbackOnFailure"><code>rollbackOnFailure</code></td>
4673
+ <td class="name"><code>rollbackOnFailure</code></td>
4239
4674
 
4240
4675
 
4241
4676
  <td class="type">
4242
4677
 
4243
4678
 
4244
- <span class="param-type">String</span>
4679
+ <span class="param-type">
4680
+
4681
+ String
4682
+
4683
+ </span>
4684
+
4245
4685
 
4246
4686
 
4247
4687