@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="version"><code>version</code></td>
138
+ <td class="name"><code>version</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -265,7 +280,7 @@ WFSServer = new WFSServer({
265
280
 
266
281
 
267
282
  <ul>
268
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
283
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
269
284
  </ul>
270
285
 
271
286
 
@@ -297,11 +312,16 @@ WFSServer = new WFSServer({
297
312
  <tbody>
298
313
 
299
314
  <tr class="deep-level-0">
300
- <td class="name"><code><a href="WFSServer.html#clientId">clientId</a></code></td>
315
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
301
316
  <td class="name">
302
317
  <code>
303
318
 
304
- <span class="param-type">Boolean</span>
319
+ <span class="param-type">
320
+
321
+ Boolean
322
+
323
+ </span>
324
+
305
325
 
306
326
 
307
327
  </code>
@@ -310,11 +330,16 @@ WFSServer = new WFSServer({
310
330
  </tr>
311
331
 
312
332
  <tr class="deep-level-0">
313
- <td class="name"><code><a href="WFSServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
333
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
314
334
  <td class="name">
315
335
  <code>
316
336
 
317
- <span class="param-type">Boolean</span>
337
+ <span class="param-type">
338
+
339
+ Boolean
340
+
341
+ </span>
342
+
318
343
 
319
344
 
320
345
  </code>
@@ -323,11 +348,16 @@ WFSServer = new WFSServer({
323
348
  </tr>
324
349
 
325
350
  <tr class="deep-level-0">
326
- <td class="name"><code><a href="WFSServer.html#headers">headers</a></code></td>
351
+ <td class="name"><code><a href="#headers">headers</a></code></td>
327
352
  <td class="name">
328
353
  <code>
329
354
 
330
- <span class="param-type">String</span>
355
+ <span class="param-type">
356
+
357
+ String
358
+
359
+ </span>
360
+
331
361
 
332
362
 
333
363
  </code>
@@ -336,11 +366,16 @@ WFSServer = new WFSServer({
336
366
  </tr>
337
367
 
338
368
  <tr class="deep-level-0">
339
- <td class="name"><code><a href="WFSServer.html#requestInterceptor">requestInterceptor</a></code></td>
369
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
340
370
  <td class="name">
341
371
  <code>
342
372
 
343
- <span class="param-type">function</span>
373
+ <span class="param-type">
374
+
375
+ function
376
+
377
+ </span>
378
+
344
379
 
345
380
 
346
381
  </code>
@@ -349,11 +384,16 @@ WFSServer = new WFSServer({
349
384
  </tr>
350
385
 
351
386
  <tr class="deep-level-0">
352
- <td class="name"><code><a href="WFSServer.html#requestTimeout">requestTimeout</a></code></td>
387
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
353
388
  <td class="name">
354
389
  <code>
355
390
 
356
- <span class="param-type">String</span>
391
+ <span class="param-type">
392
+
393
+ String
394
+
395
+ </span>
396
+
357
397
 
358
398
 
359
399
  </code>
@@ -362,11 +402,16 @@ WFSServer = new WFSServer({
362
402
  </tr>
363
403
 
364
404
  <tr class="deep-level-0">
365
- <td class="name"><code><a href="WFSServer.html#responseInterceptor">responseInterceptor</a></code></td>
405
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
366
406
  <td class="name">
367
407
  <code>
368
408
 
369
- <span class="param-type">function</span>
409
+ <span class="param-type">
410
+
411
+ function
412
+
413
+ </span>
414
+
370
415
 
371
416
 
372
417
  </code>
@@ -375,11 +420,16 @@ WFSServer = new WFSServer({
375
420
  </tr>
376
421
 
377
422
  <tr class="deep-level-0">
378
- <td class="name"><code><a href="WFSServer.html#tokenAttachType">tokenAttachType</a></code></td>
423
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
379
424
  <td class="name">
380
425
  <code>
381
426
 
382
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
427
+ <span class="param-type">
428
+
429
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
430
+
431
+ </span>
432
+
383
433
 
384
434
 
385
435
  </code>
@@ -388,11 +438,16 @@ WFSServer = new WFSServer({
388
438
  </tr>
389
439
 
390
440
  <tr class="deep-level-0">
391
- <td class="name"><code><a href="WFSServer.html#tokenKey">tokenKey</a></code></td>
441
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
392
442
  <td class="name">
393
443
  <code>
394
444
 
395
- <span class="param-type">String</span>
445
+ <span class="param-type">
446
+
447
+ String
448
+
449
+ </span>
450
+
396
451
 
397
452
 
398
453
  </code>
@@ -401,11 +456,16 @@ WFSServer = new WFSServer({
401
456
  </tr>
402
457
 
403
458
  <tr class="deep-level-0">
404
- <td class="name"><code><a href="WFSServer.html#tokenValue">tokenValue</a></code></td>
459
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
405
460
  <td class="name">
406
461
  <code>
407
462
 
408
- <span class="param-type">String</span>
463
+ <span class="param-type">
464
+
465
+ String
466
+
467
+ </span>
468
+
409
469
 
410
470
 
411
471
  </code>
@@ -414,11 +474,16 @@ WFSServer = new WFSServer({
414
474
  </tr>
415
475
 
416
476
  <tr class="deep-level-0">
417
- <td class="name"><code><a href="WFSServer.html#url">url</a></code></td>
477
+ <td class="name"><code><a href="#url">url</a></code></td>
418
478
  <td class="name">
419
479
  <code>
420
480
 
421
- <span class="param-type">String</span>
481
+ <span class="param-type">
482
+
483
+ String
484
+
485
+ </span>
486
+
422
487
 
423
488
 
424
489
  </code>
@@ -427,11 +492,16 @@ WFSServer = new WFSServer({
427
492
  </tr>
428
493
 
429
494
  <tr class="deep-level-0">
430
- <td class="name"><code><a href="WFSServer.html#version">version</a></code></td>
495
+ <td class="name"><code><a href="#version">version</a></code></td>
431
496
  <td class="name">
432
497
  <code>
433
498
 
434
- <span class="param-type">String</span>
499
+ <span class="param-type">
500
+
501
+ String
502
+
503
+ </span>
504
+
435
505
 
436
506
 
437
507
  </code>
@@ -450,7 +520,12 @@ WFSServer = new WFSServer({
450
520
  <span class="method-parameter is-pulled-right">
451
521
  <label>类型:</label>
452
522
 
453
- <span class="param-type">Boolean</span>
523
+ <span class="param-type">
524
+
525
+ Boolean
526
+
527
+ </span>
528
+
454
529
 
455
530
 
456
531
  </span>
@@ -484,7 +559,7 @@ WFSServer = new WFSServer({
484
559
 
485
560
  <dt class="inherited-from">Inherited From:</dt>
486
561
  <dd class="inherited-from"><ul class="dummy"><li>
487
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
562
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
488
563
  </li></ul></dd>
489
564
 
490
565
 
@@ -525,7 +600,12 @@ WFSServer = new WFSServer({
525
600
  <span class="method-parameter is-pulled-right">
526
601
  <label>类型:</label>
527
602
 
528
- <span class="param-type">Boolean</span>
603
+ <span class="param-type">
604
+
605
+ Boolean
606
+
607
+ </span>
608
+
529
609
 
530
610
 
531
611
  </span>
@@ -559,7 +639,7 @@ WFSServer = new WFSServer({
559
639
 
560
640
  <dt class="inherited-from">Inherited From:</dt>
561
641
  <dd class="inherited-from"><ul class="dummy"><li>
562
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
642
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
563
643
  </li></ul></dd>
564
644
 
565
645
 
@@ -621,7 +701,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
621
701
  <span class="method-parameter is-pulled-right">
622
702
  <label>类型:</label>
623
703
 
624
- <span class="param-type">String</span>
704
+ <span class="param-type">
705
+
706
+ String
707
+
708
+ </span>
709
+
625
710
 
626
711
 
627
712
  </span>
@@ -655,7 +740,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
655
740
 
656
741
  <dt class="inherited-from">Inherited From:</dt>
657
742
  <dd class="inherited-from"><ul class="dummy"><li>
658
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
743
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
659
744
  </li></ul></dd>
660
745
 
661
746
 
@@ -718,7 +803,12 @@ BaseServer.headers.token = '新token';</code></pre>
718
803
  <span class="method-parameter is-pulled-right">
719
804
  <label>类型:</label>
720
805
 
721
- <span class="param-type">function</span>
806
+ <span class="param-type">
807
+
808
+ function
809
+
810
+ </span>
811
+
722
812
 
723
813
 
724
814
  </span>
@@ -752,7 +842,7 @@ BaseServer.headers.token = '新token';</code></pre>
752
842
 
753
843
  <dt class="inherited-from">Inherited From:</dt>
754
844
  <dd class="inherited-from"><ul class="dummy"><li>
755
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
845
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
756
846
  </li></ul></dd>
757
847
 
758
848
 
@@ -821,7 +911,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
821
911
  <span class="method-parameter is-pulled-right">
822
912
  <label>类型:</label>
823
913
 
824
- <span class="param-type">String</span>
914
+ <span class="param-type">
915
+
916
+ String
917
+
918
+ </span>
919
+
825
920
 
826
921
 
827
922
  </span>
@@ -855,7 +950,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
855
950
 
856
951
  <dt class="inherited-from">Inherited From:</dt>
857
952
  <dd class="inherited-from"><ul class="dummy"><li>
858
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
953
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
859
954
  </li></ul></dd>
860
955
 
861
956
 
@@ -914,7 +1009,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
914
1009
  <span class="method-parameter is-pulled-right">
915
1010
  <label>类型:</label>
916
1011
 
917
- <span class="param-type">function</span>
1012
+ <span class="param-type">
1013
+
1014
+ function
1015
+
1016
+ </span>
1017
+
918
1018
 
919
1019
 
920
1020
  </span>
@@ -948,7 +1048,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
948
1048
 
949
1049
  <dt class="inherited-from">Inherited From:</dt>
950
1050
  <dd class="inherited-from"><ul class="dummy"><li>
951
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1051
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
952
1052
  </li></ul></dd>
953
1053
 
954
1054
 
@@ -1019,7 +1119,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1019
1119
  <span class="method-parameter is-pulled-right">
1020
1120
  <label>类型:</label>
1021
1121
 
1022
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1122
+ <span class="param-type">
1123
+
1124
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1125
+
1126
+ </span>
1127
+
1023
1128
 
1024
1129
 
1025
1130
  </span>
@@ -1053,7 +1158,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1053
1158
 
1054
1159
  <dt class="inherited-from">Inherited From:</dt>
1055
1160
  <dd class="inherited-from"><ul class="dummy"><li>
1056
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1161
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1057
1162
  </li></ul></dd>
1058
1163
 
1059
1164
 
@@ -1116,7 +1221,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1116
1221
  <span class="method-parameter is-pulled-right">
1117
1222
  <label>类型:</label>
1118
1223
 
1119
- <span class="param-type">String</span>
1224
+ <span class="param-type">
1225
+
1226
+ String
1227
+
1228
+ </span>
1229
+
1120
1230
 
1121
1231
 
1122
1232
  </span>
@@ -1150,7 +1260,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1150
1260
 
1151
1261
  <dt class="inherited-from">Inherited From:</dt>
1152
1262
  <dd class="inherited-from"><ul class="dummy"><li>
1153
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1263
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1154
1264
  </li></ul></dd>
1155
1265
 
1156
1266
 
@@ -1208,7 +1318,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1208
1318
  <span class="method-parameter is-pulled-right">
1209
1319
  <label>类型:</label>
1210
1320
 
1211
- <span class="param-type">String</span>
1321
+ <span class="param-type">
1322
+
1323
+ String
1324
+
1325
+ </span>
1326
+
1212
1327
 
1213
1328
 
1214
1329
  </span>
@@ -1242,7 +1357,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1242
1357
 
1243
1358
  <dt class="inherited-from">Inherited From:</dt>
1244
1359
  <dd class="inherited-from"><ul class="dummy"><li>
1245
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1360
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1246
1361
  </li></ul></dd>
1247
1362
 
1248
1363
 
@@ -1300,7 +1415,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1300
1415
  <span class="method-parameter is-pulled-right">
1301
1416
  <label>类型:</label>
1302
1417
 
1303
- <span class="param-type">String</span>
1418
+ <span class="param-type">
1419
+
1420
+ String
1421
+
1422
+ </span>
1423
+
1304
1424
 
1305
1425
 
1306
1426
  </span>
@@ -1334,7 +1454,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1334
1454
 
1335
1455
  <dt class="inherited-from">Inherited From:</dt>
1336
1456
  <dd class="inherited-from"><ul class="dummy"><li>
1337
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1457
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1338
1458
  </li></ul></dd>
1339
1459
 
1340
1460
 
@@ -1392,7 +1512,12 @@ BaseServer.url = '新URL';</code></pre>
1392
1512
  <span class="method-parameter is-pulled-right">
1393
1513
  <label>类型:</label>
1394
1514
 
1395
- <span class="param-type">String</span>
1515
+ <span class="param-type">
1516
+
1517
+ String
1518
+
1519
+ </span>
1520
+
1396
1521
 
1397
1522
 
1398
1523
  </span>
@@ -1478,7 +1603,7 @@ BaseServer.url = '新URL';</code></pre>
1478
1603
  <tbody>
1479
1604
 
1480
1605
  <tr class="deep-level-0">
1481
- <td class="name"><code><a href="WFSServer.html#getCapabitities">getCapabitities</a></code></td>
1606
+ <td class="name"><code><a href="#getCapabitities">getCapabitities</a></code></td>
1482
1607
  <td class="name">
1483
1608
  <code>
1484
1609
 
@@ -1488,7 +1613,7 @@ BaseServer.url = '新URL';</code></pre>
1488
1613
  </tr>
1489
1614
 
1490
1615
  <tr class="deep-level-0">
1491
- <td class="name"><code><a href="WFSServer.html#queryFeatures">queryFeatures</a></code></td>
1616
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
1492
1617
  <td class="name">
1493
1618
  <code>
1494
1619
 
@@ -1498,7 +1623,7 @@ BaseServer.url = '新URL';</code></pre>
1498
1623
  </tr>
1499
1624
 
1500
1625
  <tr class="deep-level-0">
1501
- <td class="name"><code><a href="WFSServer.html#queryServerInfo">queryServerInfo</a></code></td>
1626
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1502
1627
  <td class="name">
1503
1628
  <code>
1504
1629
 
@@ -1565,7 +1690,7 @@ BaseServer.url = '新URL';</code></pre>
1565
1690
 
1566
1691
  <tr class="deep-level-0">
1567
1692
 
1568
- <td class="name" id="options"><code>options</code></td>
1693
+ <td class="name"><code>options</code></td>
1569
1694
 
1570
1695
 
1571
1696
  <td class="type">
@@ -1582,13 +1707,18 @@ BaseServer.url = '新URL';</code></pre>
1582
1707
 
1583
1708
  <tr class="deep-level-1">
1584
1709
 
1585
- <td class="name" id="success"><code>success</code></td>
1710
+ <td class="name"><code>success</code></td>
1586
1711
 
1587
1712
 
1588
1713
  <td class="type">
1589
1714
 
1590
1715
 
1591
- <span class="param-type">function</span>
1716
+ <span class="param-type">
1717
+
1718
+ function
1719
+
1720
+ </span>
1721
+
1592
1722
 
1593
1723
 
1594
1724
 
@@ -1604,13 +1734,18 @@ BaseServer.url = '新URL';</code></pre>
1604
1734
 
1605
1735
  <tr class="deep-level-1">
1606
1736
 
1607
- <td class="name" id="failure"><code>failure</code></td>
1737
+ <td class="name"><code>failure</code></td>
1608
1738
 
1609
1739
 
1610
1740
  <td class="type">
1611
1741
 
1612
1742
 
1613
- <span class="param-type">function</span>
1743
+ <span class="param-type">
1744
+
1745
+ function
1746
+
1747
+ </span>
1748
+
1614
1749
 
1615
1750
 
1616
1751
 
@@ -1768,7 +1903,7 @@ WFSServer.getCapabitities().then(function (result) {
1768
1903
 
1769
1904
  <tr class="deep-level-0">
1770
1905
 
1771
- <td class="name" id="options"><code>options</code></td>
1906
+ <td class="name"><code>options</code></td>
1772
1907
 
1773
1908
 
1774
1909
  <td class="type">
@@ -1785,13 +1920,18 @@ WFSServer.getCapabitities().then(function (result) {
1785
1920
 
1786
1921
  <tr class="deep-level-1">
1787
1922
 
1788
- <td class="name" id="success"><code>success</code></td>
1923
+ <td class="name"><code>success</code></td>
1789
1924
 
1790
1925
 
1791
1926
  <td class="type">
1792
1927
 
1793
1928
 
1794
- <span class="param-type">function</span>
1929
+ <span class="param-type">
1930
+
1931
+ function
1932
+
1933
+ </span>
1934
+
1795
1935
 
1796
1936
 
1797
1937
 
@@ -1807,13 +1947,18 @@ WFSServer.getCapabitities().then(function (result) {
1807
1947
 
1808
1948
  <tr class="deep-level-1">
1809
1949
 
1810
- <td class="name" id="failure"><code>failure</code></td>
1950
+ <td class="name"><code>failure</code></td>
1811
1951
 
1812
1952
 
1813
1953
  <td class="type">
1814
1954
 
1815
1955
 
1816
- <span class="param-type">function</span>
1956
+ <span class="param-type">
1957
+
1958
+ function
1959
+
1960
+ </span>
1961
+
1817
1962
 
1818
1963
 
1819
1964
 
@@ -1952,7 +2097,7 @@ WFSServer.getCapabitities().then(function (result) {
1952
2097
 
1953
2098
  <tr class="deep-level-0">
1954
2099
 
1955
- <td class="name" id="options"><code>options</code></td>
2100
+ <td class="name"><code>options</code></td>
1956
2101
 
1957
2102
 
1958
2103
  <td class="type">
@@ -1973,13 +2118,18 @@ WFSServer.getCapabitities().then(function (result) {
1973
2118
 
1974
2119
  <tr class="deep-level-1">
1975
2120
 
1976
- <td class="name" id="success"><code>success</code></td>
2121
+ <td class="name"><code>success</code></td>
1977
2122
 
1978
2123
 
1979
2124
  <td class="type">
1980
2125
 
1981
2126
 
1982
- <span class="param-type">function</span>
2127
+ <span class="param-type">
2128
+
2129
+ function
2130
+
2131
+ </span>
2132
+
1983
2133
 
1984
2134
 
1985
2135
 
@@ -2001,13 +2151,18 @@ WFSServer.getCapabitities().then(function (result) {
2001
2151
 
2002
2152
  <tr class="deep-level-1">
2003
2153
 
2004
- <td class="name" id="failure"><code>failure</code></td>
2154
+ <td class="name"><code>failure</code></td>
2005
2155
 
2006
2156
 
2007
2157
  <td class="type">
2008
2158
 
2009
2159
 
2010
- <span class="param-type">function</span>
2160
+ <span class="param-type">
2161
+
2162
+ function
2163
+
2164
+ </span>
2165
+
2011
2166
 
2012
2167
 
2013
2168
 
@@ -2048,7 +2203,7 @@ WFSServer.getCapabitities().then(function (result) {
2048
2203
 
2049
2204
  <dt class="inherited-from">Inherited From:</dt>
2050
2205
  <dd class="inherited-from"><ul class="dummy"><li>
2051
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2206
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2052
2207
  </li></ul></dd>
2053
2208
 
2054
2209