@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
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -225,7 +235,7 @@ const featureServer = new FeatureServer({
225
235
 
226
236
 
227
237
  <ul>
228
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
238
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
229
239
  </ul>
230
240
 
231
241
 
@@ -257,11 +267,16 @@ const featureServer = new FeatureServer({
257
267
  <tbody>
258
268
 
259
269
  <tr class="deep-level-0">
260
- <td class="name"><code><a href="FeatureServer.html#clientId">clientId</a></code></td>
270
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
261
271
  <td class="name">
262
272
  <code>
263
273
 
264
- <span class="param-type">Boolean</span>
274
+ <span class="param-type">
275
+
276
+ Boolean
277
+
278
+ </span>
279
+
265
280
 
266
281
 
267
282
  </code>
@@ -270,11 +285,16 @@ const featureServer = new FeatureServer({
270
285
  </tr>
271
286
 
272
287
  <tr class="deep-level-0">
273
- <td class="name"><code><a href="FeatureServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
288
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
274
289
  <td class="name">
275
290
  <code>
276
291
 
277
- <span class="param-type">Boolean</span>
292
+ <span class="param-type">
293
+
294
+ Boolean
295
+
296
+ </span>
297
+
278
298
 
279
299
 
280
300
  </code>
@@ -283,11 +303,16 @@ const featureServer = new FeatureServer({
283
303
  </tr>
284
304
 
285
305
  <tr class="deep-level-0">
286
- <td class="name"><code><a href="FeatureServer.html#headers">headers</a></code></td>
306
+ <td class="name"><code><a href="#headers">headers</a></code></td>
287
307
  <td class="name">
288
308
  <code>
289
309
 
290
- <span class="param-type">String</span>
310
+ <span class="param-type">
311
+
312
+ String
313
+
314
+ </span>
315
+
291
316
 
292
317
 
293
318
  </code>
@@ -296,11 +321,16 @@ const featureServer = new FeatureServer({
296
321
  </tr>
297
322
 
298
323
  <tr class="deep-level-0">
299
- <td class="name"><code><a href="FeatureServer.html#requestInterceptor">requestInterceptor</a></code></td>
324
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
300
325
  <td class="name">
301
326
  <code>
302
327
 
303
- <span class="param-type">function</span>
328
+ <span class="param-type">
329
+
330
+ function
331
+
332
+ </span>
333
+
304
334
 
305
335
 
306
336
  </code>
@@ -309,11 +339,16 @@ const featureServer = new FeatureServer({
309
339
  </tr>
310
340
 
311
341
  <tr class="deep-level-0">
312
- <td class="name"><code><a href="FeatureServer.html#requestTimeout">requestTimeout</a></code></td>
342
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
313
343
  <td class="name">
314
344
  <code>
315
345
 
316
- <span class="param-type">String</span>
346
+ <span class="param-type">
347
+
348
+ String
349
+
350
+ </span>
351
+
317
352
 
318
353
 
319
354
  </code>
@@ -322,11 +357,16 @@ const featureServer = new FeatureServer({
322
357
  </tr>
323
358
 
324
359
  <tr class="deep-level-0">
325
- <td class="name"><code><a href="FeatureServer.html#responseInterceptor">responseInterceptor</a></code></td>
360
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
326
361
  <td class="name">
327
362
  <code>
328
363
 
329
- <span class="param-type">function</span>
364
+ <span class="param-type">
365
+
366
+ function
367
+
368
+ </span>
369
+
330
370
 
331
371
 
332
372
  </code>
@@ -335,11 +375,16 @@ const featureServer = new FeatureServer({
335
375
  </tr>
336
376
 
337
377
  <tr class="deep-level-0">
338
- <td class="name"><code><a href="FeatureServer.html#tokenAttachType">tokenAttachType</a></code></td>
378
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
339
379
  <td class="name">
340
380
  <code>
341
381
 
342
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
382
+ <span class="param-type">
383
+
384
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
385
+
386
+ </span>
387
+
343
388
 
344
389
 
345
390
  </code>
@@ -348,11 +393,16 @@ const featureServer = new FeatureServer({
348
393
  </tr>
349
394
 
350
395
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="FeatureServer.html#tokenKey">tokenKey</a></code></td>
396
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
352
397
  <td class="name">
353
398
  <code>
354
399
 
355
- <span class="param-type">String</span>
400
+ <span class="param-type">
401
+
402
+ String
403
+
404
+ </span>
405
+
356
406
 
357
407
 
358
408
  </code>
@@ -361,11 +411,16 @@ const featureServer = new FeatureServer({
361
411
  </tr>
362
412
 
363
413
  <tr class="deep-level-0">
364
- <td class="name"><code><a href="FeatureServer.html#tokenValue">tokenValue</a></code></td>
414
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
365
415
  <td class="name">
366
416
  <code>
367
417
 
368
- <span class="param-type">String</span>
418
+ <span class="param-type">
419
+
420
+ String
421
+
422
+ </span>
423
+
369
424
 
370
425
 
371
426
  </code>
@@ -374,11 +429,16 @@ const featureServer = new FeatureServer({
374
429
  </tr>
375
430
 
376
431
  <tr class="deep-level-0">
377
- <td class="name"><code><a href="FeatureServer.html#url">url</a></code></td>
432
+ <td class="name"><code><a href="#url">url</a></code></td>
378
433
  <td class="name">
379
434
  <code>
380
435
 
381
- <span class="param-type">String</span>
436
+ <span class="param-type">
437
+
438
+ String
439
+
440
+ </span>
441
+
382
442
 
383
443
 
384
444
  </code>
@@ -397,7 +457,12 @@ const featureServer = new FeatureServer({
397
457
  <span class="method-parameter is-pulled-right">
398
458
  <label>类型:</label>
399
459
 
400
- <span class="param-type">Boolean</span>
460
+ <span class="param-type">
461
+
462
+ Boolean
463
+
464
+ </span>
465
+
401
466
 
402
467
 
403
468
  </span>
@@ -431,7 +496,7 @@ const featureServer = new FeatureServer({
431
496
 
432
497
  <dt class="inherited-from">Inherited From:</dt>
433
498
  <dd class="inherited-from"><ul class="dummy"><li>
434
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
499
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
435
500
  </li></ul></dd>
436
501
 
437
502
 
@@ -472,7 +537,12 @@ const featureServer = new FeatureServer({
472
537
  <span class="method-parameter is-pulled-right">
473
538
  <label>类型:</label>
474
539
 
475
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
545
+
476
546
 
477
547
 
478
548
  </span>
@@ -506,7 +576,7 @@ const featureServer = new FeatureServer({
506
576
 
507
577
  <dt class="inherited-from">Inherited From:</dt>
508
578
  <dd class="inherited-from"><ul class="dummy"><li>
509
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
579
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
510
580
  </li></ul></dd>
511
581
 
512
582
 
@@ -568,7 +638,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
568
638
  <span class="method-parameter is-pulled-right">
569
639
  <label>类型:</label>
570
640
 
571
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
646
+
572
647
 
573
648
 
574
649
  </span>
@@ -602,7 +677,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
602
677
 
603
678
  <dt class="inherited-from">Inherited From:</dt>
604
679
  <dd class="inherited-from"><ul class="dummy"><li>
605
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
680
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
606
681
  </li></ul></dd>
607
682
 
608
683
 
@@ -665,7 +740,12 @@ BaseServer.headers.token = '新token';</code></pre>
665
740
  <span class="method-parameter is-pulled-right">
666
741
  <label>类型:</label>
667
742
 
668
- <span class="param-type">function</span>
743
+ <span class="param-type">
744
+
745
+ function
746
+
747
+ </span>
748
+
669
749
 
670
750
 
671
751
  </span>
@@ -699,7 +779,7 @@ BaseServer.headers.token = '新token';</code></pre>
699
779
 
700
780
  <dt class="inherited-from">Inherited From:</dt>
701
781
  <dd class="inherited-from"><ul class="dummy"><li>
702
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
782
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
703
783
  </li></ul></dd>
704
784
 
705
785
 
@@ -768,7 +848,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
768
848
  <span class="method-parameter is-pulled-right">
769
849
  <label>类型:</label>
770
850
 
771
- <span class="param-type">String</span>
851
+ <span class="param-type">
852
+
853
+ String
854
+
855
+ </span>
856
+
772
857
 
773
858
 
774
859
  </span>
@@ -802,7 +887,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
802
887
 
803
888
  <dt class="inherited-from">Inherited From:</dt>
804
889
  <dd class="inherited-from"><ul class="dummy"><li>
805
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
890
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
806
891
  </li></ul></dd>
807
892
 
808
893
 
@@ -861,7 +946,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
861
946
  <span class="method-parameter is-pulled-right">
862
947
  <label>类型:</label>
863
948
 
864
- <span class="param-type">function</span>
949
+ <span class="param-type">
950
+
951
+ function
952
+
953
+ </span>
954
+
865
955
 
866
956
 
867
957
  </span>
@@ -895,7 +985,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
895
985
 
896
986
  <dt class="inherited-from">Inherited From:</dt>
897
987
  <dd class="inherited-from"><ul class="dummy"><li>
898
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
988
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
899
989
  </li></ul></dd>
900
990
 
901
991
 
@@ -966,7 +1056,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
966
1056
  <span class="method-parameter is-pulled-right">
967
1057
  <label>类型:</label>
968
1058
 
969
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1059
+ <span class="param-type">
1060
+
1061
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1062
+
1063
+ </span>
1064
+
970
1065
 
971
1066
 
972
1067
  </span>
@@ -1000,7 +1095,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1000
1095
 
1001
1096
  <dt class="inherited-from">Inherited From:</dt>
1002
1097
  <dd class="inherited-from"><ul class="dummy"><li>
1003
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1098
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1004
1099
  </li></ul></dd>
1005
1100
 
1006
1101
 
@@ -1063,7 +1158,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1063
1158
  <span class="method-parameter is-pulled-right">
1064
1159
  <label>类型:</label>
1065
1160
 
1066
- <span class="param-type">String</span>
1161
+ <span class="param-type">
1162
+
1163
+ String
1164
+
1165
+ </span>
1166
+
1067
1167
 
1068
1168
 
1069
1169
  </span>
@@ -1097,7 +1197,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1097
1197
 
1098
1198
  <dt class="inherited-from">Inherited From:</dt>
1099
1199
  <dd class="inherited-from"><ul class="dummy"><li>
1100
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1200
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1101
1201
  </li></ul></dd>
1102
1202
 
1103
1203
 
@@ -1155,7 +1255,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1155
1255
  <span class="method-parameter is-pulled-right">
1156
1256
  <label>类型:</label>
1157
1257
 
1158
- <span class="param-type">String</span>
1258
+ <span class="param-type">
1259
+
1260
+ String
1261
+
1262
+ </span>
1263
+
1159
1264
 
1160
1265
 
1161
1266
  </span>
@@ -1189,7 +1294,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1189
1294
 
1190
1295
  <dt class="inherited-from">Inherited From:</dt>
1191
1296
  <dd class="inherited-from"><ul class="dummy"><li>
1192
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1297
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1193
1298
  </li></ul></dd>
1194
1299
 
1195
1300
 
@@ -1247,7 +1352,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1247
1352
  <span class="method-parameter is-pulled-right">
1248
1353
  <label>类型:</label>
1249
1354
 
1250
- <span class="param-type">String</span>
1355
+ <span class="param-type">
1356
+
1357
+ String
1358
+
1359
+ </span>
1360
+
1251
1361
 
1252
1362
 
1253
1363
  </span>
@@ -1281,7 +1391,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1281
1391
 
1282
1392
  <dt class="inherited-from">Inherited From:</dt>
1283
1393
  <dd class="inherited-from"><ul class="dummy"><li>
1284
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1394
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1285
1395
  </li></ul></dd>
1286
1396
 
1287
1397
 
@@ -1355,12 +1465,17 @@ BaseServer.url = '新URL';</code></pre>
1355
1465
  <tbody>
1356
1466
 
1357
1467
  <tr class="deep-level-0">
1358
- <td class="name"><code><a href="FeatureServer.html#addFeature">addFeature</a></code></td>
1468
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
1359
1469
  <td class="name">
1360
1470
  <code>
1361
1471
 
1362
1472
 
1363
- <span class="param-type">Promise.&lt;Object></span>
1473
+ <span class="param-type">
1474
+
1475
+ Promise.&lt;Object>
1476
+
1477
+ </span>
1478
+
1364
1479
 
1365
1480
 
1366
1481
 
@@ -1370,12 +1485,17 @@ BaseServer.url = '新URL';</code></pre>
1370
1485
  </tr>
1371
1486
 
1372
1487
  <tr class="deep-level-0">
1373
- <td class="name"><code><a href="FeatureServer.html#deleteFeature">deleteFeature</a></code></td>
1488
+ <td class="name"><code><a href="#deleteFeature">deleteFeature</a></code></td>
1374
1489
  <td class="name">
1375
1490
  <code>
1376
1491
 
1377
1492
 
1378
- <span class="param-type">Promise.&lt;Object></span>
1493
+ <span class="param-type">
1494
+
1495
+ Promise.&lt;Object>
1496
+
1497
+ </span>
1498
+
1379
1499
 
1380
1500
 
1381
1501
 
@@ -1385,12 +1505,17 @@ BaseServer.url = '新URL';</code></pre>
1385
1505
  </tr>
1386
1506
 
1387
1507
  <tr class="deep-level-0">
1388
- <td class="name"><code><a href="FeatureServer.html#queryFeatureById">queryFeatureById</a></code></td>
1508
+ <td class="name"><code><a href="#queryFeatureById">queryFeatureById</a></code></td>
1389
1509
  <td class="name">
1390
1510
  <code>
1391
1511
 
1392
1512
 
1393
- <span class="param-type">Promise.&lt;Object></span>
1513
+ <span class="param-type">
1514
+
1515
+ Promise.&lt;Object>
1516
+
1517
+ </span>
1518
+
1394
1519
 
1395
1520
 
1396
1521
 
@@ -1400,12 +1525,17 @@ BaseServer.url = '新URL';</code></pre>
1400
1525
  </tr>
1401
1526
 
1402
1527
  <tr class="deep-level-0">
1403
- <td class="name"><code><a href="FeatureServer.html#queryFeatures">queryFeatures</a></code></td>
1528
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1404
1529
  <td class="name">
1405
1530
  <code>
1406
1531
 
1407
1532
 
1408
- <span class="param-type">Promise.&lt;Object></span>
1533
+ <span class="param-type">
1534
+
1535
+ Promise.&lt;Object>
1536
+
1537
+ </span>
1538
+
1409
1539
 
1410
1540
 
1411
1541
 
@@ -1415,12 +1545,17 @@ BaseServer.url = '新URL';</code></pre>
1415
1545
  </tr>
1416
1546
 
1417
1547
  <tr class="deep-level-0">
1418
- <td class="name"><code><a href="FeatureServer.html#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1548
+ <td class="name"><code><a href="#queryFeaturesInLayers">queryFeaturesInLayers</a></code></td>
1419
1549
  <td class="name">
1420
1550
  <code>
1421
1551
 
1422
1552
 
1423
- <span class="param-type">Promise.&lt;Object></span>
1553
+ <span class="param-type">
1554
+
1555
+ Promise.&lt;Object>
1556
+
1557
+ </span>
1558
+
1424
1559
 
1425
1560
 
1426
1561
 
@@ -1430,12 +1565,17 @@ BaseServer.url = '新URL';</code></pre>
1430
1565
  </tr>
1431
1566
 
1432
1567
  <tr class="deep-level-0">
1433
- <td class="name"><code><a href="FeatureServer.html#queryLayerInfo">queryLayerInfo</a></code></td>
1568
+ <td class="name"><code><a href="#queryLayerInfo">queryLayerInfo</a></code></td>
1434
1569
  <td class="name">
1435
1570
  <code>
1436
1571
 
1437
1572
 
1438
- <span class="param-type">Promise.&lt;Object></span>
1573
+ <span class="param-type">
1574
+
1575
+ Promise.&lt;Object>
1576
+
1577
+ </span>
1578
+
1439
1579
 
1440
1580
 
1441
1581
 
@@ -1445,7 +1585,7 @@ BaseServer.url = '新URL';</code></pre>
1445
1585
  </tr>
1446
1586
 
1447
1587
  <tr class="deep-level-0">
1448
- <td class="name"><code><a href="FeatureServer.html#queryServerInfo">queryServerInfo</a></code></td>
1588
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1449
1589
  <td class="name">
1450
1590
  <code>
1451
1591
 
@@ -1455,12 +1595,17 @@ BaseServer.url = '新URL';</code></pre>
1455
1595
  </tr>
1456
1596
 
1457
1597
  <tr class="deep-level-0">
1458
- <td class="name"><code><a href="FeatureServer.html#updateFeature">updateFeature</a></code></td>
1598
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1459
1599
  <td class="name">
1460
1600
  <code>
1461
1601
 
1462
1602
 
1463
- <span class="param-type">Promise.&lt;Object></span>
1603
+ <span class="param-type">
1604
+
1605
+ Promise.&lt;Object>
1606
+
1607
+ </span>
1608
+
1464
1609
 
1465
1610
 
1466
1611
 
@@ -1529,7 +1674,7 @@ BaseServer.url = '新URL';</code></pre>
1529
1674
 
1530
1675
  <tr class="deep-level-0">
1531
1676
 
1532
- <td class="name" id="options"><code>options</code></td>
1677
+ <td class="name"><code>options</code></td>
1533
1678
 
1534
1679
 
1535
1680
  <td class="type">
@@ -1550,13 +1695,18 @@ BaseServer.url = '新URL';</code></pre>
1550
1695
 
1551
1696
  <tr class="deep-level-1">
1552
1697
 
1553
- <td class="name" id="layerId"><code>layerId</code></td>
1698
+ <td class="name"><code>layerId</code></td>
1554
1699
 
1555
1700
 
1556
1701
  <td class="type">
1557
1702
 
1558
1703
 
1559
- <span class="param-type">String</span>
1704
+ <span class="param-type">
1705
+
1706
+ String
1707
+
1708
+ </span>
1709
+
1560
1710
 
1561
1711
 
1562
1712
 
@@ -1578,13 +1728,18 @@ BaseServer.url = '新URL';</code></pre>
1578
1728
 
1579
1729
  <tr class="deep-level-1">
1580
1730
 
1581
- <td class="name" id="method"><code>method</code></td>
1731
+ <td class="name"><code>method</code></td>
1582
1732
 
1583
1733
 
1584
1734
  <td class="type">
1585
1735
 
1586
1736
 
1587
- <span class="param-type">String</span>
1737
+ <span class="param-type">
1738
+
1739
+ String
1740
+
1741
+ </span>
1742
+
1588
1743
 
1589
1744
 
1590
1745
 
@@ -1606,13 +1761,18 @@ BaseServer.url = '新URL';</code></pre>
1606
1761
 
1607
1762
  <tr class="deep-level-1">
1608
1763
 
1609
- <td class="name" id="success"><code>success</code></td>
1764
+ <td class="name"><code>success</code></td>
1610
1765
 
1611
1766
 
1612
1767
  <td class="type">
1613
1768
 
1614
1769
 
1615
- <span class="param-type">function</span>
1770
+ <span class="param-type">
1771
+
1772
+ function
1773
+
1774
+ </span>
1775
+
1616
1776
 
1617
1777
 
1618
1778
 
@@ -1632,13 +1792,18 @@ BaseServer.url = '新URL';</code></pre>
1632
1792
 
1633
1793
  <tr class="deep-level-1">
1634
1794
 
1635
- <td class="name" id="failure"><code>failure</code></td>
1795
+ <td class="name"><code>failure</code></td>
1636
1796
 
1637
1797
 
1638
1798
  <td class="type">
1639
1799
 
1640
1800
 
1641
- <span class="param-type">function</span>
1801
+ <span class="param-type">
1802
+
1803
+ function
1804
+
1805
+ </span>
1806
+
1642
1807
 
1643
1808
 
1644
1809
 
@@ -1658,13 +1823,18 @@ BaseServer.url = '新URL';</code></pre>
1658
1823
 
1659
1824
  <tr class="deep-level-1">
1660
1825
 
1661
- <td class="name" id="features"><code>features</code></td>
1826
+ <td class="name"><code>features</code></td>
1662
1827
 
1663
1828
 
1664
1829
  <td class="type">
1665
1830
 
1666
1831
 
1667
- <span class="param-type">Array</span>
1832
+ <span class="param-type">
1833
+
1834
+ Array
1835
+
1836
+ </span>
1837
+
1668
1838
 
1669
1839
 
1670
1840
 
@@ -1691,7 +1861,7 @@ BaseServer.url = '新URL';</code></pre>
1691
1861
 
1692
1862
  <tr class="deep-level-0">
1693
1863
 
1694
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
1864
+ <td class="name"><code>GDBPOptions</code></td>
1695
1865
 
1696
1866
 
1697
1867
  <td class="type">
@@ -1712,13 +1882,18 @@ BaseServer.url = '新URL';</code></pre>
1712
1882
 
1713
1883
  <tr class="deep-level-1">
1714
1884
 
1715
- <td class="name" id="gdbp"><code>gdbp</code></td>
1885
+ <td class="name"><code>gdbp</code></td>
1716
1886
 
1717
1887
 
1718
1888
  <td class="type">
1719
1889
 
1720
1890
 
1721
- <span class="param-type">String</span>
1891
+ <span class="param-type">
1892
+
1893
+ String
1894
+
1895
+ </span>
1896
+
1722
1897
 
1723
1898
 
1724
1899
 
@@ -1738,13 +1913,18 @@ BaseServer.url = '新URL';</code></pre>
1738
1913
 
1739
1914
  <tr class="deep-level-1">
1740
1915
 
1741
- <td class="name" id="featureSet"><code>featureSet</code></td>
1916
+ <td class="name"><code>featureSet</code></td>
1742
1917
 
1743
1918
 
1744
1919
  <td class="type">
1745
1920
 
1746
1921
 
1747
- <span class="param-type">Object</span>
1922
+ <span class="param-type">
1923
+
1924
+ Object
1925
+
1926
+ </span>
1927
+
1748
1928
 
1749
1929
 
1750
1930
 
@@ -1769,7 +1949,7 @@ BaseServer.url = '新URL';</code></pre>
1769
1949
 
1770
1950
  <tr class="deep-level-0">
1771
1951
 
1772
- <td class="name" id="DocOptions"><code>DocOptions</code></td>
1952
+ <td class="name"><code>DocOptions</code></td>
1773
1953
 
1774
1954
 
1775
1955
  <td class="type">
@@ -1790,13 +1970,18 @@ BaseServer.url = '新URL';</code></pre>
1790
1970
 
1791
1971
  <tr class="deep-level-1">
1792
1972
 
1793
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
1973
+ <td class="name"><code>mapIndex</code></td>
1794
1974
 
1795
1975
 
1796
1976
  <td class="type">
1797
1977
 
1798
1978
 
1799
- <span class="param-type">String</span>
1979
+ <span class="param-type">
1980
+
1981
+ String
1982
+
1983
+ </span>
1984
+
1800
1985
 
1801
1986
 
1802
1987
 
@@ -1816,13 +2001,18 @@ BaseServer.url = '新URL';</code></pre>
1816
2001
 
1817
2002
  <tr class="deep-level-1">
1818
2003
 
1819
- <td class="name" id="featureSet"><code>featureSet</code></td>
2004
+ <td class="name"><code>featureSet</code></td>
1820
2005
 
1821
2006
 
1822
2007
  <td class="type">
1823
2008
 
1824
2009
 
1825
- <span class="param-type">Object</span>
2010
+ <span class="param-type">
2011
+
2012
+ Object
2013
+
2014
+ </span>
2015
+
1826
2016
 
1827
2017
 
1828
2018
 
@@ -1917,7 +2107,12 @@ BaseServer.url = '新URL';</code></pre>
1917
2107
  <div class='column is-5 has-text-left'>
1918
2108
  <label>类型: </label>
1919
2109
 
1920
- <span class="param-type">Promise.&lt;Object></span>
2110
+ <span class="param-type">
2111
+
2112
+ Promise.&lt;Object>
2113
+
2114
+ </span>
2115
+
1921
2116
 
1922
2117
 
1923
2118
  </div>
@@ -2194,7 +2389,7 @@ resourceServer.queryGDBPInfo({
2194
2389
 
2195
2390
  <tr class="deep-level-0">
2196
2391
 
2197
- <td class="name" id="options"><code>options</code></td>
2392
+ <td class="name"><code>options</code></td>
2198
2393
 
2199
2394
 
2200
2395
  <td class="type">
@@ -2215,13 +2410,18 @@ resourceServer.queryGDBPInfo({
2215
2410
 
2216
2411
  <tr class="deep-level-1">
2217
2412
 
2218
- <td class="name" id="layerId"><code>layerId</code></td>
2413
+ <td class="name"><code>layerId</code></td>
2219
2414
 
2220
2415
 
2221
2416
  <td class="type">
2222
2417
 
2223
2418
 
2224
- <span class="param-type">String</span>
2419
+ <span class="param-type">
2420
+
2421
+ String
2422
+
2423
+ </span>
2424
+
2225
2425
 
2226
2426
 
2227
2427
 
@@ -2241,13 +2441,18 @@ resourceServer.queryGDBPInfo({
2241
2441
 
2242
2442
  <tr class="deep-level-1">
2243
2443
 
2244
- <td class="name" id="method"><code>method</code></td>
2444
+ <td class="name"><code>method</code></td>
2245
2445
 
2246
2446
 
2247
2447
  <td class="type">
2248
2448
 
2249
2449
 
2250
- <span class="param-type">String</span>
2450
+ <span class="param-type">
2451
+
2452
+ String
2453
+
2454
+ </span>
2455
+
2251
2456
 
2252
2457
 
2253
2458
 
@@ -2269,13 +2474,18 @@ resourceServer.queryGDBPInfo({
2269
2474
 
2270
2475
  <tr class="deep-level-1">
2271
2476
 
2272
- <td class="name" id="success"><code>success</code></td>
2477
+ <td class="name"><code>success</code></td>
2273
2478
 
2274
2479
 
2275
2480
  <td class="type">
2276
2481
 
2277
2482
 
2278
- <span class="param-type">function</span>
2483
+ <span class="param-type">
2484
+
2485
+ function
2486
+
2487
+ </span>
2488
+
2279
2489
 
2280
2490
 
2281
2491
 
@@ -2295,13 +2505,18 @@ resourceServer.queryGDBPInfo({
2295
2505
 
2296
2506
  <tr class="deep-level-1">
2297
2507
 
2298
- <td class="name" id="failure"><code>failure</code></td>
2508
+ <td class="name"><code>failure</code></td>
2299
2509
 
2300
2510
 
2301
2511
  <td class="type">
2302
2512
 
2303
2513
 
2304
- <span class="param-type">function</span>
2514
+ <span class="param-type">
2515
+
2516
+ function
2517
+
2518
+ </span>
2519
+
2305
2520
 
2306
2521
 
2307
2522
 
@@ -2321,13 +2536,18 @@ resourceServer.queryGDBPInfo({
2321
2536
 
2322
2537
  <tr class="deep-level-1">
2323
2538
 
2324
- <td class="name" id="objectIds"><code>objectIds</code></td>
2539
+ <td class="name"><code>objectIds</code></td>
2325
2540
 
2326
2541
 
2327
2542
  <td class="type">
2328
2543
 
2329
2544
 
2330
- <span class="param-type">String</span>
2545
+ <span class="param-type">
2546
+
2547
+ String
2548
+
2549
+ </span>
2550
+
2331
2551
 
2332
2552
 
2333
2553
 
@@ -2347,13 +2567,18 @@ resourceServer.queryGDBPInfo({
2347
2567
 
2348
2568
  <tr class="deep-level-1">
2349
2569
 
2350
- <td class="name" id="where"><code>where</code></td>
2570
+ <td class="name"><code>where</code></td>
2351
2571
 
2352
2572
 
2353
2573
  <td class="type">
2354
2574
 
2355
2575
 
2356
- <span class="param-type">String</span>
2576
+ <span class="param-type">
2577
+
2578
+ String
2579
+
2580
+ </span>
2581
+
2357
2582
 
2358
2583
 
2359
2584
 
@@ -2373,13 +2598,18 @@ resourceServer.queryGDBPInfo({
2373
2598
 
2374
2599
  <tr class="deep-level-1">
2375
2600
 
2376
- <td class="name" id="geometry"><code>geometry</code></td>
2601
+ <td class="name"><code>geometry</code></td>
2377
2602
 
2378
2603
 
2379
2604
  <td class="type">
2380
2605
 
2381
2606
 
2382
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2607
+ <span class="param-type">
2608
+
2609
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2610
+
2611
+ </span>
2612
+
2383
2613
 
2384
2614
 
2385
2615
 
@@ -2399,13 +2629,18 @@ resourceServer.queryGDBPInfo({
2399
2629
 
2400
2630
  <tr class="deep-level-1">
2401
2631
 
2402
- <td class="name" id="distance"><code>distance</code></td>
2632
+ <td class="name"><code>distance</code></td>
2403
2633
 
2404
2634
 
2405
2635
  <td class="type">
2406
2636
 
2407
2637
 
2408
- <span class="param-type">Number</span>
2638
+ <span class="param-type">
2639
+
2640
+ Number
2641
+
2642
+ </span>
2643
+
2409
2644
 
2410
2645
 
2411
2646
 
@@ -2425,13 +2660,18 @@ resourceServer.queryGDBPInfo({
2425
2660
 
2426
2661
  <tr class="deep-level-1">
2427
2662
 
2428
- <td class="name" id="returnDeleteResults"><code>returnDeleteResults</code></td>
2663
+ <td class="name"><code>returnDeleteResults</code></td>
2429
2664
 
2430
2665
 
2431
2666
  <td class="type">
2432
2667
 
2433
2668
 
2434
- <span class="param-type">Boolean</span>
2669
+ <span class="param-type">
2670
+
2671
+ Boolean
2672
+
2673
+ </span>
2674
+
2435
2675
 
2436
2676
 
2437
2677
 
@@ -2458,7 +2698,7 @@ resourceServer.queryGDBPInfo({
2458
2698
 
2459
2699
  <tr class="deep-level-0">
2460
2700
 
2461
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
2701
+ <td class="name"><code>GDBPOptions</code></td>
2462
2702
 
2463
2703
 
2464
2704
  <td class="type">
@@ -2479,13 +2719,18 @@ resourceServer.queryGDBPInfo({
2479
2719
 
2480
2720
  <tr class="deep-level-1">
2481
2721
 
2482
- <td class="name" id="gdbp"><code>gdbp</code></td>
2722
+ <td class="name"><code>gdbp</code></td>
2483
2723
 
2484
2724
 
2485
2725
  <td class="type">
2486
2726
 
2487
2727
 
2488
- <span class="param-type">String</span>
2728
+ <span class="param-type">
2729
+
2730
+ String
2731
+
2732
+ </span>
2733
+
2489
2734
 
2490
2735
 
2491
2736
 
@@ -2506,13 +2751,18 @@ gdbp=gdbp://MapGisLocal/示例数据/ds/世界地图/sfcls/海洋陆地;gdbp://s
2506
2751
 
2507
2752
  <tr class="deep-level-1">
2508
2753
 
2509
- <td class="name" id="objectIds"><code>objectIds</code></td>
2754
+ <td class="name"><code>objectIds</code></td>
2510
2755
 
2511
2756
 
2512
2757
  <td class="type">
2513
2758
 
2514
2759
 
2515
- <span class="param-type">String</span>
2760
+ <span class="param-type">
2761
+
2762
+ String
2763
+
2764
+ </span>
2765
+
2516
2766
 
2517
2767
 
2518
2768
 
@@ -2538,7 +2788,7 @@ objectIds=1,2,3;2,3,4;8</p></td>
2538
2788
 
2539
2789
  <tr class="deep-level-0">
2540
2790
 
2541
- <td class="name" id="DocOptions"><code>DocOptions</code></td>
2791
+ <td class="name"><code>DocOptions</code></td>
2542
2792
 
2543
2793
 
2544
2794
  <td class="type">
@@ -2559,13 +2809,18 @@ objectIds=1,2,3;2,3,4;8</p></td>
2559
2809
 
2560
2810
  <tr class="deep-level-1">
2561
2811
 
2562
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
2812
+ <td class="name"><code>mapIndex</code></td>
2563
2813
 
2564
2814
 
2565
2815
  <td class="type">
2566
2816
 
2567
2817
 
2568
- <span class="param-type">String</span>
2818
+ <span class="param-type">
2819
+
2820
+ String
2821
+
2822
+ </span>
2823
+
2569
2824
 
2570
2825
 
2571
2826
 
@@ -2585,13 +2840,18 @@ objectIds=1,2,3;2,3,4;8</p></td>
2585
2840
 
2586
2841
  <tr class="deep-level-1">
2587
2842
 
2588
- <td class="name" id="layerIndex"><code>layerIndex</code></td>
2843
+ <td class="name"><code>layerIndex</code></td>
2589
2844
 
2590
2845
 
2591
2846
  <td class="type">
2592
2847
 
2593
2848
 
2594
- <span class="param-type">String</span>
2849
+ <span class="param-type">
2850
+
2851
+ String
2852
+
2853
+ </span>
2854
+
2595
2855
 
2596
2856
 
2597
2857
 
@@ -2611,13 +2871,18 @@ objectIds=1,2,3;2,3,4;8</p></td>
2611
2871
 
2612
2872
  <tr class="deep-level-1">
2613
2873
 
2614
- <td class="name" id="objectIds"><code>objectIds</code></td>
2874
+ <td class="name"><code>objectIds</code></td>
2615
2875
 
2616
2876
 
2617
2877
  <td class="type">
2618
2878
 
2619
2879
 
2620
- <span class="param-type">String</span>
2880
+ <span class="param-type">
2881
+
2882
+ String
2883
+
2884
+ </span>
2885
+
2621
2886
 
2622
2887
 
2623
2888
 
@@ -2712,7 +2977,12 @@ objectIds=1,2,3;2,3,4;8</p></td>
2712
2977
  <div class='column is-5 has-text-left'>
2713
2978
  <label>类型: </label>
2714
2979
 
2715
- <span class="param-type">Promise.&lt;Object></span>
2980
+ <span class="param-type">
2981
+
2982
+ Promise.&lt;Object>
2983
+
2984
+ </span>
2985
+
2716
2986
 
2717
2987
 
2718
2988
  </div>
@@ -2844,7 +3114,7 @@ featureServer.deleteFeature({
2844
3114
 
2845
3115
  <tr class="deep-level-0">
2846
3116
 
2847
- <td class="name" id="options"><code>options</code></td>
3117
+ <td class="name"><code>options</code></td>
2848
3118
 
2849
3119
 
2850
3120
  <td class="type">
@@ -2865,13 +3135,18 @@ featureServer.deleteFeature({
2865
3135
 
2866
3136
  <tr class="deep-level-1">
2867
3137
 
2868
- <td class="name" id="layerId"><code>layerId</code></td>
3138
+ <td class="name"><code>layerId</code></td>
2869
3139
 
2870
3140
 
2871
3141
  <td class="type">
2872
3142
 
2873
3143
 
2874
- <span class="param-type">String</span>
3144
+ <span class="param-type">
3145
+
3146
+ String
3147
+
3148
+ </span>
3149
+
2875
3150
 
2876
3151
 
2877
3152
 
@@ -2891,13 +3166,18 @@ featureServer.deleteFeature({
2891
3166
 
2892
3167
  <tr class="deep-level-1">
2893
3168
 
2894
- <td class="name" id="featureId"><code>featureId</code></td>
3169
+ <td class="name"><code>featureId</code></td>
2895
3170
 
2896
3171
 
2897
3172
  <td class="type">
2898
3173
 
2899
3174
 
2900
- <span class="param-type">Array</span>
3175
+ <span class="param-type">
3176
+
3177
+ Array
3178
+
3179
+ </span>
3180
+
2901
3181
 
2902
3182
 
2903
3183
 
@@ -2917,13 +3197,18 @@ featureServer.deleteFeature({
2917
3197
 
2918
3198
  <tr class="deep-level-1">
2919
3199
 
2920
- <td class="name" id="method"><code>method</code></td>
3200
+ <td class="name"><code>method</code></td>
2921
3201
 
2922
3202
 
2923
3203
  <td class="type">
2924
3204
 
2925
3205
 
2926
- <span class="param-type">String</span>
3206
+ <span class="param-type">
3207
+
3208
+ String
3209
+
3210
+ </span>
3211
+
2927
3212
 
2928
3213
 
2929
3214
 
@@ -2945,13 +3230,18 @@ featureServer.deleteFeature({
2945
3230
 
2946
3231
  <tr class="deep-level-1">
2947
3232
 
2948
- <td class="name" id="success"><code>success</code></td>
3233
+ <td class="name"><code>success</code></td>
2949
3234
 
2950
3235
 
2951
3236
  <td class="type">
2952
3237
 
2953
3238
 
2954
- <span class="param-type">function</span>
3239
+ <span class="param-type">
3240
+
3241
+ function
3242
+
3243
+ </span>
3244
+
2955
3245
 
2956
3246
 
2957
3247
 
@@ -2971,13 +3261,18 @@ featureServer.deleteFeature({
2971
3261
 
2972
3262
  <tr class="deep-level-1">
2973
3263
 
2974
- <td class="name" id="failure"><code>failure</code></td>
3264
+ <td class="name"><code>failure</code></td>
2975
3265
 
2976
3266
 
2977
3267
  <td class="type">
2978
3268
 
2979
3269
 
2980
- <span class="param-type">function</span>
3270
+ <span class="param-type">
3271
+
3272
+ function
3273
+
3274
+ </span>
3275
+
2981
3276
 
2982
3277
 
2983
3278
 
@@ -3072,7 +3367,12 @@ featureServer.deleteFeature({
3072
3367
  <div class='column is-5 has-text-left'>
3073
3368
  <label>类型: </label>
3074
3369
 
3075
- <span class="param-type">Promise.&lt;Object></span>
3370
+ <span class="param-type">
3371
+
3372
+ Promise.&lt;Object>
3373
+
3374
+ </span>
3375
+
3076
3376
 
3077
3377
 
3078
3378
  </div>
@@ -3165,7 +3465,7 @@ featureServer.deleteFeature({
3165
3465
 
3166
3466
  <tr class="deep-level-0">
3167
3467
 
3168
- <td class="name" id="options"><code>options</code></td>
3468
+ <td class="name"><code>options</code></td>
3169
3469
 
3170
3470
 
3171
3471
  <td class="type">
@@ -3186,13 +3486,18 @@ featureServer.deleteFeature({
3186
3486
 
3187
3487
  <tr class="deep-level-1">
3188
3488
 
3189
- <td class="name" id="layerId"><code>layerId</code></td>
3489
+ <td class="name"><code>layerId</code></td>
3190
3490
 
3191
3491
 
3192
3492
  <td class="type">
3193
3493
 
3194
3494
 
3195
- <span class="param-type">String</span>
3495
+ <span class="param-type">
3496
+
3497
+ String
3498
+
3499
+ </span>
3500
+
3196
3501
 
3197
3502
 
3198
3503
 
@@ -3212,13 +3517,18 @@ featureServer.deleteFeature({
3212
3517
 
3213
3518
  <tr class="deep-level-1">
3214
3519
 
3215
- <td class="name" id="method"><code>method</code></td>
3520
+ <td class="name"><code>method</code></td>
3216
3521
 
3217
3522
 
3218
3523
  <td class="type">
3219
3524
 
3220
3525
 
3221
- <span class="param-type">String</span>
3526
+ <span class="param-type">
3527
+
3528
+ String
3529
+
3530
+ </span>
3531
+
3222
3532
 
3223
3533
 
3224
3534
 
@@ -3240,13 +3550,18 @@ featureServer.deleteFeature({
3240
3550
 
3241
3551
  <tr class="deep-level-1">
3242
3552
 
3243
- <td class="name" id="success"><code>success</code></td>
3553
+ <td class="name"><code>success</code></td>
3244
3554
 
3245
3555
 
3246
3556
  <td class="type">
3247
3557
 
3248
3558
 
3249
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
3559
+ <span class="param-type">
3560
+
3561
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
3562
+
3563
+ </span>
3564
+
3250
3565
 
3251
3566
 
3252
3567
 
@@ -3266,13 +3581,18 @@ featureServer.deleteFeature({
3266
3581
 
3267
3582
  <tr class="deep-level-1">
3268
3583
 
3269
- <td class="name" id="failure"><code>failure</code></td>
3584
+ <td class="name"><code>failure</code></td>
3270
3585
 
3271
3586
 
3272
3587
  <td class="type">
3273
3588
 
3274
3589
 
3275
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
3590
+ <span class="param-type">
3591
+
3592
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
3593
+
3594
+ </span>
3595
+
3276
3596
 
3277
3597
 
3278
3598
 
@@ -3292,13 +3612,18 @@ featureServer.deleteFeature({
3292
3612
 
3293
3613
  <tr class="deep-level-1">
3294
3614
 
3295
- <td class="name" id="geometry"><code>geometry</code></td>
3615
+ <td class="name"><code>geometry</code></td>
3296
3616
 
3297
3617
 
3298
3618
  <td class="type">
3299
3619
 
3300
3620
 
3301
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3621
+ <span class="param-type">
3622
+
3623
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3624
+
3625
+ </span>
3626
+
3302
3627
 
3303
3628
 
3304
3629
 
@@ -3318,13 +3643,18 @@ featureServer.deleteFeature({
3318
3643
 
3319
3644
  <tr class="deep-level-1">
3320
3645
 
3321
- <td class="name" id="geometryType"><code>geometryType</code></td>
3646
+ <td class="name"><code>geometryType</code></td>
3322
3647
 
3323
3648
 
3324
3649
  <td class="type">
3325
3650
 
3326
3651
 
3327
- <span class="param-type">String</span>
3652
+ <span class="param-type">
3653
+
3654
+ String
3655
+
3656
+ </span>
3657
+
3328
3658
 
3329
3659
 
3330
3660
 
@@ -3344,13 +3674,18 @@ featureServer.deleteFeature({
3344
3674
 
3345
3675
  <tr class="deep-level-1">
3346
3676
 
3347
- <td class="name" id="where"><code>where</code></td>
3677
+ <td class="name"><code>where</code></td>
3348
3678
 
3349
3679
 
3350
3680
  <td class="type">
3351
3681
 
3352
3682
 
3353
- <span class="param-type">String</span>
3683
+ <span class="param-type">
3684
+
3685
+ String
3686
+
3687
+ </span>
3688
+
3354
3689
 
3355
3690
 
3356
3691
 
@@ -3370,13 +3705,18 @@ featureServer.deleteFeature({
3370
3705
 
3371
3706
  <tr class="deep-level-1">
3372
3707
 
3373
- <td class="name" id="outFields"><code>outFields</code></td>
3708
+ <td class="name"><code>outFields</code></td>
3374
3709
 
3375
3710
 
3376
3711
  <td class="type">
3377
3712
 
3378
3713
 
3379
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3719
+
3380
3720
 
3381
3721
 
3382
3722
 
@@ -3396,13 +3736,18 @@ featureServer.deleteFeature({
3396
3736
 
3397
3737
  <tr class="deep-level-1">
3398
3738
 
3399
- <td class="name" id="objectIds"><code>objectIds</code></td>
3739
+ <td class="name"><code>objectIds</code></td>
3400
3740
 
3401
3741
 
3402
3742
  <td class="type">
3403
3743
 
3404
3744
 
3405
- <span class="param-type">String</span>
3745
+ <span class="param-type">
3746
+
3747
+ String
3748
+
3749
+ </span>
3750
+
3406
3751
 
3407
3752
 
3408
3753
 
@@ -3422,13 +3767,18 @@ featureServer.deleteFeature({
3422
3767
 
3423
3768
  <tr class="deep-level-1">
3424
3769
 
3425
- <td class="name" id="distance"><code>distance</code></td>
3770
+ <td class="name"><code>distance</code></td>
3426
3771
 
3427
3772
 
3428
3773
  <td class="type">
3429
3774
 
3430
3775
 
3431
- <span class="param-type">Number</span>
3776
+ <span class="param-type">
3777
+
3778
+ Number
3779
+
3780
+ </span>
3781
+
3432
3782
 
3433
3783
 
3434
3784
 
@@ -3450,13 +3800,18 @@ featureServer.deleteFeature({
3450
3800
 
3451
3801
  <tr class="deep-level-1">
3452
3802
 
3453
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
3803
+ <td class="name"><code>geometryPrecision</code></td>
3454
3804
 
3455
3805
 
3456
3806
  <td class="type">
3457
3807
 
3458
3808
 
3459
- <span class="param-type">Number</span>
3809
+ <span class="param-type">
3810
+
3811
+ Number
3812
+
3813
+ </span>
3814
+
3460
3815
 
3461
3816
 
3462
3817
 
@@ -3476,13 +3831,18 @@ featureServer.deleteFeature({
3476
3831
 
3477
3832
  <tr class="deep-level-1">
3478
3833
 
3479
- <td class="name" id="rule"><code>rule</code></td>
3834
+ <td class="name"><code>rule</code></td>
3480
3835
 
3481
3836
 
3482
3837
  <td class="type">
3483
3838
 
3484
3839
 
3485
- <span class="param-type">Object</span>
3840
+ <span class="param-type">
3841
+
3842
+ Object
3843
+
3844
+ </span>
3845
+
3486
3846
 
3487
3847
 
3488
3848
 
@@ -3502,13 +3862,18 @@ featureServer.deleteFeature({
3502
3862
 
3503
3863
  <tr class="deep-level-1">
3504
3864
 
3505
- <td class="name" id="isAsc"><code>isAsc</code></td>
3865
+ <td class="name"><code>isAsc</code></td>
3506
3866
 
3507
3867
 
3508
3868
  <td class="type">
3509
3869
 
3510
3870
 
3511
- <span class="param-type">Boolean</span>
3871
+ <span class="param-type">
3872
+
3873
+ Boolean
3874
+
3875
+ </span>
3876
+
3512
3877
 
3513
3878
 
3514
3879
 
@@ -3528,13 +3893,18 @@ featureServer.deleteFeature({
3528
3893
 
3529
3894
  <tr class="deep-level-1">
3530
3895
 
3531
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
3896
+ <td class="name"><code>spatialRel</code></td>
3532
3897
 
3533
3898
 
3534
3899
  <td class="type">
3535
3900
 
3536
3901
 
3537
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
3902
+ <span class="param-type">
3903
+
3904
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
3905
+
3906
+ </span>
3907
+
3538
3908
 
3539
3909
 
3540
3910
 
@@ -3554,13 +3924,18 @@ featureServer.deleteFeature({
3554
3924
 
3555
3925
  <tr class="deep-level-1">
3556
3926
 
3557
- <td class="name" id="orderByFields"><code>orderByFields</code></td>
3927
+ <td class="name"><code>orderByFields</code></td>
3558
3928
 
3559
3929
 
3560
3930
  <td class="type">
3561
3931
 
3562
3932
 
3563
- <span class="param-type">String</span>
3933
+ <span class="param-type">
3934
+
3935
+ String
3936
+
3937
+ </span>
3938
+
3564
3939
 
3565
3940
 
3566
3941
 
@@ -3580,16 +3955,25 @@ featureServer.deleteFeature({
3580
3955
 
3581
3956
  <tr class="deep-level-1">
3582
3957
 
3583
- <td class="name" id="groupByFieldsForStatistics"><code>groupByFieldsForStatistics</code></td>
3958
+ <td class="name"><code>groupByFieldsForStatistics</code></td>
3584
3959
 
3585
3960
 
3586
3961
  <td class="type">
3587
3962
 
3588
3963
 
3589
- <span class="param-type">String</span>
3964
+ <span class="param-type">
3965
+
3966
+ String
3967
+
3968
+ </span>
3590
3969
  |
3591
3970
 
3592
- <span class="param-type">Array.&lt;Object></span>
3971
+ <span class="param-type">
3972
+
3973
+ Array.&lt;Object>
3974
+
3975
+ </span>
3976
+
3593
3977
 
3594
3978
 
3595
3979
 
@@ -3609,13 +3993,18 @@ featureServer.deleteFeature({
3609
3993
 
3610
3994
  <tr class="deep-level-1">
3611
3995
 
3612
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
3996
+ <td class="name"><code>resultRecordCount</code></td>
3613
3997
 
3614
3998
 
3615
3999
  <td class="type">
3616
4000
 
3617
4001
 
3618
- <span class="param-type">Number</span>
4002
+ <span class="param-type">
4003
+
4004
+ Number
4005
+
4006
+ </span>
4007
+
3619
4008
 
3620
4009
 
3621
4010
 
@@ -3637,13 +4026,18 @@ featureServer.deleteFeature({
3637
4026
 
3638
4027
  <tr class="deep-level-1">
3639
4028
 
3640
- <td class="name" id="resultOffset"><code>resultOffset</code></td>
4029
+ <td class="name"><code>resultOffset</code></td>
3641
4030
 
3642
4031
 
3643
4032
  <td class="type">
3644
4033
 
3645
4034
 
3646
- <span class="param-type">Number</span>
4035
+ <span class="param-type">
4036
+
4037
+ Number
4038
+
4039
+ </span>
4040
+
3647
4041
 
3648
4042
 
3649
4043
 
@@ -3663,13 +4057,18 @@ featureServer.deleteFeature({
3663
4057
 
3664
4058
  <tr class="deep-level-1">
3665
4059
 
3666
- <td class="name" id="outStatistics"><code>outStatistics</code></td>
4060
+ <td class="name"><code>outStatistics</code></td>
3667
4061
 
3668
4062
 
3669
4063
  <td class="type">
3670
4064
 
3671
4065
 
3672
- <span class="param-type">Array</span>
4066
+ <span class="param-type">
4067
+
4068
+ Array
4069
+
4070
+ </span>
4071
+
3673
4072
 
3674
4073
 
3675
4074
 
@@ -3689,13 +4088,18 @@ featureServer.deleteFeature({
3689
4088
 
3690
4089
  <tr class="deep-level-1">
3691
4090
 
3692
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4091
+ <td class="name"><code>returnGeometry</code></td>
3693
4092
 
3694
4093
 
3695
4094
  <td class="type">
3696
4095
 
3697
4096
 
3698
- <span class="param-type">Boolean</span>
4097
+ <span class="param-type">
4098
+
4099
+ Boolean
4100
+
4101
+ </span>
4102
+
3699
4103
 
3700
4104
 
3701
4105
 
@@ -3717,13 +4121,18 @@ featureServer.deleteFeature({
3717
4121
 
3718
4122
  <tr class="deep-level-1">
3719
4123
 
3720
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4124
+ <td class="name"><code>returnAttribute</code></td>
3721
4125
 
3722
4126
 
3723
4127
  <td class="type">
3724
4128
 
3725
4129
 
3726
- <span class="param-type">Boolean</span>
4130
+ <span class="param-type">
4131
+
4132
+ Boolean
4133
+
4134
+ </span>
4135
+
3727
4136
 
3728
4137
 
3729
4138
 
@@ -3745,13 +4154,18 @@ featureServer.deleteFeature({
3745
4154
 
3746
4155
  <tr class="deep-level-1">
3747
4156
 
3748
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4157
+ <td class="name"><code>returnStyle</code></td>
3749
4158
 
3750
4159
 
3751
4160
  <td class="type">
3752
4161
 
3753
4162
 
3754
- <span class="param-type">Boolean</span>
4163
+ <span class="param-type">
4164
+
4165
+ Boolean
4166
+
4167
+ </span>
4168
+
3755
4169
 
3756
4170
 
3757
4171
 
@@ -3773,13 +4187,18 @@ featureServer.deleteFeature({
3773
4187
 
3774
4188
  <tr class="deep-level-1">
3775
4189
 
3776
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4190
+ <td class="name"><code>returnIdsOnly</code></td>
3777
4191
 
3778
4192
 
3779
4193
  <td class="type">
3780
4194
 
3781
4195
 
3782
- <span class="param-type">Boolean</span>
4196
+ <span class="param-type">
4197
+
4198
+ Boolean
4199
+
4200
+ </span>
4201
+
3783
4202
 
3784
4203
 
3785
4204
 
@@ -3801,13 +4220,18 @@ featureServer.deleteFeature({
3801
4220
 
3802
4221
  <tr class="deep-level-1">
3803
4222
 
3804
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4223
+ <td class="name"><code>returnCountOnly</code></td>
3805
4224
 
3806
4225
 
3807
4226
  <td class="type">
3808
4227
 
3809
4228
 
3810
- <span class="param-type">Boolean</span>
4229
+ <span class="param-type">
4230
+
4231
+ Boolean
4232
+
4233
+ </span>
4234
+
3811
4235
 
3812
4236
 
3813
4237
 
@@ -3829,13 +4253,18 @@ featureServer.deleteFeature({
3829
4253
 
3830
4254
  <tr class="deep-level-1">
3831
4255
 
3832
- <td class="name" id="returnExtentOnly"><code>returnExtentOnly</code></td>
4256
+ <td class="name"><code>returnExtentOnly</code></td>
3833
4257
 
3834
4258
 
3835
4259
  <td class="type">
3836
4260
 
3837
4261
 
3838
- <span class="param-type">Boolean</span>
4262
+ <span class="param-type">
4263
+
4264
+ Boolean
4265
+
4266
+ </span>
4267
+
3839
4268
 
3840
4269
 
3841
4270
 
@@ -3857,13 +4286,18 @@ featureServer.deleteFeature({
3857
4286
 
3858
4287
  <tr class="deep-level-1">
3859
4288
 
3860
- <td class="name" id="returnZ"><code>returnZ</code></td>
4289
+ <td class="name"><code>returnZ</code></td>
3861
4290
 
3862
4291
 
3863
4292
  <td class="type">
3864
4293
 
3865
4294
 
3866
- <span class="param-type">Boolean</span>
4295
+ <span class="param-type">
4296
+
4297
+ Boolean
4298
+
4299
+ </span>
4300
+
3867
4301
 
3868
4302
 
3869
4303
 
@@ -3885,13 +4319,18 @@ featureServer.deleteFeature({
3885
4319
 
3886
4320
  <tr class="deep-level-1">
3887
4321
 
3888
- <td class="name" id="inSrs"><code>inSrs</code></td>
4322
+ <td class="name"><code>inSrs</code></td>
3889
4323
 
3890
4324
 
3891
4325
  <td class="type">
3892
4326
 
3893
4327
 
3894
- <span class="param-type">String</span>
4328
+ <span class="param-type">
4329
+
4330
+ String
4331
+
4332
+ </span>
4333
+
3895
4334
 
3896
4335
 
3897
4336
 
@@ -3911,13 +4350,18 @@ featureServer.deleteFeature({
3911
4350
 
3912
4351
  <tr class="deep-level-1">
3913
4352
 
3914
- <td class="name" id="outSrs"><code>outSrs</code></td>
4353
+ <td class="name"><code>outSrs</code></td>
3915
4354
 
3916
4355
 
3917
4356
  <td class="type">
3918
4357
 
3919
4358
 
3920
- <span class="param-type">String</span>
4359
+ <span class="param-type">
4360
+
4361
+ String
4362
+
4363
+ </span>
4364
+
3921
4365
 
3922
4366
 
3923
4367
 
@@ -4012,7 +4456,12 @@ featureServer.deleteFeature({
4012
4456
  <div class='column is-5 has-text-left'>
4013
4457
  <label>类型: </label>
4014
4458
 
4015
- <span class="param-type">Promise.&lt;Object></span>
4459
+ <span class="param-type">
4460
+
4461
+ Promise.&lt;Object>
4462
+
4463
+ </span>
4464
+
4016
4465
 
4017
4466
 
4018
4467
  </div>
@@ -4105,7 +4554,7 @@ featureServer.deleteFeature({
4105
4554
 
4106
4555
  <tr class="deep-level-0">
4107
4556
 
4108
- <td class="name" id="options"><code>options</code></td>
4557
+ <td class="name"><code>options</code></td>
4109
4558
 
4110
4559
 
4111
4560
  <td class="type">
@@ -4126,13 +4575,18 @@ featureServer.deleteFeature({
4126
4575
 
4127
4576
  <tr class="deep-level-1">
4128
4577
 
4129
- <td class="name" id="method"><code>method</code></td>
4578
+ <td class="name"><code>method</code></td>
4130
4579
 
4131
4580
 
4132
4581
  <td class="type">
4133
4582
 
4134
4583
 
4135
- <span class="param-type">String</span>
4584
+ <span class="param-type">
4585
+
4586
+ String
4587
+
4588
+ </span>
4589
+
4136
4590
 
4137
4591
 
4138
4592
 
@@ -4154,13 +4608,18 @@ featureServer.deleteFeature({
4154
4608
 
4155
4609
  <tr class="deep-level-1">
4156
4610
 
4157
- <td class="name" id="success"><code>success</code></td>
4611
+ <td class="name"><code>success</code></td>
4158
4612
 
4159
4613
 
4160
4614
  <td class="type">
4161
4615
 
4162
4616
 
4163
- <span class="param-type"><a class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a></span>
4617
+ <span class="param-type">
4618
+
4619
+ <a link="queryLayerInfoSuccess.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryLayerInfoSuccess" global.html#queryLayerInfoSuccess>queryLayerInfoSuccess</a>
4620
+
4621
+ </span>
4622
+
4164
4623
 
4165
4624
 
4166
4625
 
@@ -4180,13 +4639,18 @@ featureServer.deleteFeature({
4180
4639
 
4181
4640
  <tr class="deep-level-1">
4182
4641
 
4183
- <td class="name" id="failure"><code>failure</code></td>
4642
+ <td class="name"><code>failure</code></td>
4184
4643
 
4185
4644
 
4186
4645
  <td class="type">
4187
4646
 
4188
4647
 
4189
- <span class="param-type"><a class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a></span>
4648
+ <span class="param-type">
4649
+
4650
+ <a link="queryFailure.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="queryFailure" global.html#queryFailure>queryFailure</a>
4651
+
4652
+ </span>
4653
+
4190
4654
 
4191
4655
 
4192
4656
 
@@ -4206,13 +4670,18 @@ featureServer.deleteFeature({
4206
4670
 
4207
4671
  <tr class="deep-level-1">
4208
4672
 
4209
- <td class="name" id="layerDefs"><code>layerDefs</code></td>
4673
+ <td class="name"><code>layerDefs</code></td>
4210
4674
 
4211
4675
 
4212
4676
  <td class="type">
4213
4677
 
4214
4678
 
4215
- <span class="param-type">Array</span>
4679
+ <span class="param-type">
4680
+
4681
+ Array
4682
+
4683
+ </span>
4684
+
4216
4685
 
4217
4686
 
4218
4687
 
@@ -4232,13 +4701,18 @@ featureServer.deleteFeature({
4232
4701
 
4233
4702
  <tr class="deep-level-1">
4234
4703
 
4235
- <td class="name" id="geometry"><code>geometry</code></td>
4704
+ <td class="name"><code>geometry</code></td>
4236
4705
 
4237
4706
 
4238
4707
  <td class="type">
4239
4708
 
4240
4709
 
4241
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4710
+ <span class="param-type">
4711
+
4712
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4713
+
4714
+ </span>
4715
+
4242
4716
 
4243
4717
 
4244
4718
 
@@ -4258,13 +4732,18 @@ featureServer.deleteFeature({
4258
4732
 
4259
4733
  <tr class="deep-level-1">
4260
4734
 
4261
- <td class="name" id="distance"><code>distance</code></td>
4735
+ <td class="name"><code>distance</code></td>
4262
4736
 
4263
4737
 
4264
4738
  <td class="type">
4265
4739
 
4266
4740
 
4267
- <span class="param-type">Number</span>
4741
+ <span class="param-type">
4742
+
4743
+ Number
4744
+
4745
+ </span>
4746
+
4268
4747
 
4269
4748
 
4270
4749
 
@@ -4286,13 +4765,18 @@ featureServer.deleteFeature({
4286
4765
 
4287
4766
  <tr class="deep-level-1">
4288
4767
 
4289
- <td class="name" id="geometryPrecision"><code>geometryPrecision</code></td>
4768
+ <td class="name"><code>geometryPrecision</code></td>
4290
4769
 
4291
4770
 
4292
4771
  <td class="type">
4293
4772
 
4294
4773
 
4295
- <span class="param-type">Number</span>
4774
+ <span class="param-type">
4775
+
4776
+ Number
4777
+
4778
+ </span>
4779
+
4296
4780
 
4297
4781
 
4298
4782
 
@@ -4312,13 +4796,18 @@ featureServer.deleteFeature({
4312
4796
 
4313
4797
  <tr class="deep-level-1">
4314
4798
 
4315
- <td class="name" id="spatialRel"><code>spatialRel</code></td>
4799
+ <td class="name"><code>spatialRel</code></td>
4316
4800
 
4317
4801
 
4318
4802
  <td class="type">
4319
4803
 
4320
4804
 
4321
- <span class="param-type"><a class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a></span>
4805
+ <span class="param-type">
4806
+
4807
+ <a link="SpatialRelation.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialRelation" global.html#SpatialRelation>SpatialRelation</a>
4808
+
4809
+ </span>
4810
+
4322
4811
 
4323
4812
 
4324
4813
 
@@ -4338,13 +4827,18 @@ featureServer.deleteFeature({
4338
4827
 
4339
4828
  <tr class="deep-level-1">
4340
4829
 
4341
- <td class="name" id="resultRecordCount"><code>resultRecordCount</code></td>
4830
+ <td class="name"><code>resultRecordCount</code></td>
4342
4831
 
4343
4832
 
4344
4833
  <td class="type">
4345
4834
 
4346
4835
 
4347
- <span class="param-type">Number</span>
4836
+ <span class="param-type">
4837
+
4838
+ Number
4839
+
4840
+ </span>
4841
+
4348
4842
 
4349
4843
 
4350
4844
 
@@ -4366,13 +4860,18 @@ featureServer.deleteFeature({
4366
4860
 
4367
4861
  <tr class="deep-level-1">
4368
4862
 
4369
- <td class="name" id="returnGeometry"><code>returnGeometry</code></td>
4863
+ <td class="name"><code>returnGeometry</code></td>
4370
4864
 
4371
4865
 
4372
4866
  <td class="type">
4373
4867
 
4374
4868
 
4375
- <span class="param-type">Boolean</span>
4869
+ <span class="param-type">
4870
+
4871
+ Boolean
4872
+
4873
+ </span>
4874
+
4376
4875
 
4377
4876
 
4378
4877
 
@@ -4394,13 +4893,18 @@ featureServer.deleteFeature({
4394
4893
 
4395
4894
  <tr class="deep-level-1">
4396
4895
 
4397
- <td class="name" id="returnAttribute"><code>returnAttribute</code></td>
4896
+ <td class="name"><code>returnAttribute</code></td>
4398
4897
 
4399
4898
 
4400
4899
  <td class="type">
4401
4900
 
4402
4901
 
4403
- <span class="param-type">Boolean</span>
4902
+ <span class="param-type">
4903
+
4904
+ Boolean
4905
+
4906
+ </span>
4907
+
4404
4908
 
4405
4909
 
4406
4910
 
@@ -4422,13 +4926,18 @@ featureServer.deleteFeature({
4422
4926
 
4423
4927
  <tr class="deep-level-1">
4424
4928
 
4425
- <td class="name" id="returnStyle"><code>returnStyle</code></td>
4929
+ <td class="name"><code>returnStyle</code></td>
4426
4930
 
4427
4931
 
4428
4932
  <td class="type">
4429
4933
 
4430
4934
 
4431
- <span class="param-type">Boolean</span>
4935
+ <span class="param-type">
4936
+
4937
+ Boolean
4938
+
4939
+ </span>
4940
+
4432
4941
 
4433
4942
 
4434
4943
 
@@ -4450,13 +4959,18 @@ featureServer.deleteFeature({
4450
4959
 
4451
4960
  <tr class="deep-level-1">
4452
4961
 
4453
- <td class="name" id="returnIdsOnly"><code>returnIdsOnly</code></td>
4962
+ <td class="name"><code>returnIdsOnly</code></td>
4454
4963
 
4455
4964
 
4456
4965
  <td class="type">
4457
4966
 
4458
4967
 
4459
- <span class="param-type">Boolean</span>
4968
+ <span class="param-type">
4969
+
4970
+ Boolean
4971
+
4972
+ </span>
4973
+
4460
4974
 
4461
4975
 
4462
4976
 
@@ -4478,13 +4992,18 @@ featureServer.deleteFeature({
4478
4992
 
4479
4993
  <tr class="deep-level-1">
4480
4994
 
4481
- <td class="name" id="returnCountOnly"><code>returnCountOnly</code></td>
4995
+ <td class="name"><code>returnCountOnly</code></td>
4482
4996
 
4483
4997
 
4484
4998
  <td class="type">
4485
4999
 
4486
5000
 
4487
- <span class="param-type">Boolean</span>
5001
+ <span class="param-type">
5002
+
5003
+ Boolean
5004
+
5005
+ </span>
5006
+
4488
5007
 
4489
5008
 
4490
5009
 
@@ -4506,13 +5025,18 @@ featureServer.deleteFeature({
4506
5025
 
4507
5026
  <tr class="deep-level-1">
4508
5027
 
4509
- <td class="name" id="returnZ"><code>returnZ</code></td>
5028
+ <td class="name"><code>returnZ</code></td>
4510
5029
 
4511
5030
 
4512
5031
  <td class="type">
4513
5032
 
4514
5033
 
4515
- <span class="param-type">Boolean</span>
5034
+ <span class="param-type">
5035
+
5036
+ Boolean
5037
+
5038
+ </span>
5039
+
4516
5040
 
4517
5041
 
4518
5042
 
@@ -4534,13 +5058,18 @@ featureServer.deleteFeature({
4534
5058
 
4535
5059
  <tr class="deep-level-1">
4536
5060
 
4537
- <td class="name" id="inSrs"><code>inSrs</code></td>
5061
+ <td class="name"><code>inSrs</code></td>
4538
5062
 
4539
5063
 
4540
5064
  <td class="type">
4541
5065
 
4542
5066
 
4543
- <span class="param-type">String</span>
5067
+ <span class="param-type">
5068
+
5069
+ String
5070
+
5071
+ </span>
5072
+
4544
5073
 
4545
5074
 
4546
5075
 
@@ -4560,13 +5089,18 @@ featureServer.deleteFeature({
4560
5089
 
4561
5090
  <tr class="deep-level-1">
4562
5091
 
4563
- <td class="name" id="outSrs"><code>outSrs</code></td>
5092
+ <td class="name"><code>outSrs</code></td>
4564
5093
 
4565
5094
 
4566
5095
  <td class="type">
4567
5096
 
4568
5097
 
4569
- <span class="param-type">String</span>
5098
+ <span class="param-type">
5099
+
5100
+ String
5101
+
5102
+ </span>
5103
+
4570
5104
 
4571
5105
 
4572
5106
 
@@ -4591,7 +5125,7 @@ featureServer.deleteFeature({
4591
5125
 
4592
5126
  <tr class="deep-level-0">
4593
5127
 
4594
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
5128
+ <td class="name"><code>GDBPOptions</code></td>
4595
5129
 
4596
5130
 
4597
5131
  <td class="type">
@@ -4612,13 +5146,18 @@ featureServer.deleteFeature({
4612
5146
 
4613
5147
  <tr class="deep-level-1">
4614
5148
 
4615
- <td class="name" id="gdbp"><code>gdbp</code></td>
5149
+ <td class="name"><code>gdbp</code></td>
4616
5150
 
4617
5151
 
4618
5152
  <td class="type">
4619
5153
 
4620
5154
 
4621
- <span class="param-type">String</span>
5155
+ <span class="param-type">
5156
+
5157
+ String
5158
+
5159
+ </span>
5160
+
4622
5161
 
4623
5162
 
4624
5163
 
@@ -4638,13 +5177,18 @@ featureServer.deleteFeature({
4638
5177
 
4639
5178
  <tr class="deep-level-1">
4640
5179
 
4641
- <td class="name" id="geometry"><code>geometry</code></td>
5180
+ <td class="name"><code>geometry</code></td>
4642
5181
 
4643
5182
 
4644
5183
  <td class="type">
4645
5184
 
4646
5185
 
4647
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5186
+ <span class="param-type">
5187
+
5188
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5189
+
5190
+ </span>
5191
+
4648
5192
 
4649
5193
 
4650
5194
 
@@ -4664,13 +5208,18 @@ featureServer.deleteFeature({
4664
5208
 
4665
5209
  <tr class="deep-level-1">
4666
5210
 
4667
- <td class="name" id="where"><code>where</code></td>
5211
+ <td class="name"><code>where</code></td>
4668
5212
 
4669
5213
 
4670
5214
  <td class="type">
4671
5215
 
4672
5216
 
4673
- <span class="param-type">String</span>
5217
+ <span class="param-type">
5218
+
5219
+ String
5220
+
5221
+ </span>
5222
+
4674
5223
 
4675
5224
 
4676
5225
 
@@ -4690,13 +5239,18 @@ featureServer.deleteFeature({
4690
5239
 
4691
5240
  <tr class="deep-level-1">
4692
5241
 
4693
- <td class="name" id="objectIds"><code>objectIds</code></td>
5242
+ <td class="name"><code>objectIds</code></td>
4694
5243
 
4695
5244
 
4696
5245
  <td class="type">
4697
5246
 
4698
5247
 
4699
- <span class="param-type">String</span>
5248
+ <span class="param-type">
5249
+
5250
+ String
5251
+
5252
+ </span>
5253
+
4700
5254
 
4701
5255
 
4702
5256
 
@@ -4716,13 +5270,18 @@ featureServer.deleteFeature({
4716
5270
 
4717
5271
  <tr class="deep-level-1">
4718
5272
 
4719
- <td class="name" id="page"><code>page</code></td>
5273
+ <td class="name"><code>page</code></td>
4720
5274
 
4721
5275
 
4722
5276
  <td class="type">
4723
5277
 
4724
5278
 
4725
- <span class="param-type">Number</span>
5279
+ <span class="param-type">
5280
+
5281
+ Number
5282
+
5283
+ </span>
5284
+
4726
5285
 
4727
5286
 
4728
5287
 
@@ -4744,13 +5303,18 @@ featureServer.deleteFeature({
4744
5303
 
4745
5304
  <tr class="deep-level-1">
4746
5305
 
4747
- <td class="name" id="pageCount"><code>pageCount</code></td>
5306
+ <td class="name"><code>pageCount</code></td>
4748
5307
 
4749
5308
 
4750
5309
  <td class="type">
4751
5310
 
4752
5311
 
4753
- <span class="param-type">Number</span>
5312
+ <span class="param-type">
5313
+
5314
+ Number
5315
+
5316
+ </span>
5317
+
4754
5318
 
4755
5319
 
4756
5320
 
@@ -4772,13 +5336,18 @@ featureServer.deleteFeature({
4772
5336
 
4773
5337
  <tr class="deep-level-1">
4774
5338
 
4775
- <td class="name" id="rule"><code>rule</code></td>
5339
+ <td class="name"><code>rule</code></td>
4776
5340
 
4777
5341
 
4778
5342
  <td class="type">
4779
5343
 
4780
5344
 
4781
- <span class="param-type">Object</span>
5345
+ <span class="param-type">
5346
+
5347
+ Object
5348
+
5349
+ </span>
5350
+
4782
5351
 
4783
5352
 
4784
5353
 
@@ -4799,13 +5368,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4799
5368
 
4800
5369
  <tr class="deep-level-1">
4801
5370
 
4802
- <td class="name" id="structs"><code>structs</code></td>
5371
+ <td class="name"><code>structs</code></td>
4803
5372
 
4804
5373
 
4805
5374
  <td class="type">
4806
5375
 
4807
5376
 
4808
- <span class="param-type">Object</span>
5377
+ <span class="param-type">
5378
+
5379
+ Object
5380
+
5381
+ </span>
5382
+
4809
5383
 
4810
5384
 
4811
5385
 
@@ -4825,13 +5399,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4825
5399
 
4826
5400
  <tr class="deep-level-1">
4827
5401
 
4828
- <td class="name" id="orderField"><code>orderField</code></td>
5402
+ <td class="name"><code>orderField</code></td>
4829
5403
 
4830
5404
 
4831
5405
  <td class="type">
4832
5406
 
4833
5407
 
4834
- <span class="param-type">String</span>
5408
+ <span class="param-type">
5409
+
5410
+ String
5411
+
5412
+ </span>
5413
+
4835
5414
 
4836
5415
 
4837
5416
 
@@ -4851,13 +5430,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4851
5430
 
4852
5431
  <tr class="deep-level-1">
4853
5432
 
4854
- <td class="name" id="isAsc"><code>isAsc</code></td>
5433
+ <td class="name"><code>isAsc</code></td>
4855
5434
 
4856
5435
 
4857
5436
  <td class="type">
4858
5437
 
4859
5438
 
4860
- <span class="param-type">Boolean</span>
5439
+ <span class="param-type">
5440
+
5441
+ Boolean
5442
+
5443
+ </span>
5444
+
4861
5445
 
4862
5446
 
4863
5447
 
@@ -4882,7 +5466,7 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4882
5466
 
4883
5467
  <tr class="deep-level-0">
4884
5468
 
4885
- <td class="name" id="DocsOptions"><code>DocsOptions</code></td>
5469
+ <td class="name"><code>DocsOptions</code></td>
4886
5470
 
4887
5471
 
4888
5472
  <td class="type">
@@ -4903,13 +5487,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4903
5487
 
4904
5488
  <tr class="deep-level-1">
4905
5489
 
4906
- <td class="name" id="mapIndex"><code>mapIndex</code></td>
5490
+ <td class="name"><code>mapIndex</code></td>
4907
5491
 
4908
5492
 
4909
5493
  <td class="type">
4910
5494
 
4911
5495
 
4912
- <span class="param-type">Number</span>
5496
+ <span class="param-type">
5497
+
5498
+ Number
5499
+
5500
+ </span>
5501
+
4913
5502
 
4914
5503
 
4915
5504
 
@@ -4929,13 +5518,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4929
5518
 
4930
5519
  <tr class="deep-level-1">
4931
5520
 
4932
- <td class="name" id="layerIndexes"><code>layerIndexes</code></td>
5521
+ <td class="name"><code>layerIndexes</code></td>
4933
5522
 
4934
5523
 
4935
5524
  <td class="type">
4936
5525
 
4937
5526
 
4938
- <span class="param-type">String</span>
5527
+ <span class="param-type">
5528
+
5529
+ String
5530
+
5531
+ </span>
5532
+
4939
5533
 
4940
5534
 
4941
5535
 
@@ -4955,13 +5549,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4955
5549
 
4956
5550
  <tr class="deep-level-1">
4957
5551
 
4958
- <td class="name" id="geometry"><code>geometry</code></td>
5552
+ <td class="name"><code>geometry</code></td>
4959
5553
 
4960
5554
 
4961
5555
  <td class="type">
4962
5556
 
4963
5557
 
4964
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5558
+ <span class="param-type">
5559
+
5560
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5561
+
5562
+ </span>
5563
+
4965
5564
 
4966
5565
 
4967
5566
 
@@ -4981,13 +5580,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
4981
5580
 
4982
5581
  <tr class="deep-level-1">
4983
5582
 
4984
- <td class="name" id="where"><code>where</code></td>
5583
+ <td class="name"><code>where</code></td>
4985
5584
 
4986
5585
 
4987
5586
  <td class="type">
4988
5587
 
4989
5588
 
4990
- <span class="param-type">String</span>
5589
+ <span class="param-type">
5590
+
5591
+ String
5592
+
5593
+ </span>
5594
+
4991
5595
 
4992
5596
 
4993
5597
 
@@ -5007,13 +5611,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5007
5611
 
5008
5612
  <tr class="deep-level-1">
5009
5613
 
5010
- <td class="name" id="objectIds"><code>objectIds</code></td>
5614
+ <td class="name"><code>objectIds</code></td>
5011
5615
 
5012
5616
 
5013
5617
  <td class="type">
5014
5618
 
5015
5619
 
5016
- <span class="param-type">String</span>
5620
+ <span class="param-type">
5621
+
5622
+ String
5623
+
5624
+ </span>
5625
+
5017
5626
 
5018
5627
 
5019
5628
 
@@ -5033,13 +5642,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5033
5642
 
5034
5643
  <tr class="deep-level-1">
5035
5644
 
5036
- <td class="name" id="page"><code>page</code></td>
5645
+ <td class="name"><code>page</code></td>
5037
5646
 
5038
5647
 
5039
5648
  <td class="type">
5040
5649
 
5041
5650
 
5042
- <span class="param-type">Number</span>
5651
+ <span class="param-type">
5652
+
5653
+ Number
5654
+
5655
+ </span>
5656
+
5043
5657
 
5044
5658
 
5045
5659
 
@@ -5061,13 +5675,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5061
5675
 
5062
5676
  <tr class="deep-level-1">
5063
5677
 
5064
- <td class="name" id="pageCount"><code>pageCount</code></td>
5678
+ <td class="name"><code>pageCount</code></td>
5065
5679
 
5066
5680
 
5067
5681
  <td class="type">
5068
5682
 
5069
5683
 
5070
- <span class="param-type">Number</span>
5684
+ <span class="param-type">
5685
+
5686
+ Number
5687
+
5688
+ </span>
5689
+
5071
5690
 
5072
5691
 
5073
5692
 
@@ -5089,13 +5708,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5089
5708
 
5090
5709
  <tr class="deep-level-1">
5091
5710
 
5092
- <td class="name" id="rule"><code>rule</code></td>
5711
+ <td class="name"><code>rule</code></td>
5093
5712
 
5094
5713
 
5095
5714
  <td class="type">
5096
5715
 
5097
5716
 
5098
- <span class="param-type">Object</span>
5717
+ <span class="param-type">
5718
+
5719
+ Object
5720
+
5721
+ </span>
5722
+
5099
5723
 
5100
5724
 
5101
5725
 
@@ -5116,13 +5740,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5116
5740
 
5117
5741
  <tr class="deep-level-1">
5118
5742
 
5119
- <td class="name" id="structs"><code>structs</code></td>
5743
+ <td class="name"><code>structs</code></td>
5120
5744
 
5121
5745
 
5122
5746
  <td class="type">
5123
5747
 
5124
5748
 
5125
- <span class="param-type">Object</span>
5749
+ <span class="param-type">
5750
+
5751
+ Object
5752
+
5753
+ </span>
5754
+
5126
5755
 
5127
5756
 
5128
5757
 
@@ -5142,13 +5771,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5142
5771
 
5143
5772
  <tr class="deep-level-1">
5144
5773
 
5145
- <td class="name" id="orderField"><code>orderField</code></td>
5774
+ <td class="name"><code>orderField</code></td>
5146
5775
 
5147
5776
 
5148
5777
  <td class="type">
5149
5778
 
5150
5779
 
5151
- <span class="param-type">String</span>
5780
+ <span class="param-type">
5781
+
5782
+ String
5783
+
5784
+ </span>
5785
+
5152
5786
 
5153
5787
 
5154
5788
 
@@ -5168,13 +5802,18 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5168
5802
 
5169
5803
  <tr class="deep-level-1">
5170
5804
 
5171
- <td class="name" id="isAsc"><code>isAsc</code></td>
5805
+ <td class="name"><code>isAsc</code></td>
5172
5806
 
5173
5807
 
5174
5808
  <td class="type">
5175
5809
 
5176
5810
 
5177
- <span class="param-type">Boolean</span>
5811
+ <span class="param-type">
5812
+
5813
+ Boolean
5814
+
5815
+ </span>
5816
+
5178
5817
 
5179
5818
 
5180
5819
 
@@ -5269,7 +5908,12 @@ CompareRectOnly表示是否仅比较要素的外包矩形,来判定是否与
5269
5908
  <div class='column is-5 has-text-left'>
5270
5909
  <label>类型: </label>
5271
5910
 
5272
- <span class="param-type">Promise.&lt;Object></span>
5911
+ <span class="param-type">
5912
+
5913
+ Promise.&lt;Object>
5914
+
5915
+ </span>
5916
+
5273
5917
 
5274
5918
 
5275
5919
  </div>
@@ -5407,7 +6051,7 @@ import { Polygon } from "@mapgis/webclient-common"
5407
6051
 
5408
6052
  <tr class="deep-level-0">
5409
6053
 
5410
- <td class="name" id="options"><code>options</code></td>
6054
+ <td class="name"><code>options</code></td>
5411
6055
 
5412
6056
 
5413
6057
  <td class="type">
@@ -5424,13 +6068,18 @@ import { Polygon } from "@mapgis/webclient-common"
5424
6068
 
5425
6069
  <tr class="deep-level-1">
5426
6070
 
5427
- <td class="name" id="layerId"><code>layerId</code></td>
6071
+ <td class="name"><code>layerId</code></td>
5428
6072
 
5429
6073
 
5430
6074
  <td class="type">
5431
6075
 
5432
6076
 
5433
- <span class="param-type">String</span>
6077
+ <span class="param-type">
6078
+
6079
+ String
6080
+
6081
+ </span>
6082
+
5434
6083
 
5435
6084
 
5436
6085
 
@@ -5446,13 +6095,18 @@ import { Polygon } from "@mapgis/webclient-common"
5446
6095
 
5447
6096
  <tr class="deep-level-1">
5448
6097
 
5449
- <td class="name" id="success"><code>success</code></td>
6098
+ <td class="name"><code>success</code></td>
5450
6099
 
5451
6100
 
5452
6101
  <td class="type">
5453
6102
 
5454
6103
 
5455
- <span class="param-type">function</span>
6104
+ <span class="param-type">
6105
+
6106
+ function
6107
+
6108
+ </span>
6109
+
5456
6110
 
5457
6111
 
5458
6112
 
@@ -5468,13 +6122,18 @@ import { Polygon } from "@mapgis/webclient-common"
5468
6122
 
5469
6123
  <tr class="deep-level-1">
5470
6124
 
5471
- <td class="name" id="failure"><code>failure</code></td>
6125
+ <td class="name"><code>failure</code></td>
5472
6126
 
5473
6127
 
5474
6128
  <td class="type">
5475
6129
 
5476
6130
 
5477
- <span class="param-type">function</span>
6131
+ <span class="param-type">
6132
+
6133
+ function
6134
+
6135
+ </span>
6136
+
5478
6137
 
5479
6138
 
5480
6139
 
@@ -5565,7 +6224,12 @@ import { Polygon } from "@mapgis/webclient-common"
5565
6224
  <div class='column is-5 has-text-left'>
5566
6225
  <label>类型: </label>
5567
6226
 
5568
- <span class="param-type">Promise.&lt;Object></span>
6227
+ <span class="param-type">
6228
+
6229
+ Promise.&lt;Object>
6230
+
6231
+ </span>
6232
+
5569
6233
 
5570
6234
 
5571
6235
  </div>
@@ -5656,7 +6320,7 @@ import { Polygon } from "@mapgis/webclient-common"
5656
6320
 
5657
6321
  <tr class="deep-level-0">
5658
6322
 
5659
- <td class="name" id="options"><code>options</code></td>
6323
+ <td class="name"><code>options</code></td>
5660
6324
 
5661
6325
 
5662
6326
  <td class="type">
@@ -5677,13 +6341,18 @@ import { Polygon } from "@mapgis/webclient-common"
5677
6341
 
5678
6342
  <tr class="deep-level-1">
5679
6343
 
5680
- <td class="name" id="success"><code>success</code></td>
6344
+ <td class="name"><code>success</code></td>
5681
6345
 
5682
6346
 
5683
6347
  <td class="type">
5684
6348
 
5685
6349
 
5686
- <span class="param-type">function</span>
6350
+ <span class="param-type">
6351
+
6352
+ function
6353
+
6354
+ </span>
6355
+
5687
6356
 
5688
6357
 
5689
6358
 
@@ -5705,13 +6374,18 @@ import { Polygon } from "@mapgis/webclient-common"
5705
6374
 
5706
6375
  <tr class="deep-level-1">
5707
6376
 
5708
- <td class="name" id="failure"><code>failure</code></td>
6377
+ <td class="name"><code>failure</code></td>
5709
6378
 
5710
6379
 
5711
6380
  <td class="type">
5712
6381
 
5713
6382
 
5714
- <span class="param-type">function</span>
6383
+ <span class="param-type">
6384
+
6385
+ function
6386
+
6387
+ </span>
6388
+
5715
6389
 
5716
6390
 
5717
6391
 
@@ -5752,7 +6426,7 @@ import { Polygon } from "@mapgis/webclient-common"
5752
6426
 
5753
6427
  <dt class="inherited-from">Inherited From:</dt>
5754
6428
  <dd class="inherited-from"><ul class="dummy"><li>
5755
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
6429
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5756
6430
  </li></ul></dd>
5757
6431
 
5758
6432
 
@@ -5889,7 +6563,7 @@ import { Polygon } from "@mapgis/webclient-common"
5889
6563
 
5890
6564
  <tr class="deep-level-0">
5891
6565
 
5892
- <td class="name" id="options"><code>options</code></td>
6566
+ <td class="name"><code>options</code></td>
5893
6567
 
5894
6568
 
5895
6569
  <td class="type">
@@ -5910,13 +6584,18 @@ import { Polygon } from "@mapgis/webclient-common"
5910
6584
 
5911
6585
  <tr class="deep-level-1">
5912
6586
 
5913
- <td class="name" id="layerId"><code>layerId</code></td>
6587
+ <td class="name"><code>layerId</code></td>
5914
6588
 
5915
6589
 
5916
6590
  <td class="type">
5917
6591
 
5918
6592
 
5919
- <span class="param-type">String</span>
6593
+ <span class="param-type">
6594
+
6595
+ String
6596
+
6597
+ </span>
6598
+
5920
6599
 
5921
6600
 
5922
6601
 
@@ -5936,13 +6615,18 @@ import { Polygon } from "@mapgis/webclient-common"
5936
6615
 
5937
6616
  <tr class="deep-level-1">
5938
6617
 
5939
- <td class="name" id="method"><code>method</code></td>
6618
+ <td class="name"><code>method</code></td>
5940
6619
 
5941
6620
 
5942
6621
  <td class="type">
5943
6622
 
5944
6623
 
5945
- <span class="param-type">String</span>
6624
+ <span class="param-type">
6625
+
6626
+ String
6627
+
6628
+ </span>
6629
+
5946
6630
 
5947
6631
 
5948
6632
 
@@ -5964,13 +6648,18 @@ import { Polygon } from "@mapgis/webclient-common"
5964
6648
 
5965
6649
  <tr class="deep-level-1">
5966
6650
 
5967
- <td class="name" id="success"><code>success</code></td>
6651
+ <td class="name"><code>success</code></td>
5968
6652
 
5969
6653
 
5970
6654
  <td class="type">
5971
6655
 
5972
6656
 
5973
- <span class="param-type">function</span>
6657
+ <span class="param-type">
6658
+
6659
+ function
6660
+
6661
+ </span>
6662
+
5974
6663
 
5975
6664
 
5976
6665
 
@@ -5990,13 +6679,18 @@ import { Polygon } from "@mapgis/webclient-common"
5990
6679
 
5991
6680
  <tr class="deep-level-1">
5992
6681
 
5993
- <td class="name" id="failure"><code>failure</code></td>
6682
+ <td class="name"><code>failure</code></td>
5994
6683
 
5995
6684
 
5996
6685
  <td class="type">
5997
6686
 
5998
6687
 
5999
- <span class="param-type">function</span>
6688
+ <span class="param-type">
6689
+
6690
+ function
6691
+
6692
+ </span>
6693
+
6000
6694
 
6001
6695
 
6002
6696
 
@@ -6016,13 +6710,18 @@ import { Polygon } from "@mapgis/webclient-common"
6016
6710
 
6017
6711
  <tr class="deep-level-1">
6018
6712
 
6019
- <td class="name" id="features"><code>features</code></td>
6713
+ <td class="name"><code>features</code></td>
6020
6714
 
6021
6715
 
6022
6716
  <td class="type">
6023
6717
 
6024
6718
 
6025
- <span class="param-type">Array</span>
6719
+ <span class="param-type">
6720
+
6721
+ Array
6722
+
6723
+ </span>
6724
+
6026
6725
 
6027
6726
 
6028
6727
 
@@ -6049,7 +6748,7 @@ import { Polygon } from "@mapgis/webclient-common"
6049
6748
 
6050
6749
  <tr class="deep-level-0">
6051
6750
 
6052
- <td class="name" id="GDBPOptions"><code>GDBPOptions</code></td>
6751
+ <td class="name"><code>GDBPOptions</code></td>
6053
6752
 
6054
6753
 
6055
6754
  <td class="type">
@@ -6070,13 +6769,18 @@ import { Polygon } from "@mapgis/webclient-common"
6070
6769
 
6071
6770
  <tr class="deep-level-1">
6072
6771
 
6073
- <td class="name" id="gdbp"><code>gdbp</code></td>
6772
+ <td class="name"><code>gdbp</code></td>
6074
6773
 
6075
6774
 
6076
6775
  <td class="type">
6077
6776
 
6078
6777
 
6079
- <span class="param-type">String</span>
6778
+ <span class="param-type">
6779
+
6780
+ String
6781
+
6782
+ </span>
6783
+
6080
6784
 
6081
6785
 
6082
6786
 
@@ -6096,13 +6800,18 @@ import { Polygon } from "@mapgis/webclient-common"
6096
6800
 
6097
6801
  <tr class="deep-level-1">
6098
6802
 
6099
- <td class="name" id="featureSet"><code>featureSet</code></td>
6803
+ <td class="name"><code>featureSet</code></td>
6100
6804
 
6101
6805
 
6102
6806
  <td class="type">
6103
6807
 
6104
6808
 
6105
- <span class="param-type">Object</span>
6809
+ <span class="param-type">
6810
+
6811
+ Object
6812
+
6813
+ </span>
6814
+
6106
6815
 
6107
6816
 
6108
6817
 
@@ -6197,7 +6906,12 @@ import { Polygon } from "@mapgis/webclient-common"
6197
6906
  <div class='column is-5 has-text-left'>
6198
6907
  <label>类型: </label>
6199
6908
 
6200
- <span class="param-type">Promise.&lt;Object></span>
6909
+ <span class="param-type">
6910
+
6911
+ Promise.&lt;Object>
6912
+
6913
+ </span>
6914
+
6201
6915
 
6202
6916
 
6203
6917
  </div>