@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
 
@@ -239,7 +249,7 @@ const geometryServer = new GeometryServer({
239
249
 
240
250
 
241
251
  <ul>
242
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
252
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
243
253
  </ul>
244
254
 
245
255
 
@@ -271,11 +281,16 @@ const geometryServer = new GeometryServer({
271
281
  <tbody>
272
282
 
273
283
  <tr class="deep-level-0">
274
- <td class="name"><code><a href="GeometryServer.html#clientId">clientId</a></code></td>
284
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
275
285
  <td class="name">
276
286
  <code>
277
287
 
278
- <span class="param-type">Boolean</span>
288
+ <span class="param-type">
289
+
290
+ Boolean
291
+
292
+ </span>
293
+
279
294
 
280
295
 
281
296
  </code>
@@ -284,11 +299,16 @@ const geometryServer = new GeometryServer({
284
299
  </tr>
285
300
 
286
301
  <tr class="deep-level-0">
287
- <td class="name"><code><a href="GeometryServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
302
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
288
303
  <td class="name">
289
304
  <code>
290
305
 
291
- <span class="param-type">Boolean</span>
306
+ <span class="param-type">
307
+
308
+ Boolean
309
+
310
+ </span>
311
+
292
312
 
293
313
 
294
314
  </code>
@@ -297,11 +317,16 @@ const geometryServer = new GeometryServer({
297
317
  </tr>
298
318
 
299
319
  <tr class="deep-level-0">
300
- <td class="name"><code><a href="GeometryServer.html#headers">headers</a></code></td>
320
+ <td class="name"><code><a href="#headers">headers</a></code></td>
301
321
  <td class="name">
302
322
  <code>
303
323
 
304
- <span class="param-type">String</span>
324
+ <span class="param-type">
325
+
326
+ String
327
+
328
+ </span>
329
+
305
330
 
306
331
 
307
332
  </code>
@@ -310,11 +335,16 @@ const geometryServer = new GeometryServer({
310
335
  </tr>
311
336
 
312
337
  <tr class="deep-level-0">
313
- <td class="name"><code><a href="GeometryServer.html#requestInterceptor">requestInterceptor</a></code></td>
338
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
314
339
  <td class="name">
315
340
  <code>
316
341
 
317
- <span class="param-type">function</span>
342
+ <span class="param-type">
343
+
344
+ function
345
+
346
+ </span>
347
+
318
348
 
319
349
 
320
350
  </code>
@@ -323,11 +353,16 @@ const geometryServer = new GeometryServer({
323
353
  </tr>
324
354
 
325
355
  <tr class="deep-level-0">
326
- <td class="name"><code><a href="GeometryServer.html#requestTimeout">requestTimeout</a></code></td>
356
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
327
357
  <td class="name">
328
358
  <code>
329
359
 
330
- <span class="param-type">String</span>
360
+ <span class="param-type">
361
+
362
+ String
363
+
364
+ </span>
365
+
331
366
 
332
367
 
333
368
  </code>
@@ -336,11 +371,16 @@ const geometryServer = new GeometryServer({
336
371
  </tr>
337
372
 
338
373
  <tr class="deep-level-0">
339
- <td class="name"><code><a href="GeometryServer.html#responseInterceptor">responseInterceptor</a></code></td>
374
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
340
375
  <td class="name">
341
376
  <code>
342
377
 
343
- <span class="param-type">function</span>
378
+ <span class="param-type">
379
+
380
+ function
381
+
382
+ </span>
383
+
344
384
 
345
385
 
346
386
  </code>
@@ -349,11 +389,16 @@ const geometryServer = new GeometryServer({
349
389
  </tr>
350
390
 
351
391
  <tr class="deep-level-0">
352
- <td class="name"><code><a href="GeometryServer.html#tokenAttachType">tokenAttachType</a></code></td>
392
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
353
393
  <td class="name">
354
394
  <code>
355
395
 
356
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
396
+ <span class="param-type">
397
+
398
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
399
+
400
+ </span>
401
+
357
402
 
358
403
 
359
404
  </code>
@@ -362,11 +407,16 @@ const geometryServer = new GeometryServer({
362
407
  </tr>
363
408
 
364
409
  <tr class="deep-level-0">
365
- <td class="name"><code><a href="GeometryServer.html#tokenKey">tokenKey</a></code></td>
410
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
366
411
  <td class="name">
367
412
  <code>
368
413
 
369
- <span class="param-type">String</span>
414
+ <span class="param-type">
415
+
416
+ String
417
+
418
+ </span>
419
+
370
420
 
371
421
 
372
422
  </code>
@@ -375,11 +425,16 @@ const geometryServer = new GeometryServer({
375
425
  </tr>
376
426
 
377
427
  <tr class="deep-level-0">
378
- <td class="name"><code><a href="GeometryServer.html#tokenValue">tokenValue</a></code></td>
428
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
379
429
  <td class="name">
380
430
  <code>
381
431
 
382
- <span class="param-type">String</span>
432
+ <span class="param-type">
433
+
434
+ String
435
+
436
+ </span>
437
+
383
438
 
384
439
 
385
440
  </code>
@@ -388,11 +443,16 @@ const geometryServer = new GeometryServer({
388
443
  </tr>
389
444
 
390
445
  <tr class="deep-level-0">
391
- <td class="name"><code><a href="GeometryServer.html#url">url</a></code></td>
446
+ <td class="name"><code><a href="#url">url</a></code></td>
392
447
  <td class="name">
393
448
  <code>
394
449
 
395
- <span class="param-type">String</span>
450
+ <span class="param-type">
451
+
452
+ String
453
+
454
+ </span>
455
+
396
456
 
397
457
 
398
458
  </code>
@@ -411,7 +471,12 @@ const geometryServer = new GeometryServer({
411
471
  <span class="method-parameter is-pulled-right">
412
472
  <label>类型:</label>
413
473
 
414
- <span class="param-type">Boolean</span>
474
+ <span class="param-type">
475
+
476
+ Boolean
477
+
478
+ </span>
479
+
415
480
 
416
481
 
417
482
  </span>
@@ -445,7 +510,7 @@ const geometryServer = new GeometryServer({
445
510
 
446
511
  <dt class="inherited-from">Inherited From:</dt>
447
512
  <dd class="inherited-from"><ul class="dummy"><li>
448
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
513
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
449
514
  </li></ul></dd>
450
515
 
451
516
 
@@ -486,7 +551,12 @@ const geometryServer = new GeometryServer({
486
551
  <span class="method-parameter is-pulled-right">
487
552
  <label>类型:</label>
488
553
 
489
- <span class="param-type">Boolean</span>
554
+ <span class="param-type">
555
+
556
+ Boolean
557
+
558
+ </span>
559
+
490
560
 
491
561
 
492
562
  </span>
@@ -520,7 +590,7 @@ const geometryServer = new GeometryServer({
520
590
 
521
591
  <dt class="inherited-from">Inherited From:</dt>
522
592
  <dd class="inherited-from"><ul class="dummy"><li>
523
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
593
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
524
594
  </li></ul></dd>
525
595
 
526
596
 
@@ -582,7 +652,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
582
652
  <span class="method-parameter is-pulled-right">
583
653
  <label>类型:</label>
584
654
 
585
- <span class="param-type">String</span>
655
+ <span class="param-type">
656
+
657
+ String
658
+
659
+ </span>
660
+
586
661
 
587
662
 
588
663
  </span>
@@ -616,7 +691,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
616
691
 
617
692
  <dt class="inherited-from">Inherited From:</dt>
618
693
  <dd class="inherited-from"><ul class="dummy"><li>
619
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
694
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
620
695
  </li></ul></dd>
621
696
 
622
697
 
@@ -679,7 +754,12 @@ BaseServer.headers.token = '新token';</code></pre>
679
754
  <span class="method-parameter is-pulled-right">
680
755
  <label>类型:</label>
681
756
 
682
- <span class="param-type">function</span>
757
+ <span class="param-type">
758
+
759
+ function
760
+
761
+ </span>
762
+
683
763
 
684
764
 
685
765
  </span>
@@ -713,7 +793,7 @@ BaseServer.headers.token = '新token';</code></pre>
713
793
 
714
794
  <dt class="inherited-from">Inherited From:</dt>
715
795
  <dd class="inherited-from"><ul class="dummy"><li>
716
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
796
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
717
797
  </li></ul></dd>
718
798
 
719
799
 
@@ -782,7 +862,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
782
862
  <span class="method-parameter is-pulled-right">
783
863
  <label>类型:</label>
784
864
 
785
- <span class="param-type">String</span>
865
+ <span class="param-type">
866
+
867
+ String
868
+
869
+ </span>
870
+
786
871
 
787
872
 
788
873
  </span>
@@ -816,7 +901,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
816
901
 
817
902
  <dt class="inherited-from">Inherited From:</dt>
818
903
  <dd class="inherited-from"><ul class="dummy"><li>
819
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
904
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
820
905
  </li></ul></dd>
821
906
 
822
907
 
@@ -875,7 +960,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
875
960
  <span class="method-parameter is-pulled-right">
876
961
  <label>类型:</label>
877
962
 
878
- <span class="param-type">function</span>
963
+ <span class="param-type">
964
+
965
+ function
966
+
967
+ </span>
968
+
879
969
 
880
970
 
881
971
  </span>
@@ -909,7 +999,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
909
999
 
910
1000
  <dt class="inherited-from">Inherited From:</dt>
911
1001
  <dd class="inherited-from"><ul class="dummy"><li>
912
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1002
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
913
1003
  </li></ul></dd>
914
1004
 
915
1005
 
@@ -980,7 +1070,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
980
1070
  <span class="method-parameter is-pulled-right">
981
1071
  <label>类型:</label>
982
1072
 
983
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1073
+ <span class="param-type">
1074
+
1075
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1076
+
1077
+ </span>
1078
+
984
1079
 
985
1080
 
986
1081
  </span>
@@ -1014,7 +1109,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1014
1109
 
1015
1110
  <dt class="inherited-from">Inherited From:</dt>
1016
1111
  <dd class="inherited-from"><ul class="dummy"><li>
1017
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1112
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1018
1113
  </li></ul></dd>
1019
1114
 
1020
1115
 
@@ -1077,7 +1172,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1077
1172
  <span class="method-parameter is-pulled-right">
1078
1173
  <label>类型:</label>
1079
1174
 
1080
- <span class="param-type">String</span>
1175
+ <span class="param-type">
1176
+
1177
+ String
1178
+
1179
+ </span>
1180
+
1081
1181
 
1082
1182
 
1083
1183
  </span>
@@ -1111,7 +1211,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1111
1211
 
1112
1212
  <dt class="inherited-from">Inherited From:</dt>
1113
1213
  <dd class="inherited-from"><ul class="dummy"><li>
1114
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1214
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1115
1215
  </li></ul></dd>
1116
1216
 
1117
1217
 
@@ -1169,7 +1269,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1169
1269
  <span class="method-parameter is-pulled-right">
1170
1270
  <label>类型:</label>
1171
1271
 
1172
- <span class="param-type">String</span>
1272
+ <span class="param-type">
1273
+
1274
+ String
1275
+
1276
+ </span>
1277
+
1173
1278
 
1174
1279
 
1175
1280
  </span>
@@ -1203,7 +1308,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1203
1308
 
1204
1309
  <dt class="inherited-from">Inherited From:</dt>
1205
1310
  <dd class="inherited-from"><ul class="dummy"><li>
1206
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1311
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1207
1312
  </li></ul></dd>
1208
1313
 
1209
1314
 
@@ -1261,7 +1366,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1261
1366
  <span class="method-parameter is-pulled-right">
1262
1367
  <label>类型:</label>
1263
1368
 
1264
- <span class="param-type">String</span>
1369
+ <span class="param-type">
1370
+
1371
+ String
1372
+
1373
+ </span>
1374
+
1265
1375
 
1266
1376
 
1267
1377
  </span>
@@ -1295,7 +1405,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1295
1405
 
1296
1406
  <dt class="inherited-from">Inherited From:</dt>
1297
1407
  <dd class="inherited-from"><ul class="dummy"><li>
1298
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1408
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1299
1409
  </li></ul></dd>
1300
1410
 
1301
1411
 
@@ -1369,7 +1479,7 @@ BaseServer.url = '新URL';</code></pre>
1369
1479
  <tbody>
1370
1480
 
1371
1481
  <tr class="deep-level-0">
1372
- <td class="name"><code><a href="GeometryServer.html#bufferAnalyse">bufferAnalyse</a></code></td>
1482
+ <td class="name"><code><a href="#bufferAnalyse">bufferAnalyse</a></code></td>
1373
1483
  <td class="name">
1374
1484
  <code>
1375
1485
 
@@ -1379,7 +1489,7 @@ BaseServer.url = '新URL';</code></pre>
1379
1489
  </tr>
1380
1490
 
1381
1491
  <tr class="deep-level-0">
1382
- <td class="name"><code><a href="GeometryServer.html#calculateArea">calculateArea</a></code></td>
1492
+ <td class="name"><code><a href="#calculateArea">calculateArea</a></code></td>
1383
1493
  <td class="name">
1384
1494
  <code>
1385
1495
 
@@ -1389,7 +1499,7 @@ BaseServer.url = '新URL';</code></pre>
1389
1499
  </tr>
1390
1500
 
1391
1501
  <tr class="deep-level-0">
1392
- <td class="name"><code><a href="GeometryServer.html#calculateAreasAndLengths">calculateAreasAndLengths</a></code></td>
1502
+ <td class="name"><code><a href="#calculateAreasAndLengths">calculateAreasAndLengths</a></code></td>
1393
1503
  <td class="name">
1394
1504
  <code>
1395
1505
 
@@ -1399,7 +1509,7 @@ BaseServer.url = '新URL';</code></pre>
1399
1509
  </tr>
1400
1510
 
1401
1511
  <tr class="deep-level-0">
1402
- <td class="name"><code><a href="GeometryServer.html#calculateDifference">calculateDifference</a></code></td>
1512
+ <td class="name"><code><a href="#calculateDifference">calculateDifference</a></code></td>
1403
1513
  <td class="name">
1404
1514
  <code>
1405
1515
 
@@ -1409,7 +1519,7 @@ BaseServer.url = '新URL';</code></pre>
1409
1519
  </tr>
1410
1520
 
1411
1521
  <tr class="deep-level-0">
1412
- <td class="name"><code><a href="GeometryServer.html#calculateDistance">calculateDistance</a></code></td>
1522
+ <td class="name"><code><a href="#calculateDistance">calculateDistance</a></code></td>
1413
1523
  <td class="name">
1414
1524
  <code>
1415
1525
 
@@ -1419,7 +1529,7 @@ BaseServer.url = '新URL';</code></pre>
1419
1529
  </tr>
1420
1530
 
1421
1531
  <tr class="deep-level-0">
1422
- <td class="name"><code><a href="GeometryServer.html#calculateIntersect">calculateIntersect</a></code></td>
1532
+ <td class="name"><code><a href="#calculateIntersect">calculateIntersect</a></code></td>
1423
1533
  <td class="name">
1424
1534
  <code>
1425
1535
 
@@ -1429,7 +1539,7 @@ BaseServer.url = '新URL';</code></pre>
1429
1539
  </tr>
1430
1540
 
1431
1541
  <tr class="deep-level-0">
1432
- <td class="name"><code><a href="GeometryServer.html#calculateLabelPoints">calculateLabelPoints</a></code></td>
1542
+ <td class="name"><code><a href="#calculateLabelPoints">calculateLabelPoints</a></code></td>
1433
1543
  <td class="name">
1434
1544
  <code>
1435
1545
 
@@ -1439,7 +1549,7 @@ BaseServer.url = '新URL';</code></pre>
1439
1549
  </tr>
1440
1550
 
1441
1551
  <tr class="deep-level-0">
1442
- <td class="name"><code><a href="GeometryServer.html#calculateLength">calculateLength</a></code></td>
1552
+ <td class="name"><code><a href="#calculateLength">calculateLength</a></code></td>
1443
1553
  <td class="name">
1444
1554
  <code>
1445
1555
 
@@ -1449,7 +1559,7 @@ BaseServer.url = '新URL';</code></pre>
1449
1559
  </tr>
1450
1560
 
1451
1561
  <tr class="deep-level-0">
1452
- <td class="name"><code><a href="GeometryServer.html#calculateLengths">calculateLengths</a></code></td>
1562
+ <td class="name"><code><a href="#calculateLengths">calculateLengths</a></code></td>
1453
1563
  <td class="name">
1454
1564
  <code>
1455
1565
 
@@ -1459,7 +1569,7 @@ BaseServer.url = '新URL';</code></pre>
1459
1569
  </tr>
1460
1570
 
1461
1571
  <tr class="deep-level-0">
1462
- <td class="name"><code><a href="GeometryServer.html#calculateTopologyRelation">calculateTopologyRelation</a></code></td>
1572
+ <td class="name"><code><a href="#calculateTopologyRelation">calculateTopologyRelation</a></code></td>
1463
1573
  <td class="name">
1464
1574
  <code>
1465
1575
 
@@ -1469,7 +1579,7 @@ BaseServer.url = '新URL';</code></pre>
1469
1579
  </tr>
1470
1580
 
1471
1581
  <tr class="deep-level-0">
1472
- <td class="name"><code><a href="GeometryServer.html#calculateUnion">calculateUnion</a></code></td>
1582
+ <td class="name"><code><a href="#calculateUnion">calculateUnion</a></code></td>
1473
1583
  <td class="name">
1474
1584
  <code>
1475
1585
 
@@ -1479,7 +1589,7 @@ BaseServer.url = '新URL';</code></pre>
1479
1589
  </tr>
1480
1590
 
1481
1591
  <tr class="deep-level-0">
1482
- <td class="name"><code><a href="GeometryServer.html#geometryProject">geometryProject</a></code></td>
1592
+ <td class="name"><code><a href="#geometryProject">geometryProject</a></code></td>
1483
1593
  <td class="name">
1484
1594
  <code>
1485
1595
 
@@ -1489,7 +1599,7 @@ BaseServer.url = '新URL';</code></pre>
1489
1599
  </tr>
1490
1600
 
1491
1601
  <tr class="deep-level-0">
1492
- <td class="name"><code><a href="GeometryServer.html#projectInExtent">projectInExtent</a></code></td>
1602
+ <td class="name"><code><a href="#projectInExtent">projectInExtent</a></code></td>
1493
1603
  <td class="name">
1494
1604
  <code>
1495
1605
 
@@ -1499,7 +1609,7 @@ BaseServer.url = '新URL';</code></pre>
1499
1609
  </tr>
1500
1610
 
1501
1611
  <tr class="deep-level-0">
1502
- <td class="name"><code><a href="GeometryServer.html#queryServerInfo">queryServerInfo</a></code></td>
1612
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1503
1613
  <td class="name">
1504
1614
  <code>
1505
1615
 
@@ -1509,7 +1619,7 @@ BaseServer.url = '新URL';</code></pre>
1509
1619
  </tr>
1510
1620
 
1511
1621
  <tr class="deep-level-0">
1512
- <td class="name"><code><a href="GeometryServer.html#smoothLineString">smoothLineString</a></code></td>
1622
+ <td class="name"><code><a href="#smoothLineString">smoothLineString</a></code></td>
1513
1623
  <td class="name">
1514
1624
  <code>
1515
1625
 
@@ -1576,7 +1686,7 @@ BaseServer.url = '新URL';</code></pre>
1576
1686
 
1577
1687
  <tr class="deep-level-0">
1578
1688
 
1579
- <td class="name" id="options"><code>options</code></td>
1689
+ <td class="name"><code>options</code></td>
1580
1690
 
1581
1691
 
1582
1692
  <td class="type">
@@ -1593,13 +1703,18 @@ BaseServer.url = '新URL';</code></pre>
1593
1703
 
1594
1704
  <tr class="deep-level-1">
1595
1705
 
1596
- <td class="name" id="polygon"><code>polygon</code></td>
1706
+ <td class="name"><code>polygon</code></td>
1597
1707
 
1598
1708
 
1599
1709
  <td class="type">
1600
1710
 
1601
1711
 
1602
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1712
+ <span class="param-type">
1713
+
1714
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1715
+
1716
+ </span>
1717
+
1603
1718
 
1604
1719
 
1605
1720
 
@@ -1615,13 +1730,18 @@ BaseServer.url = '新URL';</code></pre>
1615
1730
 
1616
1731
  <tr class="deep-level-1">
1617
1732
 
1618
- <td class="name" id="distance"><code>distance</code></td>
1733
+ <td class="name"><code>distance</code></td>
1619
1734
 
1620
1735
 
1621
1736
  <td class="type">
1622
1737
 
1623
1738
 
1624
- <span class="param-type">Number</span>
1739
+ <span class="param-type">
1740
+
1741
+ Number
1742
+
1743
+ </span>
1744
+
1625
1745
 
1626
1746
 
1627
1747
 
@@ -1637,13 +1757,18 @@ BaseServer.url = '新URL';</code></pre>
1637
1757
 
1638
1758
  <tr class="deep-level-1">
1639
1759
 
1640
- <td class="name" id="success"><code>success</code></td>
1760
+ <td class="name"><code>success</code></td>
1641
1761
 
1642
1762
 
1643
1763
  <td class="type">
1644
1764
 
1645
1765
 
1646
- <span class="param-type">function</span>
1766
+ <span class="param-type">
1767
+
1768
+ function
1769
+
1770
+ </span>
1771
+
1647
1772
 
1648
1773
 
1649
1774
 
@@ -1659,13 +1784,18 @@ BaseServer.url = '新URL';</code></pre>
1659
1784
 
1660
1785
  <tr class="deep-level-1">
1661
1786
 
1662
- <td class="name" id="failure"><code>failure</code></td>
1787
+ <td class="name"><code>failure</code></td>
1663
1788
 
1664
1789
 
1665
1790
  <td class="type">
1666
1791
 
1667
1792
 
1668
- <span class="param-type">function</span>
1793
+ <span class="param-type">
1794
+
1795
+ function
1796
+
1797
+ </span>
1798
+
1669
1799
 
1670
1800
 
1671
1801
 
@@ -1856,7 +1986,7 @@ geometryServer.bufferAnalyse({
1856
1986
 
1857
1987
  <tr class="deep-level-0">
1858
1988
 
1859
- <td class="name" id="options"><code>options</code></td>
1989
+ <td class="name"><code>options</code></td>
1860
1990
 
1861
1991
 
1862
1992
  <td class="type">
@@ -1873,13 +2003,18 @@ geometryServer.bufferAnalyse({
1873
2003
 
1874
2004
  <tr class="deep-level-1">
1875
2005
 
1876
- <td class="name" id="polygon"><code>polygon</code></td>
2006
+ <td class="name"><code>polygon</code></td>
1877
2007
 
1878
2008
 
1879
2009
  <td class="type">
1880
2010
 
1881
2011
 
1882
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2012
+ <span class="param-type">
2013
+
2014
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2015
+
2016
+ </span>
2017
+
1883
2018
 
1884
2019
 
1885
2020
 
@@ -1895,13 +2030,18 @@ geometryServer.bufferAnalyse({
1895
2030
 
1896
2031
  <tr class="deep-level-1">
1897
2032
 
1898
- <td class="name" id="success"><code>success</code></td>
2033
+ <td class="name"><code>success</code></td>
1899
2034
 
1900
2035
 
1901
2036
  <td class="type">
1902
2037
 
1903
2038
 
1904
- <span class="param-type">function</span>
2039
+ <span class="param-type">
2040
+
2041
+ function
2042
+
2043
+ </span>
2044
+
1905
2045
 
1906
2046
 
1907
2047
 
@@ -1917,13 +2057,18 @@ geometryServer.bufferAnalyse({
1917
2057
 
1918
2058
  <tr class="deep-level-1">
1919
2059
 
1920
- <td class="name" id="failure"><code>failure</code></td>
2060
+ <td class="name"><code>failure</code></td>
1921
2061
 
1922
2062
 
1923
2063
  <td class="type">
1924
2064
 
1925
2065
 
1926
- <span class="param-type">function</span>
2066
+ <span class="param-type">
2067
+
2068
+ function
2069
+
2070
+ </span>
2071
+
1927
2072
 
1928
2073
 
1929
2074
 
@@ -1939,13 +2084,18 @@ geometryServer.bufferAnalyse({
1939
2084
 
1940
2085
  <tr class="deep-level-1">
1941
2086
 
1942
- <td class="name" id="projectInfo"><code>projectInfo</code></td>
2087
+ <td class="name"><code>projectInfo</code></td>
1943
2088
 
1944
2089
 
1945
2090
  <td class="type">
1946
2091
 
1947
2092
 
1948
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
2093
+ <span class="param-type">
2094
+
2095
+ <a link="ProjectInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a>
2096
+
2097
+ </span>
2098
+
1949
2099
 
1950
2100
 
1951
2101
 
@@ -1961,13 +2111,18 @@ geometryServer.bufferAnalyse({
1961
2111
 
1962
2112
  <tr class="deep-level-1">
1963
2113
 
1964
- <td class="name" id="projectInfoBySrsID"><code>projectInfoBySrsID</code></td>
2114
+ <td class="name"><code>projectInfoBySrsID</code></td>
1965
2115
 
1966
2116
 
1967
2117
  <td class="type">
1968
2118
 
1969
2119
 
1970
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
2120
+ <span class="param-type">
2121
+
2122
+ <a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a>
2123
+
2124
+ </span>
2125
+
1971
2126
 
1972
2127
 
1973
2128
 
@@ -2104,7 +2259,7 @@ geometryServer.bufferAnalyse({
2104
2259
 
2105
2260
  <tr class="deep-level-0">
2106
2261
 
2107
- <td class="name" id="options"><code>options</code></td>
2262
+ <td class="name"><code>options</code></td>
2108
2263
 
2109
2264
 
2110
2265
  <td class="type">
@@ -2121,13 +2276,18 @@ geometryServer.bufferAnalyse({
2121
2276
 
2122
2277
  <tr class="deep-level-1">
2123
2278
 
2124
- <td class="name" id="polygons"><code>polygons</code></td>
2279
+ <td class="name"><code>polygons</code></td>
2125
2280
 
2126
2281
 
2127
2282
  <td class="type">
2128
2283
 
2129
2284
 
2130
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2285
+ <span class="param-type">
2286
+
2287
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2288
+
2289
+ </span>
2290
+
2131
2291
 
2132
2292
 
2133
2293
 
@@ -2143,13 +2303,18 @@ geometryServer.bufferAnalyse({
2143
2303
 
2144
2304
  <tr class="deep-level-1">
2145
2305
 
2146
- <td class="name" id="success"><code>success</code></td>
2306
+ <td class="name"><code>success</code></td>
2147
2307
 
2148
2308
 
2149
2309
  <td class="type">
2150
2310
 
2151
2311
 
2152
- <span class="param-type">function</span>
2312
+ <span class="param-type">
2313
+
2314
+ function
2315
+
2316
+ </span>
2317
+
2153
2318
 
2154
2319
 
2155
2320
 
@@ -2165,13 +2330,18 @@ geometryServer.bufferAnalyse({
2165
2330
 
2166
2331
  <tr class="deep-level-1">
2167
2332
 
2168
- <td class="name" id="failure"><code>failure</code></td>
2333
+ <td class="name"><code>failure</code></td>
2169
2334
 
2170
2335
 
2171
2336
  <td class="type">
2172
2337
 
2173
2338
 
2174
- <span class="param-type">function</span>
2339
+ <span class="param-type">
2340
+
2341
+ function
2342
+
2343
+ </span>
2344
+
2175
2345
 
2176
2346
 
2177
2347
 
@@ -2358,7 +2528,7 @@ geometryServer.calculateAreasAndLengths({
2358
2528
 
2359
2529
  <tr class="deep-level-0">
2360
2530
 
2361
- <td class="name" id="options"><code>options</code></td>
2531
+ <td class="name"><code>options</code></td>
2362
2532
 
2363
2533
 
2364
2534
  <td class="type">
@@ -2375,13 +2545,18 @@ geometryServer.calculateAreasAndLengths({
2375
2545
 
2376
2546
  <tr class="deep-level-1">
2377
2547
 
2378
- <td class="name" id="geometry1"><code>geometry1</code></td>
2548
+ <td class="name"><code>geometry1</code></td>
2379
2549
 
2380
2550
 
2381
2551
  <td class="type">
2382
2552
 
2383
2553
 
2384
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2554
+ <span class="param-type">
2555
+
2556
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2557
+
2558
+ </span>
2559
+
2385
2560
 
2386
2561
 
2387
2562
 
@@ -2397,13 +2572,18 @@ geometryServer.calculateAreasAndLengths({
2397
2572
 
2398
2573
  <tr class="deep-level-1">
2399
2574
 
2400
- <td class="name" id="geometry2"><code>geometry2</code></td>
2575
+ <td class="name"><code>geometry2</code></td>
2401
2576
 
2402
2577
 
2403
2578
  <td class="type">
2404
2579
 
2405
2580
 
2406
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2581
+ <span class="param-type">
2582
+
2583
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2584
+
2585
+ </span>
2586
+
2407
2587
 
2408
2588
 
2409
2589
 
@@ -2419,13 +2599,18 @@ geometryServer.calculateAreasAndLengths({
2419
2599
 
2420
2600
  <tr class="deep-level-1">
2421
2601
 
2422
- <td class="name" id="tolerance"><code>tolerance</code></td>
2602
+ <td class="name"><code>tolerance</code></td>
2423
2603
 
2424
2604
 
2425
2605
  <td class="type">
2426
2606
 
2427
2607
 
2428
- <span class="param-type">Number</span>
2608
+ <span class="param-type">
2609
+
2610
+ Number
2611
+
2612
+ </span>
2613
+
2429
2614
 
2430
2615
 
2431
2616
 
@@ -2441,13 +2626,18 @@ geometryServer.calculateAreasAndLengths({
2441
2626
 
2442
2627
  <tr class="deep-level-1">
2443
2628
 
2444
- <td class="name" id="success"><code>success</code></td>
2629
+ <td class="name"><code>success</code></td>
2445
2630
 
2446
2631
 
2447
2632
  <td class="type">
2448
2633
 
2449
2634
 
2450
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2640
+
2451
2641
 
2452
2642
 
2453
2643
 
@@ -2463,13 +2653,18 @@ geometryServer.calculateAreasAndLengths({
2463
2653
 
2464
2654
  <tr class="deep-level-1">
2465
2655
 
2466
- <td class="name" id="failure"><code>failure</code></td>
2656
+ <td class="name"><code>failure</code></td>
2467
2657
 
2468
2658
 
2469
2659
  <td class="type">
2470
2660
 
2471
2661
 
2472
- <span class="param-type">function</span>
2662
+ <span class="param-type">
2663
+
2664
+ function
2665
+
2666
+ </span>
2667
+
2473
2668
 
2474
2669
 
2475
2670
 
@@ -2678,7 +2873,7 @@ geometryServer.calculateDifference({
2678
2873
 
2679
2874
  <tr class="deep-level-0">
2680
2875
 
2681
- <td class="name" id="options"><code>options</code></td>
2876
+ <td class="name"><code>options</code></td>
2682
2877
 
2683
2878
 
2684
2879
  <td class="type">
@@ -2695,13 +2890,18 @@ geometryServer.calculateDifference({
2695
2890
 
2696
2891
  <tr class="deep-level-1">
2697
2892
 
2698
- <td class="name" id="geometry1"><code>geometry1</code></td>
2893
+ <td class="name"><code>geometry1</code></td>
2699
2894
 
2700
2895
 
2701
2896
  <td class="type">
2702
2897
 
2703
2898
 
2704
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2899
+ <span class="param-type">
2900
+
2901
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2902
+
2903
+ </span>
2904
+
2705
2905
 
2706
2906
 
2707
2907
 
@@ -2717,13 +2917,18 @@ geometryServer.calculateDifference({
2717
2917
 
2718
2918
  <tr class="deep-level-1">
2719
2919
 
2720
- <td class="name" id="geometry2"><code>geometry2</code></td>
2920
+ <td class="name"><code>geometry2</code></td>
2721
2921
 
2722
2922
 
2723
2923
  <td class="type">
2724
2924
 
2725
2925
 
2726
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2926
+ <span class="param-type">
2927
+
2928
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2929
+
2930
+ </span>
2931
+
2727
2932
 
2728
2933
 
2729
2934
 
@@ -2739,13 +2944,18 @@ geometryServer.calculateDifference({
2739
2944
 
2740
2945
  <tr class="deep-level-1">
2741
2946
 
2742
- <td class="name" id="srs"><code>srs</code></td>
2947
+ <td class="name"><code>srs</code></td>
2743
2948
 
2744
2949
 
2745
2950
  <td class="type">
2746
2951
 
2747
2952
 
2748
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2953
+ <span class="param-type">
2954
+
2955
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2956
+
2957
+ </span>
2958
+
2749
2959
 
2750
2960
 
2751
2961
 
@@ -2761,13 +2971,18 @@ geometryServer.calculateDifference({
2761
2971
 
2762
2972
  <tr class="deep-level-1">
2763
2973
 
2764
- <td class="name" id="success"><code>success</code></td>
2974
+ <td class="name"><code>success</code></td>
2765
2975
 
2766
2976
 
2767
2977
  <td class="type">
2768
2978
 
2769
2979
 
2770
- <span class="param-type">function</span>
2980
+ <span class="param-type">
2981
+
2982
+ function
2983
+
2984
+ </span>
2985
+
2771
2986
 
2772
2987
 
2773
2988
 
@@ -2783,13 +2998,18 @@ geometryServer.calculateDifference({
2783
2998
 
2784
2999
  <tr class="deep-level-1">
2785
3000
 
2786
- <td class="name" id="failure"><code>failure</code></td>
3001
+ <td class="name"><code>failure</code></td>
2787
3002
 
2788
3003
 
2789
3004
  <td class="type">
2790
3005
 
2791
3006
 
2792
- <span class="param-type">function</span>
3007
+ <span class="param-type">
3008
+
3009
+ function
3010
+
3011
+ </span>
3012
+
2793
3013
 
2794
3014
 
2795
3015
 
@@ -2972,7 +3192,7 @@ geometryServer.calculateDistance({
2972
3192
 
2973
3193
  <tr class="deep-level-0">
2974
3194
 
2975
- <td class="name" id="options"><code>options</code></td>
3195
+ <td class="name"><code>options</code></td>
2976
3196
 
2977
3197
 
2978
3198
  <td class="type">
@@ -2989,13 +3209,18 @@ geometryServer.calculateDistance({
2989
3209
 
2990
3210
  <tr class="deep-level-1">
2991
3211
 
2992
- <td class="name" id="geometry1"><code>geometry1</code></td>
3212
+ <td class="name"><code>geometry1</code></td>
2993
3213
 
2994
3214
 
2995
3215
  <td class="type">
2996
3216
 
2997
3217
 
2998
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3218
+ <span class="param-type">
3219
+
3220
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3221
+
3222
+ </span>
3223
+
2999
3224
 
3000
3225
 
3001
3226
 
@@ -3011,13 +3236,18 @@ geometryServer.calculateDistance({
3011
3236
 
3012
3237
  <tr class="deep-level-1">
3013
3238
 
3014
- <td class="name" id="geometry2"><code>geometry2</code></td>
3239
+ <td class="name"><code>geometry2</code></td>
3015
3240
 
3016
3241
 
3017
3242
  <td class="type">
3018
3243
 
3019
3244
 
3020
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3245
+ <span class="param-type">
3246
+
3247
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3248
+
3249
+ </span>
3250
+
3021
3251
 
3022
3252
 
3023
3253
 
@@ -3033,13 +3263,18 @@ geometryServer.calculateDistance({
3033
3263
 
3034
3264
  <tr class="deep-level-1">
3035
3265
 
3036
- <td class="name" id="tolerance"><code>tolerance</code></td>
3266
+ <td class="name"><code>tolerance</code></td>
3037
3267
 
3038
3268
 
3039
3269
  <td class="type">
3040
3270
 
3041
3271
 
3042
- <span class="param-type">Number</span>
3272
+ <span class="param-type">
3273
+
3274
+ Number
3275
+
3276
+ </span>
3277
+
3043
3278
 
3044
3279
 
3045
3280
 
@@ -3055,13 +3290,18 @@ geometryServer.calculateDistance({
3055
3290
 
3056
3291
  <tr class="deep-level-1">
3057
3292
 
3058
- <td class="name" id="success"><code>success</code></td>
3293
+ <td class="name"><code>success</code></td>
3059
3294
 
3060
3295
 
3061
3296
  <td class="type">
3062
3297
 
3063
3298
 
3064
- <span class="param-type">function</span>
3299
+ <span class="param-type">
3300
+
3301
+ function
3302
+
3303
+ </span>
3304
+
3065
3305
 
3066
3306
 
3067
3307
 
@@ -3077,13 +3317,18 @@ geometryServer.calculateDistance({
3077
3317
 
3078
3318
  <tr class="deep-level-1">
3079
3319
 
3080
- <td class="name" id="failure"><code>failure</code></td>
3320
+ <td class="name"><code>failure</code></td>
3081
3321
 
3082
3322
 
3083
3323
  <td class="type">
3084
3324
 
3085
3325
 
3086
- <span class="param-type">function</span>
3326
+ <span class="param-type">
3327
+
3328
+ function
3329
+
3330
+ </span>
3331
+
3087
3332
 
3088
3333
 
3089
3334
 
@@ -3261,7 +3506,7 @@ geometryServer.calculateIntersect({
3261
3506
 
3262
3507
  <tr class="deep-level-0">
3263
3508
 
3264
- <td class="name" id="options"><code>options</code></td>
3509
+ <td class="name"><code>options</code></td>
3265
3510
 
3266
3511
 
3267
3512
  <td class="type">
@@ -3278,13 +3523,18 @@ geometryServer.calculateIntersect({
3278
3523
 
3279
3524
  <tr class="deep-level-1">
3280
3525
 
3281
- <td class="name" id="polygons"><code>polygons</code></td>
3526
+ <td class="name"><code>polygons</code></td>
3282
3527
 
3283
3528
 
3284
3529
  <td class="type">
3285
3530
 
3286
3531
 
3287
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3532
+ <span class="param-type">
3533
+
3534
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
3535
+
3536
+ </span>
3537
+
3288
3538
 
3289
3539
 
3290
3540
 
@@ -3300,13 +3550,18 @@ geometryServer.calculateIntersect({
3300
3550
 
3301
3551
  <tr class="deep-level-1">
3302
3552
 
3303
- <td class="name" id="success"><code>success</code></td>
3553
+ <td class="name"><code>success</code></td>
3304
3554
 
3305
3555
 
3306
3556
  <td class="type">
3307
3557
 
3308
3558
 
3309
- <span class="param-type">function</span>
3559
+ <span class="param-type">
3560
+
3561
+ function
3562
+
3563
+ </span>
3564
+
3310
3565
 
3311
3566
 
3312
3567
 
@@ -3322,13 +3577,18 @@ geometryServer.calculateIntersect({
3322
3577
 
3323
3578
  <tr class="deep-level-1">
3324
3579
 
3325
- <td class="name" id="failure"><code>failure</code></td>
3580
+ <td class="name"><code>failure</code></td>
3326
3581
 
3327
3582
 
3328
3583
  <td class="type">
3329
3584
 
3330
3585
 
3331
- <span class="param-type">function</span>
3586
+ <span class="param-type">
3587
+
3588
+ function
3589
+
3590
+ </span>
3591
+
3332
3592
 
3333
3593
 
3334
3594
 
@@ -3499,7 +3759,7 @@ geometryServer.calculateLabelPoints({
3499
3759
 
3500
3760
  <tr class="deep-level-0">
3501
3761
 
3502
- <td class="name" id="options"><code>options</code></td>
3762
+ <td class="name"><code>options</code></td>
3503
3763
 
3504
3764
 
3505
3765
  <td class="type">
@@ -3516,13 +3776,18 @@ geometryServer.calculateLabelPoints({
3516
3776
 
3517
3777
  <tr class="deep-level-1">
3518
3778
 
3519
- <td class="name" id="lineString"><code>lineString</code></td>
3779
+ <td class="name"><code>lineString</code></td>
3520
3780
 
3521
3781
 
3522
3782
  <td class="type">
3523
3783
 
3524
3784
 
3525
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3785
+ <span class="param-type">
3786
+
3787
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
3788
+
3789
+ </span>
3790
+
3526
3791
 
3527
3792
 
3528
3793
 
@@ -3538,13 +3803,18 @@ geometryServer.calculateLabelPoints({
3538
3803
 
3539
3804
  <tr class="deep-level-1">
3540
3805
 
3541
- <td class="name" id="success"><code>success</code></td>
3806
+ <td class="name"><code>success</code></td>
3542
3807
 
3543
3808
 
3544
3809
  <td class="type">
3545
3810
 
3546
3811
 
3547
- <span class="param-type">function</span>
3812
+ <span class="param-type">
3813
+
3814
+ function
3815
+
3816
+ </span>
3817
+
3548
3818
 
3549
3819
 
3550
3820
 
@@ -3560,13 +3830,18 @@ geometryServer.calculateLabelPoints({
3560
3830
 
3561
3831
  <tr class="deep-level-1">
3562
3832
 
3563
- <td class="name" id="failure"><code>failure</code></td>
3833
+ <td class="name"><code>failure</code></td>
3564
3834
 
3565
3835
 
3566
3836
  <td class="type">
3567
3837
 
3568
3838
 
3569
- <span class="param-type">function</span>
3839
+ <span class="param-type">
3840
+
3841
+ function
3842
+
3843
+ </span>
3844
+
3570
3845
 
3571
3846
 
3572
3847
 
@@ -3582,13 +3857,18 @@ geometryServer.calculateLabelPoints({
3582
3857
 
3583
3858
  <tr class="deep-level-1">
3584
3859
 
3585
- <td class="name" id="projectInfo"><code>projectInfo</code></td>
3860
+ <td class="name"><code>projectInfo</code></td>
3586
3861
 
3587
3862
 
3588
3863
  <td class="type">
3589
3864
 
3590
3865
 
3591
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a></span>
3866
+ <span class="param-type">
3867
+
3868
+ <a link="ProjectInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfo" ProjectInfo.html>ProjectInfo</a>
3869
+
3870
+ </span>
3871
+
3592
3872
 
3593
3873
 
3594
3874
 
@@ -3604,13 +3884,18 @@ geometryServer.calculateLabelPoints({
3604
3884
 
3605
3885
  <tr class="deep-level-1">
3606
3886
 
3607
- <td class="name" id="projectInfoBySrsID"><code>projectInfoBySrsID</code></td>
3887
+ <td class="name"><code>projectInfoBySrsID</code></td>
3608
3888
 
3609
3889
 
3610
3890
  <td class="type">
3611
3891
 
3612
3892
 
3613
- <span class="param-type"><a class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a></span>
3893
+ <span class="param-type">
3894
+
3895
+ <a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProjectInfoBySrsID" ProjectInfoBySrsID.html>ProjectInfoBySrsID</a>
3896
+
3897
+ </span>
3898
+
3614
3899
 
3615
3900
 
3616
3901
 
@@ -3747,7 +4032,7 @@ geometryServer.calculateLabelPoints({
3747
4032
 
3748
4033
  <tr class="deep-level-0">
3749
4034
 
3750
- <td class="name" id="options"><code>options</code></td>
4035
+ <td class="name"><code>options</code></td>
3751
4036
 
3752
4037
 
3753
4038
  <td class="type">
@@ -3764,16 +4049,25 @@ geometryServer.calculateLabelPoints({
3764
4049
 
3765
4050
  <tr class="deep-level-1">
3766
4051
 
3767
- <td class="name" id="lineString"><code>lineString</code></td>
4052
+ <td class="name"><code>lineString</code></td>
3768
4053
 
3769
4054
 
3770
4055
  <td class="type">
3771
4056
 
3772
4057
 
3773
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
4058
+ <span class="param-type">
4059
+
4060
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
4061
+
4062
+ </span>
3774
4063
  |
3775
4064
 
3776
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4065
+ <span class="param-type">
4066
+
4067
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4068
+
4069
+ </span>
4070
+
3777
4071
 
3778
4072
 
3779
4073
 
@@ -3789,13 +4083,18 @@ geometryServer.calculateLabelPoints({
3789
4083
 
3790
4084
  <tr class="deep-level-1">
3791
4085
 
3792
- <td class="name" id="success"><code>success</code></td>
4086
+ <td class="name"><code>success</code></td>
3793
4087
 
3794
4088
 
3795
4089
  <td class="type">
3796
4090
 
3797
4091
 
3798
- <span class="param-type">function</span>
4092
+ <span class="param-type">
4093
+
4094
+ function
4095
+
4096
+ </span>
4097
+
3799
4098
 
3800
4099
 
3801
4100
 
@@ -3811,13 +4110,18 @@ geometryServer.calculateLabelPoints({
3811
4110
 
3812
4111
  <tr class="deep-level-1">
3813
4112
 
3814
- <td class="name" id="failure"><code>failure</code></td>
4113
+ <td class="name"><code>failure</code></td>
3815
4114
 
3816
4115
 
3817
4116
  <td class="type">
3818
4117
 
3819
4118
 
3820
- <span class="param-type">function</span>
4119
+ <span class="param-type">
4120
+
4121
+ function
4122
+
4123
+ </span>
4124
+
3821
4125
 
3822
4126
 
3823
4127
 
@@ -3990,7 +4294,7 @@ geometryServer.calculateLengths({
3990
4294
 
3991
4295
  <tr class="deep-level-0">
3992
4296
 
3993
- <td class="name" id="options"><code>options</code></td>
4297
+ <td class="name"><code>options</code></td>
3994
4298
 
3995
4299
 
3996
4300
  <td class="type">
@@ -4007,13 +4311,18 @@ geometryServer.calculateLengths({
4007
4311
 
4008
4312
  <tr class="deep-level-1">
4009
4313
 
4010
- <td class="name" id="geometry1"><code>geometry1</code></td>
4314
+ <td class="name"><code>geometry1</code></td>
4011
4315
 
4012
4316
 
4013
4317
  <td class="type">
4014
4318
 
4015
4319
 
4016
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4320
+ <span class="param-type">
4321
+
4322
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4323
+
4324
+ </span>
4325
+
4017
4326
 
4018
4327
 
4019
4328
 
@@ -4029,13 +4338,18 @@ geometryServer.calculateLengths({
4029
4338
 
4030
4339
  <tr class="deep-level-1">
4031
4340
 
4032
- <td class="name" id="geometry2"><code>geometry2</code></td>
4341
+ <td class="name"><code>geometry2</code></td>
4033
4342
 
4034
4343
 
4035
4344
  <td class="type">
4036
4345
 
4037
4346
 
4038
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4347
+ <span class="param-type">
4348
+
4349
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4350
+
4351
+ </span>
4352
+
4039
4353
 
4040
4354
 
4041
4355
 
@@ -4051,13 +4365,18 @@ geometryServer.calculateLengths({
4051
4365
 
4052
4366
  <tr class="deep-level-1">
4053
4367
 
4054
- <td class="name" id="tolerance"><code>tolerance</code></td>
4368
+ <td class="name"><code>tolerance</code></td>
4055
4369
 
4056
4370
 
4057
4371
  <td class="type">
4058
4372
 
4059
4373
 
4060
- <span class="param-type">Number</span>
4374
+ <span class="param-type">
4375
+
4376
+ Number
4377
+
4378
+ </span>
4379
+
4061
4380
 
4062
4381
 
4063
4382
 
@@ -4073,13 +4392,18 @@ geometryServer.calculateLengths({
4073
4392
 
4074
4393
  <tr class="deep-level-1">
4075
4394
 
4076
- <td class="name" id="success"><code>success</code></td>
4395
+ <td class="name"><code>success</code></td>
4077
4396
 
4078
4397
 
4079
4398
  <td class="type">
4080
4399
 
4081
4400
 
4082
- <span class="param-type">function</span>
4401
+ <span class="param-type">
4402
+
4403
+ function
4404
+
4405
+ </span>
4406
+
4083
4407
 
4084
4408
 
4085
4409
 
@@ -4095,13 +4419,18 @@ geometryServer.calculateLengths({
4095
4419
 
4096
4420
  <tr class="deep-level-1">
4097
4421
 
4098
- <td class="name" id="failure"><code>failure</code></td>
4422
+ <td class="name"><code>failure</code></td>
4099
4423
 
4100
4424
 
4101
4425
  <td class="type">
4102
4426
 
4103
4427
 
4104
- <span class="param-type">function</span>
4428
+ <span class="param-type">
4429
+
4430
+ function
4431
+
4432
+ </span>
4433
+
4105
4434
 
4106
4435
 
4107
4436
 
@@ -4280,7 +4609,7 @@ geometryServer.calculateTopologyRelation({
4280
4609
 
4281
4610
  <tr class="deep-level-0">
4282
4611
 
4283
- <td class="name" id="options"><code>options</code></td>
4612
+ <td class="name"><code>options</code></td>
4284
4613
 
4285
4614
 
4286
4615
  <td class="type">
@@ -4297,13 +4626,18 @@ geometryServer.calculateTopologyRelation({
4297
4626
 
4298
4627
  <tr class="deep-level-1">
4299
4628
 
4300
- <td class="name" id="geometry1"><code>geometry1</code></td>
4629
+ <td class="name"><code>geometry1</code></td>
4301
4630
 
4302
4631
 
4303
4632
  <td class="type">
4304
4633
 
4305
4634
 
4306
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4635
+ <span class="param-type">
4636
+
4637
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4638
+
4639
+ </span>
4640
+
4307
4641
 
4308
4642
 
4309
4643
 
@@ -4319,13 +4653,18 @@ geometryServer.calculateTopologyRelation({
4319
4653
 
4320
4654
  <tr class="deep-level-1">
4321
4655
 
4322
- <td class="name" id="geometry2"><code>geometry2</code></td>
4656
+ <td class="name"><code>geometry2</code></td>
4323
4657
 
4324
4658
 
4325
4659
  <td class="type">
4326
4660
 
4327
4661
 
4328
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4662
+ <span class="param-type">
4663
+
4664
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4665
+
4666
+ </span>
4667
+
4329
4668
 
4330
4669
 
4331
4670
 
@@ -4341,13 +4680,18 @@ geometryServer.calculateTopologyRelation({
4341
4680
 
4342
4681
  <tr class="deep-level-1">
4343
4682
 
4344
- <td class="name" id="tolerance"><code>tolerance</code></td>
4683
+ <td class="name"><code>tolerance</code></td>
4345
4684
 
4346
4685
 
4347
4686
  <td class="type">
4348
4687
 
4349
4688
 
4350
- <span class="param-type">Number</span>
4689
+ <span class="param-type">
4690
+
4691
+ Number
4692
+
4693
+ </span>
4694
+
4351
4695
 
4352
4696
 
4353
4697
 
@@ -4363,13 +4707,18 @@ geometryServer.calculateTopologyRelation({
4363
4707
 
4364
4708
  <tr class="deep-level-1">
4365
4709
 
4366
- <td class="name" id="success"><code>success</code></td>
4710
+ <td class="name"><code>success</code></td>
4367
4711
 
4368
4712
 
4369
4713
  <td class="type">
4370
4714
 
4371
4715
 
4372
- <span class="param-type">function</span>
4716
+ <span class="param-type">
4717
+
4718
+ function
4719
+
4720
+ </span>
4721
+
4373
4722
 
4374
4723
 
4375
4724
 
@@ -4385,13 +4734,18 @@ geometryServer.calculateTopologyRelation({
4385
4734
 
4386
4735
  <tr class="deep-level-1">
4387
4736
 
4388
- <td class="name" id="failure"><code>failure</code></td>
4737
+ <td class="name"><code>failure</code></td>
4389
4738
 
4390
4739
 
4391
4740
  <td class="type">
4392
4741
 
4393
4742
 
4394
- <span class="param-type">function</span>
4743
+ <span class="param-type">
4744
+
4745
+ function
4746
+
4747
+ </span>
4748
+
4395
4749
 
4396
4750
 
4397
4751
 
@@ -4570,7 +4924,7 @@ geometryServer.calculateUnion({
4570
4924
 
4571
4925
  <tr class="deep-level-0">
4572
4926
 
4573
- <td class="name" id="options"><code>options</code></td>
4927
+ <td class="name"><code>options</code></td>
4574
4928
 
4575
4929
 
4576
4930
  <td class="type">
@@ -4587,13 +4941,18 @@ geometryServer.calculateUnion({
4587
4941
 
4588
4942
  <tr class="deep-level-1">
4589
4943
 
4590
- <td class="name" id="geometries"><code>geometries</code></td>
4944
+ <td class="name"><code>geometries</code></td>
4591
4945
 
4592
4946
 
4593
4947
  <td class="type">
4594
4948
 
4595
4949
 
4596
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4950
+ <span class="param-type">
4951
+
4952
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4953
+
4954
+ </span>
4955
+
4597
4956
 
4598
4957
 
4599
4958
 
@@ -4609,13 +4968,18 @@ geometryServer.calculateUnion({
4609
4968
 
4610
4969
  <tr class="deep-level-1">
4611
4970
 
4612
- <td class="name" id="inSrs"><code>inSrs</code></td>
4971
+ <td class="name"><code>inSrs</code></td>
4613
4972
 
4614
4973
 
4615
4974
  <td class="type">
4616
4975
 
4617
4976
 
4618
- <span class="param-type">String</span>
4977
+ <span class="param-type">
4978
+
4979
+ String
4980
+
4981
+ </span>
4982
+
4619
4983
 
4620
4984
 
4621
4985
 
@@ -4631,13 +4995,18 @@ geometryServer.calculateUnion({
4631
4995
 
4632
4996
  <tr class="deep-level-1">
4633
4997
 
4634
- <td class="name" id="outSrs"><code>outSrs</code></td>
4998
+ <td class="name"><code>outSrs</code></td>
4635
4999
 
4636
5000
 
4637
5001
  <td class="type">
4638
5002
 
4639
5003
 
4640
- <span class="param-type">String</span>
5004
+ <span class="param-type">
5005
+
5006
+ String
5007
+
5008
+ </span>
5009
+
4641
5010
 
4642
5011
 
4643
5012
 
@@ -4653,13 +5022,18 @@ geometryServer.calculateUnion({
4653
5022
 
4654
5023
  <tr class="deep-level-1">
4655
5024
 
4656
- <td class="name" id="success"><code>success</code></td>
5025
+ <td class="name"><code>success</code></td>
4657
5026
 
4658
5027
 
4659
5028
  <td class="type">
4660
5029
 
4661
5030
 
4662
- <span class="param-type">function</span>
5031
+ <span class="param-type">
5032
+
5033
+ function
5034
+
5035
+ </span>
5036
+
4663
5037
 
4664
5038
 
4665
5039
 
@@ -4675,13 +5049,18 @@ geometryServer.calculateUnion({
4675
5049
 
4676
5050
  <tr class="deep-level-1">
4677
5051
 
4678
- <td class="name" id="failure"><code>failure</code></td>
5052
+ <td class="name"><code>failure</code></td>
4679
5053
 
4680
5054
 
4681
5055
  <td class="type">
4682
5056
 
4683
5057
 
4684
- <span class="param-type">function</span>
5058
+ <span class="param-type">
5059
+
5060
+ function
5061
+
5062
+ </span>
5063
+
4685
5064
 
4686
5065
 
4687
5066
 
@@ -4856,7 +5235,7 @@ geometryServer.geometryProject({
4856
5235
 
4857
5236
  <tr class="deep-level-0">
4858
5237
 
4859
- <td class="name" id="options"><code>options</code></td>
5238
+ <td class="name"><code>options</code></td>
4860
5239
 
4861
5240
 
4862
5241
  <td class="type">
@@ -4873,13 +5252,18 @@ geometryServer.geometryProject({
4873
5252
 
4874
5253
  <tr class="deep-level-1">
4875
5254
 
4876
- <td class="name" id="gdbsvrName"><code>gdbsvrName</code></td>
5255
+ <td class="name"><code>gdbsvrName</code></td>
4877
5256
 
4878
5257
 
4879
5258
  <td class="type">
4880
5259
 
4881
5260
 
4882
- <span class="param-type">String</span>
5261
+ <span class="param-type">
5262
+
5263
+ String
5264
+
5265
+ </span>
5266
+
4883
5267
 
4884
5268
 
4885
5269
 
@@ -4895,13 +5279,18 @@ geometryServer.geometryProject({
4895
5279
 
4896
5280
  <tr class="deep-level-1">
4897
5281
 
4898
- <td class="name" id="gdbName"><code>gdbName</code></td>
5282
+ <td class="name"><code>gdbName</code></td>
4899
5283
 
4900
5284
 
4901
5285
  <td class="type">
4902
5286
 
4903
5287
 
4904
- <span class="param-type">String</span>
5288
+ <span class="param-type">
5289
+
5290
+ String
5291
+
5292
+ </span>
5293
+
4905
5294
 
4906
5295
 
4907
5296
 
@@ -4917,13 +5306,18 @@ geometryServer.geometryProject({
4917
5306
 
4918
5307
  <tr class="deep-level-1">
4919
5308
 
4920
- <td class="name" id="srefID"><code>srefID</code></td>
5309
+ <td class="name"><code>srefID</code></td>
4921
5310
 
4922
5311
 
4923
5312
  <td class="type">
4924
5313
 
4925
5314
 
4926
- <span class="param-type">String</span>
5315
+ <span class="param-type">
5316
+
5317
+ String
5318
+
5319
+ </span>
5320
+
4927
5321
 
4928
5322
 
4929
5323
 
@@ -4939,13 +5333,18 @@ geometryServer.geometryProject({
4939
5333
 
4940
5334
  <tr class="deep-level-1">
4941
5335
 
4942
- <td class="name" id="desfID"><code>desfID</code></td>
5336
+ <td class="name"><code>desfID</code></td>
4943
5337
 
4944
5338
 
4945
5339
  <td class="type">
4946
5340
 
4947
5341
 
4948
- <span class="param-type">String</span>
5342
+ <span class="param-type">
5343
+
5344
+ String
5345
+
5346
+ </span>
5347
+
4949
5348
 
4950
5349
 
4951
5350
 
@@ -4961,13 +5360,18 @@ geometryServer.geometryProject({
4961
5360
 
4962
5361
  <tr class="deep-level-1">
4963
5362
 
4964
- <td class="name" id="extent"><code>extent</code></td>
5363
+ <td class="name"><code>extent</code></td>
4965
5364
 
4966
5365
 
4967
5366
  <td class="type">
4968
5367
 
4969
5368
 
4970
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5369
+ <span class="param-type">
5370
+
5371
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5372
+
5373
+ </span>
5374
+
4971
5375
 
4972
5376
 
4973
5377
 
@@ -4983,13 +5387,18 @@ geometryServer.geometryProject({
4983
5387
 
4984
5388
  <tr class="deep-level-1">
4985
5389
 
4986
- <td class="name" id="failure"><code>failure</code></td>
5390
+ <td class="name"><code>failure</code></td>
4987
5391
 
4988
5392
 
4989
5393
  <td class="type">
4990
5394
 
4991
5395
 
4992
- <span class="param-type">function</span>
5396
+ <span class="param-type">
5397
+
5398
+ function
5399
+
5400
+ </span>
5401
+
4993
5402
 
4994
5403
 
4995
5404
 
@@ -5005,13 +5414,18 @@ geometryServer.geometryProject({
5005
5414
 
5006
5415
  <tr class="deep-level-1">
5007
5416
 
5008
- <td class="name" id="userName"><code>userName</code></td>
5417
+ <td class="name"><code>userName</code></td>
5009
5418
 
5010
5419
 
5011
5420
  <td class="type">
5012
5421
 
5013
5422
 
5014
- <span class="param-type">String</span>
5423
+ <span class="param-type">
5424
+
5425
+ String
5426
+
5427
+ </span>
5428
+
5015
5429
 
5016
5430
 
5017
5431
 
@@ -5027,13 +5441,18 @@ geometryServer.geometryProject({
5027
5441
 
5028
5442
  <tr class="deep-level-1">
5029
5443
 
5030
- <td class="name" id="password"><code>password</code></td>
5444
+ <td class="name"><code>password</code></td>
5031
5445
 
5032
5446
 
5033
5447
  <td class="type">
5034
5448
 
5035
5449
 
5036
- <span class="param-type">String</span>
5450
+ <span class="param-type">
5451
+
5452
+ String
5453
+
5454
+ </span>
5455
+
5037
5456
 
5038
5457
 
5039
5458
 
@@ -5172,7 +5591,7 @@ geometryServer.geometryProject({
5172
5591
 
5173
5592
  <tr class="deep-level-0">
5174
5593
 
5175
- <td class="name" id="options"><code>options</code></td>
5594
+ <td class="name"><code>options</code></td>
5176
5595
 
5177
5596
 
5178
5597
  <td class="type">
@@ -5193,13 +5612,18 @@ geometryServer.geometryProject({
5193
5612
 
5194
5613
  <tr class="deep-level-1">
5195
5614
 
5196
- <td class="name" id="success"><code>success</code></td>
5615
+ <td class="name"><code>success</code></td>
5197
5616
 
5198
5617
 
5199
5618
  <td class="type">
5200
5619
 
5201
5620
 
5202
- <span class="param-type">function</span>
5621
+ <span class="param-type">
5622
+
5623
+ function
5624
+
5625
+ </span>
5626
+
5203
5627
 
5204
5628
 
5205
5629
 
@@ -5221,13 +5645,18 @@ geometryServer.geometryProject({
5221
5645
 
5222
5646
  <tr class="deep-level-1">
5223
5647
 
5224
- <td class="name" id="failure"><code>failure</code></td>
5648
+ <td class="name"><code>failure</code></td>
5225
5649
 
5226
5650
 
5227
5651
  <td class="type">
5228
5652
 
5229
5653
 
5230
- <span class="param-type">function</span>
5654
+ <span class="param-type">
5655
+
5656
+ function
5657
+
5658
+ </span>
5659
+
5231
5660
 
5232
5661
 
5233
5662
 
@@ -5268,7 +5697,7 @@ geometryServer.geometryProject({
5268
5697
 
5269
5698
  <dt class="inherited-from">Inherited From:</dt>
5270
5699
  <dd class="inherited-from"><ul class="dummy"><li>
5271
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5700
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
5272
5701
  </li></ul></dd>
5273
5702
 
5274
5703
 
@@ -5403,7 +5832,7 @@ geometryServer.geometryProject({
5403
5832
 
5404
5833
  <tr class="deep-level-0">
5405
5834
 
5406
- <td class="name" id="options"><code>options</code></td>
5835
+ <td class="name"><code>options</code></td>
5407
5836
 
5408
5837
 
5409
5838
  <td class="type">
@@ -5420,13 +5849,18 @@ geometryServer.geometryProject({
5420
5849
 
5421
5850
  <tr class="deep-level-1">
5422
5851
 
5423
- <td class="name" id="type"><code>type</code></td>
5852
+ <td class="name"><code>type</code></td>
5424
5853
 
5425
5854
 
5426
5855
  <td class="type">
5427
5856
 
5428
5857
 
5429
- <span class="param-type">Number</span>
5858
+ <span class="param-type">
5859
+
5860
+ Number
5861
+
5862
+ </span>
5863
+
5430
5864
 
5431
5865
 
5432
5866
 
@@ -5442,13 +5876,18 @@ geometryServer.geometryProject({
5442
5876
 
5443
5877
  <tr class="deep-level-1">
5444
5878
 
5445
- <td class="name" id="lineString"><code>lineString</code></td>
5879
+ <td class="name"><code>lineString</code></td>
5446
5880
 
5447
5881
 
5448
5882
  <td class="type">
5449
5883
 
5450
5884
 
5451
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
5885
+ <span class="param-type">
5886
+
5887
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
5888
+
5889
+ </span>
5890
+
5452
5891
 
5453
5892
 
5454
5893
 
@@ -5464,13 +5903,18 @@ geometryServer.geometryProject({
5464
5903
 
5465
5904
  <tr class="deep-level-1">
5466
5905
 
5467
- <td class="name" id="success"><code>success</code></td>
5906
+ <td class="name"><code>success</code></td>
5468
5907
 
5469
5908
 
5470
5909
  <td class="type">
5471
5910
 
5472
5911
 
5473
- <span class="param-type">function</span>
5912
+ <span class="param-type">
5913
+
5914
+ function
5915
+
5916
+ </span>
5917
+
5474
5918
 
5475
5919
 
5476
5920
 
@@ -5486,13 +5930,18 @@ geometryServer.geometryProject({
5486
5930
 
5487
5931
  <tr class="deep-level-1">
5488
5932
 
5489
- <td class="name" id="failure"><code>failure</code></td>
5933
+ <td class="name"><code>failure</code></td>
5490
5934
 
5491
5935
 
5492
5936
  <td class="type">
5493
5937
 
5494
5938
 
5495
- <span class="param-type">function</span>
5939
+ <span class="param-type">
5940
+
5941
+ function
5942
+
5943
+ </span>
5944
+
5496
5945
 
5497
5946
 
5498
5947
 
@@ -5508,13 +5957,18 @@ geometryServer.geometryProject({
5508
5957
 
5509
5958
  <tr class="deep-level-1">
5510
5959
 
5511
- <td class="name" id="tolerance"><code>tolerance</code></td>
5960
+ <td class="name"><code>tolerance</code></td>
5512
5961
 
5513
5962
 
5514
5963
  <td class="type">
5515
5964
 
5516
5965
 
5517
- <span class="param-type">Number</span>
5966
+ <span class="param-type">
5967
+
5968
+ Number
5969
+
5970
+ </span>
5971
+
5518
5972
 
5519
5973
 
5520
5974