@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -277,7 +285,11 @@ const geometryServer = new GeometryServer({
277
285
  <td class="name">
278
286
  <code>
279
287
 
280
- <span class="param-type">Boolean</span>
288
+ <span class="param-type">
289
+
290
+ Boolean
291
+
292
+ </span>
281
293
 
282
294
 
283
295
 
@@ -291,7 +303,11 @@ const geometryServer = new GeometryServer({
291
303
  <td class="name">
292
304
  <code>
293
305
 
294
- <span class="param-type">Boolean</span>
306
+ <span class="param-type">
307
+
308
+ Boolean
309
+
310
+ </span>
295
311
 
296
312
 
297
313
 
@@ -305,7 +321,11 @@ const geometryServer = new GeometryServer({
305
321
  <td class="name">
306
322
  <code>
307
323
 
308
- <span class="param-type">String</span>
324
+ <span class="param-type">
325
+
326
+ String
327
+
328
+ </span>
309
329
 
310
330
 
311
331
 
@@ -319,7 +339,11 @@ const geometryServer = new GeometryServer({
319
339
  <td class="name">
320
340
  <code>
321
341
 
322
- <span class="param-type">function</span>
342
+ <span class="param-type">
343
+
344
+ function
345
+
346
+ </span>
323
347
 
324
348
 
325
349
 
@@ -333,7 +357,11 @@ const geometryServer = new GeometryServer({
333
357
  <td class="name">
334
358
  <code>
335
359
 
336
- <span class="param-type">String</span>
360
+ <span class="param-type">
361
+
362
+ String
363
+
364
+ </span>
337
365
 
338
366
 
339
367
 
@@ -347,7 +375,11 @@ const geometryServer = new GeometryServer({
347
375
  <td class="name">
348
376
  <code>
349
377
 
350
- <span class="param-type">function</span>
378
+ <span class="param-type">
379
+
380
+ function
381
+
382
+ </span>
351
383
 
352
384
 
353
385
 
@@ -361,7 +393,11 @@ const geometryServer = new GeometryServer({
361
393
  <td class="name">
362
394
  <code>
363
395
 
364
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
365
401
 
366
402
 
367
403
 
@@ -375,7 +411,11 @@ const geometryServer = new GeometryServer({
375
411
  <td class="name">
376
412
  <code>
377
413
 
378
- <span class="param-type">String</span>
414
+ <span class="param-type">
415
+
416
+ String
417
+
418
+ </span>
379
419
 
380
420
 
381
421
 
@@ -389,7 +429,11 @@ const geometryServer = new GeometryServer({
389
429
  <td class="name">
390
430
  <code>
391
431
 
392
- <span class="param-type">String</span>
432
+ <span class="param-type">
433
+
434
+ String
435
+
436
+ </span>
393
437
 
394
438
 
395
439
 
@@ -403,7 +447,11 @@ const geometryServer = new GeometryServer({
403
447
  <td class="name">
404
448
  <code>
405
449
 
406
- <span class="param-type">String</span>
450
+ <span class="param-type">
451
+
452
+ String
453
+
454
+ </span>
407
455
 
408
456
 
409
457
 
@@ -423,7 +471,11 @@ const geometryServer = new GeometryServer({
423
471
  <span class="method-parameter is-pulled-right">
424
472
  <label>类型:</label>
425
473
 
426
- <span class="param-type">Boolean</span>
474
+ <span class="param-type">
475
+
476
+ Boolean
477
+
478
+ </span>
427
479
 
428
480
 
429
481
 
@@ -499,7 +551,11 @@ const geometryServer = new GeometryServer({
499
551
  <span class="method-parameter is-pulled-right">
500
552
  <label>类型:</label>
501
553
 
502
- <span class="param-type">Boolean</span>
554
+ <span class="param-type">
555
+
556
+ Boolean
557
+
558
+ </span>
503
559
 
504
560
 
505
561
 
@@ -596,7 +652,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
596
652
  <span class="method-parameter is-pulled-right">
597
653
  <label>类型:</label>
598
654
 
599
- <span class="param-type">String</span>
655
+ <span class="param-type">
656
+
657
+ String
658
+
659
+ </span>
600
660
 
601
661
 
602
662
 
@@ -694,7 +754,11 @@ BaseServer.headers.token = '新token';</code></pre>
694
754
  <span class="method-parameter is-pulled-right">
695
755
  <label>类型:</label>
696
756
 
697
- <span class="param-type">function</span>
757
+ <span class="param-type">
758
+
759
+ function
760
+
761
+ </span>
698
762
 
699
763
 
700
764
 
@@ -798,7 +862,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
798
862
  <span class="method-parameter is-pulled-right">
799
863
  <label>类型:</label>
800
864
 
801
- <span class="param-type">String</span>
865
+ <span class="param-type">
866
+
867
+ String
868
+
869
+ </span>
802
870
 
803
871
 
804
872
 
@@ -892,7 +960,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
892
960
  <span class="method-parameter is-pulled-right">
893
961
  <label>类型:</label>
894
962
 
895
- <span class="param-type">function</span>
963
+ <span class="param-type">
964
+
965
+ function
966
+
967
+ </span>
896
968
 
897
969
 
898
970
 
@@ -998,7 +1070,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
998
1070
  <span class="method-parameter is-pulled-right">
999
1071
  <label>类型:</label>
1000
1072
 
1001
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" 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>
1002
1078
 
1003
1079
 
1004
1080
 
@@ -1096,7 +1172,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1096
1172
  <span class="method-parameter is-pulled-right">
1097
1173
  <label>类型:</label>
1098
1174
 
1099
- <span class="param-type">String</span>
1175
+ <span class="param-type">
1176
+
1177
+ String
1178
+
1179
+ </span>
1100
1180
 
1101
1181
 
1102
1182
 
@@ -1189,7 +1269,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1189
1269
  <span class="method-parameter is-pulled-right">
1190
1270
  <label>类型:</label>
1191
1271
 
1192
- <span class="param-type">String</span>
1272
+ <span class="param-type">
1273
+
1274
+ String
1275
+
1276
+ </span>
1193
1277
 
1194
1278
 
1195
1279
 
@@ -1282,7 +1366,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1282
1366
  <span class="method-parameter is-pulled-right">
1283
1367
  <label>类型:</label>
1284
1368
 
1285
- <span class="param-type">String</span>
1369
+ <span class="param-type">
1370
+
1371
+ String
1372
+
1373
+ </span>
1286
1374
 
1287
1375
 
1288
1376
 
@@ -1598,7 +1686,7 @@ BaseServer.url = '新URL';</code></pre>
1598
1686
 
1599
1687
  <tr class="deep-level-0">
1600
1688
 
1601
- <td class="name" id="options"><code>options</code></td>
1689
+ <td class="name"><code>options</code></td>
1602
1690
 
1603
1691
 
1604
1692
  <td class="type">
@@ -1615,13 +1703,17 @@ BaseServer.url = '新URL';</code></pre>
1615
1703
 
1616
1704
  <tr class="deep-level-1">
1617
1705
 
1618
- <td class="name" id="polygon"><code>polygon</code></td>
1706
+ <td class="name"><code>polygon</code></td>
1619
1707
 
1620
1708
 
1621
1709
  <td class="type">
1622
1710
 
1623
1711
 
1624
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
1625
1717
 
1626
1718
 
1627
1719
 
@@ -1638,13 +1730,17 @@ BaseServer.url = '新URL';</code></pre>
1638
1730
 
1639
1731
  <tr class="deep-level-1">
1640
1732
 
1641
- <td class="name" id="distance"><code>distance</code></td>
1733
+ <td class="name"><code>distance</code></td>
1642
1734
 
1643
1735
 
1644
1736
  <td class="type">
1645
1737
 
1646
1738
 
1647
- <span class="param-type">Number</span>
1739
+ <span class="param-type">
1740
+
1741
+ Number
1742
+
1743
+ </span>
1648
1744
 
1649
1745
 
1650
1746
 
@@ -1661,13 +1757,17 @@ BaseServer.url = '新URL';</code></pre>
1661
1757
 
1662
1758
  <tr class="deep-level-1">
1663
1759
 
1664
- <td class="name" id="success"><code>success</code></td>
1760
+ <td class="name"><code>success</code></td>
1665
1761
 
1666
1762
 
1667
1763
  <td class="type">
1668
1764
 
1669
1765
 
1670
- <span class="param-type">function</span>
1766
+ <span class="param-type">
1767
+
1768
+ function
1769
+
1770
+ </span>
1671
1771
 
1672
1772
 
1673
1773
 
@@ -1684,13 +1784,17 @@ BaseServer.url = '新URL';</code></pre>
1684
1784
 
1685
1785
  <tr class="deep-level-1">
1686
1786
 
1687
- <td class="name" id="failure"><code>failure</code></td>
1787
+ <td class="name"><code>failure</code></td>
1688
1788
 
1689
1789
 
1690
1790
  <td class="type">
1691
1791
 
1692
1792
 
1693
- <span class="param-type">function</span>
1793
+ <span class="param-type">
1794
+
1795
+ function
1796
+
1797
+ </span>
1694
1798
 
1695
1799
 
1696
1800
 
@@ -1882,7 +1986,7 @@ geometryServer.bufferAnalyse({
1882
1986
 
1883
1987
  <tr class="deep-level-0">
1884
1988
 
1885
- <td class="name" id="options"><code>options</code></td>
1989
+ <td class="name"><code>options</code></td>
1886
1990
 
1887
1991
 
1888
1992
  <td class="type">
@@ -1899,13 +2003,17 @@ geometryServer.bufferAnalyse({
1899
2003
 
1900
2004
  <tr class="deep-level-1">
1901
2005
 
1902
- <td class="name" id="polygon"><code>polygon</code></td>
2006
+ <td class="name"><code>polygon</code></td>
1903
2007
 
1904
2008
 
1905
2009
  <td class="type">
1906
2010
 
1907
2011
 
1908
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
1909
2017
 
1910
2018
 
1911
2019
 
@@ -1922,13 +2030,17 @@ geometryServer.bufferAnalyse({
1922
2030
 
1923
2031
  <tr class="deep-level-1">
1924
2032
 
1925
- <td class="name" id="success"><code>success</code></td>
2033
+ <td class="name"><code>success</code></td>
1926
2034
 
1927
2035
 
1928
2036
  <td class="type">
1929
2037
 
1930
2038
 
1931
- <span class="param-type">function</span>
2039
+ <span class="param-type">
2040
+
2041
+ function
2042
+
2043
+ </span>
1932
2044
 
1933
2045
 
1934
2046
 
@@ -1945,13 +2057,17 @@ geometryServer.bufferAnalyse({
1945
2057
 
1946
2058
  <tr class="deep-level-1">
1947
2059
 
1948
- <td class="name" id="failure"><code>failure</code></td>
2060
+ <td class="name"><code>failure</code></td>
1949
2061
 
1950
2062
 
1951
2063
  <td class="type">
1952
2064
 
1953
2065
 
1954
- <span class="param-type">function</span>
2066
+ <span class="param-type">
2067
+
2068
+ function
2069
+
2070
+ </span>
1955
2071
 
1956
2072
 
1957
2073
 
@@ -1968,13 +2084,17 @@ geometryServer.bufferAnalyse({
1968
2084
 
1969
2085
  <tr class="deep-level-1">
1970
2086
 
1971
- <td class="name" id="projectInfo"><code>projectInfo</code></td>
2087
+ <td class="name"><code>projectInfo</code></td>
1972
2088
 
1973
2089
 
1974
2090
  <td class="type">
1975
2091
 
1976
2092
 
1977
- <span class="param-type"><a link="ProjectInfo.html" onclick="getTypeHTML(event)" 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>
1978
2098
 
1979
2099
 
1980
2100
 
@@ -1991,13 +2111,17 @@ geometryServer.bufferAnalyse({
1991
2111
 
1992
2112
  <tr class="deep-level-1">
1993
2113
 
1994
- <td class="name" id="projectInfoBySrsID"><code>projectInfoBySrsID</code></td>
2114
+ <td class="name"><code>projectInfoBySrsID</code></td>
1995
2115
 
1996
2116
 
1997
2117
  <td class="type">
1998
2118
 
1999
2119
 
2000
- <span class="param-type"><a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" 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>
2001
2125
 
2002
2126
 
2003
2127
 
@@ -2135,7 +2259,7 @@ geometryServer.bufferAnalyse({
2135
2259
 
2136
2260
  <tr class="deep-level-0">
2137
2261
 
2138
- <td class="name" id="options"><code>options</code></td>
2262
+ <td class="name"><code>options</code></td>
2139
2263
 
2140
2264
 
2141
2265
  <td class="type">
@@ -2152,13 +2276,17 @@ geometryServer.bufferAnalyse({
2152
2276
 
2153
2277
  <tr class="deep-level-1">
2154
2278
 
2155
- <td class="name" id="polygons"><code>polygons</code></td>
2279
+ <td class="name"><code>polygons</code></td>
2156
2280
 
2157
2281
 
2158
2282
  <td class="type">
2159
2283
 
2160
2284
 
2161
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
2162
2290
 
2163
2291
 
2164
2292
 
@@ -2175,13 +2303,17 @@ geometryServer.bufferAnalyse({
2175
2303
 
2176
2304
  <tr class="deep-level-1">
2177
2305
 
2178
- <td class="name" id="success"><code>success</code></td>
2306
+ <td class="name"><code>success</code></td>
2179
2307
 
2180
2308
 
2181
2309
  <td class="type">
2182
2310
 
2183
2311
 
2184
- <span class="param-type">function</span>
2312
+ <span class="param-type">
2313
+
2314
+ function
2315
+
2316
+ </span>
2185
2317
 
2186
2318
 
2187
2319
 
@@ -2198,13 +2330,17 @@ geometryServer.bufferAnalyse({
2198
2330
 
2199
2331
  <tr class="deep-level-1">
2200
2332
 
2201
- <td class="name" id="failure"><code>failure</code></td>
2333
+ <td class="name"><code>failure</code></td>
2202
2334
 
2203
2335
 
2204
2336
  <td class="type">
2205
2337
 
2206
2338
 
2207
- <span class="param-type">function</span>
2339
+ <span class="param-type">
2340
+
2341
+ function
2342
+
2343
+ </span>
2208
2344
 
2209
2345
 
2210
2346
 
@@ -2392,7 +2528,7 @@ geometryServer.calculateAreasAndLengths({
2392
2528
 
2393
2529
  <tr class="deep-level-0">
2394
2530
 
2395
- <td class="name" id="options"><code>options</code></td>
2531
+ <td class="name"><code>options</code></td>
2396
2532
 
2397
2533
 
2398
2534
  <td class="type">
@@ -2409,13 +2545,17 @@ geometryServer.calculateAreasAndLengths({
2409
2545
 
2410
2546
  <tr class="deep-level-1">
2411
2547
 
2412
- <td class="name" id="geometry1"><code>geometry1</code></td>
2548
+ <td class="name"><code>geometry1</code></td>
2413
2549
 
2414
2550
 
2415
2551
  <td class="type">
2416
2552
 
2417
2553
 
2418
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2419
2559
 
2420
2560
 
2421
2561
 
@@ -2432,13 +2572,17 @@ geometryServer.calculateAreasAndLengths({
2432
2572
 
2433
2573
  <tr class="deep-level-1">
2434
2574
 
2435
- <td class="name" id="geometry2"><code>geometry2</code></td>
2575
+ <td class="name"><code>geometry2</code></td>
2436
2576
 
2437
2577
 
2438
2578
  <td class="type">
2439
2579
 
2440
2580
 
2441
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2442
2586
 
2443
2587
 
2444
2588
 
@@ -2455,13 +2599,17 @@ geometryServer.calculateAreasAndLengths({
2455
2599
 
2456
2600
  <tr class="deep-level-1">
2457
2601
 
2458
- <td class="name" id="tolerance"><code>tolerance</code></td>
2602
+ <td class="name"><code>tolerance</code></td>
2459
2603
 
2460
2604
 
2461
2605
  <td class="type">
2462
2606
 
2463
2607
 
2464
- <span class="param-type">Number</span>
2608
+ <span class="param-type">
2609
+
2610
+ Number
2611
+
2612
+ </span>
2465
2613
 
2466
2614
 
2467
2615
 
@@ -2478,13 +2626,17 @@ geometryServer.calculateAreasAndLengths({
2478
2626
 
2479
2627
  <tr class="deep-level-1">
2480
2628
 
2481
- <td class="name" id="success"><code>success</code></td>
2629
+ <td class="name"><code>success</code></td>
2482
2630
 
2483
2631
 
2484
2632
  <td class="type">
2485
2633
 
2486
2634
 
2487
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2488
2640
 
2489
2641
 
2490
2642
 
@@ -2501,13 +2653,17 @@ geometryServer.calculateAreasAndLengths({
2501
2653
 
2502
2654
  <tr class="deep-level-1">
2503
2655
 
2504
- <td class="name" id="failure"><code>failure</code></td>
2656
+ <td class="name"><code>failure</code></td>
2505
2657
 
2506
2658
 
2507
2659
  <td class="type">
2508
2660
 
2509
2661
 
2510
- <span class="param-type">function</span>
2662
+ <span class="param-type">
2663
+
2664
+ function
2665
+
2666
+ </span>
2511
2667
 
2512
2668
 
2513
2669
 
@@ -2717,7 +2873,7 @@ geometryServer.calculateDifference({
2717
2873
 
2718
2874
  <tr class="deep-level-0">
2719
2875
 
2720
- <td class="name" id="options"><code>options</code></td>
2876
+ <td class="name"><code>options</code></td>
2721
2877
 
2722
2878
 
2723
2879
  <td class="type">
@@ -2734,13 +2890,17 @@ geometryServer.calculateDifference({
2734
2890
 
2735
2891
  <tr class="deep-level-1">
2736
2892
 
2737
- <td class="name" id="geometry1"><code>geometry1</code></td>
2893
+ <td class="name"><code>geometry1</code></td>
2738
2894
 
2739
2895
 
2740
2896
  <td class="type">
2741
2897
 
2742
2898
 
2743
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2744
2904
 
2745
2905
 
2746
2906
 
@@ -2757,13 +2917,17 @@ geometryServer.calculateDifference({
2757
2917
 
2758
2918
  <tr class="deep-level-1">
2759
2919
 
2760
- <td class="name" id="geometry2"><code>geometry2</code></td>
2920
+ <td class="name"><code>geometry2</code></td>
2761
2921
 
2762
2922
 
2763
2923
  <td class="type">
2764
2924
 
2765
2925
 
2766
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2767
2931
 
2768
2932
 
2769
2933
 
@@ -2780,13 +2944,17 @@ geometryServer.calculateDifference({
2780
2944
 
2781
2945
  <tr class="deep-level-1">
2782
2946
 
2783
- <td class="name" id="srs"><code>srs</code></td>
2947
+ <td class="name"><code>srs</code></td>
2784
2948
 
2785
2949
 
2786
2950
  <td class="type">
2787
2951
 
2788
2952
 
2789
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
2790
2958
 
2791
2959
 
2792
2960
 
@@ -2803,13 +2971,17 @@ geometryServer.calculateDifference({
2803
2971
 
2804
2972
  <tr class="deep-level-1">
2805
2973
 
2806
- <td class="name" id="success"><code>success</code></td>
2974
+ <td class="name"><code>success</code></td>
2807
2975
 
2808
2976
 
2809
2977
  <td class="type">
2810
2978
 
2811
2979
 
2812
- <span class="param-type">function</span>
2980
+ <span class="param-type">
2981
+
2982
+ function
2983
+
2984
+ </span>
2813
2985
 
2814
2986
 
2815
2987
 
@@ -2826,13 +2998,17 @@ geometryServer.calculateDifference({
2826
2998
 
2827
2999
  <tr class="deep-level-1">
2828
3000
 
2829
- <td class="name" id="failure"><code>failure</code></td>
3001
+ <td class="name"><code>failure</code></td>
2830
3002
 
2831
3003
 
2832
3004
  <td class="type">
2833
3005
 
2834
3006
 
2835
- <span class="param-type">function</span>
3007
+ <span class="param-type">
3008
+
3009
+ function
3010
+
3011
+ </span>
2836
3012
 
2837
3013
 
2838
3014
 
@@ -3016,7 +3192,7 @@ geometryServer.calculateDistance({
3016
3192
 
3017
3193
  <tr class="deep-level-0">
3018
3194
 
3019
- <td class="name" id="options"><code>options</code></td>
3195
+ <td class="name"><code>options</code></td>
3020
3196
 
3021
3197
 
3022
3198
  <td class="type">
@@ -3033,13 +3209,17 @@ geometryServer.calculateDistance({
3033
3209
 
3034
3210
  <tr class="deep-level-1">
3035
3211
 
3036
- <td class="name" id="geometry1"><code>geometry1</code></td>
3212
+ <td class="name"><code>geometry1</code></td>
3037
3213
 
3038
3214
 
3039
3215
  <td class="type">
3040
3216
 
3041
3217
 
3042
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
3043
3223
 
3044
3224
 
3045
3225
 
@@ -3056,13 +3236,17 @@ geometryServer.calculateDistance({
3056
3236
 
3057
3237
  <tr class="deep-level-1">
3058
3238
 
3059
- <td class="name" id="geometry2"><code>geometry2</code></td>
3239
+ <td class="name"><code>geometry2</code></td>
3060
3240
 
3061
3241
 
3062
3242
  <td class="type">
3063
3243
 
3064
3244
 
3065
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
3066
3250
 
3067
3251
 
3068
3252
 
@@ -3079,13 +3263,17 @@ geometryServer.calculateDistance({
3079
3263
 
3080
3264
  <tr class="deep-level-1">
3081
3265
 
3082
- <td class="name" id="tolerance"><code>tolerance</code></td>
3266
+ <td class="name"><code>tolerance</code></td>
3083
3267
 
3084
3268
 
3085
3269
  <td class="type">
3086
3270
 
3087
3271
 
3088
- <span class="param-type">Number</span>
3272
+ <span class="param-type">
3273
+
3274
+ Number
3275
+
3276
+ </span>
3089
3277
 
3090
3278
 
3091
3279
 
@@ -3102,13 +3290,17 @@ geometryServer.calculateDistance({
3102
3290
 
3103
3291
  <tr class="deep-level-1">
3104
3292
 
3105
- <td class="name" id="success"><code>success</code></td>
3293
+ <td class="name"><code>success</code></td>
3106
3294
 
3107
3295
 
3108
3296
  <td class="type">
3109
3297
 
3110
3298
 
3111
- <span class="param-type">function</span>
3299
+ <span class="param-type">
3300
+
3301
+ function
3302
+
3303
+ </span>
3112
3304
 
3113
3305
 
3114
3306
 
@@ -3125,13 +3317,17 @@ geometryServer.calculateDistance({
3125
3317
 
3126
3318
  <tr class="deep-level-1">
3127
3319
 
3128
- <td class="name" id="failure"><code>failure</code></td>
3320
+ <td class="name"><code>failure</code></td>
3129
3321
 
3130
3322
 
3131
3323
  <td class="type">
3132
3324
 
3133
3325
 
3134
- <span class="param-type">function</span>
3326
+ <span class="param-type">
3327
+
3328
+ function
3329
+
3330
+ </span>
3135
3331
 
3136
3332
 
3137
3333
 
@@ -3310,7 +3506,7 @@ geometryServer.calculateIntersect({
3310
3506
 
3311
3507
  <tr class="deep-level-0">
3312
3508
 
3313
- <td class="name" id="options"><code>options</code></td>
3509
+ <td class="name"><code>options</code></td>
3314
3510
 
3315
3511
 
3316
3512
  <td class="type">
@@ -3327,13 +3523,17 @@ geometryServer.calculateIntersect({
3327
3523
 
3328
3524
  <tr class="deep-level-1">
3329
3525
 
3330
- <td class="name" id="polygons"><code>polygons</code></td>
3526
+ <td class="name"><code>polygons</code></td>
3331
3527
 
3332
3528
 
3333
3529
  <td class="type">
3334
3530
 
3335
3531
 
3336
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" 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>
3337
3537
 
3338
3538
 
3339
3539
 
@@ -3350,13 +3550,17 @@ geometryServer.calculateIntersect({
3350
3550
 
3351
3551
  <tr class="deep-level-1">
3352
3552
 
3353
- <td class="name" id="success"><code>success</code></td>
3553
+ <td class="name"><code>success</code></td>
3354
3554
 
3355
3555
 
3356
3556
  <td class="type">
3357
3557
 
3358
3558
 
3359
- <span class="param-type">function</span>
3559
+ <span class="param-type">
3560
+
3561
+ function
3562
+
3563
+ </span>
3360
3564
 
3361
3565
 
3362
3566
 
@@ -3373,13 +3577,17 @@ geometryServer.calculateIntersect({
3373
3577
 
3374
3578
  <tr class="deep-level-1">
3375
3579
 
3376
- <td class="name" id="failure"><code>failure</code></td>
3580
+ <td class="name"><code>failure</code></td>
3377
3581
 
3378
3582
 
3379
3583
  <td class="type">
3380
3584
 
3381
3585
 
3382
- <span class="param-type">function</span>
3586
+ <span class="param-type">
3587
+
3588
+ function
3589
+
3590
+ </span>
3383
3591
 
3384
3592
 
3385
3593
 
@@ -3551,7 +3759,7 @@ geometryServer.calculateLabelPoints({
3551
3759
 
3552
3760
  <tr class="deep-level-0">
3553
3761
 
3554
- <td class="name" id="options"><code>options</code></td>
3762
+ <td class="name"><code>options</code></td>
3555
3763
 
3556
3764
 
3557
3765
  <td class="type">
@@ -3568,13 +3776,17 @@ geometryServer.calculateLabelPoints({
3568
3776
 
3569
3777
  <tr class="deep-level-1">
3570
3778
 
3571
- <td class="name" id="lineString"><code>lineString</code></td>
3779
+ <td class="name"><code>lineString</code></td>
3572
3780
 
3573
3781
 
3574
3782
  <td class="type">
3575
3783
 
3576
3784
 
3577
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" 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>
3578
3790
 
3579
3791
 
3580
3792
 
@@ -3591,13 +3803,17 @@ geometryServer.calculateLabelPoints({
3591
3803
 
3592
3804
  <tr class="deep-level-1">
3593
3805
 
3594
- <td class="name" id="success"><code>success</code></td>
3806
+ <td class="name"><code>success</code></td>
3595
3807
 
3596
3808
 
3597
3809
  <td class="type">
3598
3810
 
3599
3811
 
3600
- <span class="param-type">function</span>
3812
+ <span class="param-type">
3813
+
3814
+ function
3815
+
3816
+ </span>
3601
3817
 
3602
3818
 
3603
3819
 
@@ -3614,13 +3830,17 @@ geometryServer.calculateLabelPoints({
3614
3830
 
3615
3831
  <tr class="deep-level-1">
3616
3832
 
3617
- <td class="name" id="failure"><code>failure</code></td>
3833
+ <td class="name"><code>failure</code></td>
3618
3834
 
3619
3835
 
3620
3836
  <td class="type">
3621
3837
 
3622
3838
 
3623
- <span class="param-type">function</span>
3839
+ <span class="param-type">
3840
+
3841
+ function
3842
+
3843
+ </span>
3624
3844
 
3625
3845
 
3626
3846
 
@@ -3637,13 +3857,17 @@ geometryServer.calculateLabelPoints({
3637
3857
 
3638
3858
  <tr class="deep-level-1">
3639
3859
 
3640
- <td class="name" id="projectInfo"><code>projectInfo</code></td>
3860
+ <td class="name"><code>projectInfo</code></td>
3641
3861
 
3642
3862
 
3643
3863
  <td class="type">
3644
3864
 
3645
3865
 
3646
- <span class="param-type"><a link="ProjectInfo.html" onclick="getTypeHTML(event)" 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>
3647
3871
 
3648
3872
 
3649
3873
 
@@ -3660,13 +3884,17 @@ geometryServer.calculateLabelPoints({
3660
3884
 
3661
3885
  <tr class="deep-level-1">
3662
3886
 
3663
- <td class="name" id="projectInfoBySrsID"><code>projectInfoBySrsID</code></td>
3887
+ <td class="name"><code>projectInfoBySrsID</code></td>
3664
3888
 
3665
3889
 
3666
3890
  <td class="type">
3667
3891
 
3668
3892
 
3669
- <span class="param-type"><a link="ProjectInfoBySrsID.html" onclick="getTypeHTML(event)" 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>
3670
3898
 
3671
3899
 
3672
3900
 
@@ -3804,7 +4032,7 @@ geometryServer.calculateLabelPoints({
3804
4032
 
3805
4033
  <tr class="deep-level-0">
3806
4034
 
3807
- <td class="name" id="options"><code>options</code></td>
4035
+ <td class="name"><code>options</code></td>
3808
4036
 
3809
4037
 
3810
4038
  <td class="type">
@@ -3821,16 +4049,24 @@ geometryServer.calculateLabelPoints({
3821
4049
 
3822
4050
  <tr class="deep-level-1">
3823
4051
 
3824
- <td class="name" id="lineString"><code>lineString</code></td>
4052
+ <td class="name"><code>lineString</code></td>
3825
4053
 
3826
4054
 
3827
4055
  <td class="type">
3828
4056
 
3829
4057
 
3830
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" 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>
3831
4063
  |
3832
4064
 
3833
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" 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>
3834
4070
 
3835
4071
 
3836
4072
 
@@ -3847,13 +4083,17 @@ geometryServer.calculateLabelPoints({
3847
4083
 
3848
4084
  <tr class="deep-level-1">
3849
4085
 
3850
- <td class="name" id="success"><code>success</code></td>
4086
+ <td class="name"><code>success</code></td>
3851
4087
 
3852
4088
 
3853
4089
  <td class="type">
3854
4090
 
3855
4091
 
3856
- <span class="param-type">function</span>
4092
+ <span class="param-type">
4093
+
4094
+ function
4095
+
4096
+ </span>
3857
4097
 
3858
4098
 
3859
4099
 
@@ -3870,13 +4110,17 @@ geometryServer.calculateLabelPoints({
3870
4110
 
3871
4111
  <tr class="deep-level-1">
3872
4112
 
3873
- <td class="name" id="failure"><code>failure</code></td>
4113
+ <td class="name"><code>failure</code></td>
3874
4114
 
3875
4115
 
3876
4116
  <td class="type">
3877
4117
 
3878
4118
 
3879
- <span class="param-type">function</span>
4119
+ <span class="param-type">
4120
+
4121
+ function
4122
+
4123
+ </span>
3880
4124
 
3881
4125
 
3882
4126
 
@@ -4050,7 +4294,7 @@ geometryServer.calculateLengths({
4050
4294
 
4051
4295
  <tr class="deep-level-0">
4052
4296
 
4053
- <td class="name" id="options"><code>options</code></td>
4297
+ <td class="name"><code>options</code></td>
4054
4298
 
4055
4299
 
4056
4300
  <td class="type">
@@ -4067,13 +4311,17 @@ geometryServer.calculateLengths({
4067
4311
 
4068
4312
  <tr class="deep-level-1">
4069
4313
 
4070
- <td class="name" id="geometry1"><code>geometry1</code></td>
4314
+ <td class="name"><code>geometry1</code></td>
4071
4315
 
4072
4316
 
4073
4317
  <td class="type">
4074
4318
 
4075
4319
 
4076
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
4077
4325
 
4078
4326
 
4079
4327
 
@@ -4090,13 +4338,17 @@ geometryServer.calculateLengths({
4090
4338
 
4091
4339
  <tr class="deep-level-1">
4092
4340
 
4093
- <td class="name" id="geometry2"><code>geometry2</code></td>
4341
+ <td class="name"><code>geometry2</code></td>
4094
4342
 
4095
4343
 
4096
4344
  <td class="type">
4097
4345
 
4098
4346
 
4099
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
4100
4352
 
4101
4353
 
4102
4354
 
@@ -4113,13 +4365,17 @@ geometryServer.calculateLengths({
4113
4365
 
4114
4366
  <tr class="deep-level-1">
4115
4367
 
4116
- <td class="name" id="tolerance"><code>tolerance</code></td>
4368
+ <td class="name"><code>tolerance</code></td>
4117
4369
 
4118
4370
 
4119
4371
  <td class="type">
4120
4372
 
4121
4373
 
4122
- <span class="param-type">Number</span>
4374
+ <span class="param-type">
4375
+
4376
+ Number
4377
+
4378
+ </span>
4123
4379
 
4124
4380
 
4125
4381
 
@@ -4136,13 +4392,17 @@ geometryServer.calculateLengths({
4136
4392
 
4137
4393
  <tr class="deep-level-1">
4138
4394
 
4139
- <td class="name" id="success"><code>success</code></td>
4395
+ <td class="name"><code>success</code></td>
4140
4396
 
4141
4397
 
4142
4398
  <td class="type">
4143
4399
 
4144
4400
 
4145
- <span class="param-type">function</span>
4401
+ <span class="param-type">
4402
+
4403
+ function
4404
+
4405
+ </span>
4146
4406
 
4147
4407
 
4148
4408
 
@@ -4159,13 +4419,17 @@ geometryServer.calculateLengths({
4159
4419
 
4160
4420
  <tr class="deep-level-1">
4161
4421
 
4162
- <td class="name" id="failure"><code>failure</code></td>
4422
+ <td class="name"><code>failure</code></td>
4163
4423
 
4164
4424
 
4165
4425
  <td class="type">
4166
4426
 
4167
4427
 
4168
- <span class="param-type">function</span>
4428
+ <span class="param-type">
4429
+
4430
+ function
4431
+
4432
+ </span>
4169
4433
 
4170
4434
 
4171
4435
 
@@ -4345,7 +4609,7 @@ geometryServer.calculateTopologyRelation({
4345
4609
 
4346
4610
  <tr class="deep-level-0">
4347
4611
 
4348
- <td class="name" id="options"><code>options</code></td>
4612
+ <td class="name"><code>options</code></td>
4349
4613
 
4350
4614
 
4351
4615
  <td class="type">
@@ -4362,13 +4626,17 @@ geometryServer.calculateTopologyRelation({
4362
4626
 
4363
4627
  <tr class="deep-level-1">
4364
4628
 
4365
- <td class="name" id="geometry1"><code>geometry1</code></td>
4629
+ <td class="name"><code>geometry1</code></td>
4366
4630
 
4367
4631
 
4368
4632
  <td class="type">
4369
4633
 
4370
4634
 
4371
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
4372
4640
 
4373
4641
 
4374
4642
 
@@ -4385,13 +4653,17 @@ geometryServer.calculateTopologyRelation({
4385
4653
 
4386
4654
  <tr class="deep-level-1">
4387
4655
 
4388
- <td class="name" id="geometry2"><code>geometry2</code></td>
4656
+ <td class="name"><code>geometry2</code></td>
4389
4657
 
4390
4658
 
4391
4659
  <td class="type">
4392
4660
 
4393
4661
 
4394
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
4395
4667
 
4396
4668
 
4397
4669
 
@@ -4408,13 +4680,17 @@ geometryServer.calculateTopologyRelation({
4408
4680
 
4409
4681
  <tr class="deep-level-1">
4410
4682
 
4411
- <td class="name" id="tolerance"><code>tolerance</code></td>
4683
+ <td class="name"><code>tolerance</code></td>
4412
4684
 
4413
4685
 
4414
4686
  <td class="type">
4415
4687
 
4416
4688
 
4417
- <span class="param-type">Number</span>
4689
+ <span class="param-type">
4690
+
4691
+ Number
4692
+
4693
+ </span>
4418
4694
 
4419
4695
 
4420
4696
 
@@ -4431,13 +4707,17 @@ geometryServer.calculateTopologyRelation({
4431
4707
 
4432
4708
  <tr class="deep-level-1">
4433
4709
 
4434
- <td class="name" id="success"><code>success</code></td>
4710
+ <td class="name"><code>success</code></td>
4435
4711
 
4436
4712
 
4437
4713
  <td class="type">
4438
4714
 
4439
4715
 
4440
- <span class="param-type">function</span>
4716
+ <span class="param-type">
4717
+
4718
+ function
4719
+
4720
+ </span>
4441
4721
 
4442
4722
 
4443
4723
 
@@ -4454,13 +4734,17 @@ geometryServer.calculateTopologyRelation({
4454
4734
 
4455
4735
  <tr class="deep-level-1">
4456
4736
 
4457
- <td class="name" id="failure"><code>failure</code></td>
4737
+ <td class="name"><code>failure</code></td>
4458
4738
 
4459
4739
 
4460
4740
  <td class="type">
4461
4741
 
4462
4742
 
4463
- <span class="param-type">function</span>
4743
+ <span class="param-type">
4744
+
4745
+ function
4746
+
4747
+ </span>
4464
4748
 
4465
4749
 
4466
4750
 
@@ -4640,7 +4924,7 @@ geometryServer.calculateUnion({
4640
4924
 
4641
4925
  <tr class="deep-level-0">
4642
4926
 
4643
- <td class="name" id="options"><code>options</code></td>
4927
+ <td class="name"><code>options</code></td>
4644
4928
 
4645
4929
 
4646
4930
  <td class="type">
@@ -4657,13 +4941,17 @@ geometryServer.calculateUnion({
4657
4941
 
4658
4942
  <tr class="deep-level-1">
4659
4943
 
4660
- <td class="name" id="geometries"><code>geometries</code></td>
4944
+ <td class="name"><code>geometries</code></td>
4661
4945
 
4662
4946
 
4663
4947
  <td class="type">
4664
4948
 
4665
4949
 
4666
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" 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>
4667
4955
 
4668
4956
 
4669
4957
 
@@ -4680,13 +4968,17 @@ geometryServer.calculateUnion({
4680
4968
 
4681
4969
  <tr class="deep-level-1">
4682
4970
 
4683
- <td class="name" id="inSrs"><code>inSrs</code></td>
4971
+ <td class="name"><code>inSrs</code></td>
4684
4972
 
4685
4973
 
4686
4974
  <td class="type">
4687
4975
 
4688
4976
 
4689
- <span class="param-type">String</span>
4977
+ <span class="param-type">
4978
+
4979
+ String
4980
+
4981
+ </span>
4690
4982
 
4691
4983
 
4692
4984
 
@@ -4703,13 +4995,17 @@ geometryServer.calculateUnion({
4703
4995
 
4704
4996
  <tr class="deep-level-1">
4705
4997
 
4706
- <td class="name" id="outSrs"><code>outSrs</code></td>
4998
+ <td class="name"><code>outSrs</code></td>
4707
4999
 
4708
5000
 
4709
5001
  <td class="type">
4710
5002
 
4711
5003
 
4712
- <span class="param-type">String</span>
5004
+ <span class="param-type">
5005
+
5006
+ String
5007
+
5008
+ </span>
4713
5009
 
4714
5010
 
4715
5011
 
@@ -4726,13 +5022,17 @@ geometryServer.calculateUnion({
4726
5022
 
4727
5023
  <tr class="deep-level-1">
4728
5024
 
4729
- <td class="name" id="success"><code>success</code></td>
5025
+ <td class="name"><code>success</code></td>
4730
5026
 
4731
5027
 
4732
5028
  <td class="type">
4733
5029
 
4734
5030
 
4735
- <span class="param-type">function</span>
5031
+ <span class="param-type">
5032
+
5033
+ function
5034
+
5035
+ </span>
4736
5036
 
4737
5037
 
4738
5038
 
@@ -4749,13 +5049,17 @@ geometryServer.calculateUnion({
4749
5049
 
4750
5050
  <tr class="deep-level-1">
4751
5051
 
4752
- <td class="name" id="failure"><code>failure</code></td>
5052
+ <td class="name"><code>failure</code></td>
4753
5053
 
4754
5054
 
4755
5055
  <td class="type">
4756
5056
 
4757
5057
 
4758
- <span class="param-type">function</span>
5058
+ <span class="param-type">
5059
+
5060
+ function
5061
+
5062
+ </span>
4759
5063
 
4760
5064
 
4761
5065
 
@@ -4931,7 +5235,7 @@ geometryServer.geometryProject({
4931
5235
 
4932
5236
  <tr class="deep-level-0">
4933
5237
 
4934
- <td class="name" id="options"><code>options</code></td>
5238
+ <td class="name"><code>options</code></td>
4935
5239
 
4936
5240
 
4937
5241
  <td class="type">
@@ -4948,13 +5252,17 @@ geometryServer.geometryProject({
4948
5252
 
4949
5253
  <tr class="deep-level-1">
4950
5254
 
4951
- <td class="name" id="gdbsvrName"><code>gdbsvrName</code></td>
5255
+ <td class="name"><code>gdbsvrName</code></td>
4952
5256
 
4953
5257
 
4954
5258
  <td class="type">
4955
5259
 
4956
5260
 
4957
- <span class="param-type">String</span>
5261
+ <span class="param-type">
5262
+
5263
+ String
5264
+
5265
+ </span>
4958
5266
 
4959
5267
 
4960
5268
 
@@ -4971,13 +5279,17 @@ geometryServer.geometryProject({
4971
5279
 
4972
5280
  <tr class="deep-level-1">
4973
5281
 
4974
- <td class="name" id="gdbName"><code>gdbName</code></td>
5282
+ <td class="name"><code>gdbName</code></td>
4975
5283
 
4976
5284
 
4977
5285
  <td class="type">
4978
5286
 
4979
5287
 
4980
- <span class="param-type">String</span>
5288
+ <span class="param-type">
5289
+
5290
+ String
5291
+
5292
+ </span>
4981
5293
 
4982
5294
 
4983
5295
 
@@ -4994,13 +5306,17 @@ geometryServer.geometryProject({
4994
5306
 
4995
5307
  <tr class="deep-level-1">
4996
5308
 
4997
- <td class="name" id="srefID"><code>srefID</code></td>
5309
+ <td class="name"><code>srefID</code></td>
4998
5310
 
4999
5311
 
5000
5312
  <td class="type">
5001
5313
 
5002
5314
 
5003
- <span class="param-type">String</span>
5315
+ <span class="param-type">
5316
+
5317
+ String
5318
+
5319
+ </span>
5004
5320
 
5005
5321
 
5006
5322
 
@@ -5017,13 +5333,17 @@ geometryServer.geometryProject({
5017
5333
 
5018
5334
  <tr class="deep-level-1">
5019
5335
 
5020
- <td class="name" id="desfID"><code>desfID</code></td>
5336
+ <td class="name"><code>desfID</code></td>
5021
5337
 
5022
5338
 
5023
5339
  <td class="type">
5024
5340
 
5025
5341
 
5026
- <span class="param-type">String</span>
5342
+ <span class="param-type">
5343
+
5344
+ String
5345
+
5346
+ </span>
5027
5347
 
5028
5348
 
5029
5349
 
@@ -5040,13 +5360,17 @@ geometryServer.geometryProject({
5040
5360
 
5041
5361
  <tr class="deep-level-1">
5042
5362
 
5043
- <td class="name" id="extent"><code>extent</code></td>
5363
+ <td class="name"><code>extent</code></td>
5044
5364
 
5045
5365
 
5046
5366
  <td class="type">
5047
5367
 
5048
5368
 
5049
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" 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>
5050
5374
 
5051
5375
 
5052
5376
 
@@ -5063,13 +5387,17 @@ geometryServer.geometryProject({
5063
5387
 
5064
5388
  <tr class="deep-level-1">
5065
5389
 
5066
- <td class="name" id="failure"><code>failure</code></td>
5390
+ <td class="name"><code>failure</code></td>
5067
5391
 
5068
5392
 
5069
5393
  <td class="type">
5070
5394
 
5071
5395
 
5072
- <span class="param-type">function</span>
5396
+ <span class="param-type">
5397
+
5398
+ function
5399
+
5400
+ </span>
5073
5401
 
5074
5402
 
5075
5403
 
@@ -5086,13 +5414,17 @@ geometryServer.geometryProject({
5086
5414
 
5087
5415
  <tr class="deep-level-1">
5088
5416
 
5089
- <td class="name" id="userName"><code>userName</code></td>
5417
+ <td class="name"><code>userName</code></td>
5090
5418
 
5091
5419
 
5092
5420
  <td class="type">
5093
5421
 
5094
5422
 
5095
- <span class="param-type">String</span>
5423
+ <span class="param-type">
5424
+
5425
+ String
5426
+
5427
+ </span>
5096
5428
 
5097
5429
 
5098
5430
 
@@ -5109,13 +5441,17 @@ geometryServer.geometryProject({
5109
5441
 
5110
5442
  <tr class="deep-level-1">
5111
5443
 
5112
- <td class="name" id="password"><code>password</code></td>
5444
+ <td class="name"><code>password</code></td>
5113
5445
 
5114
5446
 
5115
5447
  <td class="type">
5116
5448
 
5117
5449
 
5118
- <span class="param-type">String</span>
5450
+ <span class="param-type">
5451
+
5452
+ String
5453
+
5454
+ </span>
5119
5455
 
5120
5456
 
5121
5457
 
@@ -5255,7 +5591,7 @@ geometryServer.geometryProject({
5255
5591
 
5256
5592
  <tr class="deep-level-0">
5257
5593
 
5258
- <td class="name" id="options"><code>options</code></td>
5594
+ <td class="name"><code>options</code></td>
5259
5595
 
5260
5596
 
5261
5597
  <td class="type">
@@ -5276,13 +5612,17 @@ geometryServer.geometryProject({
5276
5612
 
5277
5613
  <tr class="deep-level-1">
5278
5614
 
5279
- <td class="name" id="success"><code>success</code></td>
5615
+ <td class="name"><code>success</code></td>
5280
5616
 
5281
5617
 
5282
5618
  <td class="type">
5283
5619
 
5284
5620
 
5285
- <span class="param-type">function</span>
5621
+ <span class="param-type">
5622
+
5623
+ function
5624
+
5625
+ </span>
5286
5626
 
5287
5627
 
5288
5628
 
@@ -5305,13 +5645,17 @@ geometryServer.geometryProject({
5305
5645
 
5306
5646
  <tr class="deep-level-1">
5307
5647
 
5308
- <td class="name" id="failure"><code>failure</code></td>
5648
+ <td class="name"><code>failure</code></td>
5309
5649
 
5310
5650
 
5311
5651
  <td class="type">
5312
5652
 
5313
5653
 
5314
- <span class="param-type">function</span>
5654
+ <span class="param-type">
5655
+
5656
+ function
5657
+
5658
+ </span>
5315
5659
 
5316
5660
 
5317
5661
 
@@ -5488,7 +5832,7 @@ geometryServer.geometryProject({
5488
5832
 
5489
5833
  <tr class="deep-level-0">
5490
5834
 
5491
- <td class="name" id="options"><code>options</code></td>
5835
+ <td class="name"><code>options</code></td>
5492
5836
 
5493
5837
 
5494
5838
  <td class="type">
@@ -5505,13 +5849,17 @@ geometryServer.geometryProject({
5505
5849
 
5506
5850
  <tr class="deep-level-1">
5507
5851
 
5508
- <td class="name" id="type"><code>type</code></td>
5852
+ <td class="name"><code>type</code></td>
5509
5853
 
5510
5854
 
5511
5855
  <td class="type">
5512
5856
 
5513
5857
 
5514
- <span class="param-type">Number</span>
5858
+ <span class="param-type">
5859
+
5860
+ Number
5861
+
5862
+ </span>
5515
5863
 
5516
5864
 
5517
5865
 
@@ -5528,13 +5876,17 @@ geometryServer.geometryProject({
5528
5876
 
5529
5877
  <tr class="deep-level-1">
5530
5878
 
5531
- <td class="name" id="lineString"><code>lineString</code></td>
5879
+ <td class="name"><code>lineString</code></td>
5532
5880
 
5533
5881
 
5534
5882
  <td class="type">
5535
5883
 
5536
5884
 
5537
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" 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>
5538
5890
 
5539
5891
 
5540
5892
 
@@ -5551,13 +5903,17 @@ geometryServer.geometryProject({
5551
5903
 
5552
5904
  <tr class="deep-level-1">
5553
5905
 
5554
- <td class="name" id="success"><code>success</code></td>
5906
+ <td class="name"><code>success</code></td>
5555
5907
 
5556
5908
 
5557
5909
  <td class="type">
5558
5910
 
5559
5911
 
5560
- <span class="param-type">function</span>
5912
+ <span class="param-type">
5913
+
5914
+ function
5915
+
5916
+ </span>
5561
5917
 
5562
5918
 
5563
5919
 
@@ -5574,13 +5930,17 @@ geometryServer.geometryProject({
5574
5930
 
5575
5931
  <tr class="deep-level-1">
5576
5932
 
5577
- <td class="name" id="failure"><code>failure</code></td>
5933
+ <td class="name"><code>failure</code></td>
5578
5934
 
5579
5935
 
5580
5936
  <td class="type">
5581
5937
 
5582
5938
 
5583
- <span class="param-type">function</span>
5939
+ <span class="param-type">
5940
+
5941
+ function
5942
+
5943
+ </span>
5584
5944
 
5585
5945
 
5586
5946
 
@@ -5597,13 +5957,17 @@ geometryServer.geometryProject({
5597
5957
 
5598
5958
  <tr class="deep-level-1">
5599
5959
 
5600
- <td class="name" id="tolerance"><code>tolerance</code></td>
5960
+ <td class="name"><code>tolerance</code></td>
5601
5961
 
5602
5962
 
5603
5963
  <td class="type">
5604
5964
 
5605
5965
 
5606
- <span class="param-type">Number</span>
5966
+ <span class="param-type">
5967
+
5968
+ Number
5969
+
5970
+ </span>
5607
5971
 
5608
5972
 
5609
5973