@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
@@ -76,6 +76,7 @@
76
76
  <span class="param-type">Object</span>
77
77
 
78
78
 
79
+
79
80
 
80
81
  </td>
81
82
 
@@ -95,10 +96,11 @@
95
96
  <td class="type">
96
97
 
97
98
 
98
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
99
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
99
100
  |
100
101
 
101
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
102
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
103
+
102
104
 
103
105
 
104
106
 
@@ -195,7 +197,7 @@
195
197
 
196
198
 
197
199
  <ul>
198
- <li><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></li>
200
+ <li><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></li>
199
201
  </ul>
200
202
 
201
203
 
@@ -227,37 +229,40 @@
227
229
  <tbody>
228
230
 
229
231
  <tr class="deep-level-0">
230
- <td class="name"><code><a href="SketchEditorCesium.html#editable">editable</a></code></td>
232
+ <td class="name"><code><a href="#editable">editable</a></code></td>
231
233
  <td class="name">
232
234
  <code>
233
235
 
234
236
  <span class="param-type">Boolean</span>
235
237
 
236
238
 
239
+
237
240
  </code>
238
241
  </td>
239
242
  <td class="name"><code><p>草图是否可编辑。默认值为true,可编辑</p></code></td>
240
243
  </tr>
241
244
 
242
245
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="SketchEditorCesium.html#isSimple">isSimple</a></code></td>
246
+ <td class="name"><code><a href="#isSimple">isSimple</a></code></td>
244
247
  <td class="name">
245
248
  <code>
246
249
 
247
250
  <span class="param-type">Boolean</span>
248
251
 
249
252
 
253
+
250
254
  </code>
251
255
  </td>
252
256
  <td class="name"><code><p>草图是否进行拓扑检查。默认值为false,不进行拓扑检查</p></code></td>
253
257
  </tr>
254
258
 
255
259
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="SketchEditorCesium.html#layer">layer</a></code></td>
260
+ <td class="name"><code><a href="#layer">layer</a></code></td>
257
261
  <td class="name">
258
262
  <code>
259
263
 
260
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
264
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
265
+
261
266
 
262
267
 
263
268
  </code>
@@ -266,37 +271,40 @@
266
271
  </tr>
267
272
 
268
273
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="SketchEditorCesium.html#measureOption">measureOption</a></code></td>
274
+ <td class="name"><code><a href="#measureOption">measureOption</a></code></td>
270
275
  <td class="name">
271
276
  <code>
272
277
 
273
278
  <span class="param-type">Number</span>
274
279
 
275
280
 
281
+
276
282
  </code>
277
283
  </td>
278
284
  <td class="name"><code><p>草图量算配置项</p></code></td>
279
285
  </tr>
280
286
 
281
287
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="SketchEditorCesium.html#sketchDataType">sketchDataType</a></code></td>
288
+ <td class="name"><code><a href="#sketchDataType">sketchDataType</a></code></td>
283
289
  <td class="name">
284
290
  <code>
285
291
 
286
292
  <span class="param-type">Number</span>
287
293
 
288
294
 
295
+
289
296
  </code>
290
297
  </td>
291
298
  <td class="name"><code><p>草图绘制类型</p></code></td>
292
299
  </tr>
293
300
 
294
301
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="SketchEditorCesium.html#sketchStyle">sketchStyle</a></code></td>
302
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
296
303
  <td class="name">
297
304
  <code>
298
305
 
299
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
306
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
307
+
300
308
 
301
309
 
302
310
  </code>
@@ -305,11 +313,12 @@
305
313
  </tr>
306
314
 
307
315
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="SketchEditorCesium.html#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
316
+ <td class="name"><code><a href="#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
309
317
  <td class="name">
310
318
  <code>
311
319
 
312
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
320
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
321
+
313
322
 
314
323
 
315
324
  </code>
@@ -318,27 +327,29 @@
318
327
  </tr>
319
328
 
320
329
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="SketchEditorCesium.html#snapOption">snapOption</a></code></td>
330
+ <td class="name"><code><a href="#snapOption">snapOption</a></code></td>
322
331
  <td class="name">
323
332
  <code>
324
333
 
325
334
  <span class="param-type">Object</span>
326
335
 
327
336
 
337
+
328
338
  </code>
329
339
  </td>
330
340
  <td class="name"><code><p>草图捕获配置项</p></code></td>
331
341
  </tr>
332
342
 
333
343
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="SketchEditorCesium.html#view">view</a></code></td>
344
+ <td class="name"><code><a href="#view">view</a></code></td>
335
345
  <td class="name">
336
346
  <code>
337
347
 
338
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
348
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
339
349
  |
340
350
 
341
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
351
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
352
+
342
353
 
343
354
 
344
355
  </code>
@@ -360,6 +371,7 @@
360
371
  <span class="param-type">Boolean</span>
361
372
 
362
373
 
374
+
363
375
  </span>
364
376
 
365
377
  <h4 class="name" id="editable">
@@ -391,7 +403,7 @@
391
403
 
392
404
  <dt class="inherited-from">Inherited From:</dt>
393
405
  <dd class="inherited-from"><ul class="dummy"><li>
394
- <a class="mapgis-link-name" title="SketchEditor#editable" SketchEditor.html#editable>SketchEditor#editable</a>
406
+ <a goto="editable" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#editable" SketchEditor.html#editable>SketchEditor#editable</a>
395
407
  </li></ul></dd>
396
408
 
397
409
 
@@ -435,6 +447,7 @@
435
447
  <span class="param-type">Boolean</span>
436
448
 
437
449
 
450
+
438
451
  </span>
439
452
 
440
453
  <h4 class="name" id="isSimple">
@@ -466,7 +479,7 @@
466
479
 
467
480
  <dt class="inherited-from">Inherited From:</dt>
468
481
  <dd class="inherited-from"><ul class="dummy"><li>
469
- <a class="mapgis-link-name" title="SketchEditor#isSimple" SketchEditor.html#isSimple>SketchEditor#isSimple</a>
482
+ <a goto="isSimple" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#isSimple" SketchEditor.html#isSimple>SketchEditor#isSimple</a>
470
483
  </li></ul></dd>
471
484
 
472
485
 
@@ -507,7 +520,8 @@
507
520
  <span class="method-parameter is-pulled-right">
508
521
  <label>类型:</label>
509
522
 
510
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
523
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
524
+
511
525
 
512
526
 
513
527
  </span>
@@ -541,7 +555,7 @@
541
555
 
542
556
  <dt class="inherited-from">Inherited From:</dt>
543
557
  <dd class="inherited-from"><ul class="dummy"><li>
544
- <a class="mapgis-link-name" title="SketchEditor#layer" SketchEditor.html#layer>SketchEditor#layer</a>
558
+ <a goto="layer" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#layer" SketchEditor.html#layer>SketchEditor#layer</a>
545
559
  </li></ul></dd>
546
560
 
547
561
 
@@ -585,6 +599,7 @@
585
599
  <span class="param-type">Number</span>
586
600
 
587
601
 
602
+
588
603
  </span>
589
604
 
590
605
  <h4 class="name" id="measureOption">
@@ -616,7 +631,7 @@
616
631
 
617
632
  <dt class="inherited-from">Inherited From:</dt>
618
633
  <dd class="inherited-from"><ul class="dummy"><li>
619
- <a class="mapgis-link-name" title="SketchEditor#measureOption" SketchEditor.html#measureOption>SketchEditor#measureOption</a>
634
+ <a goto="measureOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#measureOption" SketchEditor.html#measureOption>SketchEditor#measureOption</a>
620
635
  </li></ul></dd>
621
636
 
622
637
 
@@ -660,6 +675,7 @@
660
675
  <span class="param-type">Number</span>
661
676
 
662
677
 
678
+
663
679
  </span>
664
680
 
665
681
  <h4 class="name" id="sketchDataType">
@@ -691,7 +707,7 @@
691
707
 
692
708
  <dt class="inherited-from">Inherited From:</dt>
693
709
  <dd class="inherited-from"><ul class="dummy"><li>
694
- <a class="mapgis-link-name" title="SketchEditor#sketchDataType" SketchEditor.html#sketchDataType>SketchEditor#sketchDataType</a>
710
+ <a goto="sketchDataType" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#sketchDataType" SketchEditor.html#sketchDataType>SketchEditor#sketchDataType</a>
695
711
  </li></ul></dd>
696
712
 
697
713
 
@@ -732,7 +748,8 @@
732
748
  <span class="method-parameter is-pulled-right">
733
749
  <label>类型:</label>
734
750
 
735
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
751
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
752
+
736
753
 
737
754
 
738
755
  </span>
@@ -766,7 +783,7 @@
766
783
 
767
784
  <dt class="inherited-from">Inherited From:</dt>
768
785
  <dd class="inherited-from"><ul class="dummy"><li>
769
- <a class="mapgis-link-name" title="SketchEditor#sketchStyle" SketchEditor.html#sketchStyle>SketchEditor#sketchStyle</a>
786
+ <a goto="sketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#sketchStyle" SketchEditor.html#sketchStyle>SketchEditor#sketchStyle</a>
770
787
  </li></ul></dd>
771
788
 
772
789
 
@@ -807,7 +824,8 @@
807
824
  <span class="method-parameter is-pulled-right">
808
825
  <label>类型:</label>
809
826
 
810
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
827
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
828
+
811
829
 
812
830
 
813
831
  </span>
@@ -841,7 +859,7 @@
841
859
 
842
860
  <dt class="inherited-from">Inherited From:</dt>
843
861
  <dd class="inherited-from"><ul class="dummy"><li>
844
- <a class="mapgis-link-name" title="SketchEditor#snapAndReferGeometries" SketchEditor.html#snapAndReferGeometries>SketchEditor#snapAndReferGeometries</a>
862
+ <a goto="snapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#snapAndReferGeometries" SketchEditor.html#snapAndReferGeometries>SketchEditor#snapAndReferGeometries</a>
845
863
  </li></ul></dd>
846
864
 
847
865
 
@@ -885,6 +903,7 @@
885
903
  <span class="param-type">Object</span>
886
904
 
887
905
 
906
+
888
907
  </span>
889
908
 
890
909
  <h4 class="name" id="snapOption">
@@ -918,7 +937,7 @@
918
937
 
919
938
  <dt class="inherited-from">Inherited From:</dt>
920
939
  <dd class="inherited-from"><ul class="dummy"><li>
921
- <a class="mapgis-link-name" title="SketchEditor#snapOption" SketchEditor.html#snapOption>SketchEditor#snapOption</a>
940
+ <a goto="snapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#snapOption" SketchEditor.html#snapOption>SketchEditor#snapOption</a>
922
941
  </li></ul></dd>
923
942
 
924
943
 
@@ -959,10 +978,11 @@
959
978
  <span class="method-parameter is-pulled-right">
960
979
  <label>类型:</label>
961
980
 
962
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
981
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
963
982
  |
964
983
 
965
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
984
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
985
+
966
986
 
967
987
 
968
988
  </span>
@@ -996,7 +1016,7 @@
996
1016
 
997
1017
  <dt class="inherited-from">Inherited From:</dt>
998
1018
  <dd class="inherited-from"><ul class="dummy"><li>
999
- <a class="mapgis-link-name" title="SketchEditor#view" SketchEditor.html#view>SketchEditor#view</a>
1019
+ <a goto="view" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#view" SketchEditor.html#view>SketchEditor#view</a>
1000
1020
  </li></ul></dd>
1001
1021
 
1002
1022
 
@@ -1053,12 +1073,13 @@
1053
1073
  <tbody>
1054
1074
 
1055
1075
  <tr class="deep-level-0">
1056
- <td class="name"><code><a href="SketchEditorCesium.html#addVertex">addVertex</a></code></td>
1076
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1057
1077
  <td class="name">
1058
1078
  <code>
1059
1079
 
1060
1080
 
1061
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1081
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1082
+
1062
1083
 
1063
1084
 
1064
1085
 
@@ -1068,7 +1089,7 @@
1068
1089
  </tr>
1069
1090
 
1070
1091
  <tr class="deep-level-0">
1071
- <td class="name"><code><a href="SketchEditorCesium.html#canRedo">canRedo</a></code></td>
1092
+ <td class="name"><code><a href="#canRedo">canRedo</a></code></td>
1072
1093
  <td class="name">
1073
1094
  <code>
1074
1095
 
@@ -1076,6 +1097,7 @@
1076
1097
  <span class="param-type">Boolean</span>
1077
1098
 
1078
1099
 
1100
+
1079
1101
 
1080
1102
  </code>
1081
1103
  </td>
@@ -1083,7 +1105,7 @@
1083
1105
  </tr>
1084
1106
 
1085
1107
  <tr class="deep-level-0">
1086
- <td class="name"><code><a href="SketchEditorCesium.html#canUndo">canUndo</a></code></td>
1108
+ <td class="name"><code><a href="#canUndo">canUndo</a></code></td>
1087
1109
  <td class="name">
1088
1110
  <code>
1089
1111
 
@@ -1091,6 +1113,7 @@
1091
1113
  <span class="param-type">Boolean</span>
1092
1114
 
1093
1115
 
1116
+
1094
1117
 
1095
1118
  </code>
1096
1119
  </td>
@@ -1098,7 +1121,7 @@
1098
1121
  </tr>
1099
1122
 
1100
1123
  <tr class="deep-level-0">
1101
- <td class="name"><code><a href="SketchEditorCesium.html#destroy">destroy</a></code></td>
1124
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
1102
1125
  <td class="name">
1103
1126
  <code>
1104
1127
 
@@ -1108,12 +1131,13 @@
1108
1131
  </tr>
1109
1132
 
1110
1133
  <tr class="deep-level-0">
1111
- <td class="name"><code><a href="SketchEditorCesium.html#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1134
+ <td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1112
1135
  <td class="name">
1113
1136
  <code>
1114
1137
 
1115
1138
 
1116
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1139
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1140
+
1117
1141
 
1118
1142
 
1119
1143
 
@@ -1123,12 +1147,13 @@
1123
1147
  </tr>
1124
1148
 
1125
1149
  <tr class="deep-level-0">
1126
- <td class="name"><code><a href="SketchEditorCesium.html#getGeometry">getGeometry</a></code></td>
1150
+ <td class="name"><code><a href="#getGeometry">getGeometry</a></code></td>
1127
1151
  <td class="name">
1128
1152
  <code>
1129
1153
 
1130
1154
 
1131
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1155
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1156
+
1132
1157
 
1133
1158
 
1134
1159
 
@@ -1138,12 +1163,13 @@
1138
1163
  </tr>
1139
1164
 
1140
1165
  <tr class="deep-level-0">
1141
- <td class="name"><code><a href="SketchEditorCesium.html#getSketchDataType">getSketchDataType</a></code></td>
1166
+ <td class="name"><code><a href="#getSketchDataType">getSketchDataType</a></code></td>
1142
1167
  <td class="name">
1143
1168
  <code>
1144
1169
 
1145
1170
 
1146
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1171
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1172
+
1147
1173
 
1148
1174
 
1149
1175
 
@@ -1153,12 +1179,13 @@
1153
1179
  </tr>
1154
1180
 
1155
1181
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="SketchEditorCesium.html#getSketchStyle">getSketchStyle</a></code></td>
1182
+ <td class="name"><code><a href="#getSketchStyle">getSketchStyle</a></code></td>
1157
1183
  <td class="name">
1158
1184
  <code>
1159
1185
 
1160
1186
 
1161
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1187
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1188
+
1162
1189
 
1163
1190
 
1164
1191
 
@@ -1168,12 +1195,13 @@
1168
1195
  </tr>
1169
1196
 
1170
1197
  <tr class="deep-level-0">
1171
- <td class="name"><code><a href="SketchEditorCesium.html#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1198
+ <td class="name"><code><a href="#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1172
1199
  <td class="name">
1173
1200
  <code>
1174
1201
 
1175
1202
 
1176
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1203
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1204
+
1177
1205
 
1178
1206
 
1179
1207
 
@@ -1183,7 +1211,7 @@
1183
1211
  </tr>
1184
1212
 
1185
1213
  <tr class="deep-level-0">
1186
- <td class="name"><code><a href="SketchEditorCesium.html#getSnapOption">getSnapOption</a></code></td>
1214
+ <td class="name"><code><a href="#getSnapOption">getSnapOption</a></code></td>
1187
1215
  <td class="name">
1188
1216
  <code>
1189
1217
 
@@ -1191,6 +1219,7 @@
1191
1219
  <span class="param-type">Object</span>
1192
1220
 
1193
1221
 
1222
+
1194
1223
 
1195
1224
  </code>
1196
1225
  </td>
@@ -1198,7 +1227,7 @@
1198
1227
  </tr>
1199
1228
 
1200
1229
  <tr class="deep-level-0">
1201
- <td class="name"><code><a href="SketchEditorCesium.html#off">off</a></code></td>
1230
+ <td class="name"><code><a href="#off">off</a></code></td>
1202
1231
  <td class="name">
1203
1232
  <code>
1204
1233
 
@@ -1206,6 +1235,7 @@
1206
1235
  <span class="param-type">Object</span>
1207
1236
 
1208
1237
 
1238
+
1209
1239
 
1210
1240
  </code>
1211
1241
  </td>
@@ -1220,7 +1250,7 @@
1220
1250
  </tr>
1221
1251
 
1222
1252
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="SketchEditorCesium.html#on">on</a></code></td>
1253
+ <td class="name"><code><a href="#on">on</a></code></td>
1224
1254
  <td class="name">
1225
1255
  <code>
1226
1256
 
@@ -1228,6 +1258,7 @@
1228
1258
  <span class="param-type">Object</span>
1229
1259
 
1230
1260
 
1261
+
1231
1262
 
1232
1263
  </code>
1233
1264
  </td>
@@ -1241,12 +1272,13 @@
1241
1272
  </tr>
1242
1273
 
1243
1274
  <tr class="deep-level-0">
1244
- <td class="name"><code><a href="SketchEditorCesium.html#redo">redo</a></code></td>
1275
+ <td class="name"><code><a href="#redo">redo</a></code></td>
1245
1276
  <td class="name">
1246
1277
  <code>
1247
1278
 
1248
1279
 
1249
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1280
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1281
+
1250
1282
 
1251
1283
 
1252
1284
 
@@ -1256,7 +1288,7 @@
1256
1288
  </tr>
1257
1289
 
1258
1290
  <tr class="deep-level-0">
1259
- <td class="name"><code><a href="SketchEditorCesium.html#remove">remove</a></code></td>
1291
+ <td class="name"><code><a href="#remove">remove</a></code></td>
1260
1292
  <td class="name">
1261
1293
  <code>
1262
1294
 
@@ -1266,12 +1298,13 @@
1266
1298
  </tr>
1267
1299
 
1268
1300
  <tr class="deep-level-0">
1269
- <td class="name"><code><a href="SketchEditorCesium.html#removeVertex">removeVertex</a></code></td>
1301
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1270
1302
  <td class="name">
1271
1303
  <code>
1272
1304
 
1273
1305
 
1274
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1306
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1307
+
1275
1308
 
1276
1309
 
1277
1310
 
@@ -1281,7 +1314,7 @@
1281
1314
  </tr>
1282
1315
 
1283
1316
  <tr class="deep-level-0">
1284
- <td class="name"><code><a href="SketchEditorCesium.html#setSketchStyle">setSketchStyle</a></code></td>
1317
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1285
1318
  <td class="name">
1286
1319
  <code>
1287
1320
 
@@ -1291,7 +1324,7 @@
1291
1324
  </tr>
1292
1325
 
1293
1326
  <tr class="deep-level-0">
1294
- <td class="name"><code><a href="SketchEditorCesium.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1327
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1295
1328
  <td class="name">
1296
1329
  <code>
1297
1330
 
@@ -1301,7 +1334,7 @@
1301
1334
  </tr>
1302
1335
 
1303
1336
  <tr class="deep-level-0">
1304
- <td class="name"><code><a href="SketchEditorCesium.html#setSnapOption">setSnapOption</a></code></td>
1337
+ <td class="name"><code><a href="#setSnapOption">setSnapOption</a></code></td>
1305
1338
  <td class="name">
1306
1339
  <code>
1307
1340
 
@@ -1311,12 +1344,13 @@
1311
1344
  </tr>
1312
1345
 
1313
1346
  <tr class="deep-level-0">
1314
- <td class="name"><code><a href="SketchEditorCesium.html#split">split</a></code></td>
1347
+ <td class="name"><code><a href="#split">split</a></code></td>
1315
1348
  <td class="name">
1316
1349
  <code>
1317
1350
 
1318
1351
 
1319
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1352
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1353
+
1320
1354
 
1321
1355
 
1322
1356
 
@@ -1326,7 +1360,7 @@
1326
1360
  </tr>
1327
1361
 
1328
1362
  <tr class="deep-level-0">
1329
- <td class="name"><code><a href="SketchEditorCesium.html#start">start</a></code></td>
1363
+ <td class="name"><code><a href="#start">start</a></code></td>
1330
1364
  <td class="name">
1331
1365
  <code>
1332
1366
 
@@ -1340,7 +1374,7 @@
1340
1374
  </tr>
1341
1375
 
1342
1376
  <tr class="deep-level-0">
1343
- <td class="name"><code><a href="SketchEditorCesium.html#startCustomDrawTool">startCustomDrawTool</a></code></td>
1377
+ <td class="name"><code><a href="#startCustomDrawTool">startCustomDrawTool</a></code></td>
1344
1378
  <td class="name">
1345
1379
  <code>
1346
1380
 
@@ -1350,7 +1384,7 @@
1350
1384
  </tr>
1351
1385
 
1352
1386
  <tr class="deep-level-0">
1353
- <td class="name"><code><a href="SketchEditorCesium.html#stop">stop</a></code></td>
1387
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1354
1388
  <td class="name">
1355
1389
  <code>
1356
1390
 
@@ -1360,12 +1394,13 @@
1360
1394
  </tr>
1361
1395
 
1362
1396
  <tr class="deep-level-0">
1363
- <td class="name"><code><a href="SketchEditorCesium.html#undo">undo</a></code></td>
1397
+ <td class="name"><code><a href="#undo">undo</a></code></td>
1364
1398
  <td class="name">
1365
1399
  <code>
1366
1400
 
1367
1401
 
1368
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1402
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1403
+
1369
1404
 
1370
1405
 
1371
1406
 
@@ -1375,12 +1410,13 @@
1375
1410
  </tr>
1376
1411
 
1377
1412
  <tr class="deep-level-0">
1378
- <td class="name"><code><a href="SketchEditorCesium.html#union">union</a></code></td>
1413
+ <td class="name"><code><a href="#union">union</a></code></td>
1379
1414
  <td class="name">
1380
1415
  <code>
1381
1416
 
1382
1417
 
1383
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1418
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1419
+
1384
1420
 
1385
1421
 
1386
1422
 
@@ -1390,12 +1426,13 @@
1390
1426
  </tr>
1391
1427
 
1392
1428
  <tr class="deep-level-0">
1393
- <td class="name"><code><a href="SketchEditorCesium.html#updateVertex">updateVertex</a></code></td>
1429
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1394
1430
  <td class="name">
1395
1431
  <code>
1396
1432
 
1397
1433
 
1398
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1434
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1435
+
1399
1436
 
1400
1437
 
1401
1438
 
@@ -1468,7 +1505,8 @@
1468
1505
  <td class="type">
1469
1506
 
1470
1507
 
1471
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1508
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1509
+
1472
1510
 
1473
1511
 
1474
1512
 
@@ -1495,6 +1533,7 @@
1495
1533
  <span class="param-type">Number</span>
1496
1534
 
1497
1535
 
1536
+
1498
1537
 
1499
1538
  </td>
1500
1539
 
@@ -1524,7 +1563,7 @@
1524
1563
 
1525
1564
  <dt class="inherited-from">Inherited From:</dt>
1526
1565
  <dd class="inherited-from"><ul class="dummy"><li>
1527
- <a class="mapgis-link-name" title="SketchEditor#addVertex" SketchEditor.html#addVertex>SketchEditor#addVertex</a>
1566
+ <a goto="addVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#addVertex" SketchEditor.html#addVertex>SketchEditor#addVertex</a>
1528
1567
  </li></ul></dd>
1529
1568
 
1530
1569
 
@@ -1585,7 +1624,8 @@
1585
1624
  <div class='column is-5 has-text-left'>
1586
1625
  <label>类型: </label>
1587
1626
 
1588
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1627
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1628
+
1589
1629
 
1590
1630
 
1591
1631
  </div>
@@ -1645,7 +1685,7 @@
1645
1685
 
1646
1686
  <dt class="inherited-from">Inherited From:</dt>
1647
1687
  <dd class="inherited-from"><ul class="dummy"><li>
1648
- <a class="mapgis-link-name" title="SketchEditor#canRedo" SketchEditor.html#canRedo>SketchEditor#canRedo</a>
1688
+ <a goto="canRedo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#canRedo" SketchEditor.html#canRedo>SketchEditor#canRedo</a>
1649
1689
  </li></ul></dd>
1650
1690
 
1651
1691
 
@@ -1707,6 +1747,7 @@
1707
1747
  <span class="param-type">Boolean</span>
1708
1748
 
1709
1749
 
1750
+
1710
1751
  </div>
1711
1752
 
1712
1753
  </div>
@@ -1764,7 +1805,7 @@
1764
1805
 
1765
1806
  <dt class="inherited-from">Inherited From:</dt>
1766
1807
  <dd class="inherited-from"><ul class="dummy"><li>
1767
- <a class="mapgis-link-name" title="SketchEditor#canUndo" SketchEditor.html#canUndo>SketchEditor#canUndo</a>
1808
+ <a goto="canUndo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#canUndo" SketchEditor.html#canUndo>SketchEditor#canUndo</a>
1768
1809
  </li></ul></dd>
1769
1810
 
1770
1811
 
@@ -1826,6 +1867,7 @@
1826
1867
  <span class="param-type">Boolean</span>
1827
1868
 
1828
1869
 
1870
+
1829
1871
  </div>
1830
1872
 
1831
1873
  </div>
@@ -1883,7 +1925,7 @@
1883
1925
 
1884
1926
  <dt class="inherited-from">Inherited From:</dt>
1885
1927
  <dd class="inherited-from"><ul class="dummy"><li>
1886
- <a class="mapgis-link-name" title="SketchEditor#destroy" SketchEditor.html#destroy>SketchEditor#destroy</a>
1928
+ <a goto="destroy" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#destroy" SketchEditor.html#destroy>SketchEditor#destroy</a>
1887
1929
  </li></ul></dd>
1888
1930
 
1889
1931
 
@@ -1996,7 +2038,8 @@
1996
2038
  <td class="type">
1997
2039
 
1998
2040
 
1999
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2041
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2042
+
2000
2043
 
2001
2044
 
2002
2045
 
@@ -2028,7 +2071,7 @@
2028
2071
 
2029
2072
  <dt class="inherited-from">Inherited From:</dt>
2030
2073
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="SketchEditor#drawPolylineToPolygon" SketchEditor.html#drawPolylineToPolygon>SketchEditor#drawPolylineToPolygon</a>
2074
+ <a goto="drawPolylineToPolygon" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#drawPolylineToPolygon" SketchEditor.html#drawPolylineToPolygon>SketchEditor#drawPolylineToPolygon</a>
2032
2075
  </li></ul></dd>
2033
2076
 
2034
2077
 
@@ -2089,7 +2132,8 @@
2089
2132
  <div class='column is-5 has-text-left'>
2090
2133
  <label>类型: </label>
2091
2134
 
2092
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2135
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
2136
+
2093
2137
 
2094
2138
 
2095
2139
  </div>
@@ -2149,7 +2193,7 @@
2149
2193
 
2150
2194
  <dt class="inherited-from">Inherited From:</dt>
2151
2195
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="SketchEditor#getGeometry" SketchEditor.html#getGeometry>SketchEditor#getGeometry</a>
2196
+ <a goto="getGeometry" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getGeometry" SketchEditor.html#getGeometry>SketchEditor#getGeometry</a>
2153
2197
  </li></ul></dd>
2154
2198
 
2155
2199
 
@@ -2208,7 +2252,8 @@
2208
2252
  <div class='column is-5 has-text-left'>
2209
2253
  <label>类型: </label>
2210
2254
 
2211
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2255
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2256
+
2212
2257
 
2213
2258
 
2214
2259
  </div>
@@ -2268,7 +2313,7 @@
2268
2313
 
2269
2314
  <dt class="inherited-from">Inherited From:</dt>
2270
2315
  <dd class="inherited-from"><ul class="dummy"><li>
2271
- <a class="mapgis-link-name" title="SketchEditor#getSketchDataType" SketchEditor.html#getSketchDataType>SketchEditor#getSketchDataType</a>
2316
+ <a goto="getSketchDataType" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSketchDataType" SketchEditor.html#getSketchDataType>SketchEditor#getSketchDataType</a>
2272
2317
  </li></ul></dd>
2273
2318
 
2274
2319
 
@@ -2327,7 +2372,8 @@
2327
2372
  <div class='column is-5 has-text-left'>
2328
2373
  <label>类型: </label>
2329
2374
 
2330
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2375
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2376
+
2331
2377
 
2332
2378
 
2333
2379
  </div>
@@ -2387,7 +2433,7 @@
2387
2433
 
2388
2434
  <dt class="inherited-from">Inherited From:</dt>
2389
2435
  <dd class="inherited-from"><ul class="dummy"><li>
2390
- <a class="mapgis-link-name" title="SketchEditor#getSketchStyle" SketchEditor.html#getSketchStyle>SketchEditor#getSketchStyle</a>
2436
+ <a goto="getSketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSketchStyle" SketchEditor.html#getSketchStyle>SketchEditor#getSketchStyle</a>
2391
2437
  </li></ul></dd>
2392
2438
 
2393
2439
 
@@ -2446,7 +2492,8 @@
2446
2492
  <div class='column is-5 has-text-left'>
2447
2493
  <label>类型: </label>
2448
2494
 
2449
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2495
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2496
+
2450
2497
 
2451
2498
 
2452
2499
  </div>
@@ -2506,7 +2553,7 @@
2506
2553
 
2507
2554
  <dt class="inherited-from">Inherited From:</dt>
2508
2555
  <dd class="inherited-from"><ul class="dummy"><li>
2509
- <a class="mapgis-link-name" title="SketchEditor#getSnapAndReferGeometries" SketchEditor.html#getSnapAndReferGeometries>SketchEditor#getSnapAndReferGeometries</a>
2556
+ <a goto="getSnapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSnapAndReferGeometries" SketchEditor.html#getSnapAndReferGeometries>SketchEditor#getSnapAndReferGeometries</a>
2510
2557
  </li></ul></dd>
2511
2558
 
2512
2559
 
@@ -2567,7 +2614,8 @@
2567
2614
  <div class='column is-5 has-text-left'>
2568
2615
  <label>类型: </label>
2569
2616
 
2570
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
2617
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
2618
+
2571
2619
 
2572
2620
 
2573
2621
  </div>
@@ -2627,7 +2675,7 @@
2627
2675
 
2628
2676
  <dt class="inherited-from">Inherited From:</dt>
2629
2677
  <dd class="inherited-from"><ul class="dummy"><li>
2630
- <a class="mapgis-link-name" title="SketchEditor#getSnapOption" SketchEditor.html#getSnapOption>SketchEditor#getSnapOption</a>
2678
+ <a goto="getSnapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSnapOption" SketchEditor.html#getSnapOption>SketchEditor#getSnapOption</a>
2631
2679
  </li></ul></dd>
2632
2680
 
2633
2681
 
@@ -2691,6 +2739,7 @@
2691
2739
  <span class="param-type">Object</span>
2692
2740
 
2693
2741
 
2742
+
2694
2743
  </div>
2695
2744
 
2696
2745
  </div>
@@ -2775,6 +2824,7 @@
2775
2824
  <span class="param-type">string</span>
2776
2825
 
2777
2826
 
2827
+
2778
2828
 
2779
2829
  </td>
2780
2830
 
@@ -2801,6 +2851,7 @@
2801
2851
  <span class="param-type">function</span>
2802
2852
 
2803
2853
 
2854
+
2804
2855
 
2805
2856
  </td>
2806
2857
 
@@ -2825,6 +2876,7 @@
2825
2876
  <span class="param-type">Object</span>
2826
2877
 
2827
2878
 
2879
+
2828
2880
 
2829
2881
  </td>
2830
2882
 
@@ -2854,7 +2906,7 @@
2854
2906
 
2855
2907
  <dt class="inherited-from">Inherited From:</dt>
2856
2908
  <dd class="inherited-from"><ul class="dummy"><li>
2857
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2909
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2858
2910
  </li></ul></dd>
2859
2911
 
2860
2912
 
@@ -2918,6 +2970,7 @@
2918
2970
  <span class="param-type">Object</span>
2919
2971
 
2920
2972
 
2973
+
2921
2974
  </div>
2922
2975
 
2923
2976
  </div>
@@ -3094,6 +3147,7 @@ view.off({
3094
3147
  <span class="param-type">Object</span>
3095
3148
 
3096
3149
 
3150
+
3097
3151
 
3098
3152
  </td>
3099
3153
 
@@ -3126,6 +3180,7 @@ view.off({
3126
3180
  <span class="param-type">function</span>
3127
3181
 
3128
3182
 
3183
+
3129
3184
 
3130
3185
  </td>
3131
3186
 
@@ -3156,6 +3211,7 @@ view.off({
3156
3211
  <span class="param-type">Object</span>
3157
3212
 
3158
3213
 
3214
+
3159
3215
 
3160
3216
  </td>
3161
3217
 
@@ -3191,7 +3247,7 @@ view.off({
3191
3247
 
3192
3248
  <dt class="inherited-from">Inherited From:</dt>
3193
3249
  <dd class="inherited-from"><ul class="dummy"><li>
3194
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3250
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3195
3251
  </li></ul></dd>
3196
3252
 
3197
3253
 
@@ -3255,6 +3311,7 @@ view.off({
3255
3311
  <span class="param-type">Object</span>
3256
3312
 
3257
3313
 
3314
+
3258
3315
  </div>
3259
3316
 
3260
3317
  </div>
@@ -3390,7 +3447,7 @@ view.on({
3390
3447
 
3391
3448
  <dt class="inherited-from">Inherited From:</dt>
3392
3449
  <dd class="inherited-from"><ul class="dummy"><li>
3393
- <a class="mapgis-link-name" title="SketchEditor#redo" SketchEditor.html#redo>SketchEditor#redo</a>
3450
+ <a goto="redo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#redo" SketchEditor.html#redo>SketchEditor#redo</a>
3394
3451
  </li></ul></dd>
3395
3452
 
3396
3453
 
@@ -3451,7 +3508,8 @@ view.on({
3451
3508
  <div class='column is-5 has-text-left'>
3452
3509
  <label>类型: </label>
3453
3510
 
3454
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3511
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3512
+
3455
3513
 
3456
3514
 
3457
3515
  </div>
@@ -3511,7 +3569,7 @@ view.on({
3511
3569
 
3512
3570
  <dt class="inherited-from">Inherited From:</dt>
3513
3571
  <dd class="inherited-from"><ul class="dummy"><li>
3514
- <a class="mapgis-link-name" title="SketchEditor#remove" SketchEditor.html#remove>SketchEditor#remove</a>
3572
+ <a goto="remove" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#remove" SketchEditor.html#remove>SketchEditor#remove</a>
3515
3573
  </li></ul></dd>
3516
3574
 
3517
3575
 
@@ -3627,6 +3685,7 @@ view.on({
3627
3685
  <span class="param-type">Number</span>
3628
3686
 
3629
3687
 
3688
+
3630
3689
 
3631
3690
  </td>
3632
3691
 
@@ -3656,7 +3715,7 @@ view.on({
3656
3715
 
3657
3716
  <dt class="inherited-from">Inherited From:</dt>
3658
3717
  <dd class="inherited-from"><ul class="dummy"><li>
3659
- <a class="mapgis-link-name" title="SketchEditor#removeVertex" SketchEditor.html#removeVertex>SketchEditor#removeVertex</a>
3718
+ <a goto="removeVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#removeVertex" SketchEditor.html#removeVertex>SketchEditor#removeVertex</a>
3660
3719
  </li></ul></dd>
3661
3720
 
3662
3721
 
@@ -3717,7 +3776,8 @@ view.on({
3717
3776
  <div class='column is-5 has-text-left'>
3718
3777
  <label>类型: </label>
3719
3778
 
3720
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3779
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3780
+
3721
3781
 
3722
3782
 
3723
3783
  </div>
@@ -3794,7 +3854,8 @@ view.on({
3794
3854
  <td class="type">
3795
3855
 
3796
3856
 
3797
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3857
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3858
+
3798
3859
 
3799
3860
 
3800
3861
 
@@ -3826,7 +3887,7 @@ view.on({
3826
3887
 
3827
3888
  <dt class="inherited-from">Inherited From:</dt>
3828
3889
  <dd class="inherited-from"><ul class="dummy"><li>
3829
- <a class="mapgis-link-name" title="SketchEditor#setSketchStyle" SketchEditor.html#setSketchStyle>SketchEditor#setSketchStyle</a>
3890
+ <a goto="setSketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSketchStyle" SketchEditor.html#setSketchStyle>SketchEditor#setSketchStyle</a>
3830
3891
  </li></ul></dd>
3831
3892
 
3832
3893
 
@@ -3939,7 +4000,8 @@ view.on({
3939
4000
  <td class="type">
3940
4001
 
3941
4002
 
3942
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
4003
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
4004
+
3943
4005
 
3944
4006
 
3945
4007
 
@@ -3971,7 +4033,7 @@ view.on({
3971
4033
 
3972
4034
  <dt class="inherited-from">Inherited From:</dt>
3973
4035
  <dd class="inherited-from"><ul class="dummy"><li>
3974
- <a class="mapgis-link-name" title="SketchEditor#setSnapAndReferGeometries" SketchEditor.html#setSnapAndReferGeometries>SketchEditor#setSnapAndReferGeometries</a>
4036
+ <a goto="setSnapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSnapAndReferGeometries" SketchEditor.html#setSnapAndReferGeometries>SketchEditor#setSnapAndReferGeometries</a>
3975
4037
  </li></ul></dd>
3976
4038
 
3977
4039
 
@@ -4089,6 +4151,7 @@ view.on({
4089
4151
  <span class="param-type">Boolean</span>
4090
4152
 
4091
4153
 
4154
+
4092
4155
 
4093
4156
  </td>
4094
4157
 
@@ -4119,6 +4182,7 @@ view.on({
4119
4182
  <span class="param-type">Boolean</span>
4120
4183
 
4121
4184
 
4185
+
4122
4186
 
4123
4187
  </td>
4124
4188
 
@@ -4149,6 +4213,7 @@ view.on({
4149
4213
  <span class="param-type">Boolean</span>
4150
4214
 
4151
4215
 
4216
+
4152
4217
 
4153
4218
  </td>
4154
4219
 
@@ -4179,6 +4244,7 @@ view.on({
4179
4244
  <span class="param-type">Boolean</span>
4180
4245
 
4181
4246
 
4247
+
4182
4248
 
4183
4249
  </td>
4184
4250
 
@@ -4209,6 +4275,7 @@ view.on({
4209
4275
  <span class="param-type">Boolean</span>
4210
4276
 
4211
4277
 
4278
+
4212
4279
 
4213
4280
  </td>
4214
4281
 
@@ -4239,6 +4306,7 @@ view.on({
4239
4306
  <span class="param-type">Number</span>
4240
4307
 
4241
4308
 
4309
+
4242
4310
 
4243
4311
  </td>
4244
4312
 
@@ -4274,7 +4342,7 @@ view.on({
4274
4342
 
4275
4343
  <dt class="inherited-from">Inherited From:</dt>
4276
4344
  <dd class="inherited-from"><ul class="dummy"><li>
4277
- <a class="mapgis-link-name" title="SketchEditor#setSnapOption" SketchEditor.html#setSnapOption>SketchEditor#setSnapOption</a>
4345
+ <a goto="setSnapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSnapOption" SketchEditor.html#setSnapOption>SketchEditor#setSnapOption</a>
4278
4346
  </li></ul></dd>
4279
4347
 
4280
4348
 
@@ -4387,10 +4455,11 @@ view.on({
4387
4455
  <td class="type">
4388
4456
 
4389
4457
 
4390
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4458
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4391
4459
  |
4392
4460
 
4393
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4461
+ <span class="param-type"><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4462
+
4394
4463
 
4395
4464
 
4396
4465
 
@@ -4417,6 +4486,7 @@ view.on({
4417
4486
  <span class="param-type">Polyline</span>
4418
4487
 
4419
4488
 
4489
+
4420
4490
 
4421
4491
  </td>
4422
4492
 
@@ -4446,7 +4516,7 @@ view.on({
4446
4516
 
4447
4517
  <dt class="inherited-from">Inherited From:</dt>
4448
4518
  <dd class="inherited-from"><ul class="dummy"><li>
4449
- <a class="mapgis-link-name" title="SketchEditor#split" SketchEditor.html#split>SketchEditor#split</a>
4519
+ <a goto="split" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#split" SketchEditor.html#split>SketchEditor#split</a>
4450
4520
  </li></ul></dd>
4451
4521
 
4452
4522
 
@@ -4507,7 +4577,8 @@ view.on({
4507
4577
  <div class='column is-5 has-text-left'>
4508
4578
  <label>类型: </label>
4509
4579
 
4510
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
4580
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
4581
+
4511
4582
 
4512
4583
 
4513
4584
  </div>
@@ -4588,10 +4659,11 @@ view.on({
4588
4659
  <td class="type">
4589
4660
 
4590
4661
 
4591
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4662
+ <span class="param-type"><a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4592
4663
  |
4593
4664
 
4594
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4665
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4666
+
4595
4667
 
4596
4668
 
4597
4669
 
@@ -4618,6 +4690,7 @@ view.on({
4618
4690
  <span class="param-type">Object</span>
4619
4691
 
4620
4692
 
4693
+
4621
4694
 
4622
4695
  </td>
4623
4696
 
@@ -4640,6 +4713,7 @@ view.on({
4640
4713
  <span class="param-type">Number</span>
4641
4714
 
4642
4715
 
4716
+
4643
4717
 
4644
4718
  </td>
4645
4719
 
@@ -4672,7 +4746,7 @@ view.on({
4672
4746
 
4673
4747
  <dt class="inherited-from">Inherited From:</dt>
4674
4748
  <dd class="inherited-from"><ul class="dummy"><li>
4675
- <a class="mapgis-link-name" title="SketchEditor#start" SketchEditor.html#start>SketchEditor#start</a>
4749
+ <a goto="start" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#start" SketchEditor.html#start>SketchEditor#start</a>
4676
4750
  </li></ul></dd>
4677
4751
 
4678
4752
 
@@ -4785,7 +4859,8 @@ view.on({
4785
4859
  <td class="type">
4786
4860
 
4787
4861
 
4788
- <span class="param-type">Class.&lt;<a href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
4862
+ <span class="param-type">Class.&lt;<a link="Class.<SketchBaseDrawTool>.html" onclick="getTypeHTML(event)" href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
4863
+
4789
4864
 
4790
4865
 
4791
4866
 
@@ -4817,7 +4892,7 @@ view.on({
4817
4892
 
4818
4893
  <dt class="inherited-from">Inherited From:</dt>
4819
4894
  <dd class="inherited-from"><ul class="dummy"><li>
4820
- <a class="mapgis-link-name" title="SketchEditor#startCustomDrawTool" SketchEditor.html#startCustomDrawTool>SketchEditor#startCustomDrawTool</a>
4895
+ <a goto="startCustomDrawTool" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#startCustomDrawTool" SketchEditor.html#startCustomDrawTool>SketchEditor#startCustomDrawTool</a>
4821
4896
  </li></ul></dd>
4822
4897
 
4823
4898
 
@@ -4913,7 +4988,7 @@ view.on({
4913
4988
 
4914
4989
  <dt class="inherited-from">Inherited From:</dt>
4915
4990
  <dd class="inherited-from"><ul class="dummy"><li>
4916
- <a class="mapgis-link-name" title="SketchEditor#stop" SketchEditor.html#stop>SketchEditor#stop</a>
4991
+ <a goto="stop" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#stop" SketchEditor.html#stop>SketchEditor#stop</a>
4917
4992
  </li></ul></dd>
4918
4993
 
4919
4994
 
@@ -5009,7 +5084,7 @@ view.on({
5009
5084
 
5010
5085
  <dt class="inherited-from">Inherited From:</dt>
5011
5086
  <dd class="inherited-from"><ul class="dummy"><li>
5012
- <a class="mapgis-link-name" title="SketchEditor#undo" SketchEditor.html#undo>SketchEditor#undo</a>
5087
+ <a goto="undo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#undo" SketchEditor.html#undo>SketchEditor#undo</a>
5013
5088
  </li></ul></dd>
5014
5089
 
5015
5090
 
@@ -5070,7 +5145,8 @@ view.on({
5070
5145
  <div class='column is-5 has-text-left'>
5071
5146
  <label>类型: </label>
5072
5147
 
5073
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5148
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5149
+
5074
5150
 
5075
5151
 
5076
5152
  </div>
@@ -5147,7 +5223,8 @@ view.on({
5147
5223
  <td class="type">
5148
5224
 
5149
5225
 
5150
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5226
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5227
+
5151
5228
 
5152
5229
 
5153
5230
 
@@ -5179,7 +5256,7 @@ view.on({
5179
5256
 
5180
5257
  <dt class="inherited-from">Inherited From:</dt>
5181
5258
  <dd class="inherited-from"><ul class="dummy"><li>
5182
- <a class="mapgis-link-name" title="SketchEditor#union" SketchEditor.html#union>SketchEditor#union</a>
5259
+ <a goto="union" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#union" SketchEditor.html#union>SketchEditor#union</a>
5183
5260
  </li></ul></dd>
5184
5261
 
5185
5262
 
@@ -5240,7 +5317,8 @@ view.on({
5240
5317
  <div class='column is-5 has-text-left'>
5241
5318
  <label>类型: </label>
5242
5319
 
5243
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5320
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5321
+
5244
5322
 
5245
5323
 
5246
5324
  </div>
@@ -5317,7 +5395,8 @@ view.on({
5317
5395
  <td class="type">
5318
5396
 
5319
5397
 
5320
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5398
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5399
+
5321
5400
 
5322
5401
 
5323
5402
 
@@ -5344,6 +5423,7 @@ view.on({
5344
5423
  <span class="param-type">Number</span>
5345
5424
 
5346
5425
 
5426
+
5347
5427
 
5348
5428
  </td>
5349
5429
 
@@ -5373,7 +5453,7 @@ view.on({
5373
5453
 
5374
5454
  <dt class="inherited-from">Inherited From:</dt>
5375
5455
  <dd class="inherited-from"><ul class="dummy"><li>
5376
- <a class="mapgis-link-name" title="SketchEditor#updateVertex" SketchEditor.html#updateVertex>SketchEditor#updateVertex</a>
5456
+ <a goto="updateVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#updateVertex" SketchEditor.html#updateVertex>SketchEditor#updateVertex</a>
5377
5457
  </li></ul></dd>
5378
5458
 
5379
5459
 
@@ -5434,7 +5514,8 @@ view.on({
5434
5514
  <div class='column is-5 has-text-left'>
5435
5515
  <label>类型: </label>
5436
5516
 
5437
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5517
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5518
+
5438
5519
 
5439
5520
 
5440
5521
  </div>
@@ -5585,7 +5666,8 @@ view.on({
5585
5666
  <td class="type">
5586
5667
 
5587
5668
 
5588
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
5669
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
5670
+
5589
5671
 
5590
5672
 
5591
5673
 
@@ -5614,7 +5696,7 @@ view.on({
5614
5696
 
5615
5697
  <dt class="inherited-from">Inherited From:</dt>
5616
5698
  <dd class="inherited-from"><ul class="dummy"><li>
5617
- <a class="mapgis-link-name" title="SketchEditor#event:创建草图图形时事件" SketchEditor.html#event:%25E5%2588%259B%25E5%25BB%25BA%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E6%2597%25B6%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:创建草图图形时事件</a>
5699
+ <a goto="event:创建草图图形时事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:创建草图图形时事件" SketchEditor.html#event:%25E5%2588%259B%25E5%25BB%25BA%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E6%2597%25B6%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:创建草图图形时事件</a>
5618
5700
  </li></ul></dd>
5619
5701
 
5620
5702
 
@@ -5749,6 +5831,7 @@ view.on({
5749
5831
  <span class="param-type">Object</span>
5750
5832
 
5751
5833
 
5834
+
5752
5835
 
5753
5836
  </td>
5754
5837
 
@@ -5779,7 +5862,8 @@ view.on({
5779
5862
  <td class="type">
5780
5863
 
5781
5864
 
5782
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5865
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
5866
+
5783
5867
 
5784
5868
 
5785
5869
 
@@ -5816,7 +5900,8 @@ view.on({
5816
5900
  <td class="type">
5817
5901
 
5818
5902
 
5819
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5903
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5904
+
5820
5905
 
5821
5906
 
5822
5907
 
@@ -5859,7 +5944,7 @@ view.on({
5859
5944
 
5860
5945
  <dt class="inherited-from">Inherited From:</dt>
5861
5946
  <dd class="inherited-from"><ul class="dummy"><li>
5862
- <a class="mapgis-link-name" title="SketchEditor#event:标绘制线或区的一个顶点完成事件(废弃)" SketchEditor.html#event:%25E6%25A0%2587%25E7%25BB%2598%25E5%2588%25B6%25E7%25BA%25BF%25E6%2588%2596%25E5%258C%25BA%25E7%259A%2584%25E4%25B8%2580%25E4%25B8%25AA%25E9%25A1%25B6%25E7%2582%25B9%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:标绘制线或区的一个顶点完成事件(废弃)</a>
5947
+ <a goto="event:标绘制线或区的一个顶点完成事件(废弃)" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:标绘制线或区的一个顶点完成事件(废弃)" SketchEditor.html#event:%25E6%25A0%2587%25E7%25BB%2598%25E5%2588%25B6%25E7%25BA%25BF%25E6%2588%2596%25E5%258C%25BA%25E7%259A%2584%25E4%25B8%2580%25E4%25B8%25AA%25E9%25A1%25B6%25E7%2582%25B9%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:标绘制线或区的一个顶点完成事件(废弃)</a>
5863
5948
  </li></ul></dd>
5864
5949
 
5865
5950
 
@@ -5987,7 +6072,8 @@ view.on({
5987
6072
  <td class="type">
5988
6073
 
5989
6074
 
5990
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6075
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6076
+
5991
6077
 
5992
6078
 
5993
6079
 
@@ -6016,7 +6102,7 @@ view.on({
6016
6102
 
6017
6103
  <dt class="inherited-from">Inherited From:</dt>
6018
6104
  <dd class="inherited-from"><ul class="dummy"><li>
6019
- <a class="mapgis-link-name" title="SketchEditor#event:移除草图图形事件" SketchEditor.html#event:%25E7%25A7%25BB%25E9%2599%25A4%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:移除草图图形事件</a>
6105
+ <a goto="event:移除草图图形事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:移除草图图形事件" SketchEditor.html#event:%25E7%25A7%25BB%25E9%2599%25A4%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:移除草图图形事件</a>
6020
6106
  </li></ul></dd>
6021
6107
 
6022
6108
 
@@ -6144,7 +6230,8 @@ view.on({
6144
6230
  <td class="type">
6145
6231
 
6146
6232
 
6147
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6233
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6234
+
6148
6235
 
6149
6236
 
6150
6237
 
@@ -6173,7 +6260,7 @@ view.on({
6173
6260
 
6174
6261
  <dt class="inherited-from">Inherited From:</dt>
6175
6262
  <dd class="inherited-from"><ul class="dummy"><li>
6176
- <a class="mapgis-link-name" title="SketchEditor#event:编辑草图图形时事件" SketchEditor.html#event:%25E7%25BC%2596%25E8%25BE%2591%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E6%2597%25B6%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:编辑草图图形时事件</a>
6263
+ <a goto="event:编辑草图图形时事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:编辑草图图形时事件" SketchEditor.html#event:%25E7%25BC%2596%25E8%25BE%2591%25E8%258D%2589%25E5%259B%25BE%25E5%259B%25BE%25E5%25BD%25A2%25E6%2597%25B6%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:编辑草图图形时事件</a>
6177
6264
  </li></ul></dd>
6178
6265
 
6179
6266
 
@@ -6305,7 +6392,8 @@ view.on({
6305
6392
  <td class="type">
6306
6393
 
6307
6394
 
6308
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6395
+ <span class="param-type"><a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6396
+
6309
6397
 
6310
6398
 
6311
6399
 
@@ -6343,6 +6431,7 @@ view.on({
6343
6431
  <span class="param-type">Object</span>
6344
6432
 
6345
6433
 
6434
+
6346
6435
 
6347
6436
  </td>
6348
6437
 
@@ -6376,6 +6465,7 @@ view.on({
6376
6465
  <span class="param-type">Object</span>
6377
6466
 
6378
6467
 
6468
+
6379
6469
 
6380
6470
  </td>
6381
6471
 
@@ -6410,7 +6500,8 @@ view.on({
6410
6500
  <td class="type">
6411
6501
 
6412
6502
 
6413
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6503
+ <span class="param-type"><a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6504
+
6414
6505
 
6415
6506
 
6416
6507
 
@@ -6447,7 +6538,8 @@ view.on({
6447
6538
  <td class="type">
6448
6539
 
6449
6540
 
6450
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6541
+ <span class="param-type"><a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6542
+
6451
6543
 
6452
6544
 
6453
6545
 
@@ -6484,7 +6576,8 @@ view.on({
6484
6576
  <td class="type">
6485
6577
 
6486
6578
 
6487
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6579
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6580
+
6488
6581
 
6489
6582
 
6490
6583
 
@@ -6521,7 +6614,8 @@ view.on({
6521
6614
  <td class="type">
6522
6615
 
6523
6616
 
6524
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6617
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6618
+
6525
6619
 
6526
6620
 
6527
6621
 
@@ -6564,7 +6658,7 @@ view.on({
6564
6658
 
6565
6659
  <dt class="inherited-from">Inherited From:</dt>
6566
6660
  <dd class="inherited-from"><ul class="dummy"><li>
6567
- <a class="mapgis-link-name" title="SketchEditor#event:草图绘制完成事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BB%2598%25E5%2588%25B6%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图绘制完成事件</a>
6661
+ <a goto="event:草图绘制完成事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:草图绘制完成事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BB%2598%25E5%2588%25B6%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图绘制完成事件</a>
6568
6662
  </li></ul></dd>
6569
6663
 
6570
6664
 
@@ -6699,6 +6793,7 @@ view.on({
6699
6793
  <span class="param-type">Object</span>
6700
6794
 
6701
6795
 
6796
+
6702
6797
 
6703
6798
  </td>
6704
6799
 
@@ -6729,7 +6824,8 @@ view.on({
6729
6824
  <td class="type">
6730
6825
 
6731
6826
 
6732
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6827
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6828
+
6733
6829
 
6734
6830
 
6735
6831
 
@@ -6766,7 +6862,8 @@ view.on({
6766
6862
  <td class="type">
6767
6863
 
6768
6864
 
6769
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6865
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6866
+
6770
6867
 
6771
6868
 
6772
6869
 
@@ -6809,7 +6906,7 @@ view.on({
6809
6906
 
6810
6907
  <dt class="inherited-from">Inherited From:</dt>
6811
6908
  <dd class="inherited-from"><ul class="dummy"><li>
6812
- <a class="mapgis-link-name" title="SketchEditor#event:草图绘制完成事件(废弃)" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BB%2598%25E5%2588%25B6%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:草图绘制完成事件(废弃)</a>
6909
+ <a goto="event:草图绘制完成事件(废弃)" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:草图绘制完成事件(废弃)" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BB%2598%25E5%2588%25B6%25E5%25AE%258C%25E6%2588%2590%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:草图绘制完成事件(废弃)</a>
6813
6910
  </li></ul></dd>
6814
6911
 
6815
6912
 
@@ -6937,7 +7034,8 @@ view.on({
6937
7034
  <td class="type">
6938
7035
 
6939
7036
 
6940
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7037
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7038
+
6941
7039
 
6942
7040
 
6943
7041
 
@@ -6966,7 +7064,7 @@ view.on({
6966
7064
 
6967
7065
  <dt class="inherited-from">Inherited From:</dt>
6968
7066
  <dd class="inherited-from"><ul class="dummy"><li>
6969
- <a class="mapgis-link-name" title="SketchEditor#event:草图编辑器回退事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BC%2596%25E8%25BE%2591%25E5%2599%25A8%25E5%259B%259E%25E9%2580%2580%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图编辑器回退事件</a>
7067
+ <a goto="event:草图编辑器回退事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:草图编辑器回退事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BC%2596%25E8%25BE%2591%25E5%2599%25A8%25E5%259B%259E%25E9%2580%2580%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图编辑器回退事件</a>
6970
7068
  </li></ul></dd>
6971
7069
 
6972
7070
 
@@ -7094,7 +7192,8 @@ view.on({
7094
7192
  <td class="type">
7095
7193
 
7096
7194
 
7097
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7195
+ <span class="param-type"><a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7196
+
7098
7197
 
7099
7198
 
7100
7199
 
@@ -7123,7 +7222,7 @@ view.on({
7123
7222
 
7124
7223
  <dt class="inherited-from">Inherited From:</dt>
7125
7224
  <dd class="inherited-from"><ul class="dummy"><li>
7126
- <a class="mapgis-link-name" title="SketchEditor#event:草图编辑器撤销事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BC%2596%25E8%25BE%2591%25E5%2599%25A8%25E6%2592%25A4%25E9%2594%2580%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图编辑器撤销事件</a>
7225
+ <a goto="event:草图编辑器撤销事件" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:草图编辑器撤销事件" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E7%25BC%2596%25E8%25BE%2591%25E5%2599%25A8%25E6%2592%25A4%25E9%2594%2580%25E4%25BA%258B%25E4%25BB%25B6>SketchEditor#event:草图编辑器撤销事件</a>
7127
7226
  </li></ul></dd>
7128
7227
 
7129
7228
 
@@ -7258,6 +7357,7 @@ view.on({
7258
7357
  <span class="param-type">Object</span>
7259
7358
 
7260
7359
 
7360
+
7261
7361
 
7262
7362
  </td>
7263
7363
 
@@ -7288,7 +7388,8 @@ view.on({
7288
7388
  <td class="type">
7289
7389
 
7290
7390
 
7291
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7391
+ <span class="param-type"><a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7392
+
7292
7393
 
7293
7394
 
7294
7395
 
@@ -7328,7 +7429,8 @@ view.on({
7328
7429
  <span class="param-type">SketchEditorLeaflet</span>
7329
7430
  |
7330
7431
 
7331
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7432
+ <span class="param-type"><a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7433
+
7332
7434
 
7333
7435
 
7334
7436
 
@@ -7371,7 +7473,7 @@ view.on({
7371
7473
 
7372
7474
  <dt class="inherited-from">Inherited From:</dt>
7373
7475
  <dd class="inherited-from"><ul class="dummy"><li>
7374
- <a class="mapgis-link-name" title="SketchEditor#event:草图被选中事件(废弃)" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E8%25A2%25AB%25E9%2580%2589%25E4%25B8%25AD%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:草图被选中事件(废弃)</a>
7476
+ <a goto="event:草图被选中事件(废弃)" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#event:草图被选中事件(废弃)" SketchEditor.html#event:%25E8%258D%2589%25E5%259B%25BE%25E8%25A2%25AB%25E9%2580%2589%25E4%25B8%25AD%25E4%25BA%258B%25E4%25BB%25B6%25EF%25BC%2588%25E5%25BA%259F%25E5%25BC%2583%25EF%25BC%2589>SketchEditor#event:草图被选中事件(废弃)</a>
7375
7477
  </li></ul></dd>
7376
7478
 
7377
7479