@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -105,10 +106,11 @@
105
106
  <td class="type">
106
107
 
107
108
 
108
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
109
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
109
110
  |
110
111
 
111
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
112
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
113
+
112
114
 
113
115
 
114
116
 
@@ -134,7 +136,8 @@
134
136
  <td class="type">
135
137
 
136
138
 
137
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
139
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
140
+
138
141
 
139
142
 
140
143
 
@@ -160,7 +163,8 @@
160
163
  <td class="type">
161
164
 
162
165
 
163
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
166
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
167
+
164
168
 
165
169
 
166
170
 
@@ -189,6 +193,7 @@
189
193
  <span class="param-type">Object</span>
190
194
 
191
195
 
196
+
192
197
 
193
198
  </td>
194
199
 
@@ -215,6 +220,7 @@
215
220
  <span class="param-type">Object</span>
216
221
 
217
222
 
223
+
218
224
 
219
225
  </td>
220
226
 
@@ -243,6 +249,7 @@
243
249
  <span class="param-type">Object</span>
244
250
 
245
251
 
252
+
246
253
 
247
254
  </td>
248
255
 
@@ -371,7 +378,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
371
378
 
372
379
 
373
380
  <ul>
374
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
381
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
375
382
  </ul>
376
383
 
377
384
 
@@ -403,37 +410,40 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
403
410
  <tbody>
404
411
 
405
412
  <tr class="deep-level-0">
406
- <td class="name"><code><a href="SketchEditor.html#editable">editable</a></code></td>
413
+ <td class="name"><code><a href="#editable">editable</a></code></td>
407
414
  <td class="name">
408
415
  <code>
409
416
 
410
417
  <span class="param-type">Boolean</span>
411
418
 
412
419
 
420
+
413
421
  </code>
414
422
  </td>
415
423
  <td class="name"><code><p>草图是否可编辑。默认值为true,可编辑</p></code></td>
416
424
  </tr>
417
425
 
418
426
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="SketchEditor.html#isSimple">isSimple</a></code></td>
427
+ <td class="name"><code><a href="#isSimple">isSimple</a></code></td>
420
428
  <td class="name">
421
429
  <code>
422
430
 
423
431
  <span class="param-type">Boolean</span>
424
432
 
425
433
 
434
+
426
435
  </code>
427
436
  </td>
428
437
  <td class="name"><code><p>草图是否进行拓扑检查。默认值为false,不进行拓扑检查</p></code></td>
429
438
  </tr>
430
439
 
431
440
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="SketchEditor.html#layer">layer</a></code></td>
441
+ <td class="name"><code><a href="#layer">layer</a></code></td>
433
442
  <td class="name">
434
443
  <code>
435
444
 
436
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
445
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
446
+
437
447
 
438
448
 
439
449
  </code>
@@ -442,37 +452,40 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
442
452
  </tr>
443
453
 
444
454
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="SketchEditor.html#measureOption">measureOption</a></code></td>
455
+ <td class="name"><code><a href="#measureOption">measureOption</a></code></td>
446
456
  <td class="name">
447
457
  <code>
448
458
 
449
459
  <span class="param-type">Number</span>
450
460
 
451
461
 
462
+
452
463
  </code>
453
464
  </td>
454
465
  <td class="name"><code><p>草图量算配置项</p></code></td>
455
466
  </tr>
456
467
 
457
468
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="SketchEditor.html#sketchDataType">sketchDataType</a></code></td>
469
+ <td class="name"><code><a href="#sketchDataType">sketchDataType</a></code></td>
459
470
  <td class="name">
460
471
  <code>
461
472
 
462
473
  <span class="param-type">Number</span>
463
474
 
464
475
 
476
+
465
477
  </code>
466
478
  </td>
467
479
  <td class="name"><code><p>草图绘制类型</p></code></td>
468
480
  </tr>
469
481
 
470
482
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="SketchEditor.html#sketchStyle">sketchStyle</a></code></td>
483
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
472
484
  <td class="name">
473
485
  <code>
474
486
 
475
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
487
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
488
+
476
489
 
477
490
 
478
491
  </code>
@@ -481,11 +494,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
481
494
  </tr>
482
495
 
483
496
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="SketchEditor.html#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
497
+ <td class="name"><code><a href="#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
485
498
  <td class="name">
486
499
  <code>
487
500
 
488
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
501
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
502
+
489
503
 
490
504
 
491
505
  </code>
@@ -494,27 +508,29 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
494
508
  </tr>
495
509
 
496
510
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="SketchEditor.html#snapOption">snapOption</a></code></td>
511
+ <td class="name"><code><a href="#snapOption">snapOption</a></code></td>
498
512
  <td class="name">
499
513
  <code>
500
514
 
501
515
  <span class="param-type">Object</span>
502
516
 
503
517
 
518
+
504
519
  </code>
505
520
  </td>
506
521
  <td class="name"><code><p>草图捕获配置项</p></code></td>
507
522
  </tr>
508
523
 
509
524
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="SketchEditor.html#view">view</a></code></td>
525
+ <td class="name"><code><a href="#view">view</a></code></td>
511
526
  <td class="name">
512
527
  <code>
513
528
 
514
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
529
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
515
530
  |
516
531
 
517
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
532
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
533
+
518
534
 
519
535
 
520
536
  </code>
@@ -536,6 +552,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
536
552
  <span class="param-type">Boolean</span>
537
553
 
538
554
 
555
+
539
556
  </span>
540
557
 
541
558
  <h4 class="name" id="editable">
@@ -606,6 +623,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
606
623
  <span class="param-type">Boolean</span>
607
624
 
608
625
 
626
+
609
627
  </span>
610
628
 
611
629
  <h4 class="name" id="isSimple">
@@ -673,7 +691,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
673
691
  <span class="method-parameter is-pulled-right">
674
692
  <label>类型:</label>
675
693
 
676
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
694
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
695
+
677
696
 
678
697
 
679
698
  </span>
@@ -746,6 +765,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
746
765
  <span class="param-type">Number</span>
747
766
 
748
767
 
768
+
749
769
  </span>
750
770
 
751
771
  <h4 class="name" id="measureOption">
@@ -816,6 +836,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
816
836
  <span class="param-type">Number</span>
817
837
 
818
838
 
839
+
819
840
  </span>
820
841
 
821
842
  <h4 class="name" id="sketchDataType">
@@ -883,7 +904,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
883
904
  <span class="method-parameter is-pulled-right">
884
905
  <label>类型:</label>
885
906
 
886
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
907
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
908
+
887
909
 
888
910
 
889
911
  </span>
@@ -953,7 +975,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
953
975
  <span class="method-parameter is-pulled-right">
954
976
  <label>类型:</label>
955
977
 
956
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
978
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
979
+
957
980
 
958
981
 
959
982
  </span>
@@ -1026,6 +1049,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1026
1049
  <span class="param-type">Object</span>
1027
1050
 
1028
1051
 
1052
+
1029
1053
  </span>
1030
1054
 
1031
1055
  <h4 class="name" id="snapOption">
@@ -1095,10 +1119,11 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1095
1119
  <span class="method-parameter is-pulled-right">
1096
1120
  <label>类型:</label>
1097
1121
 
1098
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1122
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1099
1123
  |
1100
1124
 
1101
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1125
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1126
+
1102
1127
 
1103
1128
 
1104
1129
  </span>
@@ -1184,12 +1209,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1184
1209
  <tbody>
1185
1210
 
1186
1211
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchEditor.html#addVertex">addVertex</a></code></td>
1212
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1188
1213
  <td class="name">
1189
1214
  <code>
1190
1215
 
1191
1216
 
1192
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1217
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1218
+
1193
1219
 
1194
1220
 
1195
1221
 
@@ -1199,7 +1225,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1199
1225
  </tr>
1200
1226
 
1201
1227
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchEditor.html#canRedo">canRedo</a></code></td>
1228
+ <td class="name"><code><a href="#canRedo">canRedo</a></code></td>
1203
1229
  <td class="name">
1204
1230
  <code>
1205
1231
 
@@ -1207,6 +1233,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1207
1233
  <span class="param-type">Boolean</span>
1208
1234
 
1209
1235
 
1236
+
1210
1237
 
1211
1238
  </code>
1212
1239
  </td>
@@ -1214,7 +1241,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1214
1241
  </tr>
1215
1242
 
1216
1243
  <tr class="deep-level-0">
1217
- <td class="name"><code><a href="SketchEditor.html#canUndo">canUndo</a></code></td>
1244
+ <td class="name"><code><a href="#canUndo">canUndo</a></code></td>
1218
1245
  <td class="name">
1219
1246
  <code>
1220
1247
 
@@ -1222,6 +1249,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1222
1249
  <span class="param-type">Boolean</span>
1223
1250
 
1224
1251
 
1252
+
1225
1253
 
1226
1254
  </code>
1227
1255
  </td>
@@ -1229,7 +1257,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1229
1257
  </tr>
1230
1258
 
1231
1259
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchEditor.html#destroy">destroy</a></code></td>
1260
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
1233
1261
  <td class="name">
1234
1262
  <code>
1235
1263
 
@@ -1239,12 +1267,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1239
1267
  </tr>
1240
1268
 
1241
1269
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchEditor.html#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1270
+ <td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1243
1271
  <td class="name">
1244
1272
  <code>
1245
1273
 
1246
1274
 
1247
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1275
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1276
+
1248
1277
 
1249
1278
 
1250
1279
 
@@ -1254,12 +1283,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1254
1283
  </tr>
1255
1284
 
1256
1285
  <tr class="deep-level-0">
1257
- <td class="name"><code><a href="SketchEditor.html#getGeometry">getGeometry</a></code></td>
1286
+ <td class="name"><code><a href="#getGeometry">getGeometry</a></code></td>
1258
1287
  <td class="name">
1259
1288
  <code>
1260
1289
 
1261
1290
 
1262
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1291
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1292
+
1263
1293
 
1264
1294
 
1265
1295
 
@@ -1269,12 +1299,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1269
1299
  </tr>
1270
1300
 
1271
1301
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchEditor.html#getSketchDataType">getSketchDataType</a></code></td>
1302
+ <td class="name"><code><a href="#getSketchDataType">getSketchDataType</a></code></td>
1273
1303
  <td class="name">
1274
1304
  <code>
1275
1305
 
1276
1306
 
1277
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1307
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1308
+
1278
1309
 
1279
1310
 
1280
1311
 
@@ -1284,12 +1315,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1284
1315
  </tr>
1285
1316
 
1286
1317
  <tr class="deep-level-0">
1287
- <td class="name"><code><a href="SketchEditor.html#getSketchStyle">getSketchStyle</a></code></td>
1318
+ <td class="name"><code><a href="#getSketchStyle">getSketchStyle</a></code></td>
1288
1319
  <td class="name">
1289
1320
  <code>
1290
1321
 
1291
1322
 
1292
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1323
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1324
+
1293
1325
 
1294
1326
 
1295
1327
 
@@ -1299,12 +1331,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1299
1331
  </tr>
1300
1332
 
1301
1333
  <tr class="deep-level-0">
1302
- <td class="name"><code><a href="SketchEditor.html#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1334
+ <td class="name"><code><a href="#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1303
1335
  <td class="name">
1304
1336
  <code>
1305
1337
 
1306
1338
 
1307
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1339
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1340
+
1308
1341
 
1309
1342
 
1310
1343
 
@@ -1314,7 +1347,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1314
1347
  </tr>
1315
1348
 
1316
1349
  <tr class="deep-level-0">
1317
- <td class="name"><code><a href="SketchEditor.html#getSnapOption">getSnapOption</a></code></td>
1350
+ <td class="name"><code><a href="#getSnapOption">getSnapOption</a></code></td>
1318
1351
  <td class="name">
1319
1352
  <code>
1320
1353
 
@@ -1322,6 +1355,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1322
1355
  <span class="param-type">Object</span>
1323
1356
 
1324
1357
 
1358
+
1325
1359
 
1326
1360
  </code>
1327
1361
  </td>
@@ -1329,7 +1363,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1329
1363
  </tr>
1330
1364
 
1331
1365
  <tr class="deep-level-0">
1332
- <td class="name"><code><a href="SketchEditor.html#off">off</a></code></td>
1366
+ <td class="name"><code><a href="#off">off</a></code></td>
1333
1367
  <td class="name">
1334
1368
  <code>
1335
1369
 
@@ -1337,6 +1371,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1337
1371
  <span class="param-type">Object</span>
1338
1372
 
1339
1373
 
1374
+
1340
1375
 
1341
1376
  </code>
1342
1377
  </td>
@@ -1351,7 +1386,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1351
1386
  </tr>
1352
1387
 
1353
1388
  <tr class="deep-level-0">
1354
- <td class="name"><code><a href="SketchEditor.html#on">on</a></code></td>
1389
+ <td class="name"><code><a href="#on">on</a></code></td>
1355
1390
  <td class="name">
1356
1391
  <code>
1357
1392
 
@@ -1359,6 +1394,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1359
1394
  <span class="param-type">Object</span>
1360
1395
 
1361
1396
 
1397
+
1362
1398
 
1363
1399
  </code>
1364
1400
  </td>
@@ -1372,12 +1408,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1372
1408
  </tr>
1373
1409
 
1374
1410
  <tr class="deep-level-0">
1375
- <td class="name"><code><a href="SketchEditor.html#redo">redo</a></code></td>
1411
+ <td class="name"><code><a href="#redo">redo</a></code></td>
1376
1412
  <td class="name">
1377
1413
  <code>
1378
1414
 
1379
1415
 
1380
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1416
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1417
+
1381
1418
 
1382
1419
 
1383
1420
 
@@ -1387,7 +1424,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1387
1424
  </tr>
1388
1425
 
1389
1426
  <tr class="deep-level-0">
1390
- <td class="name"><code><a href="SketchEditor.html#remove">remove</a></code></td>
1427
+ <td class="name"><code><a href="#remove">remove</a></code></td>
1391
1428
  <td class="name">
1392
1429
  <code>
1393
1430
 
@@ -1397,12 +1434,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1397
1434
  </tr>
1398
1435
 
1399
1436
  <tr class="deep-level-0">
1400
- <td class="name"><code><a href="SketchEditor.html#removeVertex">removeVertex</a></code></td>
1437
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1401
1438
  <td class="name">
1402
1439
  <code>
1403
1440
 
1404
1441
 
1405
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1442
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1443
+
1406
1444
 
1407
1445
 
1408
1446
 
@@ -1412,7 +1450,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1412
1450
  </tr>
1413
1451
 
1414
1452
  <tr class="deep-level-0">
1415
- <td class="name"><code><a href="SketchEditor.html#setSketchStyle">setSketchStyle</a></code></td>
1453
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1416
1454
  <td class="name">
1417
1455
  <code>
1418
1456
 
@@ -1422,7 +1460,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1422
1460
  </tr>
1423
1461
 
1424
1462
  <tr class="deep-level-0">
1425
- <td class="name"><code><a href="SketchEditor.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1463
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1426
1464
  <td class="name">
1427
1465
  <code>
1428
1466
 
@@ -1432,7 +1470,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1432
1470
  </tr>
1433
1471
 
1434
1472
  <tr class="deep-level-0">
1435
- <td class="name"><code><a href="SketchEditor.html#setSnapOption">setSnapOption</a></code></td>
1473
+ <td class="name"><code><a href="#setSnapOption">setSnapOption</a></code></td>
1436
1474
  <td class="name">
1437
1475
  <code>
1438
1476
 
@@ -1442,12 +1480,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1442
1480
  </tr>
1443
1481
 
1444
1482
  <tr class="deep-level-0">
1445
- <td class="name"><code><a href="SketchEditor.html#split">split</a></code></td>
1483
+ <td class="name"><code><a href="#split">split</a></code></td>
1446
1484
  <td class="name">
1447
1485
  <code>
1448
1486
 
1449
1487
 
1450
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1488
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1489
+
1451
1490
 
1452
1491
 
1453
1492
 
@@ -1457,7 +1496,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1457
1496
  </tr>
1458
1497
 
1459
1498
  <tr class="deep-level-0">
1460
- <td class="name"><code><a href="SketchEditor.html#start">start</a></code></td>
1499
+ <td class="name"><code><a href="#start">start</a></code></td>
1461
1500
  <td class="name">
1462
1501
  <code>
1463
1502
 
@@ -1471,7 +1510,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1471
1510
  </tr>
1472
1511
 
1473
1512
  <tr class="deep-level-0">
1474
- <td class="name"><code><a href="SketchEditor.html#startCustomDrawTool">startCustomDrawTool</a></code></td>
1513
+ <td class="name"><code><a href="#startCustomDrawTool">startCustomDrawTool</a></code></td>
1475
1514
  <td class="name">
1476
1515
  <code>
1477
1516
 
@@ -1481,7 +1520,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1481
1520
  </tr>
1482
1521
 
1483
1522
  <tr class="deep-level-0">
1484
- <td class="name"><code><a href="SketchEditor.html#stop">stop</a></code></td>
1523
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1485
1524
  <td class="name">
1486
1525
  <code>
1487
1526
 
@@ -1491,12 +1530,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1491
1530
  </tr>
1492
1531
 
1493
1532
  <tr class="deep-level-0">
1494
- <td class="name"><code><a href="SketchEditor.html#undo">undo</a></code></td>
1533
+ <td class="name"><code><a href="#undo">undo</a></code></td>
1495
1534
  <td class="name">
1496
1535
  <code>
1497
1536
 
1498
1537
 
1499
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1538
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1539
+
1500
1540
 
1501
1541
 
1502
1542
 
@@ -1506,12 +1546,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1506
1546
  </tr>
1507
1547
 
1508
1548
  <tr class="deep-level-0">
1509
- <td class="name"><code><a href="SketchEditor.html#union">union</a></code></td>
1549
+ <td class="name"><code><a href="#union">union</a></code></td>
1510
1550
  <td class="name">
1511
1551
  <code>
1512
1552
 
1513
1553
 
1514
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1554
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1555
+
1515
1556
 
1516
1557
 
1517
1558
 
@@ -1521,12 +1562,13 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1521
1562
  </tr>
1522
1563
 
1523
1564
  <tr class="deep-level-0">
1524
- <td class="name"><code><a href="SketchEditor.html#updateVertex">updateVertex</a></code></td>
1565
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1525
1566
  <td class="name">
1526
1567
  <code>
1527
1568
 
1528
1569
 
1529
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1570
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1571
+
1530
1572
 
1531
1573
 
1532
1574
 
@@ -1599,7 +1641,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1599
1641
  <td class="type">
1600
1642
 
1601
1643
 
1602
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1644
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1645
+
1603
1646
 
1604
1647
 
1605
1648
 
@@ -1626,6 +1669,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1626
1669
  <span class="param-type">Number</span>
1627
1670
 
1628
1671
 
1672
+
1629
1673
 
1630
1674
  </td>
1631
1675
 
@@ -1711,7 +1755,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1711
1755
  <div class='column is-5 has-text-left'>
1712
1756
  <label>类型: </label>
1713
1757
 
1714
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1758
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1759
+
1715
1760
 
1716
1761
 
1717
1762
  </div>
@@ -1828,6 +1873,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1828
1873
  <span class="param-type">Boolean</span>
1829
1874
 
1830
1875
 
1876
+
1831
1877
  </div>
1832
1878
 
1833
1879
  </div>
@@ -1942,6 +1988,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1942
1988
  <span class="param-type">Boolean</span>
1943
1989
 
1944
1990
 
1991
+
1945
1992
  </div>
1946
1993
 
1947
1994
  </div>
@@ -2107,7 +2154,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2107
2154
  <td class="type">
2108
2155
 
2109
2156
 
2110
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2157
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2158
+
2111
2159
 
2112
2160
 
2113
2161
 
@@ -2195,7 +2243,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2195
2243
  <div class='column is-5 has-text-left'>
2196
2244
  <label>类型: </label>
2197
2245
 
2198
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2246
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2247
+
2199
2248
 
2200
2249
 
2201
2250
  </div>
@@ -2309,7 +2358,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2309
2358
  <div class='column is-5 has-text-left'>
2310
2359
  <label>类型: </label>
2311
2360
 
2312
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2361
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2362
+
2313
2363
 
2314
2364
 
2315
2365
  </div>
@@ -2423,7 +2473,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2423
2473
  <div class='column is-5 has-text-left'>
2424
2474
  <label>类型: </label>
2425
2475
 
2426
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2476
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2477
+
2427
2478
 
2428
2479
 
2429
2480
  </div>
@@ -2537,7 +2588,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2537
2588
  <div class='column is-5 has-text-left'>
2538
2589
  <label>类型: </label>
2539
2590
 
2540
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2591
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2592
+
2541
2593
 
2542
2594
 
2543
2595
  </div>
@@ -2653,7 +2705,8 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2653
2705
  <div class='column is-5 has-text-left'>
2654
2706
  <label>类型: </label>
2655
2707
 
2656
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
2708
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
2709
+
2657
2710
 
2658
2711
 
2659
2712
  </div>
@@ -2772,6 +2825,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2772
2825
  <span class="param-type">Object</span>
2773
2826
 
2774
2827
 
2828
+
2775
2829
  </div>
2776
2830
 
2777
2831
  </div>
@@ -2856,6 +2910,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2856
2910
  <span class="param-type">string</span>
2857
2911
 
2858
2912
 
2913
+
2859
2914
 
2860
2915
  </td>
2861
2916
 
@@ -2882,6 +2937,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2882
2937
  <span class="param-type">function</span>
2883
2938
 
2884
2939
 
2940
+
2885
2941
 
2886
2942
  </td>
2887
2943
 
@@ -2906,6 +2962,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2906
2962
  <span class="param-type">Object</span>
2907
2963
 
2908
2964
 
2965
+
2909
2966
 
2910
2967
  </td>
2911
2968
 
@@ -2935,7 +2992,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2935
2992
 
2936
2993
  <dt class="inherited-from">Inherited From:</dt>
2937
2994
  <dd class="inherited-from"><ul class="dummy"><li>
2938
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2995
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2939
2996
  </li></ul></dd>
2940
2997
 
2941
2998
 
@@ -2999,6 +3056,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2999
3056
  <span class="param-type">Object</span>
3000
3057
 
3001
3058
 
3059
+
3002
3060
  </div>
3003
3061
 
3004
3062
  </div>
@@ -3175,6 +3233,7 @@ view.off({
3175
3233
  <span class="param-type">Object</span>
3176
3234
 
3177
3235
 
3236
+
3178
3237
 
3179
3238
  </td>
3180
3239
 
@@ -3207,6 +3266,7 @@ view.off({
3207
3266
  <span class="param-type">function</span>
3208
3267
 
3209
3268
 
3269
+
3210
3270
 
3211
3271
  </td>
3212
3272
 
@@ -3237,6 +3297,7 @@ view.off({
3237
3297
  <span class="param-type">Object</span>
3238
3298
 
3239
3299
 
3300
+
3240
3301
 
3241
3302
  </td>
3242
3303
 
@@ -3272,7 +3333,7 @@ view.off({
3272
3333
 
3273
3334
  <dt class="inherited-from">Inherited From:</dt>
3274
3335
  <dd class="inherited-from"><ul class="dummy"><li>
3275
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3336
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3276
3337
  </li></ul></dd>
3277
3338
 
3278
3339
 
@@ -3336,6 +3397,7 @@ view.off({
3336
3397
  <span class="param-type">Object</span>
3337
3398
 
3338
3399
 
3400
+
3339
3401
  </div>
3340
3402
 
3341
3403
  </div>
@@ -3527,7 +3589,8 @@ view.on({
3527
3589
  <div class='column is-5 has-text-left'>
3528
3590
  <label>类型: </label>
3529
3591
 
3530
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3592
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3593
+
3531
3594
 
3532
3595
 
3533
3596
  </div>
@@ -3698,6 +3761,7 @@ view.on({
3698
3761
  <span class="param-type">Number</span>
3699
3762
 
3700
3763
 
3764
+
3701
3765
 
3702
3766
  </td>
3703
3767
 
@@ -3783,7 +3847,8 @@ view.on({
3783
3847
  <div class='column is-5 has-text-left'>
3784
3848
  <label>类型: </label>
3785
3849
 
3786
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3850
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3851
+
3787
3852
 
3788
3853
 
3789
3854
  </div>
@@ -3860,7 +3925,8 @@ view.on({
3860
3925
  <td class="type">
3861
3926
 
3862
3927
 
3863
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3928
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3929
+
3864
3930
 
3865
3931
 
3866
3932
 
@@ -4000,7 +4066,8 @@ view.on({
4000
4066
  <td class="type">
4001
4067
 
4002
4068
 
4003
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
4069
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
4070
+
4004
4071
 
4005
4072
 
4006
4073
 
@@ -4145,6 +4212,7 @@ view.on({
4145
4212
  <span class="param-type">Boolean</span>
4146
4213
 
4147
4214
 
4215
+
4148
4216
 
4149
4217
  </td>
4150
4218
 
@@ -4175,6 +4243,7 @@ view.on({
4175
4243
  <span class="param-type">Boolean</span>
4176
4244
 
4177
4245
 
4246
+
4178
4247
 
4179
4248
  </td>
4180
4249
 
@@ -4205,6 +4274,7 @@ view.on({
4205
4274
  <span class="param-type">Boolean</span>
4206
4275
 
4207
4276
 
4277
+
4208
4278
 
4209
4279
  </td>
4210
4280
 
@@ -4235,6 +4305,7 @@ view.on({
4235
4305
  <span class="param-type">Boolean</span>
4236
4306
 
4237
4307
 
4308
+
4238
4309
 
4239
4310
  </td>
4240
4311
 
@@ -4265,6 +4336,7 @@ view.on({
4265
4336
  <span class="param-type">Boolean</span>
4266
4337
 
4267
4338
 
4339
+
4268
4340
 
4269
4341
  </td>
4270
4342
 
@@ -4295,6 +4367,7 @@ view.on({
4295
4367
  <span class="param-type">Number</span>
4296
4368
 
4297
4369
 
4370
+
4298
4371
 
4299
4372
  </td>
4300
4373
 
@@ -4438,10 +4511,11 @@ view.on({
4438
4511
  <td class="type">
4439
4512
 
4440
4513
 
4441
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4514
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4442
4515
  |
4443
4516
 
4444
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4517
+ <span class="param-type"><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4518
+
4445
4519
 
4446
4520
 
4447
4521
 
@@ -4468,6 +4542,7 @@ view.on({
4468
4542
  <span class="param-type">Polyline</span>
4469
4543
 
4470
4544
 
4545
+
4471
4546
 
4472
4547
  </td>
4473
4548
 
@@ -4553,7 +4628,8 @@ view.on({
4553
4628
  <div class='column is-5 has-text-left'>
4554
4629
  <label>类型: </label>
4555
4630
 
4556
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
4631
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
4632
+
4557
4633
 
4558
4634
 
4559
4635
  </div>
@@ -4634,10 +4710,11 @@ view.on({
4634
4710
  <td class="type">
4635
4711
 
4636
4712
 
4637
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4713
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4638
4714
  |
4639
4715
 
4640
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4716
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4717
+
4641
4718
 
4642
4719
 
4643
4720
 
@@ -4664,6 +4741,7 @@ view.on({
4664
4741
  <span class="param-type">Object</span>
4665
4742
 
4666
4743
 
4744
+
4667
4745
 
4668
4746
  </td>
4669
4747
 
@@ -4686,6 +4764,7 @@ view.on({
4686
4764
  <span class="param-type">Number</span>
4687
4765
 
4688
4766
 
4767
+
4689
4768
 
4690
4769
  </td>
4691
4770
 
@@ -4826,7 +4905,8 @@ view.on({
4826
4905
  <td class="type">
4827
4906
 
4828
4907
 
4829
- <span class="param-type">Class.&lt;<a href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
4908
+ <span class="param-type">Class.&lt;<a link="Class.<SketchBaseDrawTool>.html" onclick="getTypeHTML(event)" href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
4909
+
4830
4910
 
4831
4911
 
4832
4912
 
@@ -5096,7 +5176,8 @@ view.on({
5096
5176
  <div class='column is-5 has-text-left'>
5097
5177
  <label>类型: </label>
5098
5178
 
5099
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5179
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5180
+
5100
5181
 
5101
5182
 
5102
5183
  </div>
@@ -5173,7 +5254,8 @@ view.on({
5173
5254
  <td class="type">
5174
5255
 
5175
5256
 
5176
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5257
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5258
+
5177
5259
 
5178
5260
 
5179
5261
 
@@ -5261,7 +5343,8 @@ view.on({
5261
5343
  <div class='column is-5 has-text-left'>
5262
5344
  <label>类型: </label>
5263
5345
 
5264
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5346
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5347
+
5265
5348
 
5266
5349
 
5267
5350
  </div>
@@ -5338,7 +5421,8 @@ view.on({
5338
5421
  <td class="type">
5339
5422
 
5340
5423
 
5341
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5424
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5425
+
5342
5426
 
5343
5427
 
5344
5428
 
@@ -5365,6 +5449,7 @@ view.on({
5365
5449
  <span class="param-type">Number</span>
5366
5450
 
5367
5451
 
5452
+
5368
5453
 
5369
5454
  </td>
5370
5455
 
@@ -5450,7 +5535,8 @@ view.on({
5450
5535
  <div class='column is-5 has-text-left'>
5451
5536
  <label>类型: </label>
5452
5537
 
5453
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5538
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5539
+
5454
5540
 
5455
5541
 
5456
5542
  </div>
@@ -5601,7 +5687,8 @@ view.on({
5601
5687
  <td class="type">
5602
5688
 
5603
5689
 
5604
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
5690
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
5691
+
5605
5692
 
5606
5693
 
5607
5694
 
@@ -5760,6 +5847,7 @@ view.on({
5760
5847
  <span class="param-type">Object</span>
5761
5848
 
5762
5849
 
5850
+
5763
5851
 
5764
5852
  </td>
5765
5853
 
@@ -5790,7 +5878,8 @@ view.on({
5790
5878
  <td class="type">
5791
5879
 
5792
5880
 
5793
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5881
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5882
+
5794
5883
 
5795
5884
 
5796
5885
 
@@ -5827,7 +5916,8 @@ view.on({
5827
5916
  <td class="type">
5828
5917
 
5829
5918
 
5830
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5919
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5920
+
5831
5921
 
5832
5922
 
5833
5923
 
@@ -5993,7 +6083,8 @@ view.on({
5993
6083
  <td class="type">
5994
6084
 
5995
6085
 
5996
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6086
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6087
+
5997
6088
 
5998
6089
 
5999
6090
 
@@ -6145,7 +6236,8 @@ view.on({
6145
6236
  <td class="type">
6146
6237
 
6147
6238
 
6148
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6239
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6240
+
6149
6241
 
6150
6242
 
6151
6243
 
@@ -6301,7 +6393,8 @@ view.on({
6301
6393
  <td class="type">
6302
6394
 
6303
6395
 
6304
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6396
+ <span class="param-type"><a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6397
+
6305
6398
 
6306
6399
 
6307
6400
 
@@ -6339,6 +6432,7 @@ view.on({
6339
6432
  <span class="param-type">Object</span>
6340
6433
 
6341
6434
 
6435
+
6342
6436
 
6343
6437
  </td>
6344
6438
 
@@ -6372,6 +6466,7 @@ view.on({
6372
6466
  <span class="param-type">Object</span>
6373
6467
 
6374
6468
 
6469
+
6375
6470
 
6376
6471
  </td>
6377
6472
 
@@ -6406,7 +6501,8 @@ view.on({
6406
6501
  <td class="type">
6407
6502
 
6408
6503
 
6409
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6504
+ <span class="param-type"><a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6505
+
6410
6506
 
6411
6507
 
6412
6508
 
@@ -6443,7 +6539,8 @@ view.on({
6443
6539
  <td class="type">
6444
6540
 
6445
6541
 
6446
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6542
+ <span class="param-type"><a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6543
+
6447
6544
 
6448
6545
 
6449
6546
 
@@ -6480,7 +6577,8 @@ view.on({
6480
6577
  <td class="type">
6481
6578
 
6482
6579
 
6483
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6580
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6581
+
6484
6582
 
6485
6583
 
6486
6584
 
@@ -6517,7 +6615,8 @@ view.on({
6517
6615
  <td class="type">
6518
6616
 
6519
6617
 
6520
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6618
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6619
+
6521
6620
 
6522
6621
 
6523
6622
 
@@ -6690,6 +6789,7 @@ view.on({
6690
6789
  <span class="param-type">Object</span>
6691
6790
 
6692
6791
 
6792
+
6693
6793
 
6694
6794
  </td>
6695
6795
 
@@ -6720,7 +6820,8 @@ view.on({
6720
6820
  <td class="type">
6721
6821
 
6722
6822
 
6723
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6823
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6824
+
6724
6825
 
6725
6826
 
6726
6827
 
@@ -6757,7 +6858,8 @@ view.on({
6757
6858
  <td class="type">
6758
6859
 
6759
6860
 
6760
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6861
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6862
+
6761
6863
 
6762
6864
 
6763
6865
 
@@ -6923,7 +7025,8 @@ view.on({
6923
7025
  <td class="type">
6924
7026
 
6925
7027
 
6926
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7028
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7029
+
6927
7030
 
6928
7031
 
6929
7032
 
@@ -7075,7 +7178,8 @@ view.on({
7075
7178
  <td class="type">
7076
7179
 
7077
7180
 
7078
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7181
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7182
+
7079
7183
 
7080
7184
 
7081
7185
 
@@ -7234,6 +7338,7 @@ view.on({
7234
7338
  <span class="param-type">Object</span>
7235
7339
 
7236
7340
 
7341
+
7237
7342
 
7238
7343
  </td>
7239
7344
 
@@ -7264,7 +7369,8 @@ view.on({
7264
7369
  <td class="type">
7265
7370
 
7266
7371
 
7267
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7372
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7373
+
7268
7374
 
7269
7375
 
7270
7376
 
@@ -7304,7 +7410,8 @@ view.on({
7304
7410
  <span class="param-type">SketchEditorLeaflet</span>
7305
7411
  |
7306
7412
 
7307
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7413
+ <span class="param-type"><a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7414
+
7308
7415
 
7309
7416
 
7310
7417