@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -239,7 +241,7 @@ const geometryServer = new GeometryServer({
239
241
 
240
242
 
241
243
  <ul>
242
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
244
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
243
245
  </ul>
244
246
 
245
247
 
@@ -271,89 +273,96 @@ const geometryServer = new GeometryServer({
271
273
  <tbody>
272
274
 
273
275
  <tr class="deep-level-0">
274
- <td class="name"><code><a href="GeometryServer.html#clientId">clientId</a></code></td>
276
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
275
277
  <td class="name">
276
278
  <code>
277
279
 
278
280
  <span class="param-type">Boolean</span>
279
281
 
280
282
 
283
+
281
284
  </code>
282
285
  </td>
283
286
  <td class="name"><code><p>客户端id</p></code></td>
284
287
  </tr>
285
288
 
286
289
  <tr class="deep-level-0">
287
- <td class="name"><code><a href="GeometryServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
290
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
288
291
  <td class="name">
289
292
  <code>
290
293
 
291
294
  <span class="param-type">Boolean</span>
292
295
 
293
296
 
297
+
294
298
  </code>
295
299
  </td>
296
300
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
297
301
  </tr>
298
302
 
299
303
  <tr class="deep-level-0">
300
- <td class="name"><code><a href="GeometryServer.html#headers">headers</a></code></td>
304
+ <td class="name"><code><a href="#headers">headers</a></code></td>
301
305
  <td class="name">
302
306
  <code>
303
307
 
304
308
  <span class="param-type">String</span>
305
309
 
306
310
 
311
+
307
312
  </code>
308
313
  </td>
309
314
  <td class="name"><code><p>请求头参数</p></code></td>
310
315
  </tr>
311
316
 
312
317
  <tr class="deep-level-0">
313
- <td class="name"><code><a href="GeometryServer.html#requestInterceptor">requestInterceptor</a></code></td>
318
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
314
319
  <td class="name">
315
320
  <code>
316
321
 
317
322
  <span class="param-type">function</span>
318
323
 
319
324
 
325
+
320
326
  </code>
321
327
  </td>
322
328
  <td class="name"><code><p>请求发送拦截器</p></code></td>
323
329
  </tr>
324
330
 
325
331
  <tr class="deep-level-0">
326
- <td class="name"><code><a href="GeometryServer.html#requestTimeout">requestTimeout</a></code></td>
332
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
327
333
  <td class="name">
328
334
  <code>
329
335
 
330
336
  <span class="param-type">String</span>
331
337
 
332
338
 
339
+
333
340
  </code>
334
341
  </td>
335
342
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
336
343
  </tr>
337
344
 
338
345
  <tr class="deep-level-0">
339
- <td class="name"><code><a href="GeometryServer.html#responseInterceptor">responseInterceptor</a></code></td>
346
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
340
347
  <td class="name">
341
348
  <code>
342
349
 
343
350
  <span class="param-type">function</span>
344
351
 
345
352
 
353
+
346
354
  </code>
347
355
  </td>
348
356
  <td class="name"><code><p>请求响应拦截器</p></code></td>
349
357
  </tr>
350
358
 
351
359
  <tr class="deep-level-0">
352
- <td class="name"><code><a href="GeometryServer.html#tokenAttachType">tokenAttachType</a></code></td>
360
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
353
361
  <td class="name">
354
362
  <code>
355
363
 
356
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
364
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
365
+
357
366
 
358
367
 
359
368
  </code>
@@ -362,39 +371,42 @@ const geometryServer = new GeometryServer({
362
371
  </tr>
363
372
 
364
373
  <tr class="deep-level-0">
365
- <td class="name"><code><a href="GeometryServer.html#tokenKey">tokenKey</a></code></td>
374
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
366
375
  <td class="name">
367
376
  <code>
368
377
 
369
378
  <span class="param-type">String</span>
370
379
 
371
380
 
381
+
372
382
  </code>
373
383
  </td>
374
384
  <td class="name"><code><p>token名</p></code></td>
375
385
  </tr>
376
386
 
377
387
  <tr class="deep-level-0">
378
- <td class="name"><code><a href="GeometryServer.html#tokenValue">tokenValue</a></code></td>
388
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
379
389
  <td class="name">
380
390
  <code>
381
391
 
382
392
  <span class="param-type">String</span>
383
393
 
384
394
 
395
+
385
396
  </code>
386
397
  </td>
387
398
  <td class="name"><code><p>token值</p></code></td>
388
399
  </tr>
389
400
 
390
401
  <tr class="deep-level-0">
391
- <td class="name"><code><a href="GeometryServer.html#url">url</a></code></td>
402
+ <td class="name"><code><a href="#url">url</a></code></td>
392
403
  <td class="name">
393
404
  <code>
394
405
 
395
406
  <span class="param-type">String</span>
396
407
 
397
408
 
409
+
398
410
  </code>
399
411
  </td>
400
412
  <td class="name"><code><p>服务基地址</p></code></td>
@@ -414,6 +426,7 @@ const geometryServer = new GeometryServer({
414
426
  <span class="param-type">Boolean</span>
415
427
 
416
428
 
429
+
417
430
  </span>
418
431
 
419
432
  <h4 class="name" id="clientId">
@@ -445,7 +458,7 @@ const geometryServer = new GeometryServer({
445
458
 
446
459
  <dt class="inherited-from">Inherited From:</dt>
447
460
  <dd class="inherited-from"><ul class="dummy"><li>
448
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
461
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
449
462
  </li></ul></dd>
450
463
 
451
464
 
@@ -489,6 +502,7 @@ const geometryServer = new GeometryServer({
489
502
  <span class="param-type">Boolean</span>
490
503
 
491
504
 
505
+
492
506
  </span>
493
507
 
494
508
  <h4 class="name" id="enableGlobeFetch">
@@ -520,7 +534,7 @@ const geometryServer = new GeometryServer({
520
534
 
521
535
  <dt class="inherited-from">Inherited From:</dt>
522
536
  <dd class="inherited-from"><ul class="dummy"><li>
523
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
537
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
524
538
  </li></ul></dd>
525
539
 
526
540
 
@@ -585,6 +599,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
585
599
  <span class="param-type">String</span>
586
600
 
587
601
 
602
+
588
603
  </span>
589
604
 
590
605
  <h4 class="name" id="headers">
@@ -616,7 +631,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
616
631
 
617
632
  <dt class="inherited-from">Inherited From:</dt>
618
633
  <dd class="inherited-from"><ul class="dummy"><li>
619
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
634
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
620
635
  </li></ul></dd>
621
636
 
622
637
 
@@ -682,6 +697,7 @@ BaseServer.headers.token = '新token';</code></pre>
682
697
  <span class="param-type">function</span>
683
698
 
684
699
 
700
+
685
701
  </span>
686
702
 
687
703
  <h4 class="name" id="requestInterceptor">
@@ -713,7 +729,7 @@ BaseServer.headers.token = '新token';</code></pre>
713
729
 
714
730
  <dt class="inherited-from">Inherited From:</dt>
715
731
  <dd class="inherited-from"><ul class="dummy"><li>
716
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
732
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
717
733
  </li></ul></dd>
718
734
 
719
735
 
@@ -785,6 +801,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
785
801
  <span class="param-type">String</span>
786
802
 
787
803
 
804
+
788
805
  </span>
789
806
 
790
807
  <h4 class="name" id="requestTimeout">
@@ -816,7 +833,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
816
833
 
817
834
  <dt class="inherited-from">Inherited From:</dt>
818
835
  <dd class="inherited-from"><ul class="dummy"><li>
819
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
836
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
820
837
  </li></ul></dd>
821
838
 
822
839
 
@@ -878,6 +895,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
878
895
  <span class="param-type">function</span>
879
896
 
880
897
 
898
+
881
899
  </span>
882
900
 
883
901
  <h4 class="name" id="responseInterceptor">
@@ -909,7 +927,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
909
927
 
910
928
  <dt class="inherited-from">Inherited From:</dt>
911
929
  <dd class="inherited-from"><ul class="dummy"><li>
912
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
930
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
913
931
  </li></ul></dd>
914
932
 
915
933
 
@@ -980,7 +998,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
980
998
  <span class="method-parameter is-pulled-right">
981
999
  <label>类型:</label>
982
1000
 
983
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1001
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1002
+
984
1003
 
985
1004
 
986
1005
  </span>
@@ -1014,7 +1033,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1014
1033
 
1015
1034
  <dt class="inherited-from">Inherited From:</dt>
1016
1035
  <dd class="inherited-from"><ul class="dummy"><li>
1017
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1036
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1018
1037
  </li></ul></dd>
1019
1038
 
1020
1039
 
@@ -1080,6 +1099,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1080
1099
  <span class="param-type">String</span>
1081
1100
 
1082
1101
 
1102
+
1083
1103
  </span>
1084
1104
 
1085
1105
  <h4 class="name" id="tokenKey">
@@ -1111,7 +1131,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1111
1131
 
1112
1132
  <dt class="inherited-from">Inherited From:</dt>
1113
1133
  <dd class="inherited-from"><ul class="dummy"><li>
1114
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1134
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1115
1135
  </li></ul></dd>
1116
1136
 
1117
1137
 
@@ -1172,6 +1192,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1172
1192
  <span class="param-type">String</span>
1173
1193
 
1174
1194
 
1195
+
1175
1196
  </span>
1176
1197
 
1177
1198
  <h4 class="name" id="tokenValue">
@@ -1203,7 +1224,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1203
1224
 
1204
1225
  <dt class="inherited-from">Inherited From:</dt>
1205
1226
  <dd class="inherited-from"><ul class="dummy"><li>
1206
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1227
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1207
1228
  </li></ul></dd>
1208
1229
 
1209
1230
 
@@ -1264,6 +1285,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1264
1285
  <span class="param-type">String</span>
1265
1286
 
1266
1287
 
1288
+
1267
1289
  </span>
1268
1290
 
1269
1291
  <h4 class="name" id="url">
@@ -1295,7 +1317,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1295
1317
 
1296
1318
  <dt class="inherited-from">Inherited From:</dt>
1297
1319
  <dd class="inherited-from"><ul class="dummy"><li>
1298
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1320
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1299
1321
  </li></ul></dd>
1300
1322
 
1301
1323
 
@@ -1369,7 +1391,7 @@ BaseServer.url = '新URL';</code></pre>
1369
1391
  <tbody>
1370
1392
 
1371
1393
  <tr class="deep-level-0">
1372
- <td class="name"><code><a href="GeometryServer.html#bufferAnalyse">bufferAnalyse</a></code></td>
1394
+ <td class="name"><code><a href="#bufferAnalyse">bufferAnalyse</a></code></td>
1373
1395
  <td class="name">
1374
1396
  <code>
1375
1397
 
@@ -1379,7 +1401,7 @@ BaseServer.url = '新URL';</code></pre>
1379
1401
  </tr>
1380
1402
 
1381
1403
  <tr class="deep-level-0">
1382
- <td class="name"><code><a href="GeometryServer.html#calculateArea">calculateArea</a></code></td>
1404
+ <td class="name"><code><a href="#calculateArea">calculateArea</a></code></td>
1383
1405
  <td class="name">
1384
1406
  <code>
1385
1407
 
@@ -1389,7 +1411,7 @@ BaseServer.url = '新URL';</code></pre>
1389
1411
  </tr>
1390
1412
 
1391
1413
  <tr class="deep-level-0">
1392
- <td class="name"><code><a href="GeometryServer.html#calculateAreasAndLengths">calculateAreasAndLengths</a></code></td>
1414
+ <td class="name"><code><a href="#calculateAreasAndLengths">calculateAreasAndLengths</a></code></td>
1393
1415
  <td class="name">
1394
1416
  <code>
1395
1417
 
@@ -1399,7 +1421,7 @@ BaseServer.url = '新URL';</code></pre>
1399
1421
  </tr>
1400
1422
 
1401
1423
  <tr class="deep-level-0">
1402
- <td class="name"><code><a href="GeometryServer.html#calculateDifference">calculateDifference</a></code></td>
1424
+ <td class="name"><code><a href="#calculateDifference">calculateDifference</a></code></td>
1403
1425
  <td class="name">
1404
1426
  <code>
1405
1427
 
@@ -1409,7 +1431,7 @@ BaseServer.url = '新URL';</code></pre>
1409
1431
  </tr>
1410
1432
 
1411
1433
  <tr class="deep-level-0">
1412
- <td class="name"><code><a href="GeometryServer.html#calculateDistance">calculateDistance</a></code></td>
1434
+ <td class="name"><code><a href="#calculateDistance">calculateDistance</a></code></td>
1413
1435
  <td class="name">
1414
1436
  <code>
1415
1437
 
@@ -1419,7 +1441,7 @@ BaseServer.url = '新URL';</code></pre>
1419
1441
  </tr>
1420
1442
 
1421
1443
  <tr class="deep-level-0">
1422
- <td class="name"><code><a href="GeometryServer.html#calculateIntersect">calculateIntersect</a></code></td>
1444
+ <td class="name"><code><a href="#calculateIntersect">calculateIntersect</a></code></td>
1423
1445
  <td class="name">
1424
1446
  <code>
1425
1447
 
@@ -1429,7 +1451,7 @@ BaseServer.url = '新URL';</code></pre>
1429
1451
  </tr>
1430
1452
 
1431
1453
  <tr class="deep-level-0">
1432
- <td class="name"><code><a href="GeometryServer.html#calculateLabelPoints">calculateLabelPoints</a></code></td>
1454
+ <td class="name"><code><a href="#calculateLabelPoints">calculateLabelPoints</a></code></td>
1433
1455
  <td class="name">
1434
1456
  <code>
1435
1457
 
@@ -1439,7 +1461,7 @@ BaseServer.url = '新URL';</code></pre>
1439
1461
  </tr>
1440
1462
 
1441
1463
  <tr class="deep-level-0">
1442
- <td class="name"><code><a href="GeometryServer.html#calculateLength">calculateLength</a></code></td>
1464
+ <td class="name"><code><a href="#calculateLength">calculateLength</a></code></td>
1443
1465
  <td class="name">
1444
1466
  <code>
1445
1467
 
@@ -1449,7 +1471,7 @@ BaseServer.url = '新URL';</code></pre>
1449
1471
  </tr>
1450
1472
 
1451
1473
  <tr class="deep-level-0">
1452
- <td class="name"><code><a href="GeometryServer.html#calculateLengths">calculateLengths</a></code></td>
1474
+ <td class="name"><code><a href="#calculateLengths">calculateLengths</a></code></td>
1453
1475
  <td class="name">
1454
1476
  <code>
1455
1477
 
@@ -1459,7 +1481,7 @@ BaseServer.url = '新URL';</code></pre>
1459
1481
  </tr>
1460
1482
 
1461
1483
  <tr class="deep-level-0">
1462
- <td class="name"><code><a href="GeometryServer.html#calculateTopologyRelation">calculateTopologyRelation</a></code></td>
1484
+ <td class="name"><code><a href="#calculateTopologyRelation">calculateTopologyRelation</a></code></td>
1463
1485
  <td class="name">
1464
1486
  <code>
1465
1487
 
@@ -1469,7 +1491,7 @@ BaseServer.url = '新URL';</code></pre>
1469
1491
  </tr>
1470
1492
 
1471
1493
  <tr class="deep-level-0">
1472
- <td class="name"><code><a href="GeometryServer.html#calculateUnion">calculateUnion</a></code></td>
1494
+ <td class="name"><code><a href="#calculateUnion">calculateUnion</a></code></td>
1473
1495
  <td class="name">
1474
1496
  <code>
1475
1497
 
@@ -1479,7 +1501,7 @@ BaseServer.url = '新URL';</code></pre>
1479
1501
  </tr>
1480
1502
 
1481
1503
  <tr class="deep-level-0">
1482
- <td class="name"><code><a href="GeometryServer.html#geometryProject">geometryProject</a></code></td>
1504
+ <td class="name"><code><a href="#geometryProject">geometryProject</a></code></td>
1483
1505
  <td class="name">
1484
1506
  <code>
1485
1507
 
@@ -1489,7 +1511,7 @@ BaseServer.url = '新URL';</code></pre>
1489
1511
  </tr>
1490
1512
 
1491
1513
  <tr class="deep-level-0">
1492
- <td class="name"><code><a href="GeometryServer.html#projectInExtent">projectInExtent</a></code></td>
1514
+ <td class="name"><code><a href="#projectInExtent">projectInExtent</a></code></td>
1493
1515
  <td class="name">
1494
1516
  <code>
1495
1517
 
@@ -1499,7 +1521,7 @@ BaseServer.url = '新URL';</code></pre>
1499
1521
  </tr>
1500
1522
 
1501
1523
  <tr class="deep-level-0">
1502
- <td class="name"><code><a href="GeometryServer.html#queryServerInfo">queryServerInfo</a></code></td>
1524
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1503
1525
  <td class="name">
1504
1526
  <code>
1505
1527
 
@@ -1509,7 +1531,7 @@ BaseServer.url = '新URL';</code></pre>
1509
1531
  </tr>
1510
1532
 
1511
1533
  <tr class="deep-level-0">
1512
- <td class="name"><code><a href="GeometryServer.html#smoothLineString">smoothLineString</a></code></td>
1534
+ <td class="name"><code><a href="#smoothLineString">smoothLineString</a></code></td>
1513
1535
  <td class="name">
1514
1536
  <code>
1515
1537
 
@@ -1599,7 +1621,8 @@ BaseServer.url = '新URL';</code></pre>
1599
1621
  <td class="type">
1600
1622
 
1601
1623
 
1602
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1624
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1625
+
1603
1626
 
1604
1627
 
1605
1628
 
@@ -1624,6 +1647,7 @@ BaseServer.url = '新URL';</code></pre>
1624
1647
  <span class="param-type">Number</span>
1625
1648
 
1626
1649
 
1650
+
1627
1651
 
1628
1652
  </td>
1629
1653
 
@@ -1646,6 +1670,7 @@ BaseServer.url = '新URL';</code></pre>
1646
1670
  <span class="param-type">function</span>
1647
1671
 
1648
1672
 
1673
+
1649
1674
 
1650
1675
  </td>
1651
1676
 
@@ -1668,6 +1693,7 @@ BaseServer.url = '新URL';</code></pre>
1668
1693
  <span class="param-type">function</span>
1669
1694
 
1670
1695
 
1696
+
1671
1697
 
1672
1698
  </td>
1673
1699
 
@@ -1879,7 +1905,8 @@ geometryServer.bufferAnalyse({
1879
1905
  <td class="type">
1880
1906
 
1881
1907
 
1882
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1908
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1909
+
1883
1910
 
1884
1911
 
1885
1912
 
@@ -1904,6 +1931,7 @@ geometryServer.bufferAnalyse({
1904
1931
  <span class="param-type">function</span>
1905
1932
 
1906
1933
 
1934
+
1907
1935
 
1908
1936
  </td>
1909
1937
 
@@ -1926,6 +1954,7 @@ geometryServer.bufferAnalyse({
1926
1954
  <span class="param-type">function</span>
1927
1955
 
1928
1956
 
1957
+
1929
1958
 
1930
1959
  </td>
1931
1960
 
@@ -1945,7 +1974,8 @@ geometryServer.bufferAnalyse({
1945
1974
  <td class="type">
1946
1975
 
1947
1976
 
1948
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
1977
+ <span class="param-type"><a link="ProjectInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
1978
+
1949
1979
 
1950
1980
 
1951
1981
 
@@ -1967,7 +1997,8 @@ geometryServer.bufferAnalyse({
1967
1997
  <td class="type">
1968
1998
 
1969
1999
 
1970
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
2000
+ <span class="param-type"><a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
2001
+
1971
2002
 
1972
2003
 
1973
2004
 
@@ -2127,7 +2158,8 @@ geometryServer.bufferAnalyse({
2127
2158
  <td class="type">
2128
2159
 
2129
2160
 
2130
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2161
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2162
+
2131
2163
 
2132
2164
 
2133
2165
 
@@ -2152,6 +2184,7 @@ geometryServer.bufferAnalyse({
2152
2184
  <span class="param-type">function</span>
2153
2185
 
2154
2186
 
2187
+
2155
2188
 
2156
2189
  </td>
2157
2190
 
@@ -2174,6 +2207,7 @@ geometryServer.bufferAnalyse({
2174
2207
  <span class="param-type">function</span>
2175
2208
 
2176
2209
 
2210
+
2177
2211
 
2178
2212
  </td>
2179
2213
 
@@ -2381,7 +2415,8 @@ geometryServer.calculateAreasAndLengths({
2381
2415
  <td class="type">
2382
2416
 
2383
2417
 
2384
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2418
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2419
+
2385
2420
 
2386
2421
 
2387
2422
 
@@ -2403,7 +2438,8 @@ geometryServer.calculateAreasAndLengths({
2403
2438
  <td class="type">
2404
2439
 
2405
2440
 
2406
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2441
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2442
+
2407
2443
 
2408
2444
 
2409
2445
 
@@ -2428,6 +2464,7 @@ geometryServer.calculateAreasAndLengths({
2428
2464
  <span class="param-type">Number</span>
2429
2465
 
2430
2466
 
2467
+
2431
2468
 
2432
2469
  </td>
2433
2470
 
@@ -2450,6 +2487,7 @@ geometryServer.calculateAreasAndLengths({
2450
2487
  <span class="param-type">function</span>
2451
2488
 
2452
2489
 
2490
+
2453
2491
 
2454
2492
  </td>
2455
2493
 
@@ -2472,6 +2510,7 @@ geometryServer.calculateAreasAndLengths({
2472
2510
  <span class="param-type">function</span>
2473
2511
 
2474
2512
 
2513
+
2475
2514
 
2476
2515
  </td>
2477
2516
 
@@ -2701,7 +2740,8 @@ geometryServer.calculateDifference({
2701
2740
  <td class="type">
2702
2741
 
2703
2742
 
2704
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2743
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2744
+
2705
2745
 
2706
2746
 
2707
2747
 
@@ -2723,7 +2763,8 @@ geometryServer.calculateDifference({
2723
2763
  <td class="type">
2724
2764
 
2725
2765
 
2726
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2766
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2767
+
2727
2768
 
2728
2769
 
2729
2770
 
@@ -2745,7 +2786,8 @@ geometryServer.calculateDifference({
2745
2786
  <td class="type">
2746
2787
 
2747
2788
 
2748
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2789
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2790
+
2749
2791
 
2750
2792
 
2751
2793
 
@@ -2770,6 +2812,7 @@ geometryServer.calculateDifference({
2770
2812
  <span class="param-type">function</span>
2771
2813
 
2772
2814
 
2815
+
2773
2816
 
2774
2817
  </td>
2775
2818
 
@@ -2792,6 +2835,7 @@ geometryServer.calculateDifference({
2792
2835
  <span class="param-type">function</span>
2793
2836
 
2794
2837
 
2838
+
2795
2839
 
2796
2840
  </td>
2797
2841
 
@@ -2995,7 +3039,8 @@ geometryServer.calculateDistance({
2995
3039
  <td class="type">
2996
3040
 
2997
3041
 
2998
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3042
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3043
+
2999
3044
 
3000
3045
 
3001
3046
 
@@ -3017,7 +3062,8 @@ geometryServer.calculateDistance({
3017
3062
  <td class="type">
3018
3063
 
3019
3064
 
3020
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3065
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3066
+
3021
3067
 
3022
3068
 
3023
3069
 
@@ -3042,6 +3088,7 @@ geometryServer.calculateDistance({
3042
3088
  <span class="param-type">Number</span>
3043
3089
 
3044
3090
 
3091
+
3045
3092
 
3046
3093
  </td>
3047
3094
 
@@ -3064,6 +3111,7 @@ geometryServer.calculateDistance({
3064
3111
  <span class="param-type">function</span>
3065
3112
 
3066
3113
 
3114
+
3067
3115
 
3068
3116
  </td>
3069
3117
 
@@ -3086,6 +3134,7 @@ geometryServer.calculateDistance({
3086
3134
  <span class="param-type">function</span>
3087
3135
 
3088
3136
 
3137
+
3089
3138
 
3090
3139
  </td>
3091
3140
 
@@ -3284,7 +3333,8 @@ geometryServer.calculateIntersect({
3284
3333
  <td class="type">
3285
3334
 
3286
3335
 
3287
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3336
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3337
+
3288
3338
 
3289
3339
 
3290
3340
 
@@ -3309,6 +3359,7 @@ geometryServer.calculateIntersect({
3309
3359
  <span class="param-type">function</span>
3310
3360
 
3311
3361
 
3362
+
3312
3363
 
3313
3364
  </td>
3314
3365
 
@@ -3331,6 +3382,7 @@ geometryServer.calculateIntersect({
3331
3382
  <span class="param-type">function</span>
3332
3383
 
3333
3384
 
3385
+
3334
3386
 
3335
3387
  </td>
3336
3388
 
@@ -3522,7 +3574,8 @@ geometryServer.calculateLabelPoints({
3522
3574
  <td class="type">
3523
3575
 
3524
3576
 
3525
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3577
+ <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3578
+
3526
3579
 
3527
3580
 
3528
3581
 
@@ -3547,6 +3600,7 @@ geometryServer.calculateLabelPoints({
3547
3600
  <span class="param-type">function</span>
3548
3601
 
3549
3602
 
3603
+
3550
3604
 
3551
3605
  </td>
3552
3606
 
@@ -3569,6 +3623,7 @@ geometryServer.calculateLabelPoints({
3569
3623
  <span class="param-type">function</span>
3570
3624
 
3571
3625
 
3626
+
3572
3627
 
3573
3628
  </td>
3574
3629
 
@@ -3588,7 +3643,8 @@ geometryServer.calculateLabelPoints({
3588
3643
  <td class="type">
3589
3644
 
3590
3645
 
3591
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
3646
+ <span class="param-type"><a link="ProjectInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
3647
+
3592
3648
 
3593
3649
 
3594
3650
 
@@ -3610,7 +3666,8 @@ geometryServer.calculateLabelPoints({
3610
3666
  <td class="type">
3611
3667
 
3612
3668
 
3613
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
3669
+ <span class="param-type"><a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
3670
+
3614
3671
 
3615
3672
 
3616
3673
 
@@ -3770,10 +3827,11 @@ geometryServer.calculateLabelPoints({
3770
3827
  <td class="type">
3771
3828
 
3772
3829
 
3773
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3830
+ <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3774
3831
  |
3775
3832
 
3776
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
3833
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
3834
+
3777
3835
 
3778
3836
 
3779
3837
 
@@ -3798,6 +3856,7 @@ geometryServer.calculateLabelPoints({
3798
3856
  <span class="param-type">function</span>
3799
3857
 
3800
3858
 
3859
+
3801
3860
 
3802
3861
  </td>
3803
3862
 
@@ -3820,6 +3879,7 @@ geometryServer.calculateLabelPoints({
3820
3879
  <span class="param-type">function</span>
3821
3880
 
3822
3881
 
3882
+
3823
3883
 
3824
3884
  </td>
3825
3885
 
@@ -4013,7 +4073,8 @@ geometryServer.calculateLengths({
4013
4073
  <td class="type">
4014
4074
 
4015
4075
 
4016
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4076
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4077
+
4017
4078
 
4018
4079
 
4019
4080
 
@@ -4035,7 +4096,8 @@ geometryServer.calculateLengths({
4035
4096
  <td class="type">
4036
4097
 
4037
4098
 
4038
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4099
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4100
+
4039
4101
 
4040
4102
 
4041
4103
 
@@ -4060,6 +4122,7 @@ geometryServer.calculateLengths({
4060
4122
  <span class="param-type">Number</span>
4061
4123
 
4062
4124
 
4125
+
4063
4126
 
4064
4127
  </td>
4065
4128
 
@@ -4082,6 +4145,7 @@ geometryServer.calculateLengths({
4082
4145
  <span class="param-type">function</span>
4083
4146
 
4084
4147
 
4148
+
4085
4149
 
4086
4150
  </td>
4087
4151
 
@@ -4104,6 +4168,7 @@ geometryServer.calculateLengths({
4104
4168
  <span class="param-type">function</span>
4105
4169
 
4106
4170
 
4171
+
4107
4172
 
4108
4173
  </td>
4109
4174
 
@@ -4303,7 +4368,8 @@ geometryServer.calculateTopologyRelation({
4303
4368
  <td class="type">
4304
4369
 
4305
4370
 
4306
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4371
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4372
+
4307
4373
 
4308
4374
 
4309
4375
 
@@ -4325,7 +4391,8 @@ geometryServer.calculateTopologyRelation({
4325
4391
  <td class="type">
4326
4392
 
4327
4393
 
4328
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4394
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4395
+
4329
4396
 
4330
4397
 
4331
4398
 
@@ -4350,6 +4417,7 @@ geometryServer.calculateTopologyRelation({
4350
4417
  <span class="param-type">Number</span>
4351
4418
 
4352
4419
 
4420
+
4353
4421
 
4354
4422
  </td>
4355
4423
 
@@ -4372,6 +4440,7 @@ geometryServer.calculateTopologyRelation({
4372
4440
  <span class="param-type">function</span>
4373
4441
 
4374
4442
 
4443
+
4375
4444
 
4376
4445
  </td>
4377
4446
 
@@ -4394,6 +4463,7 @@ geometryServer.calculateTopologyRelation({
4394
4463
  <span class="param-type">function</span>
4395
4464
 
4396
4465
 
4466
+
4397
4467
 
4398
4468
  </td>
4399
4469
 
@@ -4593,7 +4663,8 @@ geometryServer.calculateUnion({
4593
4663
  <td class="type">
4594
4664
 
4595
4665
 
4596
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4666
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4667
+
4597
4668
 
4598
4669
 
4599
4670
 
@@ -4618,6 +4689,7 @@ geometryServer.calculateUnion({
4618
4689
  <span class="param-type">String</span>
4619
4690
 
4620
4691
 
4692
+
4621
4693
 
4622
4694
  </td>
4623
4695
 
@@ -4640,6 +4712,7 @@ geometryServer.calculateUnion({
4640
4712
  <span class="param-type">String</span>
4641
4713
 
4642
4714
 
4715
+
4643
4716
 
4644
4717
  </td>
4645
4718
 
@@ -4662,6 +4735,7 @@ geometryServer.calculateUnion({
4662
4735
  <span class="param-type">function</span>
4663
4736
 
4664
4737
 
4738
+
4665
4739
 
4666
4740
  </td>
4667
4741
 
@@ -4684,6 +4758,7 @@ geometryServer.calculateUnion({
4684
4758
  <span class="param-type">function</span>
4685
4759
 
4686
4760
 
4761
+
4687
4762
 
4688
4763
  </td>
4689
4764
 
@@ -4882,6 +4957,7 @@ geometryServer.geometryProject({
4882
4957
  <span class="param-type">String</span>
4883
4958
 
4884
4959
 
4960
+
4885
4961
 
4886
4962
  </td>
4887
4963
 
@@ -4904,6 +4980,7 @@ geometryServer.geometryProject({
4904
4980
  <span class="param-type">String</span>
4905
4981
 
4906
4982
 
4983
+
4907
4984
 
4908
4985
  </td>
4909
4986
 
@@ -4926,6 +5003,7 @@ geometryServer.geometryProject({
4926
5003
  <span class="param-type">String</span>
4927
5004
 
4928
5005
 
5006
+
4929
5007
 
4930
5008
  </td>
4931
5009
 
@@ -4948,6 +5026,7 @@ geometryServer.geometryProject({
4948
5026
  <span class="param-type">String</span>
4949
5027
 
4950
5028
 
5029
+
4951
5030
 
4952
5031
  </td>
4953
5032
 
@@ -4967,7 +5046,8 @@ geometryServer.geometryProject({
4967
5046
  <td class="type">
4968
5047
 
4969
5048
 
4970
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5049
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5050
+
4971
5051
 
4972
5052
 
4973
5053
 
@@ -4992,6 +5072,7 @@ geometryServer.geometryProject({
4992
5072
  <span class="param-type">function</span>
4993
5073
 
4994
5074
 
5075
+
4995
5076
 
4996
5077
  </td>
4997
5078
 
@@ -5014,6 +5095,7 @@ geometryServer.geometryProject({
5014
5095
  <span class="param-type">String</span>
5015
5096
 
5016
5097
 
5098
+
5017
5099
 
5018
5100
  </td>
5019
5101
 
@@ -5036,6 +5118,7 @@ geometryServer.geometryProject({
5036
5118
  <span class="param-type">String</span>
5037
5119
 
5038
5120
 
5121
+
5039
5122
 
5040
5123
  </td>
5041
5124
 
@@ -5202,6 +5285,7 @@ geometryServer.geometryProject({
5202
5285
  <span class="param-type">function</span>
5203
5286
 
5204
5287
 
5288
+
5205
5289
 
5206
5290
  </td>
5207
5291
 
@@ -5230,6 +5314,7 @@ geometryServer.geometryProject({
5230
5314
  <span class="param-type">function</span>
5231
5315
 
5232
5316
 
5317
+
5233
5318
 
5234
5319
  </td>
5235
5320
 
@@ -5268,7 +5353,7 @@ geometryServer.geometryProject({
5268
5353
 
5269
5354
  <dt class="inherited-from">Inherited From:</dt>
5270
5355
  <dd class="inherited-from"><ul class="dummy"><li>
5271
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5356
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5272
5357
  </li></ul></dd>
5273
5358
 
5274
5359
 
@@ -5429,6 +5514,7 @@ geometryServer.geometryProject({
5429
5514
  <span class="param-type">Number</span>
5430
5515
 
5431
5516
 
5517
+
5432
5518
 
5433
5519
  </td>
5434
5520
 
@@ -5448,7 +5534,8 @@ geometryServer.geometryProject({
5448
5534
  <td class="type">
5449
5535
 
5450
5536
 
5451
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
5537
+ <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
5538
+
5452
5539
 
5453
5540
 
5454
5541
 
@@ -5473,6 +5560,7 @@ geometryServer.geometryProject({
5473
5560
  <span class="param-type">function</span>
5474
5561
 
5475
5562
 
5563
+
5476
5564
 
5477
5565
  </td>
5478
5566
 
@@ -5495,6 +5583,7 @@ geometryServer.geometryProject({
5495
5583
  <span class="param-type">function</span>
5496
5584
 
5497
5585
 
5586
+
5498
5587
 
5499
5588
  </td>
5500
5589
 
@@ -5517,6 +5606,7 @@ geometryServer.geometryProject({
5517
5606
  <span class="param-type">Number</span>
5518
5607
 
5519
5608
 
5609
+
5520
5610
 
5521
5611
  </td>
5522
5612