@mapgis/webclient-common 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,16 +104,24 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="view"><code>view</code></td>
107
+ <td class="name"><code>view</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
116
+
117
+ </span>
110
118
  |
111
119
 
112
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
120
+ <span class="param-type">
121
+
122
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
123
+
124
+ </span>
113
125
 
114
126
 
115
127
 
@@ -130,13 +142,17 @@
130
142
 
131
143
  <tr class="deep-level-1">
132
144
 
133
- <td class="name" id="layer"><code>layer</code></td>
145
+ <td class="name"><code>layer</code></td>
134
146
 
135
147
 
136
148
  <td class="type">
137
149
 
138
150
 
139
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
154
+
155
+ </span>
140
156
 
141
157
 
142
158
 
@@ -157,13 +173,17 @@
157
173
 
158
174
  <tr class="deep-level-1">
159
175
 
160
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
176
+ <td class="name"><code>sketchStyle</code></td>
161
177
 
162
178
 
163
179
  <td class="type">
164
180
 
165
181
 
166
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
185
+
186
+ </span>
167
187
 
168
188
 
169
189
 
@@ -184,13 +204,17 @@
184
204
 
185
205
  <tr class="deep-level-1">
186
206
 
187
- <td class="name" id="snapOption"><code>snapOption</code></td>
207
+ <td class="name"><code>snapOption</code></td>
188
208
 
189
209
 
190
210
  <td class="type">
191
211
 
192
212
 
193
- <span class="param-type">Object</span>
213
+ <span class="param-type">
214
+
215
+ Object
216
+
217
+ </span>
194
218
 
195
219
 
196
220
 
@@ -211,13 +235,17 @@
211
235
 
212
236
  <tr class="deep-level-1">
213
237
 
214
- <td class="name" id="editable"><code>editable</code></td>
238
+ <td class="name"><code>editable</code></td>
215
239
 
216
240
 
217
241
  <td class="type">
218
242
 
219
243
 
220
- <span class="param-type">Object</span>
244
+ <span class="param-type">
245
+
246
+ Object
247
+
248
+ </span>
221
249
 
222
250
 
223
251
 
@@ -240,13 +268,17 @@
240
268
 
241
269
  <tr class="deep-level-1">
242
270
 
243
- <td class="name" id="isSimple"><code>isSimple</code></td>
271
+ <td class="name"><code>isSimple</code></td>
244
272
 
245
273
 
246
274
  <td class="type">
247
275
 
248
276
 
249
- <span class="param-type">Object</span>
277
+ <span class="param-type">
278
+
279
+ Object
280
+
281
+ </span>
250
282
 
251
283
 
252
284
 
@@ -414,7 +446,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
414
446
  <td class="name">
415
447
  <code>
416
448
 
417
- <span class="param-type">Boolean</span>
449
+ <span class="param-type">
450
+
451
+ Boolean
452
+
453
+ </span>
418
454
 
419
455
 
420
456
 
@@ -428,7 +464,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
428
464
  <td class="name">
429
465
  <code>
430
466
 
431
- <span class="param-type">Boolean</span>
467
+ <span class="param-type">
468
+
469
+ Boolean
470
+
471
+ </span>
432
472
 
433
473
 
434
474
 
@@ -442,7 +482,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
442
482
  <td class="name">
443
483
  <code>
444
484
 
445
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
485
+ <span class="param-type">
486
+
487
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
488
+
489
+ </span>
446
490
 
447
491
 
448
492
 
@@ -456,7 +500,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
456
500
  <td class="name">
457
501
  <code>
458
502
 
459
- <span class="param-type">Number</span>
503
+ <span class="param-type">
504
+
505
+ Number
506
+
507
+ </span>
460
508
 
461
509
 
462
510
 
@@ -470,7 +518,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
470
518
  <td class="name">
471
519
  <code>
472
520
 
473
- <span class="param-type">Number</span>
521
+ <span class="param-type">
522
+
523
+ Number
524
+
525
+ </span>
474
526
 
475
527
 
476
528
 
@@ -484,7 +536,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
484
536
  <td class="name">
485
537
  <code>
486
538
 
487
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
539
+ <span class="param-type">
540
+
541
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
542
+
543
+ </span>
488
544
 
489
545
 
490
546
 
@@ -498,7 +554,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
498
554
  <td class="name">
499
555
  <code>
500
556
 
501
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
557
+ <span class="param-type">
558
+
559
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
560
+
561
+ </span>
502
562
 
503
563
 
504
564
 
@@ -512,7 +572,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
512
572
  <td class="name">
513
573
  <code>
514
574
 
515
- <span class="param-type">Object</span>
575
+ <span class="param-type">
576
+
577
+ Object
578
+
579
+ </span>
516
580
 
517
581
 
518
582
 
@@ -526,10 +590,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
526
590
  <td class="name">
527
591
  <code>
528
592
 
529
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
593
+ <span class="param-type">
594
+
595
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
596
+
597
+ </span>
530
598
  |
531
599
 
532
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
600
+ <span class="param-type">
601
+
602
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
603
+
604
+ </span>
533
605
 
534
606
 
535
607
 
@@ -549,7 +621,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
549
621
  <span class="method-parameter is-pulled-right">
550
622
  <label>类型:</label>
551
623
 
552
- <span class="param-type">Boolean</span>
624
+ <span class="param-type">
625
+
626
+ Boolean
627
+
628
+ </span>
553
629
 
554
630
 
555
631
 
@@ -620,7 +696,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
620
696
  <span class="method-parameter is-pulled-right">
621
697
  <label>类型:</label>
622
698
 
623
- <span class="param-type">Boolean</span>
699
+ <span class="param-type">
700
+
701
+ Boolean
702
+
703
+ </span>
624
704
 
625
705
 
626
706
 
@@ -691,7 +771,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
691
771
  <span class="method-parameter is-pulled-right">
692
772
  <label>类型:</label>
693
773
 
694
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
774
+ <span class="param-type">
775
+
776
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
777
+
778
+ </span>
695
779
 
696
780
 
697
781
 
@@ -762,7 +846,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
762
846
  <span class="method-parameter is-pulled-right">
763
847
  <label>类型:</label>
764
848
 
765
- <span class="param-type">Number</span>
849
+ <span class="param-type">
850
+
851
+ Number
852
+
853
+ </span>
766
854
 
767
855
 
768
856
 
@@ -833,7 +921,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
833
921
  <span class="method-parameter is-pulled-right">
834
922
  <label>类型:</label>
835
923
 
836
- <span class="param-type">Number</span>
924
+ <span class="param-type">
925
+
926
+ Number
927
+
928
+ </span>
837
929
 
838
930
 
839
931
 
@@ -904,7 +996,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
904
996
  <span class="method-parameter is-pulled-right">
905
997
  <label>类型:</label>
906
998
 
907
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
999
+ <span class="param-type">
1000
+
1001
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1002
+
1003
+ </span>
908
1004
 
909
1005
 
910
1006
 
@@ -975,7 +1071,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
975
1071
  <span class="method-parameter is-pulled-right">
976
1072
  <label>类型:</label>
977
1073
 
978
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1074
+ <span class="param-type">
1075
+
1076
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1077
+
1078
+ </span>
979
1079
 
980
1080
 
981
1081
 
@@ -1046,7 +1146,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1046
1146
  <span class="method-parameter is-pulled-right">
1047
1147
  <label>类型:</label>
1048
1148
 
1049
- <span class="param-type">Object</span>
1149
+ <span class="param-type">
1150
+
1151
+ Object
1152
+
1153
+ </span>
1050
1154
 
1051
1155
 
1052
1156
 
@@ -1119,10 +1223,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1119
1223
  <span class="method-parameter is-pulled-right">
1120
1224
  <label>类型:</label>
1121
1225
 
1122
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1226
+ <span class="param-type">
1227
+
1228
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1229
+
1230
+ </span>
1123
1231
  |
1124
1232
 
1125
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1233
+ <span class="param-type">
1234
+
1235
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1236
+
1237
+ </span>
1126
1238
 
1127
1239
 
1128
1240
 
@@ -1214,14 +1326,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1214
1326
  <code>
1215
1327
 
1216
1328
 
1217
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1329
+ <span class="param-type">
1330
+
1331
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1332
+
1333
+ </span>
1218
1334
 
1219
1335
 
1220
1336
 
1221
1337
 
1222
1338
  </code>
1223
1339
  </td>
1224
- <td class="name"><code><p>向当前线或区草图中插入新的顶点<a id='addVertex'></a></p></code></td>
1340
+ <td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
1225
1341
  </tr>
1226
1342
 
1227
1343
  <tr class="deep-level-0">
@@ -1230,14 +1346,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1230
1346
  <code>
1231
1347
 
1232
1348
 
1233
- <span class="param-type">Boolean</span>
1349
+ <span class="param-type">
1350
+
1351
+ Boolean
1352
+
1353
+ </span>
1234
1354
 
1235
1355
 
1236
1356
 
1237
1357
 
1238
1358
  </code>
1239
1359
  </td>
1240
- <td class="name"><code><p>草图是否可执行恢复操作<a id='canRedo'></a></p></code></td>
1360
+ <td class="name"><code><p>草图是否可执行恢复操作</code></td>
1241
1361
  </tr>
1242
1362
 
1243
1363
  <tr class="deep-level-0">
@@ -1246,14 +1366,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1246
1366
  <code>
1247
1367
 
1248
1368
 
1249
- <span class="param-type">Boolean</span>
1369
+ <span class="param-type">
1370
+
1371
+ Boolean
1372
+
1373
+ </span>
1250
1374
 
1251
1375
 
1252
1376
 
1253
1377
 
1254
1378
  </code>
1255
1379
  </td>
1256
- <td class="name"><code><p>草图是否可执行撤销操作<a id='canUndo'></a></p></code></td>
1380
+ <td class="name"><code><p>草图是否可执行撤销操作</code></td>
1257
1381
  </tr>
1258
1382
 
1259
1383
  <tr class="deep-level-0">
@@ -1272,14 +1396,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1272
1396
  <code>
1273
1397
 
1274
1398
 
1275
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1399
+ <span class="param-type">
1400
+
1401
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1402
+
1403
+ </span>
1276
1404
 
1277
1405
 
1278
1406
 
1279
1407
 
1280
1408
  </code>
1281
1409
  </td>
1282
- <td class="name"><code><p>线拓扑造区<a id='drawPolylineToPolygon'></a></p></code></td>
1410
+ <td class="name"><code><p>线拓扑造区</code></td>
1283
1411
  </tr>
1284
1412
 
1285
1413
  <tr class="deep-level-0">
@@ -1288,14 +1416,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1288
1416
  <code>
1289
1417
 
1290
1418
 
1291
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1419
+ <span class="param-type">
1420
+
1421
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1422
+
1423
+ </span>
1292
1424
 
1293
1425
 
1294
1426
 
1295
1427
 
1296
1428
  </code>
1297
1429
  </td>
1298
- <td class="name"><code><p>获取草图几何对象<a id='getGeometry'></a></p></code></td>
1430
+ <td class="name"><code><p>获取草图几何对象</code></td>
1299
1431
  </tr>
1300
1432
 
1301
1433
  <tr class="deep-level-0">
@@ -1304,14 +1436,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1304
1436
  <code>
1305
1437
 
1306
1438
 
1307
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1439
+ <span class="param-type">
1440
+
1441
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
1442
+
1443
+ </span>
1308
1444
 
1309
1445
 
1310
1446
 
1311
1447
 
1312
1448
  </code>
1313
1449
  </td>
1314
- <td class="name"><code><p>获取草图图形类型<a id='getSketchDataType'></a></p></code></td>
1450
+ <td class="name"><code><p>获取草图图形类型</code></td>
1315
1451
  </tr>
1316
1452
 
1317
1453
  <tr class="deep-level-0">
@@ -1320,14 +1456,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1320
1456
  <code>
1321
1457
 
1322
1458
 
1323
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1459
+ <span class="param-type">
1460
+
1461
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1462
+
1463
+ </span>
1324
1464
 
1325
1465
 
1326
1466
 
1327
1467
 
1328
1468
  </code>
1329
1469
  </td>
1330
- <td class="name"><code><p>获取草图样式<a id='getSketchStyle'></a></p></code></td>
1470
+ <td class="name"><code><p>获取草图样式</code></td>
1331
1471
  </tr>
1332
1472
 
1333
1473
  <tr class="deep-level-0">
@@ -1336,7 +1476,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1336
1476
  <code>
1337
1477
 
1338
1478
 
1339
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1479
+ <span class="param-type">
1480
+
1481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1482
+
1483
+ </span>
1340
1484
 
1341
1485
 
1342
1486
 
@@ -1352,7 +1496,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1352
1496
  <code>
1353
1497
 
1354
1498
 
1355
- <span class="param-type">Object</span>
1499
+ <span class="param-type">
1500
+
1501
+ Object
1502
+
1503
+ </span>
1356
1504
 
1357
1505
 
1358
1506
 
@@ -1368,7 +1516,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1368
1516
  <code>
1369
1517
 
1370
1518
 
1371
- <span class="param-type">Object</span>
1519
+ <span class="param-type">
1520
+
1521
+ Object
1522
+
1523
+ </span>
1372
1524
 
1373
1525
 
1374
1526
 
@@ -1377,12 +1529,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1377
1529
  </td>
1378
1530
  <td class="name"><code><p>移除事件<br/>
1379
1531
  示例如下:<br/>
1380
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1381
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1382
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1383
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1384
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1385
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1532
+ </code></td>
1386
1533
  </tr>
1387
1534
 
1388
1535
  <tr class="deep-level-0">
@@ -1391,7 +1538,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1391
1538
  <code>
1392
1539
 
1393
1540
 
1394
- <span class="param-type">Object</span>
1541
+ <span class="param-type">
1542
+
1543
+ Object
1544
+
1545
+ </span>
1395
1546
 
1396
1547
 
1397
1548
 
@@ -1400,11 +1551,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1400
1551
  </td>
1401
1552
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1402
1553
  示例如下:<br/>
1403
- <a href='#event1'>[1、注册一个事件]</a><br/>
1404
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1405
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1406
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1407
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1554
+ </code></td>
1408
1555
  </tr>
1409
1556
 
1410
1557
  <tr class="deep-level-0">
@@ -1413,14 +1560,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1413
1560
  <code>
1414
1561
 
1415
1562
 
1416
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1563
+ <span class="param-type">
1564
+
1565
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1566
+
1567
+ </span>
1417
1568
 
1418
1569
 
1419
1570
 
1420
1571
 
1421
1572
  </code>
1422
1573
  </td>
1423
- <td class="name"><code><p>恢复被撤销的草图<a id='redo'></a></p></code></td>
1574
+ <td class="name"><code><p>恢复被撤销的草图</code></td>
1424
1575
  </tr>
1425
1576
 
1426
1577
  <tr class="deep-level-0">
@@ -1430,7 +1581,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1430
1581
 
1431
1582
  </code>
1432
1583
  </td>
1433
- <td class="name"><code><p>移除当前草图<a id='remove'></a></p></code></td>
1584
+ <td class="name"><code><p>移除当前草图</code></td>
1434
1585
  </tr>
1435
1586
 
1436
1587
  <tr class="deep-level-0">
@@ -1439,14 +1590,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1439
1590
  <code>
1440
1591
 
1441
1592
 
1442
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1593
+ <span class="param-type">
1594
+
1595
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1596
+
1597
+ </span>
1443
1598
 
1444
1599
 
1445
1600
 
1446
1601
 
1447
1602
  </code>
1448
1603
  </td>
1449
- <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点<a id='removeVertex'></a></p></code></td>
1604
+ <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点</code></td>
1450
1605
  </tr>
1451
1606
 
1452
1607
  <tr class="deep-level-0">
@@ -1456,7 +1611,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1456
1611
 
1457
1612
  </code>
1458
1613
  </td>
1459
- <td class="name"><code><p>设置草图样式<a id='setSketchStyle'></a></p></code></td>
1614
+ <td class="name"><code><p>设置草图样式</code></td>
1460
1615
  </tr>
1461
1616
 
1462
1617
  <tr class="deep-level-0">
@@ -1485,14 +1640,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1485
1640
  <code>
1486
1641
 
1487
1642
 
1488
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1643
+ <span class="param-type">
1644
+
1645
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1646
+
1647
+ </span>
1489
1648
 
1490
1649
 
1491
1650
 
1492
1651
 
1493
1652
  </code>
1494
1653
  </td>
1495
- <td class="name"><code><p>分割草图对象或区几何对象<a id='split'></a></p></code></td>
1654
+ <td class="name"><code><p>分割草图对象或区几何对象</code></td>
1496
1655
  </tr>
1497
1656
 
1498
1657
  <tr class="deep-level-0">
@@ -1502,11 +1661,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1502
1661
 
1503
1662
  </code>
1504
1663
  </td>
1505
- <td class="name"><code><p>开始(鼠标)绘制草图<a id='start'></a>
1506
- 根据传入绘制草图类型,开始鼠标绘制。<br/>
1507
- 绘制点图形,鼠标单击即绘制。<br/>
1508
- 绘制线图形,鼠标单击绘制线的一个顶点;鼠标移动,延长线图形;鼠标双击,完成线图形绘制。<br/>
1509
- 绘制区图形,鼠标单击绘制区的一个顶点;鼠标移动,区图形随鼠标位置变动;鼠标双击,完成区图形绘制。<br/></p></code></td>
1664
+ <td class="name"><code><p>开始(鼠标)绘制草图</code></td>
1510
1665
  </tr>
1511
1666
 
1512
1667
  <tr class="deep-level-0">
@@ -1516,7 +1671,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1516
1671
 
1517
1672
  </code>
1518
1673
  </td>
1519
- <td class="name"><code><p>开始(鼠标)绘制自定义草图图形<a id='startCustomDrawTool'></a></p></code></td>
1674
+ <td class="name"><code><p>开始(鼠标)绘制自定义草图图形</code></td>
1520
1675
  </tr>
1521
1676
 
1522
1677
  <tr class="deep-level-0">
@@ -1526,7 +1681,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1526
1681
 
1527
1682
  </code>
1528
1683
  </td>
1529
- <td class="name"><code><p>停止鼠标绘制草图<a id='stop'></a></p></code></td>
1684
+ <td class="name"><code><p>停止鼠标绘制草图</code></td>
1530
1685
  </tr>
1531
1686
 
1532
1687
  <tr class="deep-level-0">
@@ -1535,14 +1690,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1535
1690
  <code>
1536
1691
 
1537
1692
 
1538
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1693
+ <span class="param-type">
1694
+
1695
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1696
+
1697
+ </span>
1539
1698
 
1540
1699
 
1541
1700
 
1542
1701
 
1543
1702
  </code>
1544
1703
  </td>
1545
- <td class="name"><code><p>撤销当前编辑操作<a id='undo'></a></p></code></td>
1704
+ <td class="name"><code><p>撤销当前编辑操作</code></td>
1546
1705
  </tr>
1547
1706
 
1548
1707
  <tr class="deep-level-0">
@@ -1551,14 +1710,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1551
1710
  <code>
1552
1711
 
1553
1712
 
1554
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1713
+ <span class="param-type">
1714
+
1715
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1716
+
1717
+ </span>
1555
1718
 
1556
1719
 
1557
1720
 
1558
1721
 
1559
1722
  </code>
1560
1723
  </td>
1561
- <td class="name"><code><p>合并多个区几何<a id='union'></a></p></code></td>
1724
+ <td class="name"><code><p>合并多个区几何</code></td>
1562
1725
  </tr>
1563
1726
 
1564
1727
  <tr class="deep-level-0">
@@ -1567,14 +1730,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1567
1730
  <code>
1568
1731
 
1569
1732
 
1570
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1733
+ <span class="param-type">
1734
+
1735
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1736
+
1737
+ </span>
1571
1738
 
1572
1739
 
1573
1740
 
1574
1741
 
1575
1742
  </code>
1576
1743
  </td>
1577
- <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点<a id='updateVertex'></a></p></code></td>
1744
+ <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点</code></td>
1578
1745
  </tr>
1579
1746
 
1580
1747
  </tbody>
@@ -1635,13 +1802,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1635
1802
 
1636
1803
  <tr class="deep-level-0">
1637
1804
 
1638
- <td class="name" id="point"><code>point</code></td>
1805
+ <td class="name"><code>point</code></td>
1639
1806
 
1640
1807
 
1641
1808
  <td class="type">
1642
1809
 
1643
1810
 
1644
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1811
+ <span class="param-type">
1812
+
1813
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1814
+
1815
+ </span>
1645
1816
 
1646
1817
 
1647
1818
 
@@ -1660,13 +1831,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1660
1831
 
1661
1832
  <tr class="deep-level-0">
1662
1833
 
1663
- <td class="name" id="index"><code>index</code></td>
1834
+ <td class="name"><code>index</code></td>
1664
1835
 
1665
1836
 
1666
1837
  <td class="type">
1667
1838
 
1668
1839
 
1669
- <span class="param-type">Number</span>
1840
+ <span class="param-type">
1841
+
1842
+ Number
1843
+
1844
+ </span>
1670
1845
 
1671
1846
 
1672
1847
 
@@ -1755,7 +1930,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1755
1930
  <div class='column is-5 has-text-left'>
1756
1931
  <label>类型: </label>
1757
1932
 
1758
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1933
+ <span class="param-type">
1934
+
1935
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1936
+
1937
+ </span>
1759
1938
 
1760
1939
 
1761
1940
 
@@ -1870,7 +2049,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1870
2049
  <div class='column is-5 has-text-left'>
1871
2050
  <label>类型: </label>
1872
2051
 
1873
- <span class="param-type">Boolean</span>
2052
+ <span class="param-type">
2053
+
2054
+ Boolean
2055
+
2056
+ </span>
1874
2057
 
1875
2058
 
1876
2059
 
@@ -1985,7 +2168,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1985
2168
  <div class='column is-5 has-text-left'>
1986
2169
  <label>类型: </label>
1987
2170
 
1988
- <span class="param-type">Boolean</span>
2171
+ <span class="param-type">
2172
+
2173
+ Boolean
2174
+
2175
+ </span>
1989
2176
 
1990
2177
 
1991
2178
 
@@ -2148,13 +2335,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2148
2335
 
2149
2336
  <tr class="deep-level-0">
2150
2337
 
2151
- <td class="name" id="snapAndReferGeometries"><code>snapAndReferGeometries</code></td>
2338
+ <td class="name"><code>snapAndReferGeometries</code></td>
2152
2339
 
2153
2340
 
2154
2341
  <td class="type">
2155
2342
 
2156
2343
 
2157
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2344
+ <span class="param-type">
2345
+
2346
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2347
+
2348
+ </span>
2158
2349
 
2159
2350
 
2160
2351
 
@@ -2243,7 +2434,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2243
2434
  <div class='column is-5 has-text-left'>
2244
2435
  <label>类型: </label>
2245
2436
 
2246
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2437
+ <span class="param-type">
2438
+
2439
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2440
+
2441
+ </span>
2247
2442
 
2248
2443
 
2249
2444
 
@@ -2358,7 +2553,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2358
2553
  <div class='column is-5 has-text-left'>
2359
2554
  <label>类型: </label>
2360
2555
 
2361
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2556
+ <span class="param-type">
2557
+
2558
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2559
+
2560
+ </span>
2362
2561
 
2363
2562
 
2364
2563
 
@@ -2473,7 +2672,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2473
2672
  <div class='column is-5 has-text-left'>
2474
2673
  <label>类型: </label>
2475
2674
 
2476
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2675
+ <span class="param-type">
2676
+
2677
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
2678
+
2679
+ </span>
2477
2680
 
2478
2681
 
2479
2682
 
@@ -2588,7 +2791,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2588
2791
  <div class='column is-5 has-text-left'>
2589
2792
  <label>类型: </label>
2590
2793
 
2591
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2794
+ <span class="param-type">
2795
+
2796
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2797
+
2798
+ </span>
2592
2799
 
2593
2800
 
2594
2801
 
@@ -2705,7 +2912,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2705
2912
  <div class='column is-5 has-text-left'>
2706
2913
  <label>类型: </label>
2707
2914
 
2708
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
2915
+ <span class="param-type">
2916
+
2917
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
2918
+
2919
+ </span>
2709
2920
 
2710
2921
 
2711
2922
 
@@ -2822,7 +3033,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2822
3033
  <div class='column is-5 has-text-left'>
2823
3034
  <label>类型: </label>
2824
3035
 
2825
- <span class="param-type">Object</span>
3036
+ <span class="param-type">
3037
+
3038
+ Object
3039
+
3040
+ </span>
2826
3041
 
2827
3042
 
2828
3043
 
@@ -2901,13 +3116,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2901
3116
 
2902
3117
  <tr class="deep-level-0">
2903
3118
 
2904
- <td class="name" id="types"><code>types</code></td>
3119
+ <td class="name"><code>types</code></td>
2905
3120
 
2906
3121
 
2907
3122
  <td class="type">
2908
3123
 
2909
3124
 
2910
- <span class="param-type">string</span>
3125
+ <span class="param-type">
3126
+
3127
+ string
3128
+
3129
+ </span>
2911
3130
 
2912
3131
 
2913
3132
 
@@ -2928,13 +3147,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2928
3147
 
2929
3148
  <tr class="deep-level-0">
2930
3149
 
2931
- <td class="name" id="fn"><code>fn</code></td>
3150
+ <td class="name"><code>fn</code></td>
2932
3151
 
2933
3152
 
2934
3153
  <td class="type">
2935
3154
 
2936
3155
 
2937
- <span class="param-type">function</span>
3156
+ <span class="param-type">
3157
+
3158
+ function
3159
+
3160
+ </span>
2938
3161
 
2939
3162
 
2940
3163
 
@@ -2953,13 +3176,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2953
3176
 
2954
3177
  <tr class="deep-level-0">
2955
3178
 
2956
- <td class="name" id="context"><code>context</code></td>
3179
+ <td class="name"><code>context</code></td>
2957
3180
 
2958
3181
 
2959
3182
  <td class="type">
2960
3183
 
2961
3184
 
2962
- <span class="param-type">Object</span>
3185
+ <span class="param-type">
3186
+
3187
+ Object
3188
+
3189
+ </span>
2963
3190
 
2964
3191
 
2965
3192
 
@@ -3053,7 +3280,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
3053
3280
  <div class='column is-5 has-text-left'>
3054
3281
  <label>类型: </label>
3055
3282
 
3056
- <span class="param-type">Object</span>
3283
+ <span class="param-type">
3284
+
3285
+ Object
3286
+
3287
+ </span>
3057
3288
 
3058
3289
 
3059
3290
 
@@ -3221,16 +3452,24 @@ view.off({
3221
3452
 
3222
3453
  <tr class="deep-level-0">
3223
3454
 
3224
- <td class="name" id="types"><code>types</code></td>
3455
+ <td class="name"><code>types</code></td>
3225
3456
 
3226
3457
 
3227
3458
  <td class="type">
3228
3459
 
3229
3460
 
3230
- <span class="param-type">String</span>
3461
+ <span class="param-type">
3462
+
3463
+ String
3464
+
3465
+ </span>
3231
3466
  |
3232
3467
 
3233
- <span class="param-type">Object</span>
3468
+ <span class="param-type">
3469
+
3470
+ Object
3471
+
3472
+ </span>
3234
3473
 
3235
3474
 
3236
3475
 
@@ -3257,13 +3496,17 @@ view.off({
3257
3496
 
3258
3497
  <tr class="deep-level-0">
3259
3498
 
3260
- <td class="name" id="fn"><code>fn</code></td>
3499
+ <td class="name"><code>fn</code></td>
3261
3500
 
3262
3501
 
3263
3502
  <td class="type">
3264
3503
 
3265
3504
 
3266
- <span class="param-type">function</span>
3505
+ <span class="param-type">
3506
+
3507
+ function
3508
+
3509
+ </span>
3267
3510
 
3268
3511
 
3269
3512
 
@@ -3288,13 +3531,17 @@ view.off({
3288
3531
 
3289
3532
  <tr class="deep-level-0">
3290
3533
 
3291
- <td class="name" id="context"><code>context</code></td>
3534
+ <td class="name"><code>context</code></td>
3292
3535
 
3293
3536
 
3294
3537
  <td class="type">
3295
3538
 
3296
3539
 
3297
- <span class="param-type">Object</span>
3540
+ <span class="param-type">
3541
+
3542
+ Object
3543
+
3544
+ </span>
3298
3545
 
3299
3546
 
3300
3547
 
@@ -3394,7 +3641,11 @@ view.off({
3394
3641
  <div class='column is-5 has-text-left'>
3395
3642
  <label>类型: </label>
3396
3643
 
3397
- <span class="param-type">Object</span>
3644
+ <span class="param-type">
3645
+
3646
+ Object
3647
+
3648
+ </span>
3398
3649
 
3399
3650
 
3400
3651
 
@@ -3589,7 +3840,11 @@ view.on({
3589
3840
  <div class='column is-5 has-text-left'>
3590
3841
  <label>类型: </label>
3591
3842
 
3592
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3843
+ <span class="param-type">
3844
+
3845
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3846
+
3847
+ </span>
3593
3848
 
3594
3849
 
3595
3850
 
@@ -3752,13 +4007,17 @@ view.on({
3752
4007
 
3753
4008
  <tr class="deep-level-0">
3754
4009
 
3755
- <td class="name" id="index"><code>index</code></td>
4010
+ <td class="name"><code>index</code></td>
3756
4011
 
3757
4012
 
3758
4013
  <td class="type">
3759
4014
 
3760
4015
 
3761
- <span class="param-type">Number</span>
4016
+ <span class="param-type">
4017
+
4018
+ Number
4019
+
4020
+ </span>
3762
4021
 
3763
4022
 
3764
4023
 
@@ -3847,7 +4106,11 @@ view.on({
3847
4106
  <div class='column is-5 has-text-left'>
3848
4107
  <label>类型: </label>
3849
4108
 
3850
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4109
+ <span class="param-type">
4110
+
4111
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4112
+
4113
+ </span>
3851
4114
 
3852
4115
 
3853
4116
 
@@ -3919,13 +4182,17 @@ view.on({
3919
4182
 
3920
4183
  <tr class="deep-level-0">
3921
4184
 
3922
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4185
+ <td class="name"><code>sketchStyle</code></td>
3923
4186
 
3924
4187
 
3925
4188
  <td class="type">
3926
4189
 
3927
4190
 
3928
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4191
+ <span class="param-type">
4192
+
4193
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4194
+
4195
+ </span>
3929
4196
 
3930
4197
 
3931
4198
 
@@ -4060,13 +4327,17 @@ view.on({
4060
4327
 
4061
4328
  <tr class="deep-level-0">
4062
4329
 
4063
- <td class="name" id="geometries"><code>geometries</code></td>
4330
+ <td class="name"><code>geometries</code></td>
4064
4331
 
4065
4332
 
4066
4333
  <td class="type">
4067
4334
 
4068
4335
 
4069
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
4336
+ <span class="param-type">
4337
+
4338
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
4339
+
4340
+ </span>
4070
4341
 
4071
4342
 
4072
4343
 
@@ -4203,13 +4474,17 @@ view.on({
4203
4474
 
4204
4475
  <tr class="deep-level-0">
4205
4476
 
4206
- <td class="name" id="snapOption.isSnapVertexCoincident"><code>snapOption.isSnapVertexCoincident</code></td>
4477
+ <td class="name"><code>snapOption.isSnapVertexCoincident</code></td>
4207
4478
 
4208
4479
 
4209
4480
  <td class="type">
4210
4481
 
4211
4482
 
4212
- <span class="param-type">Boolean</span>
4483
+ <span class="param-type">
4484
+
4485
+ Boolean
4486
+
4487
+ </span>
4213
4488
 
4214
4489
 
4215
4490
 
@@ -4234,13 +4509,17 @@ view.on({
4234
4509
 
4235
4510
  <tr class="deep-level-0">
4236
4511
 
4237
- <td class="name" id="snapOption.isSnapVertexInLine"><code>snapOption.isSnapVertexInLine</code></td>
4512
+ <td class="name"><code>snapOption.isSnapVertexInLine</code></td>
4238
4513
 
4239
4514
 
4240
4515
  <td class="type">
4241
4516
 
4242
4517
 
4243
- <span class="param-type">Boolean</span>
4518
+ <span class="param-type">
4519
+
4520
+ Boolean
4521
+
4522
+ </span>
4244
4523
 
4245
4524
 
4246
4525
 
@@ -4265,13 +4544,17 @@ view.on({
4265
4544
 
4266
4545
  <tr class="deep-level-0">
4267
4546
 
4268
- <td class="name" id="snapOption.isSnapPerpendicular"><code>snapOption.isSnapPerpendicular</code></td>
4547
+ <td class="name"><code>snapOption.isSnapPerpendicular</code></td>
4269
4548
 
4270
4549
 
4271
4550
  <td class="type">
4272
4551
 
4273
4552
 
4274
- <span class="param-type">Boolean</span>
4553
+ <span class="param-type">
4554
+
4555
+ Boolean
4556
+
4557
+ </span>
4275
4558
 
4276
4559
 
4277
4560
 
@@ -4296,13 +4579,17 @@ view.on({
4296
4579
 
4297
4580
  <tr class="deep-level-0">
4298
4581
 
4299
- <td class="name" id="snapOption.isSnapParallel"><code>snapOption.isSnapParallel</code></td>
4582
+ <td class="name"><code>snapOption.isSnapParallel</code></td>
4300
4583
 
4301
4584
 
4302
4585
  <td class="type">
4303
4586
 
4304
4587
 
4305
- <span class="param-type">Boolean</span>
4588
+ <span class="param-type">
4589
+
4590
+ Boolean
4591
+
4592
+ </span>
4306
4593
 
4307
4594
 
4308
4595
 
@@ -4327,13 +4614,17 @@ view.on({
4327
4614
 
4328
4615
  <tr class="deep-level-0">
4329
4616
 
4330
- <td class="name" id="snapOption.snapSketchGeometry"><code>snapOption.snapSketchGeometry</code></td>
4617
+ <td class="name"><code>snapOption.snapSketchGeometry</code></td>
4331
4618
 
4332
4619
 
4333
4620
  <td class="type">
4334
4621
 
4335
4622
 
4336
- <span class="param-type">Boolean</span>
4623
+ <span class="param-type">
4624
+
4625
+ Boolean
4626
+
4627
+ </span>
4337
4628
 
4338
4629
 
4339
4630
 
@@ -4358,13 +4649,17 @@ view.on({
4358
4649
 
4359
4650
  <tr class="deep-level-0">
4360
4651
 
4361
- <td class="name" id="snapOption.pixelTolerance"><code>snapOption.pixelTolerance</code></td>
4652
+ <td class="name"><code>snapOption.pixelTolerance</code></td>
4362
4653
 
4363
4654
 
4364
4655
  <td class="type">
4365
4656
 
4366
4657
 
4367
- <span class="param-type">Number</span>
4658
+ <span class="param-type">
4659
+
4660
+ Number
4661
+
4662
+ </span>
4368
4663
 
4369
4664
 
4370
4665
 
@@ -4505,16 +4800,24 @@ view.on({
4505
4800
 
4506
4801
  <tr class="deep-level-0">
4507
4802
 
4508
- <td class="name" id="target"><code>target</code></td>
4803
+ <td class="name"><code>target</code></td>
4509
4804
 
4510
4805
 
4511
4806
  <td class="type">
4512
4807
 
4513
4808
 
4514
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4809
+ <span class="param-type">
4810
+
4811
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4812
+
4813
+ </span>
4515
4814
  |
4516
4815
 
4517
- <span class="param-type"><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4816
+ <span class="param-type">
4817
+
4818
+ <a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a>
4819
+
4820
+ </span>
4518
4821
 
4519
4822
 
4520
4823
 
@@ -4533,13 +4836,17 @@ view.on({
4533
4836
 
4534
4837
  <tr class="deep-level-0">
4535
4838
 
4536
- <td class="name" id="splitPolyline"><code>splitPolyline</code></td>
4839
+ <td class="name"><code>splitPolyline</code></td>
4537
4840
 
4538
4841
 
4539
4842
  <td class="type">
4540
4843
 
4541
4844
 
4542
- <span class="param-type">Polyline</span>
4845
+ <span class="param-type">
4846
+
4847
+ Polyline
4848
+
4849
+ </span>
4543
4850
 
4544
4851
 
4545
4852
 
@@ -4628,7 +4935,11 @@ view.on({
4628
4935
  <div class='column is-5 has-text-left'>
4629
4936
  <label>类型: </label>
4630
4937
 
4631
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
4938
+ <span class="param-type">
4939
+
4940
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
4941
+
4942
+ </span>
4632
4943
 
4633
4944
 
4634
4945
 
@@ -4704,16 +5015,24 @@ view.on({
4704
5015
 
4705
5016
  <tr class="deep-level-0">
4706
5017
 
4707
- <td class="name" id="data"><code>data</code></td>
5018
+ <td class="name"><code>data</code></td>
4708
5019
 
4709
5020
 
4710
5021
  <td class="type">
4711
5022
 
4712
5023
 
4713
- <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
5024
+ <span class="param-type">
5025
+
5026
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
5027
+
5028
+ </span>
4714
5029
  |
4715
5030
 
4716
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5031
+ <span class="param-type">
5032
+
5033
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5034
+
5035
+ </span>
4717
5036
 
4718
5037
 
4719
5038
 
@@ -4732,13 +5051,17 @@ view.on({
4732
5051
 
4733
5052
  <tr class="deep-level-0">
4734
5053
 
4735
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
5054
+ <td class="name"><code>extendOptions</code></td>
4736
5055
 
4737
5056
 
4738
5057
  <td class="type">
4739
5058
 
4740
5059
 
4741
- <span class="param-type">Object</span>
5060
+ <span class="param-type">
5061
+
5062
+ Object
5063
+
5064
+ </span>
4742
5065
 
4743
5066
 
4744
5067
 
@@ -4755,13 +5078,17 @@ view.on({
4755
5078
 
4756
5079
  <tr class="deep-level-1">
4757
5080
 
4758
- <td class="name" id="vertexNumber"><code>vertexNumber</code></td>
5081
+ <td class="name"><code>vertexNumber</code></td>
4759
5082
 
4760
5083
 
4761
5084
  <td class="type">
4762
5085
 
4763
5086
 
4764
- <span class="param-type">Number</span>
5087
+ <span class="param-type">
5088
+
5089
+ Number
5090
+
5091
+ </span>
4765
5092
 
4766
5093
 
4767
5094
 
@@ -4899,13 +5226,17 @@ view.on({
4899
5226
 
4900
5227
  <tr class="deep-level-0">
4901
5228
 
4902
- <td class="name" id="CustomDrawTool"><code>CustomDrawTool</code></td>
5229
+ <td class="name"><code>CustomDrawTool</code></td>
4903
5230
 
4904
5231
 
4905
5232
  <td class="type">
4906
5233
 
4907
5234
 
4908
- <span class="param-type">Class.&lt;<a link="Class.<SketchBaseDrawTool>.html" onclick="getTypeHTML(event)" href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
5235
+ <span class="param-type">
5236
+
5237
+ Class.&lt;<a onclick="getTypeHTML(event)" link="SketchBaseDrawTool.html">SketchBaseDrawTool</a>>
5238
+
5239
+ </span>
4909
5240
 
4910
5241
 
4911
5242
 
@@ -5176,7 +5507,11 @@ view.on({
5176
5507
  <div class='column is-5 has-text-left'>
5177
5508
  <label>类型: </label>
5178
5509
 
5179
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5510
+ <span class="param-type">
5511
+
5512
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5513
+
5514
+ </span>
5180
5515
 
5181
5516
 
5182
5517
 
@@ -5248,13 +5583,17 @@ view.on({
5248
5583
 
5249
5584
  <tr class="deep-level-0">
5250
5585
 
5251
- <td class="name" id="polygons"><code>polygons</code></td>
5586
+ <td class="name"><code>polygons</code></td>
5252
5587
 
5253
5588
 
5254
5589
  <td class="type">
5255
5590
 
5256
5591
 
5257
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5592
+ <span class="param-type">
5593
+
5594
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5595
+
5596
+ </span>
5258
5597
 
5259
5598
 
5260
5599
 
@@ -5343,7 +5682,11 @@ view.on({
5343
5682
  <div class='column is-5 has-text-left'>
5344
5683
  <label>类型: </label>
5345
5684
 
5346
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5685
+ <span class="param-type">
5686
+
5687
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5688
+
5689
+ </span>
5347
5690
 
5348
5691
 
5349
5692
 
@@ -5415,13 +5758,17 @@ view.on({
5415
5758
 
5416
5759
  <tr class="deep-level-0">
5417
5760
 
5418
- <td class="name" id="point"><code>point</code></td>
5761
+ <td class="name"><code>point</code></td>
5419
5762
 
5420
5763
 
5421
5764
  <td class="type">
5422
5765
 
5423
5766
 
5424
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5767
+ <span class="param-type">
5768
+
5769
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5770
+
5771
+ </span>
5425
5772
 
5426
5773
 
5427
5774
 
@@ -5440,13 +5787,17 @@ view.on({
5440
5787
 
5441
5788
  <tr class="deep-level-0">
5442
5789
 
5443
- <td class="name" id="index"><code>index</code></td>
5790
+ <td class="name"><code>index</code></td>
5444
5791
 
5445
5792
 
5446
5793
  <td class="type">
5447
5794
 
5448
5795
 
5449
- <span class="param-type">Number</span>
5796
+ <span class="param-type">
5797
+
5798
+ Number
5799
+
5800
+ </span>
5450
5801
 
5451
5802
 
5452
5803
 
@@ -5535,7 +5886,11 @@ view.on({
5535
5886
  <div class='column is-5 has-text-left'>
5536
5887
  <label>类型: </label>
5537
5888
 
5538
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5889
+ <span class="param-type">
5890
+
5891
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5892
+
5893
+ </span>
5539
5894
 
5540
5895
 
5541
5896
 
@@ -5575,47 +5930,47 @@ view.on({
5575
5930
  <tbody>
5576
5931
 
5577
5932
  <tr class="deep-level-0">
5578
- <td class="name"><code><a href="SketchEditor.html#创建草图图形时事件">创建草图图形时事件</a></code></td>
5933
+ <td class="name"><code><a href="#创建草图图形时事件">创建草图图形时事件</a></code></td>
5579
5934
  <td class="name"><code>创建草图图形时事件</code></td>
5580
5935
  </tr>
5581
5936
 
5582
5937
  <tr class="deep-level-0">
5583
- <td class="name"><code><a href="SketchEditor.html#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5938
+ <td class="name"><code><a href="#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5584
5939
  <td class="name"><code>标绘制线或区的一个顶点完成事件(废弃)</code></td>
5585
5940
  </tr>
5586
5941
 
5587
5942
  <tr class="deep-level-0">
5588
- <td class="name"><code><a href="SketchEditor.html#移除草图图形事件">移除草图图形事件</a></code></td>
5943
+ <td class="name"><code><a href="#移除草图图形事件">移除草图图形事件</a></code></td>
5589
5944
  <td class="name"><code>移除草图图形事件</code></td>
5590
5945
  </tr>
5591
5946
 
5592
5947
  <tr class="deep-level-0">
5593
- <td class="name"><code><a href="SketchEditor.html#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5948
+ <td class="name"><code><a href="#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5594
5949
  <td class="name"><code>编辑草图图形时事件</code></td>
5595
5950
  </tr>
5596
5951
 
5597
5952
  <tr class="deep-level-0">
5598
- <td class="name"><code><a href="SketchEditor.html#草图绘制完成事件">草图绘制完成事件</a></code></td>
5953
+ <td class="name"><code><a href="#草图绘制完成事件">草图绘制完成事件</a></code></td>
5599
5954
  <td class="name"><code>草图绘制完成事件</code></td>
5600
5955
  </tr>
5601
5956
 
5602
5957
  <tr class="deep-level-0">
5603
- <td class="name"><code><a href="SketchEditor.html#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5958
+ <td class="name"><code><a href="#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5604
5959
  <td class="name"><code>草图绘制完成事件(废弃)</code></td>
5605
5960
  </tr>
5606
5961
 
5607
5962
  <tr class="deep-level-0">
5608
- <td class="name"><code><a href="SketchEditor.html#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5963
+ <td class="name"><code><a href="#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5609
5964
  <td class="name"><code>草图编辑器回退事件</code></td>
5610
5965
  </tr>
5611
5966
 
5612
5967
  <tr class="deep-level-0">
5613
- <td class="name"><code><a href="SketchEditor.html#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5968
+ <td class="name"><code><a href="#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5614
5969
  <td class="name"><code>草图编辑器撤销事件</code></td>
5615
5970
  </tr>
5616
5971
 
5617
5972
  <tr class="deep-level-0">
5618
- <td class="name"><code><a href="SketchEditor.html#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5973
+ <td class="name"><code><a href="#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5619
5974
  <td class="name"><code>草图被选中事件(废弃)</code></td>
5620
5975
  </tr>
5621
5976
 
@@ -5687,7 +6042,11 @@ view.on({
5687
6042
  <td class="type">
5688
6043
 
5689
6044
 
5690
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6048
+
6049
+ </span>
5691
6050
 
5692
6051
 
5693
6052
 
@@ -5844,7 +6203,11 @@ view.on({
5844
6203
  <td class="type">
5845
6204
 
5846
6205
 
5847
- <span class="param-type">Object</span>
6206
+ <span class="param-type">
6207
+
6208
+ Object
6209
+
6210
+ </span>
5848
6211
 
5849
6212
 
5850
6213
 
@@ -5878,7 +6241,11 @@ view.on({
5878
6241
  <td class="type">
5879
6242
 
5880
6243
 
5881
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6244
+ <span class="param-type">
6245
+
6246
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6247
+
6248
+ </span>
5882
6249
 
5883
6250
 
5884
6251
 
@@ -5916,7 +6283,11 @@ view.on({
5916
6283
  <td class="type">
5917
6284
 
5918
6285
 
5919
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6286
+ <span class="param-type">
6287
+
6288
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6289
+
6290
+ </span>
5920
6291
 
5921
6292
 
5922
6293
 
@@ -6083,7 +6454,11 @@ view.on({
6083
6454
  <td class="type">
6084
6455
 
6085
6456
 
6086
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6457
+ <span class="param-type">
6458
+
6459
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6460
+
6461
+ </span>
6087
6462
 
6088
6463
 
6089
6464
 
@@ -6236,7 +6611,11 @@ view.on({
6236
6611
  <td class="type">
6237
6612
 
6238
6613
 
6239
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6614
+ <span class="param-type">
6615
+
6616
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6617
+
6618
+ </span>
6240
6619
 
6241
6620
 
6242
6621
 
@@ -6393,7 +6772,11 @@ view.on({
6393
6772
  <td class="type">
6394
6773
 
6395
6774
 
6396
- <span class="param-type"><a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6775
+ <span class="param-type">
6776
+
6777
+ <a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a>
6778
+
6779
+ </span>
6397
6780
 
6398
6781
 
6399
6782
 
@@ -6429,7 +6812,11 @@ view.on({
6429
6812
  <td class="type">
6430
6813
 
6431
6814
 
6432
- <span class="param-type">Object</span>
6815
+ <span class="param-type">
6816
+
6817
+ Object
6818
+
6819
+ </span>
6433
6820
 
6434
6821
 
6435
6822
 
@@ -6463,7 +6850,11 @@ view.on({
6463
6850
  <td class="type">
6464
6851
 
6465
6852
 
6466
- <span class="param-type">Object</span>
6853
+ <span class="param-type">
6854
+
6855
+ Object
6856
+
6857
+ </span>
6467
6858
 
6468
6859
 
6469
6860
 
@@ -6501,7 +6892,11 @@ view.on({
6501
6892
  <td class="type">
6502
6893
 
6503
6894
 
6504
- <span class="param-type"><a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6895
+ <span class="param-type">
6896
+
6897
+ <a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a>
6898
+
6899
+ </span>
6505
6900
 
6506
6901
 
6507
6902
 
@@ -6539,7 +6934,11 @@ view.on({
6539
6934
  <td class="type">
6540
6935
 
6541
6936
 
6542
- <span class="param-type"><a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6937
+ <span class="param-type">
6938
+
6939
+ <a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a>
6940
+
6941
+ </span>
6543
6942
 
6544
6943
 
6545
6944
 
@@ -6577,7 +6976,11 @@ view.on({
6577
6976
  <td class="type">
6578
6977
 
6579
6978
 
6580
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6979
+ <span class="param-type">
6980
+
6981
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
6982
+
6983
+ </span>
6581
6984
 
6582
6985
 
6583
6986
 
@@ -6615,7 +7018,11 @@ view.on({
6615
7018
  <td class="type">
6616
7019
 
6617
7020
 
6618
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7021
+ <span class="param-type">
7022
+
7023
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7024
+
7025
+ </span>
6619
7026
 
6620
7027
 
6621
7028
 
@@ -6786,7 +7193,11 @@ view.on({
6786
7193
  <td class="type">
6787
7194
 
6788
7195
 
6789
- <span class="param-type">Object</span>
7196
+ <span class="param-type">
7197
+
7198
+ Object
7199
+
7200
+ </span>
6790
7201
 
6791
7202
 
6792
7203
 
@@ -6820,7 +7231,11 @@ view.on({
6820
7231
  <td class="type">
6821
7232
 
6822
7233
 
6823
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7234
+ <span class="param-type">
7235
+
7236
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7237
+
7238
+ </span>
6824
7239
 
6825
7240
 
6826
7241
 
@@ -6858,7 +7273,11 @@ view.on({
6858
7273
  <td class="type">
6859
7274
 
6860
7275
 
6861
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7276
+ <span class="param-type">
7277
+
7278
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7279
+
7280
+ </span>
6862
7281
 
6863
7282
 
6864
7283
 
@@ -7025,7 +7444,11 @@ view.on({
7025
7444
  <td class="type">
7026
7445
 
7027
7446
 
7028
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7447
+ <span class="param-type">
7448
+
7449
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7450
+
7451
+ </span>
7029
7452
 
7030
7453
 
7031
7454
 
@@ -7178,7 +7601,11 @@ view.on({
7178
7601
  <td class="type">
7179
7602
 
7180
7603
 
7181
- <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7604
+ <span class="param-type">
7605
+
7606
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7607
+
7608
+ </span>
7182
7609
 
7183
7610
 
7184
7611
 
@@ -7335,7 +7762,11 @@ view.on({
7335
7762
  <td class="type">
7336
7763
 
7337
7764
 
7338
- <span class="param-type">Object</span>
7765
+ <span class="param-type">
7766
+
7767
+ Object
7768
+
7769
+ </span>
7339
7770
 
7340
7771
 
7341
7772
 
@@ -7369,7 +7800,11 @@ view.on({
7369
7800
  <td class="type">
7370
7801
 
7371
7802
 
7372
- <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7803
+ <span class="param-type">
7804
+
7805
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7806
+
7807
+ </span>
7373
7808
 
7374
7809
 
7375
7810
 
@@ -7407,10 +7842,18 @@ view.on({
7407
7842
  <td class="type">
7408
7843
 
7409
7844
 
7410
- <span class="param-type">SketchEditorLeaflet</span>
7845
+ <span class="param-type">
7846
+
7847
+ SketchEditorLeaflet
7848
+
7849
+ </span>
7411
7850
  |
7412
7851
 
7413
- <span class="param-type"><a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7852
+ <span class="param-type">
7853
+
7854
+ <a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a>
7855
+
7856
+ </span>
7414
7857
 
7415
7858
 
7416
7859