@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -78,13 +78,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
112
+ <td class="name"><code>spatialReference</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
118
+ <span class="param-type">
119
+
120
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -251,7 +259,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
251
259
  <td class="name">
252
260
  <code>
253
261
 
254
- <span class="param-type">Number</span>
262
+ <span class="param-type">
263
+
264
+ Number
265
+
266
+ </span>
255
267
 
256
268
 
257
269
 
@@ -265,7 +277,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
265
277
  <td class="name">
266
278
  <code>
267
279
 
268
- <span class="param-type">Boolean</span>
280
+ <span class="param-type">
281
+
282
+ Boolean
283
+
284
+ </span>
269
285
 
270
286
 
271
287
 
@@ -279,7 +295,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
279
295
  <td class="name">
280
296
  <code>
281
297
 
282
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
298
+ <span class="param-type">
299
+
300
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
301
+
302
+ </span>
283
303
 
284
304
 
285
305
 
@@ -299,7 +319,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
299
319
  <span class="method-parameter is-pulled-right">
300
320
  <label>类型:</label>
301
321
 
302
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
303
327
 
304
328
 
305
329
 
@@ -370,7 +394,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
370
394
  <span class="method-parameter is-pulled-right">
371
395
  <label>类型:</label>
372
396
 
373
- <span class="param-type">Boolean</span>
397
+ <span class="param-type">
398
+
399
+ Boolean
400
+
401
+ </span>
374
402
 
375
403
 
376
404
 
@@ -445,7 +473,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
445
473
  <span class="method-parameter is-pulled-right">
446
474
  <label>类型:</label>
447
475
 
448
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
476
+ <span class="param-type">
477
+
478
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
479
+
480
+ </span>
449
481
 
450
482
 
451
483
 
@@ -537,7 +569,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
537
569
  <code>
538
570
 
539
571
 
540
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
572
+ <span class="param-type">
573
+
574
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
575
+
576
+ </span>
541
577
 
542
578
 
543
579
 
@@ -553,7 +589,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
553
589
  <code>
554
590
 
555
591
 
556
- <span class="param-type">Array</span>
592
+ <span class="param-type">
593
+
594
+ Array
595
+
596
+ </span>
557
597
 
558
598
 
559
599
 
@@ -563,8 +603,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
563
603
  <td class="name"><code><p>对入参进行判断处理,构建polygon;<br/>
564
604
  支持的参数类型为闭合的三维点数组(多个ring构成的数组),不区分顺逆时针;<br/>
565
605
  示例如下:<br/>
566
- <a href='#fromRings1'>[1、根据入参构建polygon]</a><br/>
567
- <a href='#fromRings2'>[1、根据入参构建polygon,指定rings坐标系]</a><br/></p></code></td>
606
+ </code></td>
568
607
  </tr>
569
608
 
570
609
  <tr class="deep-level-0">
@@ -573,7 +612,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
573
612
  <code>
574
613
 
575
614
 
576
- <span class="param-type">Boolean</span>
615
+ <span class="param-type">
616
+
617
+ Boolean
618
+
619
+ </span>
577
620
 
578
621
 
579
622
 
@@ -583,7 +626,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
583
626
  <td class="name"><code><p>对点数组进行是否为顺时针判断;<br/>
584
627
  支持的参数类型为闭合的二维点数组;<br/>
585
628
  示例如下:<br/>
586
- <a href='#isClockwise'>[对点数组进行顺时针判断]</a><br/></p></code></td>
629
+ </code></td>
587
630
  </tr>
588
631
 
589
632
  <tr class="deep-level-0">
@@ -592,7 +635,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
592
635
  <code>
593
636
 
594
637
 
595
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
638
+ <span class="param-type">
639
+
640
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
641
+
642
+ </span>
596
643
 
597
644
 
598
645
 
@@ -618,7 +665,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
618
665
  <code>
619
666
 
620
667
 
621
- <span class="param-type">String</span>
668
+ <span class="param-type">
669
+
670
+ String
671
+
672
+ </span>
622
673
 
623
674
 
624
675
 
@@ -634,7 +685,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
634
685
  <code>
635
686
 
636
687
 
637
- <span class="param-type">String</span>
688
+ <span class="param-type">
689
+
690
+ String
691
+
692
+ </span>
638
693
 
639
694
 
640
695
 
@@ -650,7 +705,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
650
705
  <code>
651
706
 
652
707
 
653
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
654
713
 
655
714
 
656
715
 
@@ -666,7 +725,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
666
725
  <code>
667
726
 
668
727
 
669
- <span class="param-type">Object</span>
728
+ <span class="param-type">
729
+
730
+ Object
731
+
732
+ </span>
670
733
 
671
734
 
672
735
 
@@ -675,12 +738,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
675
738
  </td>
676
739
  <td class="name"><code><p>移除事件<br/>
677
740
  示例如下:<br/>
678
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
679
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
680
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
681
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
682
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
683
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
741
+ </code></td>
684
742
  </tr>
685
743
 
686
744
  <tr class="deep-level-0">
@@ -689,7 +747,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
689
747
  <code>
690
748
 
691
749
 
692
- <span class="param-type">Object</span>
750
+ <span class="param-type">
751
+
752
+ Object
753
+
754
+ </span>
693
755
 
694
756
 
695
757
 
@@ -698,11 +760,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
698
760
  </td>
699
761
  <td class="name"><code><p>注册一个新的监听事件;<br/>
700
762
  示例如下:<br/>
701
- <a href='#event1'>[1、注册一个事件]</a><br/>
702
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
703
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
704
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
705
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
763
+ </code></td>
706
764
  </tr>
707
765
 
708
766
  <tr class="deep-level-0">
@@ -711,7 +769,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
711
769
  <code>
712
770
 
713
771
 
714
- <span class="param-type">Object</span>
772
+ <span class="param-type">
773
+
774
+ Object
775
+
776
+ </span>
715
777
 
716
778
 
717
779
 
@@ -727,7 +789,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
727
789
  <code>
728
790
 
729
791
 
730
- <span class="param-type">Object</span>
792
+ <span class="param-type">
793
+
794
+ Object
795
+
796
+ </span>
731
797
 
732
798
 
733
799
 
@@ -743,7 +809,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
743
809
  <code>
744
810
 
745
811
 
746
- <span class="param-type">String</span>
812
+ <span class="param-type">
813
+
814
+ String
815
+
816
+ </span>
747
817
 
748
818
 
749
819
 
@@ -759,7 +829,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
759
829
  <code>
760
830
 
761
831
 
762
- <span class="param-type">String</span>
832
+ <span class="param-type">
833
+
834
+ String
835
+
836
+ </span>
763
837
 
764
838
 
765
839
 
@@ -831,13 +905,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
831
905
 
832
906
  <tr class="deep-level-0">
833
907
 
834
- <td class="name" id="json"><code>json</code></td>
908
+ <td class="name"><code>json</code></td>
835
909
 
836
910
 
837
911
  <td class="type">
838
912
 
839
913
 
840
- <span class="param-type">Object</span>
914
+ <span class="param-type">
915
+
916
+ Object
917
+
918
+ </span>
841
919
 
842
920
 
843
921
 
@@ -926,7 +1004,11 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
926
1004
  <div class='column is-5 has-text-left'>
927
1005
  <label>类型: </label>
928
1006
 
929
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1007
+ <span class="param-type">
1008
+
1009
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1010
+
1011
+ </span>
930
1012
 
931
1013
 
932
1014
 
@@ -1033,13 +1115,17 @@ const polygon = Geometry.fromJSON({
1033
1115
 
1034
1116
  <tr class="deep-level-0">
1035
1117
 
1036
- <td class="name" id="pointArr"><code>pointArr</code></td>
1118
+ <td class="name"><code>pointArr</code></td>
1037
1119
 
1038
1120
 
1039
1121
  <td class="type">
1040
1122
 
1041
1123
 
1042
- <span class="param-type">Array</span>
1124
+ <span class="param-type">
1125
+
1126
+ Array
1127
+
1128
+ </span>
1043
1129
 
1044
1130
 
1045
1131
 
@@ -1058,13 +1144,17 @@ const polygon = Geometry.fromJSON({
1058
1144
 
1059
1145
  <tr class="deep-level-0">
1060
1146
 
1061
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
1147
+ <td class="name"><code>spatialReference</code></td>
1062
1148
 
1063
1149
 
1064
1150
  <td class="type">
1065
1151
 
1066
1152
 
1067
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1153
+ <span class="param-type">
1154
+
1155
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1156
+
1157
+ </span>
1068
1158
 
1069
1159
 
1070
1160
 
@@ -1153,7 +1243,11 @@ const polygon = Geometry.fromJSON({
1153
1243
  <div class='column is-5 has-text-left'>
1154
1244
  <label>类型: </label>
1155
1245
 
1156
- <span class="param-type">Array</span>
1246
+ <span class="param-type">
1247
+
1248
+ Array
1249
+
1250
+ </span>
1157
1251
 
1158
1252
 
1159
1253
 
@@ -1319,13 +1413,17 @@ console.log("构建的指定坐标系的多边形对象:", fromRings)</code></pr
1319
1413
 
1320
1414
  <tr class="deep-level-0">
1321
1415
 
1322
- <td class="name" id="pointArr"><code>pointArr</code></td>
1416
+ <td class="name"><code>pointArr</code></td>
1323
1417
 
1324
1418
 
1325
1419
  <td class="type">
1326
1420
 
1327
1421
 
1328
- <span class="param-type">Array</span>
1422
+ <span class="param-type">
1423
+
1424
+ Array
1425
+
1426
+ </span>
1329
1427
 
1330
1428
 
1331
1429
 
@@ -1414,7 +1512,11 @@ console.log("构建的指定坐标系的多边形对象:", fromRings)</code></pr
1414
1512
  <div class='column is-5 has-text-left'>
1415
1513
  <label>类型: </label>
1416
1514
 
1417
- <span class="param-type">Boolean</span>
1515
+ <span class="param-type">
1516
+
1517
+ Boolean
1518
+
1519
+ </span>
1418
1520
 
1419
1521
 
1420
1522
 
@@ -1553,7 +1655,11 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1553
1655
  <div class='column is-5 has-text-left'>
1554
1656
  <label>类型: </label>
1555
1657
 
1556
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1658
+ <span class="param-type">
1659
+
1660
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1661
+
1662
+ </span>
1557
1663
 
1558
1664
 
1559
1665
 
@@ -1625,13 +1731,17 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1625
1731
 
1626
1732
  <tr class="deep-level-0">
1627
1733
 
1628
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1734
+ <td class="name"><code>GeoJSON</code></td>
1629
1735
 
1630
1736
 
1631
1737
  <td class="type">
1632
1738
 
1633
1739
 
1634
- <span class="param-type">Object</span>
1740
+ <span class="param-type">
1741
+
1742
+ Object
1743
+
1744
+ </span>
1635
1745
 
1636
1746
 
1637
1747
 
@@ -1811,7 +1921,11 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1811
1921
  <div class='column is-5 has-text-left'>
1812
1922
  <label>类型: </label>
1813
1923
 
1814
- <span class="param-type">String</span>
1924
+ <span class="param-type">
1925
+
1926
+ String
1927
+
1928
+ </span>
1815
1929
 
1816
1930
 
1817
1931
 
@@ -1928,7 +2042,11 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1928
2042
  <div class='column is-5 has-text-left'>
1929
2043
  <label>类型: </label>
1930
2044
 
1931
- <span class="param-type">String</span>
2045
+ <span class="param-type">
2046
+
2047
+ String
2048
+
2049
+ </span>
1932
2050
 
1933
2051
 
1934
2052
 
@@ -2045,7 +2163,11 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2045
2163
  <div class='column is-5 has-text-left'>
2046
2164
  <label>类型: </label>
2047
2165
 
2048
- <span class="param-type">String</span>
2166
+ <span class="param-type">
2167
+
2168
+ String
2169
+
2170
+ </span>
2049
2171
 
2050
2172
 
2051
2173
 
@@ -2124,13 +2246,17 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2124
2246
 
2125
2247
  <tr class="deep-level-0">
2126
2248
 
2127
- <td class="name" id="types"><code>types</code></td>
2249
+ <td class="name"><code>types</code></td>
2128
2250
 
2129
2251
 
2130
2252
  <td class="type">
2131
2253
 
2132
2254
 
2133
- <span class="param-type">string</span>
2255
+ <span class="param-type">
2256
+
2257
+ string
2258
+
2259
+ </span>
2134
2260
 
2135
2261
 
2136
2262
 
@@ -2151,13 +2277,17 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2151
2277
 
2152
2278
  <tr class="deep-level-0">
2153
2279
 
2154
- <td class="name" id="fn"><code>fn</code></td>
2280
+ <td class="name"><code>fn</code></td>
2155
2281
 
2156
2282
 
2157
2283
  <td class="type">
2158
2284
 
2159
2285
 
2160
- <span class="param-type">function</span>
2286
+ <span class="param-type">
2287
+
2288
+ function
2289
+
2290
+ </span>
2161
2291
 
2162
2292
 
2163
2293
 
@@ -2176,13 +2306,17 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2176
2306
 
2177
2307
  <tr class="deep-level-0">
2178
2308
 
2179
- <td class="name" id="context"><code>context</code></td>
2309
+ <td class="name"><code>context</code></td>
2180
2310
 
2181
2311
 
2182
2312
  <td class="type">
2183
2313
 
2184
2314
 
2185
- <span class="param-type">Object</span>
2315
+ <span class="param-type">
2316
+
2317
+ Object
2318
+
2319
+ </span>
2186
2320
 
2187
2321
 
2188
2322
 
@@ -2276,7 +2410,11 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2276
2410
  <div class='column is-5 has-text-left'>
2277
2411
  <label>类型: </label>
2278
2412
 
2279
- <span class="param-type">Object</span>
2413
+ <span class="param-type">
2414
+
2415
+ Object
2416
+
2417
+ </span>
2280
2418
 
2281
2419
 
2282
2420
 
@@ -2444,16 +2582,24 @@ view.off({
2444
2582
 
2445
2583
  <tr class="deep-level-0">
2446
2584
 
2447
- <td class="name" id="types"><code>types</code></td>
2585
+ <td class="name"><code>types</code></td>
2448
2586
 
2449
2587
 
2450
2588
  <td class="type">
2451
2589
 
2452
2590
 
2453
- <span class="param-type">String</span>
2591
+ <span class="param-type">
2592
+
2593
+ String
2594
+
2595
+ </span>
2454
2596
  |
2455
2597
 
2456
- <span class="param-type">Object</span>
2598
+ <span class="param-type">
2599
+
2600
+ Object
2601
+
2602
+ </span>
2457
2603
 
2458
2604
 
2459
2605
 
@@ -2480,13 +2626,17 @@ view.off({
2480
2626
 
2481
2627
  <tr class="deep-level-0">
2482
2628
 
2483
- <td class="name" id="fn"><code>fn</code></td>
2629
+ <td class="name"><code>fn</code></td>
2484
2630
 
2485
2631
 
2486
2632
  <td class="type">
2487
2633
 
2488
2634
 
2489
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2490
2640
 
2491
2641
 
2492
2642
 
@@ -2511,13 +2661,17 @@ view.off({
2511
2661
 
2512
2662
  <tr class="deep-level-0">
2513
2663
 
2514
- <td class="name" id="context"><code>context</code></td>
2664
+ <td class="name"><code>context</code></td>
2515
2665
 
2516
2666
 
2517
2667
  <td class="type">
2518
2668
 
2519
2669
 
2520
- <span class="param-type">Object</span>
2670
+ <span class="param-type">
2671
+
2672
+ Object
2673
+
2674
+ </span>
2521
2675
 
2522
2676
 
2523
2677
 
@@ -2617,7 +2771,11 @@ view.off({
2617
2771
  <div class='column is-5 has-text-left'>
2618
2772
  <label>类型: </label>
2619
2773
 
2620
- <span class="param-type">Object</span>
2774
+ <span class="param-type">
2775
+
2776
+ Object
2777
+
2778
+ </span>
2621
2779
 
2622
2780
 
2623
2781
 
@@ -2812,7 +2970,11 @@ view.on({
2812
2970
  <div class='column is-5 has-text-left'>
2813
2971
  <label>类型: </label>
2814
2972
 
2815
- <span class="param-type">Object</span>
2973
+ <span class="param-type">
2974
+
2975
+ Object
2976
+
2977
+ </span>
2816
2978
 
2817
2979
 
2818
2980
 
@@ -2929,7 +3091,11 @@ view.on({
2929
3091
  <div class='column is-5 has-text-left'>
2930
3092
  <label>类型: </label>
2931
3093
 
2932
- <span class="param-type">Object</span>
3094
+ <span class="param-type">
3095
+
3096
+ Object
3097
+
3098
+ </span>
2933
3099
 
2934
3100
 
2935
3101
 
@@ -3046,7 +3212,11 @@ view.on({
3046
3212
  <div class='column is-5 has-text-left'>
3047
3213
  <label>类型: </label>
3048
3214
 
3049
- <span class="param-type">String</span>
3215
+ <span class="param-type">
3216
+
3217
+ String
3218
+
3219
+ </span>
3050
3220
 
3051
3221
 
3052
3222
 
@@ -3163,7 +3333,11 @@ view.on({
3163
3333
  <div class='column is-5 has-text-left'>
3164
3334
  <label>类型: </label>
3165
3335
 
3166
- <span class="param-type">String</span>
3336
+ <span class="param-type">
3337
+
3338
+ String
3339
+
3340
+ </span>
3167
3341
 
3168
3342
 
3169
3343