@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
@@ -67,13 +67,17 @@
67
67
 
68
68
  <tr class="deep-level-0">
69
69
 
70
- <td class="name" id="options"><code>options</code></td>
70
+ <td class="name"><code>options</code></td>
71
71
 
72
72
 
73
73
  <td class="type">
74
74
 
75
75
 
76
- <span class="param-type">Object</span>
76
+ <span class="param-type">
77
+
78
+ Object
79
+
80
+ </span>
77
81
 
78
82
 
79
83
 
@@ -90,16 +94,24 @@
90
94
 
91
95
  <tr class="deep-level-1">
92
96
 
93
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
97
+ <td class="name"><code>elevationInfo</code></td>
94
98
 
95
99
 
96
100
  <td class="type">
97
101
 
98
102
 
99
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
+ <span class="param-type">
104
+
105
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
106
+
107
+ </span>
100
108
  |
101
109
 
102
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
110
+ <span class="param-type">
111
+
112
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
113
+
114
+ </span>
103
115
 
104
116
 
105
117
 
@@ -233,7 +245,11 @@
233
245
  <td class="name">
234
246
  <code>
235
247
 
236
- <span class="param-type">Boolean</span>
248
+ <span class="param-type">
249
+
250
+ Boolean
251
+
252
+ </span>
237
253
 
238
254
 
239
255
 
@@ -247,7 +263,11 @@
247
263
  <td class="name">
248
264
  <code>
249
265
 
250
- <span class="param-type">Boolean</span>
266
+ <span class="param-type">
267
+
268
+ Boolean
269
+
270
+ </span>
251
271
 
252
272
 
253
273
 
@@ -261,7 +281,11 @@
261
281
  <td class="name">
262
282
  <code>
263
283
 
264
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
284
+ <span class="param-type">
285
+
286
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
287
+
288
+ </span>
265
289
 
266
290
 
267
291
 
@@ -275,7 +299,11 @@
275
299
  <td class="name">
276
300
  <code>
277
301
 
278
- <span class="param-type">Number</span>
302
+ <span class="param-type">
303
+
304
+ Number
305
+
306
+ </span>
279
307
 
280
308
 
281
309
 
@@ -289,7 +317,11 @@
289
317
  <td class="name">
290
318
  <code>
291
319
 
292
- <span class="param-type">Number</span>
320
+ <span class="param-type">
321
+
322
+ Number
323
+
324
+ </span>
293
325
 
294
326
 
295
327
 
@@ -303,7 +335,11 @@
303
335
  <td class="name">
304
336
  <code>
305
337
 
306
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
338
+ <span class="param-type">
339
+
340
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
341
+
342
+ </span>
307
343
 
308
344
 
309
345
 
@@ -317,7 +353,11 @@
317
353
  <td class="name">
318
354
  <code>
319
355
 
320
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
356
+ <span class="param-type">
357
+
358
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
359
+
360
+ </span>
321
361
 
322
362
 
323
363
 
@@ -331,7 +371,11 @@
331
371
  <td class="name">
332
372
  <code>
333
373
 
334
- <span class="param-type">Object</span>
374
+ <span class="param-type">
375
+
376
+ Object
377
+
378
+ </span>
335
379
 
336
380
 
337
381
 
@@ -345,10 +389,18 @@
345
389
  <td class="name">
346
390
  <code>
347
391
 
348
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
392
+ <span class="param-type">
393
+
394
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
395
+
396
+ </span>
349
397
  |
350
398
 
351
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
399
+ <span class="param-type">
400
+
401
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
402
+
403
+ </span>
352
404
 
353
405
 
354
406
 
@@ -368,7 +420,11 @@
368
420
  <span class="method-parameter is-pulled-right">
369
421
  <label>类型:</label>
370
422
 
371
- <span class="param-type">Boolean</span>
423
+ <span class="param-type">
424
+
425
+ Boolean
426
+
427
+ </span>
372
428
 
373
429
 
374
430
 
@@ -444,7 +500,11 @@
444
500
  <span class="method-parameter is-pulled-right">
445
501
  <label>类型:</label>
446
502
 
447
- <span class="param-type">Boolean</span>
503
+ <span class="param-type">
504
+
505
+ Boolean
506
+
507
+ </span>
448
508
 
449
509
 
450
510
 
@@ -520,7 +580,11 @@
520
580
  <span class="method-parameter is-pulled-right">
521
581
  <label>类型:</label>
522
582
 
523
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
583
+ <span class="param-type">
584
+
585
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
586
+
587
+ </span>
524
588
 
525
589
 
526
590
 
@@ -596,7 +660,11 @@
596
660
  <span class="method-parameter is-pulled-right">
597
661
  <label>类型:</label>
598
662
 
599
- <span class="param-type">Number</span>
663
+ <span class="param-type">
664
+
665
+ Number
666
+
667
+ </span>
600
668
 
601
669
 
602
670
 
@@ -672,7 +740,11 @@
672
740
  <span class="method-parameter is-pulled-right">
673
741
  <label>类型:</label>
674
742
 
675
- <span class="param-type">Number</span>
743
+ <span class="param-type">
744
+
745
+ Number
746
+
747
+ </span>
676
748
 
677
749
 
678
750
 
@@ -748,7 +820,11 @@
748
820
  <span class="method-parameter is-pulled-right">
749
821
  <label>类型:</label>
750
822
 
751
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
823
+ <span class="param-type">
824
+
825
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
826
+
827
+ </span>
752
828
 
753
829
 
754
830
 
@@ -824,7 +900,11 @@
824
900
  <span class="method-parameter is-pulled-right">
825
901
  <label>类型:</label>
826
902
 
827
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
903
+ <span class="param-type">
904
+
905
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
906
+
907
+ </span>
828
908
 
829
909
 
830
910
 
@@ -900,7 +980,11 @@
900
980
  <span class="method-parameter is-pulled-right">
901
981
  <label>类型:</label>
902
982
 
903
- <span class="param-type">Object</span>
983
+ <span class="param-type">
984
+
985
+ Object
986
+
987
+ </span>
904
988
 
905
989
 
906
990
 
@@ -978,10 +1062,18 @@
978
1062
  <span class="method-parameter is-pulled-right">
979
1063
  <label>类型:</label>
980
1064
 
981
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1065
+ <span class="param-type">
1066
+
1067
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1068
+
1069
+ </span>
982
1070
  |
983
1071
 
984
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1072
+ <span class="param-type">
1073
+
1074
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1075
+
1076
+ </span>
985
1077
 
986
1078
 
987
1079
 
@@ -1078,14 +1170,18 @@
1078
1170
  <code>
1079
1171
 
1080
1172
 
1081
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1173
+ <span class="param-type">
1174
+
1175
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1176
+
1177
+ </span>
1082
1178
 
1083
1179
 
1084
1180
 
1085
1181
 
1086
1182
  </code>
1087
1183
  </td>
1088
- <td class="name"><code><p>向当前线或区草图中插入新的顶点<a id='addVertex'></a></p></code></td>
1184
+ <td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
1089
1185
  </tr>
1090
1186
 
1091
1187
  <tr class="deep-level-0">
@@ -1094,14 +1190,18 @@
1094
1190
  <code>
1095
1191
 
1096
1192
 
1097
- <span class="param-type">Boolean</span>
1193
+ <span class="param-type">
1194
+
1195
+ Boolean
1196
+
1197
+ </span>
1098
1198
 
1099
1199
 
1100
1200
 
1101
1201
 
1102
1202
  </code>
1103
1203
  </td>
1104
- <td class="name"><code><p>草图是否可执行恢复操作<a id='canRedo'></a></p></code></td>
1204
+ <td class="name"><code><p>草图是否可执行恢复操作</code></td>
1105
1205
  </tr>
1106
1206
 
1107
1207
  <tr class="deep-level-0">
@@ -1110,14 +1210,18 @@
1110
1210
  <code>
1111
1211
 
1112
1212
 
1113
- <span class="param-type">Boolean</span>
1213
+ <span class="param-type">
1214
+
1215
+ Boolean
1216
+
1217
+ </span>
1114
1218
 
1115
1219
 
1116
1220
 
1117
1221
 
1118
1222
  </code>
1119
1223
  </td>
1120
- <td class="name"><code><p>草图是否可执行撤销操作<a id='canUndo'></a></p></code></td>
1224
+ <td class="name"><code><p>草图是否可执行撤销操作</code></td>
1121
1225
  </tr>
1122
1226
 
1123
1227
  <tr class="deep-level-0">
@@ -1136,14 +1240,18 @@
1136
1240
  <code>
1137
1241
 
1138
1242
 
1139
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1243
+ <span class="param-type">
1244
+
1245
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1246
+
1247
+ </span>
1140
1248
 
1141
1249
 
1142
1250
 
1143
1251
 
1144
1252
  </code>
1145
1253
  </td>
1146
- <td class="name"><code><p>线拓扑造区<a id='drawPolylineToPolygon'></a></p></code></td>
1254
+ <td class="name"><code><p>线拓扑造区</code></td>
1147
1255
  </tr>
1148
1256
 
1149
1257
  <tr class="deep-level-0">
@@ -1152,14 +1260,18 @@
1152
1260
  <code>
1153
1261
 
1154
1262
 
1155
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1263
+ <span class="param-type">
1264
+
1265
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1266
+
1267
+ </span>
1156
1268
 
1157
1269
 
1158
1270
 
1159
1271
 
1160
1272
  </code>
1161
1273
  </td>
1162
- <td class="name"><code><p>获取草图几何对象<a id='getGeometry'></a></p></code></td>
1274
+ <td class="name"><code><p>获取草图几何对象</code></td>
1163
1275
  </tr>
1164
1276
 
1165
1277
  <tr class="deep-level-0">
@@ -1168,14 +1280,18 @@
1168
1280
  <code>
1169
1281
 
1170
1282
 
1171
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1283
+ <span class="param-type">
1284
+
1285
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
1286
+
1287
+ </span>
1172
1288
 
1173
1289
 
1174
1290
 
1175
1291
 
1176
1292
  </code>
1177
1293
  </td>
1178
- <td class="name"><code><p>获取草图图形类型<a id='getSketchDataType'></a></p></code></td>
1294
+ <td class="name"><code><p>获取草图图形类型</code></td>
1179
1295
  </tr>
1180
1296
 
1181
1297
  <tr class="deep-level-0">
@@ -1184,14 +1300,18 @@
1184
1300
  <code>
1185
1301
 
1186
1302
 
1187
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1303
+ <span class="param-type">
1304
+
1305
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1306
+
1307
+ </span>
1188
1308
 
1189
1309
 
1190
1310
 
1191
1311
 
1192
1312
  </code>
1193
1313
  </td>
1194
- <td class="name"><code><p>获取草图样式<a id='getSketchStyle'></a></p></code></td>
1314
+ <td class="name"><code><p>获取草图样式</code></td>
1195
1315
  </tr>
1196
1316
 
1197
1317
  <tr class="deep-level-0">
@@ -1200,7 +1320,11 @@
1200
1320
  <code>
1201
1321
 
1202
1322
 
1203
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1323
+ <span class="param-type">
1324
+
1325
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1326
+
1327
+ </span>
1204
1328
 
1205
1329
 
1206
1330
 
@@ -1216,7 +1340,11 @@
1216
1340
  <code>
1217
1341
 
1218
1342
 
1219
- <span class="param-type">Object</span>
1343
+ <span class="param-type">
1344
+
1345
+ Object
1346
+
1347
+ </span>
1220
1348
 
1221
1349
 
1222
1350
 
@@ -1232,7 +1360,11 @@
1232
1360
  <code>
1233
1361
 
1234
1362
 
1235
- <span class="param-type">Object</span>
1363
+ <span class="param-type">
1364
+
1365
+ Object
1366
+
1367
+ </span>
1236
1368
 
1237
1369
 
1238
1370
 
@@ -1241,12 +1373,7 @@
1241
1373
  </td>
1242
1374
  <td class="name"><code><p>移除事件<br/>
1243
1375
  示例如下:<br/>
1244
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1245
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1246
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1247
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1248
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1249
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1376
+ </code></td>
1250
1377
  </tr>
1251
1378
 
1252
1379
  <tr class="deep-level-0">
@@ -1255,7 +1382,11 @@
1255
1382
  <code>
1256
1383
 
1257
1384
 
1258
- <span class="param-type">Object</span>
1385
+ <span class="param-type">
1386
+
1387
+ Object
1388
+
1389
+ </span>
1259
1390
 
1260
1391
 
1261
1392
 
@@ -1264,11 +1395,7 @@
1264
1395
  </td>
1265
1396
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1266
1397
  示例如下:<br/>
1267
- <a href='#event1'>[1、注册一个事件]</a><br/>
1268
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1269
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1270
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1271
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1398
+ </code></td>
1272
1399
  </tr>
1273
1400
 
1274
1401
  <tr class="deep-level-0">
@@ -1277,14 +1404,18 @@
1277
1404
  <code>
1278
1405
 
1279
1406
 
1280
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1407
+ <span class="param-type">
1408
+
1409
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1410
+
1411
+ </span>
1281
1412
 
1282
1413
 
1283
1414
 
1284
1415
 
1285
1416
  </code>
1286
1417
  </td>
1287
- <td class="name"><code><p>恢复被撤销的草图<a id='redo'></a></p></code></td>
1418
+ <td class="name"><code><p>恢复被撤销的草图</code></td>
1288
1419
  </tr>
1289
1420
 
1290
1421
  <tr class="deep-level-0">
@@ -1294,7 +1425,7 @@
1294
1425
 
1295
1426
  </code>
1296
1427
  </td>
1297
- <td class="name"><code><p>移除当前草图<a id='remove'></a></p></code></td>
1428
+ <td class="name"><code><p>移除当前草图</code></td>
1298
1429
  </tr>
1299
1430
 
1300
1431
  <tr class="deep-level-0">
@@ -1303,14 +1434,18 @@
1303
1434
  <code>
1304
1435
 
1305
1436
 
1306
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1437
+ <span class="param-type">
1438
+
1439
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1440
+
1441
+ </span>
1307
1442
 
1308
1443
 
1309
1444
 
1310
1445
 
1311
1446
  </code>
1312
1447
  </td>
1313
- <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点<a id='removeVertex'></a></p></code></td>
1448
+ <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点</code></td>
1314
1449
  </tr>
1315
1450
 
1316
1451
  <tr class="deep-level-0">
@@ -1320,7 +1455,7 @@
1320
1455
 
1321
1456
  </code>
1322
1457
  </td>
1323
- <td class="name"><code><p>设置草图样式<a id='setSketchStyle'></a></p></code></td>
1458
+ <td class="name"><code><p>设置草图样式</code></td>
1324
1459
  </tr>
1325
1460
 
1326
1461
  <tr class="deep-level-0">
@@ -1349,14 +1484,18 @@
1349
1484
  <code>
1350
1485
 
1351
1486
 
1352
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1487
+ <span class="param-type">
1488
+
1489
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1490
+
1491
+ </span>
1353
1492
 
1354
1493
 
1355
1494
 
1356
1495
 
1357
1496
  </code>
1358
1497
  </td>
1359
- <td class="name"><code><p>分割草图对象或区几何对象<a id='split'></a></p></code></td>
1498
+ <td class="name"><code><p>分割草图对象或区几何对象</code></td>
1360
1499
  </tr>
1361
1500
 
1362
1501
  <tr class="deep-level-0">
@@ -1366,11 +1505,7 @@
1366
1505
 
1367
1506
  </code>
1368
1507
  </td>
1369
- <td class="name"><code><p>开始(鼠标)绘制草图<a id='start'></a>
1370
- 根据传入绘制草图类型,开始鼠标绘制。<br/>
1371
- 绘制点图形,鼠标单击即绘制。<br/>
1372
- 绘制线图形,鼠标单击绘制线的一个顶点;鼠标移动,延长线图形;鼠标双击,完成线图形绘制。<br/>
1373
- 绘制区图形,鼠标单击绘制区的一个顶点;鼠标移动,区图形随鼠标位置变动;鼠标双击,完成区图形绘制。<br/></p></code></td>
1508
+ <td class="name"><code><p>开始(鼠标)绘制草图</code></td>
1374
1509
  </tr>
1375
1510
 
1376
1511
  <tr class="deep-level-0">
@@ -1380,7 +1515,7 @@
1380
1515
 
1381
1516
  </code>
1382
1517
  </td>
1383
- <td class="name"><code><p>开始(鼠标)绘制自定义草图图形<a id='startCustomDrawTool'></a></p></code></td>
1518
+ <td class="name"><code><p>开始(鼠标)绘制自定义草图图形</code></td>
1384
1519
  </tr>
1385
1520
 
1386
1521
  <tr class="deep-level-0">
@@ -1390,7 +1525,7 @@
1390
1525
 
1391
1526
  </code>
1392
1527
  </td>
1393
- <td class="name"><code><p>停止鼠标绘制草图<a id='stop'></a></p></code></td>
1528
+ <td class="name"><code><p>停止鼠标绘制草图</code></td>
1394
1529
  </tr>
1395
1530
 
1396
1531
  <tr class="deep-level-0">
@@ -1399,14 +1534,18 @@
1399
1534
  <code>
1400
1535
 
1401
1536
 
1402
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1537
+ <span class="param-type">
1538
+
1539
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1540
+
1541
+ </span>
1403
1542
 
1404
1543
 
1405
1544
 
1406
1545
 
1407
1546
  </code>
1408
1547
  </td>
1409
- <td class="name"><code><p>撤销当前编辑操作<a id='undo'></a></p></code></td>
1548
+ <td class="name"><code><p>撤销当前编辑操作</code></td>
1410
1549
  </tr>
1411
1550
 
1412
1551
  <tr class="deep-level-0">
@@ -1415,14 +1554,18 @@
1415
1554
  <code>
1416
1555
 
1417
1556
 
1418
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1557
+ <span class="param-type">
1558
+
1559
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1560
+
1561
+ </span>
1419
1562
 
1420
1563
 
1421
1564
 
1422
1565
 
1423
1566
  </code>
1424
1567
  </td>
1425
- <td class="name"><code><p>合并多个区几何<a id='union'></a></p></code></td>
1568
+ <td class="name"><code><p>合并多个区几何</code></td>
1426
1569
  </tr>
1427
1570
 
1428
1571
  <tr class="deep-level-0">
@@ -1431,14 +1574,18 @@
1431
1574
  <code>
1432
1575
 
1433
1576
 
1434
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1577
+ <span class="param-type">
1578
+
1579
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1580
+
1581
+ </span>
1435
1582
 
1436
1583
 
1437
1584
 
1438
1585
 
1439
1586
  </code>
1440
1587
  </td>
1441
- <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点<a id='updateVertex'></a></p></code></td>
1588
+ <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点</code></td>
1442
1589
  </tr>
1443
1590
 
1444
1591
  </tbody>
@@ -1499,13 +1646,17 @@
1499
1646
 
1500
1647
  <tr class="deep-level-0">
1501
1648
 
1502
- <td class="name" id="point"><code>point</code></td>
1649
+ <td class="name"><code>point</code></td>
1503
1650
 
1504
1651
 
1505
1652
  <td class="type">
1506
1653
 
1507
1654
 
1508
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1655
+ <span class="param-type">
1656
+
1657
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1658
+
1659
+ </span>
1509
1660
 
1510
1661
 
1511
1662
 
@@ -1524,13 +1675,17 @@
1524
1675
 
1525
1676
  <tr class="deep-level-0">
1526
1677
 
1527
- <td class="name" id="index"><code>index</code></td>
1678
+ <td class="name"><code>index</code></td>
1528
1679
 
1529
1680
 
1530
1681
  <td class="type">
1531
1682
 
1532
1683
 
1533
- <span class="param-type">Number</span>
1684
+ <span class="param-type">
1685
+
1686
+ Number
1687
+
1688
+ </span>
1534
1689
 
1535
1690
 
1536
1691
 
@@ -1624,7 +1779,11 @@
1624
1779
  <div class='column is-5 has-text-left'>
1625
1780
  <label>类型: </label>
1626
1781
 
1627
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1782
+ <span class="param-type">
1783
+
1784
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1785
+
1786
+ </span>
1628
1787
 
1629
1788
 
1630
1789
 
@@ -1744,7 +1903,11 @@
1744
1903
  <div class='column is-5 has-text-left'>
1745
1904
  <label>类型: </label>
1746
1905
 
1747
- <span class="param-type">Boolean</span>
1906
+ <span class="param-type">
1907
+
1908
+ Boolean
1909
+
1910
+ </span>
1748
1911
 
1749
1912
 
1750
1913
 
@@ -1864,7 +2027,11 @@
1864
2027
  <div class='column is-5 has-text-left'>
1865
2028
  <label>类型: </label>
1866
2029
 
1867
- <span class="param-type">Boolean</span>
2030
+ <span class="param-type">
2031
+
2032
+ Boolean
2033
+
2034
+ </span>
1868
2035
 
1869
2036
 
1870
2037
 
@@ -2032,13 +2199,17 @@
2032
2199
 
2033
2200
  <tr class="deep-level-0">
2034
2201
 
2035
- <td class="name" id="snapAndReferGeometries"><code>snapAndReferGeometries</code></td>
2202
+ <td class="name"><code>snapAndReferGeometries</code></td>
2036
2203
 
2037
2204
 
2038
2205
  <td class="type">
2039
2206
 
2040
2207
 
2041
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2208
+ <span class="param-type">
2209
+
2210
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2211
+
2212
+ </span>
2042
2213
 
2043
2214
 
2044
2215
 
@@ -2132,7 +2303,11 @@
2132
2303
  <div class='column is-5 has-text-left'>
2133
2304
  <label>类型: </label>
2134
2305
 
2135
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2306
+ <span class="param-type">
2307
+
2308
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2309
+
2310
+ </span>
2136
2311
 
2137
2312
 
2138
2313
 
@@ -2252,7 +2427,11 @@
2252
2427
  <div class='column is-5 has-text-left'>
2253
2428
  <label>类型: </label>
2254
2429
 
2255
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2430
+ <span class="param-type">
2431
+
2432
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2433
+
2434
+ </span>
2256
2435
 
2257
2436
 
2258
2437
 
@@ -2372,7 +2551,11 @@
2372
2551
  <div class='column is-5 has-text-left'>
2373
2552
  <label>类型: </label>
2374
2553
 
2375
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2554
+ <span class="param-type">
2555
+
2556
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
2557
+
2558
+ </span>
2376
2559
 
2377
2560
 
2378
2561
 
@@ -2492,7 +2675,11 @@
2492
2675
  <div class='column is-5 has-text-left'>
2493
2676
  <label>类型: </label>
2494
2677
 
2495
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2678
+ <span class="param-type">
2679
+
2680
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2681
+
2682
+ </span>
2496
2683
 
2497
2684
 
2498
2685
 
@@ -2614,7 +2801,11 @@
2614
2801
  <div class='column is-5 has-text-left'>
2615
2802
  <label>类型: </label>
2616
2803
 
2617
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
2804
+ <span class="param-type">
2805
+
2806
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
2807
+
2808
+ </span>
2618
2809
 
2619
2810
 
2620
2811
 
@@ -2736,7 +2927,11 @@
2736
2927
  <div class='column is-5 has-text-left'>
2737
2928
  <label>类型: </label>
2738
2929
 
2739
- <span class="param-type">Object</span>
2930
+ <span class="param-type">
2931
+
2932
+ Object
2933
+
2934
+ </span>
2740
2935
 
2741
2936
 
2742
2937
 
@@ -2815,13 +3010,17 @@
2815
3010
 
2816
3011
  <tr class="deep-level-0">
2817
3012
 
2818
- <td class="name" id="types"><code>types</code></td>
3013
+ <td class="name"><code>types</code></td>
2819
3014
 
2820
3015
 
2821
3016
  <td class="type">
2822
3017
 
2823
3018
 
2824
- <span class="param-type">string</span>
3019
+ <span class="param-type">
3020
+
3021
+ string
3022
+
3023
+ </span>
2825
3024
 
2826
3025
 
2827
3026
 
@@ -2842,13 +3041,17 @@
2842
3041
 
2843
3042
  <tr class="deep-level-0">
2844
3043
 
2845
- <td class="name" id="fn"><code>fn</code></td>
3044
+ <td class="name"><code>fn</code></td>
2846
3045
 
2847
3046
 
2848
3047
  <td class="type">
2849
3048
 
2850
3049
 
2851
- <span class="param-type">function</span>
3050
+ <span class="param-type">
3051
+
3052
+ function
3053
+
3054
+ </span>
2852
3055
 
2853
3056
 
2854
3057
 
@@ -2867,13 +3070,17 @@
2867
3070
 
2868
3071
  <tr class="deep-level-0">
2869
3072
 
2870
- <td class="name" id="context"><code>context</code></td>
3073
+ <td class="name"><code>context</code></td>
2871
3074
 
2872
3075
 
2873
3076
  <td class="type">
2874
3077
 
2875
3078
 
2876
- <span class="param-type">Object</span>
3079
+ <span class="param-type">
3080
+
3081
+ Object
3082
+
3083
+ </span>
2877
3084
 
2878
3085
 
2879
3086
 
@@ -2967,7 +3174,11 @@
2967
3174
  <div class='column is-5 has-text-left'>
2968
3175
  <label>类型: </label>
2969
3176
 
2970
- <span class="param-type">Object</span>
3177
+ <span class="param-type">
3178
+
3179
+ Object
3180
+
3181
+ </span>
2971
3182
 
2972
3183
 
2973
3184
 
@@ -3135,16 +3346,24 @@ view.off({
3135
3346
 
3136
3347
  <tr class="deep-level-0">
3137
3348
 
3138
- <td class="name" id="types"><code>types</code></td>
3349
+ <td class="name"><code>types</code></td>
3139
3350
 
3140
3351
 
3141
3352
  <td class="type">
3142
3353
 
3143
3354
 
3144
- <span class="param-type">String</span>
3355
+ <span class="param-type">
3356
+
3357
+ String
3358
+
3359
+ </span>
3145
3360
  |
3146
3361
 
3147
- <span class="param-type">Object</span>
3362
+ <span class="param-type">
3363
+
3364
+ Object
3365
+
3366
+ </span>
3148
3367
 
3149
3368
 
3150
3369
 
@@ -3171,13 +3390,17 @@ view.off({
3171
3390
 
3172
3391
  <tr class="deep-level-0">
3173
3392
 
3174
- <td class="name" id="fn"><code>fn</code></td>
3393
+ <td class="name"><code>fn</code></td>
3175
3394
 
3176
3395
 
3177
3396
  <td class="type">
3178
3397
 
3179
3398
 
3180
- <span class="param-type">function</span>
3399
+ <span class="param-type">
3400
+
3401
+ function
3402
+
3403
+ </span>
3181
3404
 
3182
3405
 
3183
3406
 
@@ -3202,13 +3425,17 @@ view.off({
3202
3425
 
3203
3426
  <tr class="deep-level-0">
3204
3427
 
3205
- <td class="name" id="context"><code>context</code></td>
3428
+ <td class="name"><code>context</code></td>
3206
3429
 
3207
3430
 
3208
3431
  <td class="type">
3209
3432
 
3210
3433
 
3211
- <span class="param-type">Object</span>
3434
+ <span class="param-type">
3435
+
3436
+ Object
3437
+
3438
+ </span>
3212
3439
 
3213
3440
 
3214
3441
 
@@ -3308,7 +3535,11 @@ view.off({
3308
3535
  <div class='column is-5 has-text-left'>
3309
3536
  <label>类型: </label>
3310
3537
 
3311
- <span class="param-type">Object</span>
3538
+ <span class="param-type">
3539
+
3540
+ Object
3541
+
3542
+ </span>
3312
3543
 
3313
3544
 
3314
3545
 
@@ -3508,7 +3739,11 @@ view.on({
3508
3739
  <div class='column is-5 has-text-left'>
3509
3740
  <label>类型: </label>
3510
3741
 
3511
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3742
+ <span class="param-type">
3743
+
3744
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3745
+
3746
+ </span>
3512
3747
 
3513
3748
 
3514
3749
 
@@ -3676,13 +3911,17 @@ view.on({
3676
3911
 
3677
3912
  <tr class="deep-level-0">
3678
3913
 
3679
- <td class="name" id="index"><code>index</code></td>
3914
+ <td class="name"><code>index</code></td>
3680
3915
 
3681
3916
 
3682
3917
  <td class="type">
3683
3918
 
3684
3919
 
3685
- <span class="param-type">Number</span>
3920
+ <span class="param-type">
3921
+
3922
+ Number
3923
+
3924
+ </span>
3686
3925
 
3687
3926
 
3688
3927
 
@@ -3776,7 +4015,11 @@ view.on({
3776
4015
  <div class='column is-5 has-text-left'>
3777
4016
  <label>类型: </label>
3778
4017
 
3779
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4018
+ <span class="param-type">
4019
+
4020
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4021
+
4022
+ </span>
3780
4023
 
3781
4024
 
3782
4025
 
@@ -3848,13 +4091,17 @@ view.on({
3848
4091
 
3849
4092
  <tr class="deep-level-0">
3850
4093
 
3851
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4094
+ <td class="name"><code>sketchStyle</code></td>
3852
4095
 
3853
4096
 
3854
4097
  <td class="type">
3855
4098
 
3856
4099
 
3857
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4100
+ <span class="param-type">
4101
+
4102
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4103
+
4104
+ </span>
3858
4105
 
3859
4106
 
3860
4107
 
@@ -3994,13 +4241,17 @@ view.on({
3994
4241
 
3995
4242
  <tr class="deep-level-0">
3996
4243
 
3997
- <td class="name" id="geometries"><code>geometries</code></td>
4244
+ <td class="name"><code>geometries</code></td>
3998
4245
 
3999
4246
 
4000
4247
  <td class="type">
4001
4248
 
4002
4249
 
4003
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
4250
+ <span class="param-type">
4251
+
4252
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
4253
+
4254
+ </span>
4004
4255
 
4005
4256
 
4006
4257
 
@@ -4142,13 +4393,17 @@ view.on({
4142
4393
 
4143
4394
  <tr class="deep-level-0">
4144
4395
 
4145
- <td class="name" id="snapOption.isSnapVertexCoincident"><code>snapOption.isSnapVertexCoincident</code></td>
4396
+ <td class="name"><code>snapOption.isSnapVertexCoincident</code></td>
4146
4397
 
4147
4398
 
4148
4399
  <td class="type">
4149
4400
 
4150
4401
 
4151
- <span class="param-type">Boolean</span>
4402
+ <span class="param-type">
4403
+
4404
+ Boolean
4405
+
4406
+ </span>
4152
4407
 
4153
4408
 
4154
4409
 
@@ -4173,13 +4428,17 @@ view.on({
4173
4428
 
4174
4429
  <tr class="deep-level-0">
4175
4430
 
4176
- <td class="name" id="snapOption.isSnapVertexInLine"><code>snapOption.isSnapVertexInLine</code></td>
4431
+ <td class="name"><code>snapOption.isSnapVertexInLine</code></td>
4177
4432
 
4178
4433
 
4179
4434
  <td class="type">
4180
4435
 
4181
4436
 
4182
- <span class="param-type">Boolean</span>
4437
+ <span class="param-type">
4438
+
4439
+ Boolean
4440
+
4441
+ </span>
4183
4442
 
4184
4443
 
4185
4444
 
@@ -4204,13 +4463,17 @@ view.on({
4204
4463
 
4205
4464
  <tr class="deep-level-0">
4206
4465
 
4207
- <td class="name" id="snapOption.isSnapPerpendicular"><code>snapOption.isSnapPerpendicular</code></td>
4466
+ <td class="name"><code>snapOption.isSnapPerpendicular</code></td>
4208
4467
 
4209
4468
 
4210
4469
  <td class="type">
4211
4470
 
4212
4471
 
4213
- <span class="param-type">Boolean</span>
4472
+ <span class="param-type">
4473
+
4474
+ Boolean
4475
+
4476
+ </span>
4214
4477
 
4215
4478
 
4216
4479
 
@@ -4235,13 +4498,17 @@ view.on({
4235
4498
 
4236
4499
  <tr class="deep-level-0">
4237
4500
 
4238
- <td class="name" id="snapOption.isSnapParallel"><code>snapOption.isSnapParallel</code></td>
4501
+ <td class="name"><code>snapOption.isSnapParallel</code></td>
4239
4502
 
4240
4503
 
4241
4504
  <td class="type">
4242
4505
 
4243
4506
 
4244
- <span class="param-type">Boolean</span>
4507
+ <span class="param-type">
4508
+
4509
+ Boolean
4510
+
4511
+ </span>
4245
4512
 
4246
4513
 
4247
4514
 
@@ -4266,13 +4533,17 @@ view.on({
4266
4533
 
4267
4534
  <tr class="deep-level-0">
4268
4535
 
4269
- <td class="name" id="snapOption.snapSketchGeometry"><code>snapOption.snapSketchGeometry</code></td>
4536
+ <td class="name"><code>snapOption.snapSketchGeometry</code></td>
4270
4537
 
4271
4538
 
4272
4539
  <td class="type">
4273
4540
 
4274
4541
 
4275
- <span class="param-type">Boolean</span>
4542
+ <span class="param-type">
4543
+
4544
+ Boolean
4545
+
4546
+ </span>
4276
4547
 
4277
4548
 
4278
4549
 
@@ -4297,13 +4568,17 @@ view.on({
4297
4568
 
4298
4569
  <tr class="deep-level-0">
4299
4570
 
4300
- <td class="name" id="snapOption.pixelTolerance"><code>snapOption.pixelTolerance</code></td>
4571
+ <td class="name"><code>snapOption.pixelTolerance</code></td>
4301
4572
 
4302
4573
 
4303
4574
  <td class="type">
4304
4575
 
4305
4576
 
4306
- <span class="param-type">Number</span>
4577
+ <span class="param-type">
4578
+
4579
+ Number
4580
+
4581
+ </span>
4307
4582
 
4308
4583
 
4309
4584
 
@@ -4449,16 +4724,24 @@ view.on({
4449
4724
 
4450
4725
  <tr class="deep-level-0">
4451
4726
 
4452
- <td class="name" id="target"><code>target</code></td>
4727
+ <td class="name"><code>target</code></td>
4453
4728
 
4454
4729
 
4455
4730
  <td class="type">
4456
4731
 
4457
4732
 
4458
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4733
+ <span class="param-type">
4734
+
4735
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4736
+
4737
+ </span>
4459
4738
  |
4460
4739
 
4461
- <span class="param-type"><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4740
+ <span class="param-type">
4741
+
4742
+ <a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a>
4743
+
4744
+ </span>
4462
4745
 
4463
4746
 
4464
4747
 
@@ -4477,13 +4760,17 @@ view.on({
4477
4760
 
4478
4761
  <tr class="deep-level-0">
4479
4762
 
4480
- <td class="name" id="splitPolyline"><code>splitPolyline</code></td>
4763
+ <td class="name"><code>splitPolyline</code></td>
4481
4764
 
4482
4765
 
4483
4766
  <td class="type">
4484
4767
 
4485
4768
 
4486
- <span class="param-type">Polyline</span>
4769
+ <span class="param-type">
4770
+
4771
+ Polyline
4772
+
4773
+ </span>
4487
4774
 
4488
4775
 
4489
4776
 
@@ -4577,7 +4864,11 @@ view.on({
4577
4864
  <div class='column is-5 has-text-left'>
4578
4865
  <label>类型: </label>
4579
4866
 
4580
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
4867
+ <span class="param-type">
4868
+
4869
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
4870
+
4871
+ </span>
4581
4872
 
4582
4873
 
4583
4874
 
@@ -4653,16 +4944,24 @@ view.on({
4653
4944
 
4654
4945
  <tr class="deep-level-0">
4655
4946
 
4656
- <td class="name" id="data"><code>data</code></td>
4947
+ <td class="name"><code>data</code></td>
4657
4948
 
4658
4949
 
4659
4950
  <td class="type">
4660
4951
 
4661
4952
 
4662
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4953
+ <span class="param-type">
4954
+
4955
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
4956
+
4957
+ </span>
4663
4958
  |
4664
4959
 
4665
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4960
+ <span class="param-type">
4961
+
4962
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4963
+
4964
+ </span>
4666
4965
 
4667
4966
 
4668
4967
 
@@ -4681,13 +4980,17 @@ view.on({
4681
4980
 
4682
4981
  <tr class="deep-level-0">
4683
4982
 
4684
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
4983
+ <td class="name"><code>extendOptions</code></td>
4685
4984
 
4686
4985
 
4687
4986
  <td class="type">
4688
4987
 
4689
4988
 
4690
- <span class="param-type">Object</span>
4989
+ <span class="param-type">
4990
+
4991
+ Object
4992
+
4993
+ </span>
4691
4994
 
4692
4995
 
4693
4996
 
@@ -4704,13 +5007,17 @@ view.on({
4704
5007
 
4705
5008
  <tr class="deep-level-1">
4706
5009
 
4707
- <td class="name" id="vertexNumber"><code>vertexNumber</code></td>
5010
+ <td class="name"><code>vertexNumber</code></td>
4708
5011
 
4709
5012
 
4710
5013
  <td class="type">
4711
5014
 
4712
5015
 
4713
- <span class="param-type">Number</span>
5016
+ <span class="param-type">
5017
+
5018
+ Number
5019
+
5020
+ </span>
4714
5021
 
4715
5022
 
4716
5023
 
@@ -4853,13 +5160,17 @@ view.on({
4853
5160
 
4854
5161
  <tr class="deep-level-0">
4855
5162
 
4856
- <td class="name" id="CustomDrawTool"><code>CustomDrawTool</code></td>
5163
+ <td class="name"><code>CustomDrawTool</code></td>
4857
5164
 
4858
5165
 
4859
5166
  <td class="type">
4860
5167
 
4861
5168
 
4862
- <span class="param-type">Class.&lt;<a link="Class.<SketchBaseDrawTool>.html" onclick="getTypeHTML(event)" href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
5169
+ <span class="param-type">
5170
+
5171
+ Class.&lt;<a onclick="getTypeHTML(event)" link="SketchBaseDrawTool.html">SketchBaseDrawTool</a>>
5172
+
5173
+ </span>
4863
5174
 
4864
5175
 
4865
5176
 
@@ -5145,7 +5456,11 @@ view.on({
5145
5456
  <div class='column is-5 has-text-left'>
5146
5457
  <label>类型: </label>
5147
5458
 
5148
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5459
+ <span class="param-type">
5460
+
5461
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5462
+
5463
+ </span>
5149
5464
 
5150
5465
 
5151
5466
 
@@ -5217,13 +5532,17 @@ view.on({
5217
5532
 
5218
5533
  <tr class="deep-level-0">
5219
5534
 
5220
- <td class="name" id="polygons"><code>polygons</code></td>
5535
+ <td class="name"><code>polygons</code></td>
5221
5536
 
5222
5537
 
5223
5538
  <td class="type">
5224
5539
 
5225
5540
 
5226
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5541
+ <span class="param-type">
5542
+
5543
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5544
+
5545
+ </span>
5227
5546
 
5228
5547
 
5229
5548
 
@@ -5317,7 +5636,11 @@ view.on({
5317
5636
  <div class='column is-5 has-text-left'>
5318
5637
  <label>类型: </label>
5319
5638
 
5320
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5639
+ <span class="param-type">
5640
+
5641
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5642
+
5643
+ </span>
5321
5644
 
5322
5645
 
5323
5646
 
@@ -5389,13 +5712,17 @@ view.on({
5389
5712
 
5390
5713
  <tr class="deep-level-0">
5391
5714
 
5392
- <td class="name" id="point"><code>point</code></td>
5715
+ <td class="name"><code>point</code></td>
5393
5716
 
5394
5717
 
5395
5718
  <td class="type">
5396
5719
 
5397
5720
 
5398
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5721
+ <span class="param-type">
5722
+
5723
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5724
+
5725
+ </span>
5399
5726
 
5400
5727
 
5401
5728
 
@@ -5414,13 +5741,17 @@ view.on({
5414
5741
 
5415
5742
  <tr class="deep-level-0">
5416
5743
 
5417
- <td class="name" id="index"><code>index</code></td>
5744
+ <td class="name"><code>index</code></td>
5418
5745
 
5419
5746
 
5420
5747
  <td class="type">
5421
5748
 
5422
5749
 
5423
- <span class="param-type">Number</span>
5750
+ <span class="param-type">
5751
+
5752
+ Number
5753
+
5754
+ </span>
5424
5755
 
5425
5756
 
5426
5757
 
@@ -5514,7 +5845,11 @@ view.on({
5514
5845
  <div class='column is-5 has-text-left'>
5515
5846
  <label>类型: </label>
5516
5847
 
5517
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5848
+ <span class="param-type">
5849
+
5850
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5851
+
5852
+ </span>
5518
5853
 
5519
5854
 
5520
5855
 
@@ -5554,47 +5889,47 @@ view.on({
5554
5889
  <tbody>
5555
5890
 
5556
5891
  <tr class="deep-level-0">
5557
- <td class="name"><code><a href="SketchEditorCesium.html#创建草图图形时事件">创建草图图形时事件</a></code></td>
5892
+ <td class="name"><code><a href="#创建草图图形时事件">创建草图图形时事件</a></code></td>
5558
5893
  <td class="name"><code>创建草图图形时事件</code></td>
5559
5894
  </tr>
5560
5895
 
5561
5896
  <tr class="deep-level-0">
5562
- <td class="name"><code><a href="SketchEditorCesium.html#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5897
+ <td class="name"><code><a href="#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5563
5898
  <td class="name"><code>标绘制线或区的一个顶点完成事件(废弃)</code></td>
5564
5899
  </tr>
5565
5900
 
5566
5901
  <tr class="deep-level-0">
5567
- <td class="name"><code><a href="SketchEditorCesium.html#移除草图图形事件">移除草图图形事件</a></code></td>
5902
+ <td class="name"><code><a href="#移除草图图形事件">移除草图图形事件</a></code></td>
5568
5903
  <td class="name"><code>移除草图图形事件</code></td>
5569
5904
  </tr>
5570
5905
 
5571
5906
  <tr class="deep-level-0">
5572
- <td class="name"><code><a href="SketchEditorCesium.html#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5907
+ <td class="name"><code><a href="#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5573
5908
  <td class="name"><code>编辑草图图形时事件</code></td>
5574
5909
  </tr>
5575
5910
 
5576
5911
  <tr class="deep-level-0">
5577
- <td class="name"><code><a href="SketchEditorCesium.html#草图绘制完成事件">草图绘制完成事件</a></code></td>
5912
+ <td class="name"><code><a href="#草图绘制完成事件">草图绘制完成事件</a></code></td>
5578
5913
  <td class="name"><code>草图绘制完成事件</code></td>
5579
5914
  </tr>
5580
5915
 
5581
5916
  <tr class="deep-level-0">
5582
- <td class="name"><code><a href="SketchEditorCesium.html#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5917
+ <td class="name"><code><a href="#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5583
5918
  <td class="name"><code>草图绘制完成事件(废弃)</code></td>
5584
5919
  </tr>
5585
5920
 
5586
5921
  <tr class="deep-level-0">
5587
- <td class="name"><code><a href="SketchEditorCesium.html#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5922
+ <td class="name"><code><a href="#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5588
5923
  <td class="name"><code>草图编辑器回退事件</code></td>
5589
5924
  </tr>
5590
5925
 
5591
5926
  <tr class="deep-level-0">
5592
- <td class="name"><code><a href="SketchEditorCesium.html#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5927
+ <td class="name"><code><a href="#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5593
5928
  <td class="name"><code>草图编辑器撤销事件</code></td>
5594
5929
  </tr>
5595
5930
 
5596
5931
  <tr class="deep-level-0">
5597
- <td class="name"><code><a href="SketchEditorCesium.html#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5932
+ <td class="name"><code><a href="#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5598
5933
  <td class="name"><code>草图被选中事件(废弃)</code></td>
5599
5934
  </tr>
5600
5935
 
@@ -5666,7 +6001,11 @@ view.on({
5666
6001
  <td class="type">
5667
6002
 
5668
6003
 
5669
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6004
+ <span class="param-type">
6005
+
6006
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6007
+
6008
+ </span>
5670
6009
 
5671
6010
 
5672
6011
 
@@ -5828,7 +6167,11 @@ view.on({
5828
6167
  <td class="type">
5829
6168
 
5830
6169
 
5831
- <span class="param-type">Object</span>
6170
+ <span class="param-type">
6171
+
6172
+ Object
6173
+
6174
+ </span>
5832
6175
 
5833
6176
 
5834
6177
 
@@ -5862,7 +6205,11 @@ view.on({
5862
6205
  <td class="type">
5863
6206
 
5864
6207
 
5865
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6208
+ <span class="param-type">
6209
+
6210
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6211
+
6212
+ </span>
5866
6213
 
5867
6214
 
5868
6215
 
@@ -5900,7 +6247,11 @@ view.on({
5900
6247
  <td class="type">
5901
6248
 
5902
6249
 
5903
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6250
+ <span class="param-type">
6251
+
6252
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6253
+
6254
+ </span>
5904
6255
 
5905
6256
 
5906
6257
 
@@ -6072,7 +6423,11 @@ view.on({
6072
6423
  <td class="type">
6073
6424
 
6074
6425
 
6075
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6426
+ <span class="param-type">
6427
+
6428
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6429
+
6430
+ </span>
6076
6431
 
6077
6432
 
6078
6433
 
@@ -6230,7 +6585,11 @@ view.on({
6230
6585
  <td class="type">
6231
6586
 
6232
6587
 
6233
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6588
+ <span class="param-type">
6589
+
6590
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6591
+
6592
+ </span>
6234
6593
 
6235
6594
 
6236
6595
 
@@ -6392,7 +6751,11 @@ view.on({
6392
6751
  <td class="type">
6393
6752
 
6394
6753
 
6395
- <span class="param-type"><a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6754
+ <span class="param-type">
6755
+
6756
+ <a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a>
6757
+
6758
+ </span>
6396
6759
 
6397
6760
 
6398
6761
 
@@ -6428,7 +6791,11 @@ view.on({
6428
6791
  <td class="type">
6429
6792
 
6430
6793
 
6431
- <span class="param-type">Object</span>
6794
+ <span class="param-type">
6795
+
6796
+ Object
6797
+
6798
+ </span>
6432
6799
 
6433
6800
 
6434
6801
 
@@ -6462,7 +6829,11 @@ view.on({
6462
6829
  <td class="type">
6463
6830
 
6464
6831
 
6465
- <span class="param-type">Object</span>
6832
+ <span class="param-type">
6833
+
6834
+ Object
6835
+
6836
+ </span>
6466
6837
 
6467
6838
 
6468
6839
 
@@ -6500,7 +6871,11 @@ view.on({
6500
6871
  <td class="type">
6501
6872
 
6502
6873
 
6503
- <span class="param-type"><a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6874
+ <span class="param-type">
6875
+
6876
+ <a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a>
6877
+
6878
+ </span>
6504
6879
 
6505
6880
 
6506
6881
 
@@ -6538,7 +6913,11 @@ view.on({
6538
6913
  <td class="type">
6539
6914
 
6540
6915
 
6541
- <span class="param-type"><a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6916
+ <span class="param-type">
6917
+
6918
+ <a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a>
6919
+
6920
+ </span>
6542
6921
 
6543
6922
 
6544
6923
 
@@ -6576,7 +6955,11 @@ view.on({
6576
6955
  <td class="type">
6577
6956
 
6578
6957
 
6579
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6958
+ <span class="param-type">
6959
+
6960
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
6961
+
6962
+ </span>
6580
6963
 
6581
6964
 
6582
6965
 
@@ -6614,7 +6997,11 @@ view.on({
6614
6997
  <td class="type">
6615
6998
 
6616
6999
 
6617
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7000
+ <span class="param-type">
7001
+
7002
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7003
+
7004
+ </span>
6618
7005
 
6619
7006
 
6620
7007
 
@@ -6790,7 +7177,11 @@ view.on({
6790
7177
  <td class="type">
6791
7178
 
6792
7179
 
6793
- <span class="param-type">Object</span>
7180
+ <span class="param-type">
7181
+
7182
+ Object
7183
+
7184
+ </span>
6794
7185
 
6795
7186
 
6796
7187
 
@@ -6824,7 +7215,11 @@ view.on({
6824
7215
  <td class="type">
6825
7216
 
6826
7217
 
6827
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7218
+ <span class="param-type">
7219
+
7220
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7221
+
7222
+ </span>
6828
7223
 
6829
7224
 
6830
7225
 
@@ -6862,7 +7257,11 @@ view.on({
6862
7257
  <td class="type">
6863
7258
 
6864
7259
 
6865
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7260
+ <span class="param-type">
7261
+
7262
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7263
+
7264
+ </span>
6866
7265
 
6867
7266
 
6868
7267
 
@@ -7034,7 +7433,11 @@ view.on({
7034
7433
  <td class="type">
7035
7434
 
7036
7435
 
7037
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7436
+ <span class="param-type">
7437
+
7438
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7439
+
7440
+ </span>
7038
7441
 
7039
7442
 
7040
7443
 
@@ -7192,7 +7595,11 @@ view.on({
7192
7595
  <td class="type">
7193
7596
 
7194
7597
 
7195
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7598
+ <span class="param-type">
7599
+
7600
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7601
+
7602
+ </span>
7196
7603
 
7197
7604
 
7198
7605
 
@@ -7354,7 +7761,11 @@ view.on({
7354
7761
  <td class="type">
7355
7762
 
7356
7763
 
7357
- <span class="param-type">Object</span>
7764
+ <span class="param-type">
7765
+
7766
+ Object
7767
+
7768
+ </span>
7358
7769
 
7359
7770
 
7360
7771
 
@@ -7388,7 +7799,11 @@ view.on({
7388
7799
  <td class="type">
7389
7800
 
7390
7801
 
7391
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7802
+ <span class="param-type">
7803
+
7804
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7805
+
7806
+ </span>
7392
7807
 
7393
7808
 
7394
7809
 
@@ -7426,10 +7841,18 @@ view.on({
7426
7841
  <td class="type">
7427
7842
 
7428
7843
 
7429
- <span class="param-type">SketchEditorLeaflet</span>
7844
+ <span class="param-type">
7845
+
7846
+ SketchEditorLeaflet
7847
+
7848
+ </span>
7430
7849
  |
7431
7850
 
7432
- <span class="param-type"><a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7851
+ <span class="param-type">
7852
+
7853
+ <a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a>
7854
+
7855
+ </span>
7433
7856
 
7434
7857
 
7435
7858