@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -67,13 +67,18 @@
67
67
 
68
68
  <tr class="deep-level-0">
69
69
 
70
- <td class="name" id="options"><code>options</code></td>
70
+ <td class="name"><code>options</code></td>
71
71
 
72
72
 
73
73
  <td class="type">
74
74
 
75
75
 
76
- <span class="param-type">Object</span>
76
+ <span class="param-type">
77
+
78
+ Object
79
+
80
+ </span>
81
+
77
82
 
78
83
 
79
84
 
@@ -89,16 +94,25 @@
89
94
 
90
95
  <tr class="deep-level-1">
91
96
 
92
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
97
+ <td class="name"><code>elevationInfo</code></td>
93
98
 
94
99
 
95
100
  <td class="type">
96
101
 
97
102
 
98
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
+ <span class="param-type">
104
+
105
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
106
+
107
+ </span>
99
108
  |
100
109
 
101
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
110
+ <span class="param-type">
111
+
112
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
113
+
114
+ </span>
115
+
102
116
 
103
117
 
104
118
 
@@ -195,7 +209,7 @@
195
209
 
196
210
 
197
211
  <ul>
198
- <li><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></li>
212
+ <li><a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></li>
199
213
  </ul>
200
214
 
201
215
 
@@ -227,11 +241,16 @@
227
241
  <tbody>
228
242
 
229
243
  <tr class="deep-level-0">
230
- <td class="name"><code><a href="SketchEditorCesium.html#editable">editable</a></code></td>
244
+ <td class="name"><code><a href="#editable">editable</a></code></td>
231
245
  <td class="name">
232
246
  <code>
233
247
 
234
- <span class="param-type">Boolean</span>
248
+ <span class="param-type">
249
+
250
+ Boolean
251
+
252
+ </span>
253
+
235
254
 
236
255
 
237
256
  </code>
@@ -240,11 +259,16 @@
240
259
  </tr>
241
260
 
242
261
  <tr class="deep-level-0">
243
- <td class="name"><code><a href="SketchEditorCesium.html#isSimple">isSimple</a></code></td>
262
+ <td class="name"><code><a href="#isSimple">isSimple</a></code></td>
244
263
  <td class="name">
245
264
  <code>
246
265
 
247
- <span class="param-type">Boolean</span>
266
+ <span class="param-type">
267
+
268
+ Boolean
269
+
270
+ </span>
271
+
248
272
 
249
273
 
250
274
  </code>
@@ -253,11 +277,16 @@
253
277
  </tr>
254
278
 
255
279
  <tr class="deep-level-0">
256
- <td class="name"><code><a href="SketchEditorCesium.html#layer">layer</a></code></td>
280
+ <td class="name"><code><a href="#layer">layer</a></code></td>
257
281
  <td class="name">
258
282
  <code>
259
283
 
260
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
284
+ <span class="param-type">
285
+
286
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
287
+
288
+ </span>
289
+
261
290
 
262
291
 
263
292
  </code>
@@ -266,11 +295,16 @@
266
295
  </tr>
267
296
 
268
297
  <tr class="deep-level-0">
269
- <td class="name"><code><a href="SketchEditorCesium.html#measureOption">measureOption</a></code></td>
298
+ <td class="name"><code><a href="#measureOption">measureOption</a></code></td>
270
299
  <td class="name">
271
300
  <code>
272
301
 
273
- <span class="param-type">Number</span>
302
+ <span class="param-type">
303
+
304
+ Number
305
+
306
+ </span>
307
+
274
308
 
275
309
 
276
310
  </code>
@@ -279,11 +313,16 @@
279
313
  </tr>
280
314
 
281
315
  <tr class="deep-level-0">
282
- <td class="name"><code><a href="SketchEditorCesium.html#sketchDataType">sketchDataType</a></code></td>
316
+ <td class="name"><code><a href="#sketchDataType">sketchDataType</a></code></td>
283
317
  <td class="name">
284
318
  <code>
285
319
 
286
- <span class="param-type">Number</span>
320
+ <span class="param-type">
321
+
322
+ Number
323
+
324
+ </span>
325
+
287
326
 
288
327
 
289
328
  </code>
@@ -292,11 +331,16 @@
292
331
  </tr>
293
332
 
294
333
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="SketchEditorCesium.html#sketchStyle">sketchStyle</a></code></td>
334
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
296
335
  <td class="name">
297
336
  <code>
298
337
 
299
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
338
+ <span class="param-type">
339
+
340
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
341
+
342
+ </span>
343
+
300
344
 
301
345
 
302
346
  </code>
@@ -305,11 +349,16 @@
305
349
  </tr>
306
350
 
307
351
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="SketchEditorCesium.html#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
352
+ <td class="name"><code><a href="#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
309
353
  <td class="name">
310
354
  <code>
311
355
 
312
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
356
+ <span class="param-type">
357
+
358
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
359
+
360
+ </span>
361
+
313
362
 
314
363
 
315
364
  </code>
@@ -318,11 +367,16 @@
318
367
  </tr>
319
368
 
320
369
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="SketchEditorCesium.html#snapOption">snapOption</a></code></td>
370
+ <td class="name"><code><a href="#snapOption">snapOption</a></code></td>
322
371
  <td class="name">
323
372
  <code>
324
373
 
325
- <span class="param-type">Object</span>
374
+ <span class="param-type">
375
+
376
+ Object
377
+
378
+ </span>
379
+
326
380
 
327
381
 
328
382
  </code>
@@ -331,14 +385,23 @@
331
385
  </tr>
332
386
 
333
387
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="SketchEditorCesium.html#view">view</a></code></td>
388
+ <td class="name"><code><a href="#view">view</a></code></td>
335
389
  <td class="name">
336
390
  <code>
337
391
 
338
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
392
+ <span class="param-type">
393
+
394
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
395
+
396
+ </span>
339
397
  |
340
398
 
341
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
399
+ <span class="param-type">
400
+
401
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
402
+
403
+ </span>
404
+
342
405
 
343
406
 
344
407
  </code>
@@ -357,7 +420,12 @@
357
420
  <span class="method-parameter is-pulled-right">
358
421
  <label>类型:</label>
359
422
 
360
- <span class="param-type">Boolean</span>
423
+ <span class="param-type">
424
+
425
+ Boolean
426
+
427
+ </span>
428
+
361
429
 
362
430
 
363
431
  </span>
@@ -391,7 +459,7 @@
391
459
 
392
460
  <dt class="inherited-from">Inherited From:</dt>
393
461
  <dd class="inherited-from"><ul class="dummy"><li>
394
- <a class="mapgis-link-name" title="SketchEditor#editable" SketchEditor.html#editable>SketchEditor#editable</a>
462
+ <a goto="editable" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#editable" SketchEditor.html#editable>SketchEditor#editable</a>
395
463
  </li></ul></dd>
396
464
 
397
465
 
@@ -432,7 +500,12 @@
432
500
  <span class="method-parameter is-pulled-right">
433
501
  <label>类型:</label>
434
502
 
435
- <span class="param-type">Boolean</span>
503
+ <span class="param-type">
504
+
505
+ Boolean
506
+
507
+ </span>
508
+
436
509
 
437
510
 
438
511
  </span>
@@ -466,7 +539,7 @@
466
539
 
467
540
  <dt class="inherited-from">Inherited From:</dt>
468
541
  <dd class="inherited-from"><ul class="dummy"><li>
469
- <a class="mapgis-link-name" title="SketchEditor#isSimple" SketchEditor.html#isSimple>SketchEditor#isSimple</a>
542
+ <a goto="isSimple" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#isSimple" SketchEditor.html#isSimple>SketchEditor#isSimple</a>
470
543
  </li></ul></dd>
471
544
 
472
545
 
@@ -507,7 +580,12 @@
507
580
  <span class="method-parameter is-pulled-right">
508
581
  <label>类型:</label>
509
582
 
510
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
583
+ <span class="param-type">
584
+
585
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
586
+
587
+ </span>
588
+
511
589
 
512
590
 
513
591
  </span>
@@ -541,7 +619,7 @@
541
619
 
542
620
  <dt class="inherited-from">Inherited From:</dt>
543
621
  <dd class="inherited-from"><ul class="dummy"><li>
544
- <a class="mapgis-link-name" title="SketchEditor#layer" SketchEditor.html#layer>SketchEditor#layer</a>
622
+ <a goto="layer" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#layer" SketchEditor.html#layer>SketchEditor#layer</a>
545
623
  </li></ul></dd>
546
624
 
547
625
 
@@ -582,7 +660,12 @@
582
660
  <span class="method-parameter is-pulled-right">
583
661
  <label>类型:</label>
584
662
 
585
- <span class="param-type">Number</span>
663
+ <span class="param-type">
664
+
665
+ Number
666
+
667
+ </span>
668
+
586
669
 
587
670
 
588
671
  </span>
@@ -616,7 +699,7 @@
616
699
 
617
700
  <dt class="inherited-from">Inherited From:</dt>
618
701
  <dd class="inherited-from"><ul class="dummy"><li>
619
- <a class="mapgis-link-name" title="SketchEditor#measureOption" SketchEditor.html#measureOption>SketchEditor#measureOption</a>
702
+ <a goto="measureOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#measureOption" SketchEditor.html#measureOption>SketchEditor#measureOption</a>
620
703
  </li></ul></dd>
621
704
 
622
705
 
@@ -657,7 +740,12 @@
657
740
  <span class="method-parameter is-pulled-right">
658
741
  <label>类型:</label>
659
742
 
660
- <span class="param-type">Number</span>
743
+ <span class="param-type">
744
+
745
+ Number
746
+
747
+ </span>
748
+
661
749
 
662
750
 
663
751
  </span>
@@ -691,7 +779,7 @@
691
779
 
692
780
  <dt class="inherited-from">Inherited From:</dt>
693
781
  <dd class="inherited-from"><ul class="dummy"><li>
694
- <a class="mapgis-link-name" title="SketchEditor#sketchDataType" SketchEditor.html#sketchDataType>SketchEditor#sketchDataType</a>
782
+ <a goto="sketchDataType" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#sketchDataType" SketchEditor.html#sketchDataType>SketchEditor#sketchDataType</a>
695
783
  </li></ul></dd>
696
784
 
697
785
 
@@ -732,7 +820,12 @@
732
820
  <span class="method-parameter is-pulled-right">
733
821
  <label>类型:</label>
734
822
 
735
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
823
+ <span class="param-type">
824
+
825
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
826
+
827
+ </span>
828
+
736
829
 
737
830
 
738
831
  </span>
@@ -766,7 +859,7 @@
766
859
 
767
860
  <dt class="inherited-from">Inherited From:</dt>
768
861
  <dd class="inherited-from"><ul class="dummy"><li>
769
- <a class="mapgis-link-name" title="SketchEditor#sketchStyle" SketchEditor.html#sketchStyle>SketchEditor#sketchStyle</a>
862
+ <a goto="sketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#sketchStyle" SketchEditor.html#sketchStyle>SketchEditor#sketchStyle</a>
770
863
  </li></ul></dd>
771
864
 
772
865
 
@@ -807,7 +900,12 @@
807
900
  <span class="method-parameter is-pulled-right">
808
901
  <label>类型:</label>
809
902
 
810
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
903
+ <span class="param-type">
904
+
905
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
906
+
907
+ </span>
908
+
811
909
 
812
910
 
813
911
  </span>
@@ -841,7 +939,7 @@
841
939
 
842
940
  <dt class="inherited-from">Inherited From:</dt>
843
941
  <dd class="inherited-from"><ul class="dummy"><li>
844
- <a class="mapgis-link-name" title="SketchEditor#snapAndReferGeometries" SketchEditor.html#snapAndReferGeometries>SketchEditor#snapAndReferGeometries</a>
942
+ <a goto="snapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#snapAndReferGeometries" SketchEditor.html#snapAndReferGeometries>SketchEditor#snapAndReferGeometries</a>
845
943
  </li></ul></dd>
846
944
 
847
945
 
@@ -882,7 +980,12 @@
882
980
  <span class="method-parameter is-pulled-right">
883
981
  <label>类型:</label>
884
982
 
885
- <span class="param-type">Object</span>
983
+ <span class="param-type">
984
+
985
+ Object
986
+
987
+ </span>
988
+
886
989
 
887
990
 
888
991
  </span>
@@ -918,7 +1021,7 @@
918
1021
 
919
1022
  <dt class="inherited-from">Inherited From:</dt>
920
1023
  <dd class="inherited-from"><ul class="dummy"><li>
921
- <a class="mapgis-link-name" title="SketchEditor#snapOption" SketchEditor.html#snapOption>SketchEditor#snapOption</a>
1024
+ <a goto="snapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#snapOption" SketchEditor.html#snapOption>SketchEditor#snapOption</a>
922
1025
  </li></ul></dd>
923
1026
 
924
1027
 
@@ -959,10 +1062,19 @@
959
1062
  <span class="method-parameter is-pulled-right">
960
1063
  <label>类型:</label>
961
1064
 
962
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1065
+ <span class="param-type">
1066
+
1067
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1068
+
1069
+ </span>
963
1070
  |
964
1071
 
965
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1072
+ <span class="param-type">
1073
+
1074
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1075
+
1076
+ </span>
1077
+
966
1078
 
967
1079
 
968
1080
  </span>
@@ -996,7 +1108,7 @@
996
1108
 
997
1109
  <dt class="inherited-from">Inherited From:</dt>
998
1110
  <dd class="inherited-from"><ul class="dummy"><li>
999
- <a class="mapgis-link-name" title="SketchEditor#view" SketchEditor.html#view>SketchEditor#view</a>
1111
+ <a goto="view" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#view" SketchEditor.html#view>SketchEditor#view</a>
1000
1112
  </li></ul></dd>
1001
1113
 
1002
1114
 
@@ -1053,52 +1165,67 @@
1053
1165
  <tbody>
1054
1166
 
1055
1167
  <tr class="deep-level-0">
1056
- <td class="name"><code><a href="SketchEditorCesium.html#addVertex">addVertex</a></code></td>
1168
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1057
1169
  <td class="name">
1058
1170
  <code>
1059
1171
 
1060
1172
 
1061
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1173
+ <span class="param-type">
1174
+
1175
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1176
+
1177
+ </span>
1178
+
1062
1179
 
1063
1180
 
1064
1181
 
1065
1182
  </code>
1066
1183
  </td>
1067
- <td class="name"><code><p>向当前线或区草图中插入新的顶点<a id='addVertex'></a></p></code></td>
1184
+ <td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
1068
1185
  </tr>
1069
1186
 
1070
1187
  <tr class="deep-level-0">
1071
- <td class="name"><code><a href="SketchEditorCesium.html#canRedo">canRedo</a></code></td>
1188
+ <td class="name"><code><a href="#canRedo">canRedo</a></code></td>
1072
1189
  <td class="name">
1073
1190
  <code>
1074
1191
 
1075
1192
 
1076
- <span class="param-type">Boolean</span>
1193
+ <span class="param-type">
1194
+
1195
+ Boolean
1196
+
1197
+ </span>
1198
+
1077
1199
 
1078
1200
 
1079
1201
 
1080
1202
  </code>
1081
1203
  </td>
1082
- <td class="name"><code><p>草图是否可执行恢复操作<a id='canRedo'></a></p></code></td>
1204
+ <td class="name"><code><p>草图是否可执行恢复操作</code></td>
1083
1205
  </tr>
1084
1206
 
1085
1207
  <tr class="deep-level-0">
1086
- <td class="name"><code><a href="SketchEditorCesium.html#canUndo">canUndo</a></code></td>
1208
+ <td class="name"><code><a href="#canUndo">canUndo</a></code></td>
1087
1209
  <td class="name">
1088
1210
  <code>
1089
1211
 
1090
1212
 
1091
- <span class="param-type">Boolean</span>
1213
+ <span class="param-type">
1214
+
1215
+ Boolean
1216
+
1217
+ </span>
1218
+
1092
1219
 
1093
1220
 
1094
1221
 
1095
1222
  </code>
1096
1223
  </td>
1097
- <td class="name"><code><p>草图是否可执行撤销操作<a id='canUndo'></a></p></code></td>
1224
+ <td class="name"><code><p>草图是否可执行撤销操作</code></td>
1098
1225
  </tr>
1099
1226
 
1100
1227
  <tr class="deep-level-0">
1101
- <td class="name"><code><a href="SketchEditorCesium.html#destroy">destroy</a></code></td>
1228
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
1102
1229
  <td class="name">
1103
1230
  <code>
1104
1231
 
@@ -1108,72 +1235,97 @@
1108
1235
  </tr>
1109
1236
 
1110
1237
  <tr class="deep-level-0">
1111
- <td class="name"><code><a href="SketchEditorCesium.html#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1238
+ <td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1112
1239
  <td class="name">
1113
1240
  <code>
1114
1241
 
1115
1242
 
1116
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1243
+ <span class="param-type">
1244
+
1245
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1246
+
1247
+ </span>
1248
+
1117
1249
 
1118
1250
 
1119
1251
 
1120
1252
  </code>
1121
1253
  </td>
1122
- <td class="name"><code><p>线拓扑造区<a id='drawPolylineToPolygon'></a></p></code></td>
1254
+ <td class="name"><code><p>线拓扑造区</code></td>
1123
1255
  </tr>
1124
1256
 
1125
1257
  <tr class="deep-level-0">
1126
- <td class="name"><code><a href="SketchEditorCesium.html#getGeometry">getGeometry</a></code></td>
1258
+ <td class="name"><code><a href="#getGeometry">getGeometry</a></code></td>
1127
1259
  <td class="name">
1128
1260
  <code>
1129
1261
 
1130
1262
 
1131
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1263
+ <span class="param-type">
1264
+
1265
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1266
+
1267
+ </span>
1268
+
1132
1269
 
1133
1270
 
1134
1271
 
1135
1272
  </code>
1136
1273
  </td>
1137
- <td class="name"><code><p>获取草图几何对象<a id='getGeometry'></a></p></code></td>
1274
+ <td class="name"><code><p>获取草图几何对象</code></td>
1138
1275
  </tr>
1139
1276
 
1140
1277
  <tr class="deep-level-0">
1141
- <td class="name"><code><a href="SketchEditorCesium.html#getSketchDataType">getSketchDataType</a></code></td>
1278
+ <td class="name"><code><a href="#getSketchDataType">getSketchDataType</a></code></td>
1142
1279
  <td class="name">
1143
1280
  <code>
1144
1281
 
1145
1282
 
1146
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1283
+ <span class="param-type">
1284
+
1285
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
1286
+
1287
+ </span>
1288
+
1147
1289
 
1148
1290
 
1149
1291
 
1150
1292
  </code>
1151
1293
  </td>
1152
- <td class="name"><code><p>获取草图图形类型<a id='getSketchDataType'></a></p></code></td>
1294
+ <td class="name"><code><p>获取草图图形类型</code></td>
1153
1295
  </tr>
1154
1296
 
1155
1297
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="SketchEditorCesium.html#getSketchStyle">getSketchStyle</a></code></td>
1298
+ <td class="name"><code><a href="#getSketchStyle">getSketchStyle</a></code></td>
1157
1299
  <td class="name">
1158
1300
  <code>
1159
1301
 
1160
1302
 
1161
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1303
+ <span class="param-type">
1304
+
1305
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1306
+
1307
+ </span>
1308
+
1162
1309
 
1163
1310
 
1164
1311
 
1165
1312
  </code>
1166
1313
  </td>
1167
- <td class="name"><code><p>获取草图样式<a id='getSketchStyle'></a></p></code></td>
1314
+ <td class="name"><code><p>获取草图样式</code></td>
1168
1315
  </tr>
1169
1316
 
1170
1317
  <tr class="deep-level-0">
1171
- <td class="name"><code><a href="SketchEditorCesium.html#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1318
+ <td class="name"><code><a href="#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1172
1319
  <td class="name">
1173
1320
  <code>
1174
1321
 
1175
1322
 
1176
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1323
+ <span class="param-type">
1324
+
1325
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1326
+
1327
+ </span>
1328
+
1177
1329
 
1178
1330
 
1179
1331
 
@@ -1183,12 +1335,17 @@
1183
1335
  </tr>
1184
1336
 
1185
1337
  <tr class="deep-level-0">
1186
- <td class="name"><code><a href="SketchEditorCesium.html#getSnapOption">getSnapOption</a></code></td>
1338
+ <td class="name"><code><a href="#getSnapOption">getSnapOption</a></code></td>
1187
1339
  <td class="name">
1188
1340
  <code>
1189
1341
 
1190
1342
 
1191
- <span class="param-type">Object</span>
1343
+ <span class="param-type">
1344
+
1345
+ Object
1346
+
1347
+ </span>
1348
+
1192
1349
 
1193
1350
 
1194
1351
 
@@ -1198,12 +1355,17 @@
1198
1355
  </tr>
1199
1356
 
1200
1357
  <tr class="deep-level-0">
1201
- <td class="name"><code><a href="SketchEditorCesium.html#off">off</a></code></td>
1358
+ <td class="name"><code><a href="#off">off</a></code></td>
1202
1359
  <td class="name">
1203
1360
  <code>
1204
1361
 
1205
1362
 
1206
- <span class="param-type">Object</span>
1363
+ <span class="param-type">
1364
+
1365
+ Object
1366
+
1367
+ </span>
1368
+
1207
1369
 
1208
1370
 
1209
1371
 
@@ -1211,21 +1373,21 @@
1211
1373
  </td>
1212
1374
  <td class="name"><code><p>移除事件<br/>
1213
1375
  示例如下:<br/>
1214
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1215
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1216
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1217
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1218
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1219
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1376
+ </code></td>
1220
1377
  </tr>
1221
1378
 
1222
1379
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="SketchEditorCesium.html#on">on</a></code></td>
1380
+ <td class="name"><code><a href="#on">on</a></code></td>
1224
1381
  <td class="name">
1225
1382
  <code>
1226
1383
 
1227
1384
 
1228
- <span class="param-type">Object</span>
1385
+ <span class="param-type">
1386
+
1387
+ Object
1388
+
1389
+ </span>
1390
+
1229
1391
 
1230
1392
 
1231
1393
 
@@ -1233,65 +1395,71 @@
1233
1395
  </td>
1234
1396
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1235
1397
  示例如下:<br/>
1236
- <a href='#event1'>[1、注册一个事件]</a><br/>
1237
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1238
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1239
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1240
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1398
+ </code></td>
1241
1399
  </tr>
1242
1400
 
1243
1401
  <tr class="deep-level-0">
1244
- <td class="name"><code><a href="SketchEditorCesium.html#redo">redo</a></code></td>
1402
+ <td class="name"><code><a href="#redo">redo</a></code></td>
1245
1403
  <td class="name">
1246
1404
  <code>
1247
1405
 
1248
1406
 
1249
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1407
+ <span class="param-type">
1408
+
1409
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1410
+
1411
+ </span>
1412
+
1250
1413
 
1251
1414
 
1252
1415
 
1253
1416
  </code>
1254
1417
  </td>
1255
- <td class="name"><code><p>恢复被撤销的草图<a id='redo'></a></p></code></td>
1418
+ <td class="name"><code><p>恢复被撤销的草图</code></td>
1256
1419
  </tr>
1257
1420
 
1258
1421
  <tr class="deep-level-0">
1259
- <td class="name"><code><a href="SketchEditorCesium.html#remove">remove</a></code></td>
1422
+ <td class="name"><code><a href="#remove">remove</a></code></td>
1260
1423
  <td class="name">
1261
1424
  <code>
1262
1425
 
1263
1426
  </code>
1264
1427
  </td>
1265
- <td class="name"><code><p>移除当前草图<a id='remove'></a></p></code></td>
1428
+ <td class="name"><code><p>移除当前草图</code></td>
1266
1429
  </tr>
1267
1430
 
1268
1431
  <tr class="deep-level-0">
1269
- <td class="name"><code><a href="SketchEditorCesium.html#removeVertex">removeVertex</a></code></td>
1432
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1270
1433
  <td class="name">
1271
1434
  <code>
1272
1435
 
1273
1436
 
1274
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1437
+ <span class="param-type">
1438
+
1439
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1440
+
1441
+ </span>
1442
+
1275
1443
 
1276
1444
 
1277
1445
 
1278
1446
  </code>
1279
1447
  </td>
1280
- <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点<a id='removeVertex'></a></p></code></td>
1448
+ <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点</code></td>
1281
1449
  </tr>
1282
1450
 
1283
1451
  <tr class="deep-level-0">
1284
- <td class="name"><code><a href="SketchEditorCesium.html#setSketchStyle">setSketchStyle</a></code></td>
1452
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1285
1453
  <td class="name">
1286
1454
  <code>
1287
1455
 
1288
1456
  </code>
1289
1457
  </td>
1290
- <td class="name"><code><p>设置草图样式<a id='setSketchStyle'></a></p></code></td>
1458
+ <td class="name"><code><p>设置草图样式</code></td>
1291
1459
  </tr>
1292
1460
 
1293
1461
  <tr class="deep-level-0">
1294
- <td class="name"><code><a href="SketchEditorCesium.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1462
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1295
1463
  <td class="name">
1296
1464
  <code>
1297
1465
 
@@ -1301,7 +1469,7 @@
1301
1469
  </tr>
1302
1470
 
1303
1471
  <tr class="deep-level-0">
1304
- <td class="name"><code><a href="SketchEditorCesium.html#setSnapOption">setSnapOption</a></code></td>
1472
+ <td class="name"><code><a href="#setSnapOption">setSnapOption</a></code></td>
1305
1473
  <td class="name">
1306
1474
  <code>
1307
1475
 
@@ -1311,97 +1479,113 @@
1311
1479
  </tr>
1312
1480
 
1313
1481
  <tr class="deep-level-0">
1314
- <td class="name"><code><a href="SketchEditorCesium.html#split">split</a></code></td>
1482
+ <td class="name"><code><a href="#split">split</a></code></td>
1315
1483
  <td class="name">
1316
1484
  <code>
1317
1485
 
1318
1486
 
1319
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1487
+ <span class="param-type">
1488
+
1489
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1490
+
1491
+ </span>
1492
+
1320
1493
 
1321
1494
 
1322
1495
 
1323
1496
  </code>
1324
1497
  </td>
1325
- <td class="name"><code><p>分割草图对象或区几何对象<a id='split'></a></p></code></td>
1498
+ <td class="name"><code><p>分割草图对象或区几何对象</code></td>
1326
1499
  </tr>
1327
1500
 
1328
1501
  <tr class="deep-level-0">
1329
- <td class="name"><code><a href="SketchEditorCesium.html#start">start</a></code></td>
1502
+ <td class="name"><code><a href="#start">start</a></code></td>
1330
1503
  <td class="name">
1331
1504
  <code>
1332
1505
 
1333
1506
  </code>
1334
1507
  </td>
1335
- <td class="name"><code><p>开始(鼠标)绘制草图<a id='start'></a>
1336
- 根据传入绘制草图类型,开始鼠标绘制。<br/>
1337
- 绘制点图形,鼠标单击即绘制。<br/>
1338
- 绘制线图形,鼠标单击绘制线的一个顶点;鼠标移动,延长线图形;鼠标双击,完成线图形绘制。<br/>
1339
- 绘制区图形,鼠标单击绘制区的一个顶点;鼠标移动,区图形随鼠标位置变动;鼠标双击,完成区图形绘制。<br/></p></code></td>
1508
+ <td class="name"><code><p>开始(鼠标)绘制草图</code></td>
1340
1509
  </tr>
1341
1510
 
1342
1511
  <tr class="deep-level-0">
1343
- <td class="name"><code><a href="SketchEditorCesium.html#startCustomDrawTool">startCustomDrawTool</a></code></td>
1512
+ <td class="name"><code><a href="#startCustomDrawTool">startCustomDrawTool</a></code></td>
1344
1513
  <td class="name">
1345
1514
  <code>
1346
1515
 
1347
1516
  </code>
1348
1517
  </td>
1349
- <td class="name"><code><p>开始(鼠标)绘制自定义草图图形<a id='startCustomDrawTool'></a></p></code></td>
1518
+ <td class="name"><code><p>开始(鼠标)绘制自定义草图图形</code></td>
1350
1519
  </tr>
1351
1520
 
1352
1521
  <tr class="deep-level-0">
1353
- <td class="name"><code><a href="SketchEditorCesium.html#stop">stop</a></code></td>
1522
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1354
1523
  <td class="name">
1355
1524
  <code>
1356
1525
 
1357
1526
  </code>
1358
1527
  </td>
1359
- <td class="name"><code><p>停止鼠标绘制草图<a id='stop'></a></p></code></td>
1528
+ <td class="name"><code><p>停止鼠标绘制草图</code></td>
1360
1529
  </tr>
1361
1530
 
1362
1531
  <tr class="deep-level-0">
1363
- <td class="name"><code><a href="SketchEditorCesium.html#undo">undo</a></code></td>
1532
+ <td class="name"><code><a href="#undo">undo</a></code></td>
1364
1533
  <td class="name">
1365
1534
  <code>
1366
1535
 
1367
1536
 
1368
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1537
+ <span class="param-type">
1538
+
1539
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1540
+
1541
+ </span>
1542
+
1369
1543
 
1370
1544
 
1371
1545
 
1372
1546
  </code>
1373
1547
  </td>
1374
- <td class="name"><code><p>撤销当前编辑操作<a id='undo'></a></p></code></td>
1548
+ <td class="name"><code><p>撤销当前编辑操作</code></td>
1375
1549
  </tr>
1376
1550
 
1377
1551
  <tr class="deep-level-0">
1378
- <td class="name"><code><a href="SketchEditorCesium.html#union">union</a></code></td>
1552
+ <td class="name"><code><a href="#union">union</a></code></td>
1379
1553
  <td class="name">
1380
1554
  <code>
1381
1555
 
1382
1556
 
1383
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1557
+ <span class="param-type">
1558
+
1559
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1560
+
1561
+ </span>
1562
+
1384
1563
 
1385
1564
 
1386
1565
 
1387
1566
  </code>
1388
1567
  </td>
1389
- <td class="name"><code><p>合并多个区几何<a id='union'></a></p></code></td>
1568
+ <td class="name"><code><p>合并多个区几何</code></td>
1390
1569
  </tr>
1391
1570
 
1392
1571
  <tr class="deep-level-0">
1393
- <td class="name"><code><a href="SketchEditorCesium.html#updateVertex">updateVertex</a></code></td>
1572
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1394
1573
  <td class="name">
1395
1574
  <code>
1396
1575
 
1397
1576
 
1398
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1577
+ <span class="param-type">
1578
+
1579
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1580
+
1581
+ </span>
1582
+
1399
1583
 
1400
1584
 
1401
1585
 
1402
1586
  </code>
1403
1587
  </td>
1404
- <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点<a id='updateVertex'></a></p></code></td>
1588
+ <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点</code></td>
1405
1589
  </tr>
1406
1590
 
1407
1591
  </tbody>
@@ -1462,13 +1646,18 @@
1462
1646
 
1463
1647
  <tr class="deep-level-0">
1464
1648
 
1465
- <td class="name" id="point"><code>point</code></td>
1649
+ <td class="name"><code>point</code></td>
1466
1650
 
1467
1651
 
1468
1652
  <td class="type">
1469
1653
 
1470
1654
 
1471
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1655
+ <span class="param-type">
1656
+
1657
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1658
+
1659
+ </span>
1660
+
1472
1661
 
1473
1662
 
1474
1663
 
@@ -1486,13 +1675,18 @@
1486
1675
 
1487
1676
  <tr class="deep-level-0">
1488
1677
 
1489
- <td class="name" id="index"><code>index</code></td>
1678
+ <td class="name"><code>index</code></td>
1490
1679
 
1491
1680
 
1492
1681
  <td class="type">
1493
1682
 
1494
1683
 
1495
- <span class="param-type">Number</span>
1684
+ <span class="param-type">
1685
+
1686
+ Number
1687
+
1688
+ </span>
1689
+
1496
1690
 
1497
1691
 
1498
1692
 
@@ -1524,7 +1718,7 @@
1524
1718
 
1525
1719
  <dt class="inherited-from">Inherited From:</dt>
1526
1720
  <dd class="inherited-from"><ul class="dummy"><li>
1527
- <a class="mapgis-link-name" title="SketchEditor#addVertex" SketchEditor.html#addVertex>SketchEditor#addVertex</a>
1721
+ <a goto="addVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#addVertex" SketchEditor.html#addVertex>SketchEditor#addVertex</a>
1528
1722
  </li></ul></dd>
1529
1723
 
1530
1724
 
@@ -1585,7 +1779,12 @@
1585
1779
  <div class='column is-5 has-text-left'>
1586
1780
  <label>类型: </label>
1587
1781
 
1588
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1782
+ <span class="param-type">
1783
+
1784
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1785
+
1786
+ </span>
1787
+
1589
1788
 
1590
1789
 
1591
1790
  </div>
@@ -1645,7 +1844,7 @@
1645
1844
 
1646
1845
  <dt class="inherited-from">Inherited From:</dt>
1647
1846
  <dd class="inherited-from"><ul class="dummy"><li>
1648
- <a class="mapgis-link-name" title="SketchEditor#canRedo" SketchEditor.html#canRedo>SketchEditor#canRedo</a>
1847
+ <a goto="canRedo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#canRedo" SketchEditor.html#canRedo>SketchEditor#canRedo</a>
1649
1848
  </li></ul></dd>
1650
1849
 
1651
1850
 
@@ -1704,7 +1903,12 @@
1704
1903
  <div class='column is-5 has-text-left'>
1705
1904
  <label>类型: </label>
1706
1905
 
1707
- <span class="param-type">Boolean</span>
1906
+ <span class="param-type">
1907
+
1908
+ Boolean
1909
+
1910
+ </span>
1911
+
1708
1912
 
1709
1913
 
1710
1914
  </div>
@@ -1764,7 +1968,7 @@
1764
1968
 
1765
1969
  <dt class="inherited-from">Inherited From:</dt>
1766
1970
  <dd class="inherited-from"><ul class="dummy"><li>
1767
- <a class="mapgis-link-name" title="SketchEditor#canUndo" SketchEditor.html#canUndo>SketchEditor#canUndo</a>
1971
+ <a goto="canUndo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#canUndo" SketchEditor.html#canUndo>SketchEditor#canUndo</a>
1768
1972
  </li></ul></dd>
1769
1973
 
1770
1974
 
@@ -1823,7 +2027,12 @@
1823
2027
  <div class='column is-5 has-text-left'>
1824
2028
  <label>类型: </label>
1825
2029
 
1826
- <span class="param-type">Boolean</span>
2030
+ <span class="param-type">
2031
+
2032
+ Boolean
2033
+
2034
+ </span>
2035
+
1827
2036
 
1828
2037
 
1829
2038
  </div>
@@ -1883,7 +2092,7 @@
1883
2092
 
1884
2093
  <dt class="inherited-from">Inherited From:</dt>
1885
2094
  <dd class="inherited-from"><ul class="dummy"><li>
1886
- <a class="mapgis-link-name" title="SketchEditor#destroy" SketchEditor.html#destroy>SketchEditor#destroy</a>
2095
+ <a goto="destroy" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#destroy" SketchEditor.html#destroy>SketchEditor#destroy</a>
1887
2096
  </li></ul></dd>
1888
2097
 
1889
2098
 
@@ -1990,13 +2199,18 @@
1990
2199
 
1991
2200
  <tr class="deep-level-0">
1992
2201
 
1993
- <td class="name" id="snapAndReferGeometries"><code>snapAndReferGeometries</code></td>
2202
+ <td class="name"><code>snapAndReferGeometries</code></td>
1994
2203
 
1995
2204
 
1996
2205
  <td class="type">
1997
2206
 
1998
2207
 
1999
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2208
+ <span class="param-type">
2209
+
2210
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2211
+
2212
+ </span>
2213
+
2000
2214
 
2001
2215
 
2002
2216
 
@@ -2028,7 +2242,7 @@
2028
2242
 
2029
2243
  <dt class="inherited-from">Inherited From:</dt>
2030
2244
  <dd class="inherited-from"><ul class="dummy"><li>
2031
- <a class="mapgis-link-name" title="SketchEditor#drawPolylineToPolygon" SketchEditor.html#drawPolylineToPolygon>SketchEditor#drawPolylineToPolygon</a>
2245
+ <a goto="drawPolylineToPolygon" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#drawPolylineToPolygon" SketchEditor.html#drawPolylineToPolygon>SketchEditor#drawPolylineToPolygon</a>
2032
2246
  </li></ul></dd>
2033
2247
 
2034
2248
 
@@ -2089,7 +2303,12 @@
2089
2303
  <div class='column is-5 has-text-left'>
2090
2304
  <label>类型: </label>
2091
2305
 
2092
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2306
+ <span class="param-type">
2307
+
2308
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2309
+
2310
+ </span>
2311
+
2093
2312
 
2094
2313
 
2095
2314
  </div>
@@ -2149,7 +2368,7 @@
2149
2368
 
2150
2369
  <dt class="inherited-from">Inherited From:</dt>
2151
2370
  <dd class="inherited-from"><ul class="dummy"><li>
2152
- <a class="mapgis-link-name" title="SketchEditor#getGeometry" SketchEditor.html#getGeometry>SketchEditor#getGeometry</a>
2371
+ <a goto="getGeometry" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getGeometry" SketchEditor.html#getGeometry>SketchEditor#getGeometry</a>
2153
2372
  </li></ul></dd>
2154
2373
 
2155
2374
 
@@ -2208,7 +2427,12 @@
2208
2427
  <div class='column is-5 has-text-left'>
2209
2428
  <label>类型: </label>
2210
2429
 
2211
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2430
+ <span class="param-type">
2431
+
2432
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2433
+
2434
+ </span>
2435
+
2212
2436
 
2213
2437
 
2214
2438
  </div>
@@ -2268,7 +2492,7 @@
2268
2492
 
2269
2493
  <dt class="inherited-from">Inherited From:</dt>
2270
2494
  <dd class="inherited-from"><ul class="dummy"><li>
2271
- <a class="mapgis-link-name" title="SketchEditor#getSketchDataType" SketchEditor.html#getSketchDataType>SketchEditor#getSketchDataType</a>
2495
+ <a goto="getSketchDataType" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSketchDataType" SketchEditor.html#getSketchDataType>SketchEditor#getSketchDataType</a>
2272
2496
  </li></ul></dd>
2273
2497
 
2274
2498
 
@@ -2327,7 +2551,12 @@
2327
2551
  <div class='column is-5 has-text-left'>
2328
2552
  <label>类型: </label>
2329
2553
 
2330
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2554
+ <span class="param-type">
2555
+
2556
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
2557
+
2558
+ </span>
2559
+
2331
2560
 
2332
2561
 
2333
2562
  </div>
@@ -2387,7 +2616,7 @@
2387
2616
 
2388
2617
  <dt class="inherited-from">Inherited From:</dt>
2389
2618
  <dd class="inherited-from"><ul class="dummy"><li>
2390
- <a class="mapgis-link-name" title="SketchEditor#getSketchStyle" SketchEditor.html#getSketchStyle>SketchEditor#getSketchStyle</a>
2619
+ <a goto="getSketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSketchStyle" SketchEditor.html#getSketchStyle>SketchEditor#getSketchStyle</a>
2391
2620
  </li></ul></dd>
2392
2621
 
2393
2622
 
@@ -2446,7 +2675,12 @@
2446
2675
  <div class='column is-5 has-text-left'>
2447
2676
  <label>类型: </label>
2448
2677
 
2449
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2678
+ <span class="param-type">
2679
+
2680
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2681
+
2682
+ </span>
2683
+
2450
2684
 
2451
2685
 
2452
2686
  </div>
@@ -2506,7 +2740,7 @@
2506
2740
 
2507
2741
  <dt class="inherited-from">Inherited From:</dt>
2508
2742
  <dd class="inherited-from"><ul class="dummy"><li>
2509
- <a class="mapgis-link-name" title="SketchEditor#getSnapAndReferGeometries" SketchEditor.html#getSnapAndReferGeometries>SketchEditor#getSnapAndReferGeometries</a>
2743
+ <a goto="getSnapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSnapAndReferGeometries" SketchEditor.html#getSnapAndReferGeometries>SketchEditor#getSnapAndReferGeometries</a>
2510
2744
  </li></ul></dd>
2511
2745
 
2512
2746
 
@@ -2567,7 +2801,12 @@
2567
2801
  <div class='column is-5 has-text-left'>
2568
2802
  <label>类型: </label>
2569
2803
 
2570
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
2804
+ <span class="param-type">
2805
+
2806
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
2807
+
2808
+ </span>
2809
+
2571
2810
 
2572
2811
 
2573
2812
  </div>
@@ -2627,7 +2866,7 @@
2627
2866
 
2628
2867
  <dt class="inherited-from">Inherited From:</dt>
2629
2868
  <dd class="inherited-from"><ul class="dummy"><li>
2630
- <a class="mapgis-link-name" title="SketchEditor#getSnapOption" SketchEditor.html#getSnapOption>SketchEditor#getSnapOption</a>
2869
+ <a goto="getSnapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#getSnapOption" SketchEditor.html#getSnapOption>SketchEditor#getSnapOption</a>
2631
2870
  </li></ul></dd>
2632
2871
 
2633
2872
 
@@ -2688,7 +2927,12 @@
2688
2927
  <div class='column is-5 has-text-left'>
2689
2928
  <label>类型: </label>
2690
2929
 
2691
- <span class="param-type">Object</span>
2930
+ <span class="param-type">
2931
+
2932
+ Object
2933
+
2934
+ </span>
2935
+
2692
2936
 
2693
2937
 
2694
2938
  </div>
@@ -2766,13 +3010,18 @@
2766
3010
 
2767
3011
  <tr class="deep-level-0">
2768
3012
 
2769
- <td class="name" id="types"><code>types</code></td>
3013
+ <td class="name"><code>types</code></td>
2770
3014
 
2771
3015
 
2772
3016
  <td class="type">
2773
3017
 
2774
3018
 
2775
- <span class="param-type">string</span>
3019
+ <span class="param-type">
3020
+
3021
+ string
3022
+
3023
+ </span>
3024
+
2776
3025
 
2777
3026
 
2778
3027
 
@@ -2792,13 +3041,18 @@
2792
3041
 
2793
3042
  <tr class="deep-level-0">
2794
3043
 
2795
- <td class="name" id="fn"><code>fn</code></td>
3044
+ <td class="name"><code>fn</code></td>
2796
3045
 
2797
3046
 
2798
3047
  <td class="type">
2799
3048
 
2800
3049
 
2801
- <span class="param-type">function</span>
3050
+ <span class="param-type">
3051
+
3052
+ function
3053
+
3054
+ </span>
3055
+
2802
3056
 
2803
3057
 
2804
3058
 
@@ -2816,13 +3070,18 @@
2816
3070
 
2817
3071
  <tr class="deep-level-0">
2818
3072
 
2819
- <td class="name" id="context"><code>context</code></td>
3073
+ <td class="name"><code>context</code></td>
2820
3074
 
2821
3075
 
2822
3076
  <td class="type">
2823
3077
 
2824
3078
 
2825
- <span class="param-type">Object</span>
3079
+ <span class="param-type">
3080
+
3081
+ Object
3082
+
3083
+ </span>
3084
+
2826
3085
 
2827
3086
 
2828
3087
 
@@ -2854,7 +3113,7 @@
2854
3113
 
2855
3114
  <dt class="inherited-from">Inherited From:</dt>
2856
3115
  <dd class="inherited-from"><ul class="dummy"><li>
2857
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3116
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2858
3117
  </li></ul></dd>
2859
3118
 
2860
3119
 
@@ -2915,7 +3174,12 @@
2915
3174
  <div class='column is-5 has-text-left'>
2916
3175
  <label>类型: </label>
2917
3176
 
2918
- <span class="param-type">Object</span>
3177
+ <span class="param-type">
3178
+
3179
+ Object
3180
+
3181
+ </span>
3182
+
2919
3183
 
2920
3184
 
2921
3185
  </div>
@@ -3082,16 +3346,25 @@ view.off({
3082
3346
 
3083
3347
  <tr class="deep-level-0">
3084
3348
 
3085
- <td class="name" id="types"><code>types</code></td>
3349
+ <td class="name"><code>types</code></td>
3086
3350
 
3087
3351
 
3088
3352
  <td class="type">
3089
3353
 
3090
3354
 
3091
- <span class="param-type">String</span>
3355
+ <span class="param-type">
3356
+
3357
+ String
3358
+
3359
+ </span>
3092
3360
  |
3093
3361
 
3094
- <span class="param-type">Object</span>
3362
+ <span class="param-type">
3363
+
3364
+ Object
3365
+
3366
+ </span>
3367
+
3095
3368
 
3096
3369
 
3097
3370
 
@@ -3117,13 +3390,18 @@ view.off({
3117
3390
 
3118
3391
  <tr class="deep-level-0">
3119
3392
 
3120
- <td class="name" id="fn"><code>fn</code></td>
3393
+ <td class="name"><code>fn</code></td>
3121
3394
 
3122
3395
 
3123
3396
  <td class="type">
3124
3397
 
3125
3398
 
3126
- <span class="param-type">function</span>
3399
+ <span class="param-type">
3400
+
3401
+ function
3402
+
3403
+ </span>
3404
+
3127
3405
 
3128
3406
 
3129
3407
 
@@ -3147,13 +3425,18 @@ view.off({
3147
3425
 
3148
3426
  <tr class="deep-level-0">
3149
3427
 
3150
- <td class="name" id="context"><code>context</code></td>
3428
+ <td class="name"><code>context</code></td>
3151
3429
 
3152
3430
 
3153
3431
  <td class="type">
3154
3432
 
3155
3433
 
3156
- <span class="param-type">Object</span>
3434
+ <span class="param-type">
3435
+
3436
+ Object
3437
+
3438
+ </span>
3439
+
3157
3440
 
3158
3441
 
3159
3442
 
@@ -3191,7 +3474,7 @@ view.off({
3191
3474
 
3192
3475
  <dt class="inherited-from">Inherited From:</dt>
3193
3476
  <dd class="inherited-from"><ul class="dummy"><li>
3194
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3477
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3195
3478
  </li></ul></dd>
3196
3479
 
3197
3480
 
@@ -3252,7 +3535,12 @@ view.off({
3252
3535
  <div class='column is-5 has-text-left'>
3253
3536
  <label>类型: </label>
3254
3537
 
3255
- <span class="param-type">Object</span>
3538
+ <span class="param-type">
3539
+
3540
+ Object
3541
+
3542
+ </span>
3543
+
3256
3544
 
3257
3545
 
3258
3546
  </div>
@@ -3390,7 +3678,7 @@ view.on({
3390
3678
 
3391
3679
  <dt class="inherited-from">Inherited From:</dt>
3392
3680
  <dd class="inherited-from"><ul class="dummy"><li>
3393
- <a class="mapgis-link-name" title="SketchEditor#redo" SketchEditor.html#redo>SketchEditor#redo</a>
3681
+ <a goto="redo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#redo" SketchEditor.html#redo>SketchEditor#redo</a>
3394
3682
  </li></ul></dd>
3395
3683
 
3396
3684
 
@@ -3451,7 +3739,12 @@ view.on({
3451
3739
  <div class='column is-5 has-text-left'>
3452
3740
  <label>类型: </label>
3453
3741
 
3454
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3742
+ <span class="param-type">
3743
+
3744
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3745
+
3746
+ </span>
3747
+
3455
3748
 
3456
3749
 
3457
3750
  </div>
@@ -3511,7 +3804,7 @@ view.on({
3511
3804
 
3512
3805
  <dt class="inherited-from">Inherited From:</dt>
3513
3806
  <dd class="inherited-from"><ul class="dummy"><li>
3514
- <a class="mapgis-link-name" title="SketchEditor#remove" SketchEditor.html#remove>SketchEditor#remove</a>
3807
+ <a goto="remove" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#remove" SketchEditor.html#remove>SketchEditor#remove</a>
3515
3808
  </li></ul></dd>
3516
3809
 
3517
3810
 
@@ -3618,13 +3911,18 @@ view.on({
3618
3911
 
3619
3912
  <tr class="deep-level-0">
3620
3913
 
3621
- <td class="name" id="index"><code>index</code></td>
3914
+ <td class="name"><code>index</code></td>
3622
3915
 
3623
3916
 
3624
3917
  <td class="type">
3625
3918
 
3626
3919
 
3627
- <span class="param-type">Number</span>
3920
+ <span class="param-type">
3921
+
3922
+ Number
3923
+
3924
+ </span>
3925
+
3628
3926
 
3629
3927
 
3630
3928
 
@@ -3656,7 +3954,7 @@ view.on({
3656
3954
 
3657
3955
  <dt class="inherited-from">Inherited From:</dt>
3658
3956
  <dd class="inherited-from"><ul class="dummy"><li>
3659
- <a class="mapgis-link-name" title="SketchEditor#removeVertex" SketchEditor.html#removeVertex>SketchEditor#removeVertex</a>
3957
+ <a goto="removeVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#removeVertex" SketchEditor.html#removeVertex>SketchEditor#removeVertex</a>
3660
3958
  </li></ul></dd>
3661
3959
 
3662
3960
 
@@ -3717,7 +4015,12 @@ view.on({
3717
4015
  <div class='column is-5 has-text-left'>
3718
4016
  <label>类型: </label>
3719
4017
 
3720
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4018
+ <span class="param-type">
4019
+
4020
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4021
+
4022
+ </span>
4023
+
3721
4024
 
3722
4025
 
3723
4026
  </div>
@@ -3788,13 +4091,18 @@ view.on({
3788
4091
 
3789
4092
  <tr class="deep-level-0">
3790
4093
 
3791
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4094
+ <td class="name"><code>sketchStyle</code></td>
3792
4095
 
3793
4096
 
3794
4097
  <td class="type">
3795
4098
 
3796
4099
 
3797
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4100
+ <span class="param-type">
4101
+
4102
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4103
+
4104
+ </span>
4105
+
3798
4106
 
3799
4107
 
3800
4108
 
@@ -3826,7 +4134,7 @@ view.on({
3826
4134
 
3827
4135
  <dt class="inherited-from">Inherited From:</dt>
3828
4136
  <dd class="inherited-from"><ul class="dummy"><li>
3829
- <a class="mapgis-link-name" title="SketchEditor#setSketchStyle" SketchEditor.html#setSketchStyle>SketchEditor#setSketchStyle</a>
4137
+ <a goto="setSketchStyle" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSketchStyle" SketchEditor.html#setSketchStyle>SketchEditor#setSketchStyle</a>
3830
4138
  </li></ul></dd>
3831
4139
 
3832
4140
 
@@ -3933,13 +4241,18 @@ view.on({
3933
4241
 
3934
4242
  <tr class="deep-level-0">
3935
4243
 
3936
- <td class="name" id="geometries"><code>geometries</code></td>
4244
+ <td class="name"><code>geometries</code></td>
3937
4245
 
3938
4246
 
3939
4247
  <td class="type">
3940
4248
 
3941
4249
 
3942
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
4250
+ <span class="param-type">
4251
+
4252
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
4253
+
4254
+ </span>
4255
+
3943
4256
 
3944
4257
 
3945
4258
 
@@ -3971,7 +4284,7 @@ view.on({
3971
4284
 
3972
4285
  <dt class="inherited-from">Inherited From:</dt>
3973
4286
  <dd class="inherited-from"><ul class="dummy"><li>
3974
- <a class="mapgis-link-name" title="SketchEditor#setSnapAndReferGeometries" SketchEditor.html#setSnapAndReferGeometries>SketchEditor#setSnapAndReferGeometries</a>
4287
+ <a goto="setSnapAndReferGeometries" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSnapAndReferGeometries" SketchEditor.html#setSnapAndReferGeometries>SketchEditor#setSnapAndReferGeometries</a>
3975
4288
  </li></ul></dd>
3976
4289
 
3977
4290
 
@@ -4080,13 +4393,18 @@ view.on({
4080
4393
 
4081
4394
  <tr class="deep-level-0">
4082
4395
 
4083
- <td class="name" id="snapOption.isSnapVertexCoincident"><code>snapOption.isSnapVertexCoincident</code></td>
4396
+ <td class="name"><code>snapOption.isSnapVertexCoincident</code></td>
4084
4397
 
4085
4398
 
4086
4399
  <td class="type">
4087
4400
 
4088
4401
 
4089
- <span class="param-type">Boolean</span>
4402
+ <span class="param-type">
4403
+
4404
+ Boolean
4405
+
4406
+ </span>
4407
+
4090
4408
 
4091
4409
 
4092
4410
 
@@ -4110,13 +4428,18 @@ view.on({
4110
4428
 
4111
4429
  <tr class="deep-level-0">
4112
4430
 
4113
- <td class="name" id="snapOption.isSnapVertexInLine"><code>snapOption.isSnapVertexInLine</code></td>
4431
+ <td class="name"><code>snapOption.isSnapVertexInLine</code></td>
4114
4432
 
4115
4433
 
4116
4434
  <td class="type">
4117
4435
 
4118
4436
 
4119
- <span class="param-type">Boolean</span>
4437
+ <span class="param-type">
4438
+
4439
+ Boolean
4440
+
4441
+ </span>
4442
+
4120
4443
 
4121
4444
 
4122
4445
 
@@ -4140,13 +4463,18 @@ view.on({
4140
4463
 
4141
4464
  <tr class="deep-level-0">
4142
4465
 
4143
- <td class="name" id="snapOption.isSnapPerpendicular"><code>snapOption.isSnapPerpendicular</code></td>
4466
+ <td class="name"><code>snapOption.isSnapPerpendicular</code></td>
4144
4467
 
4145
4468
 
4146
4469
  <td class="type">
4147
4470
 
4148
4471
 
4149
- <span class="param-type">Boolean</span>
4472
+ <span class="param-type">
4473
+
4474
+ Boolean
4475
+
4476
+ </span>
4477
+
4150
4478
 
4151
4479
 
4152
4480
 
@@ -4170,13 +4498,18 @@ view.on({
4170
4498
 
4171
4499
  <tr class="deep-level-0">
4172
4500
 
4173
- <td class="name" id="snapOption.isSnapParallel"><code>snapOption.isSnapParallel</code></td>
4501
+ <td class="name"><code>snapOption.isSnapParallel</code></td>
4174
4502
 
4175
4503
 
4176
4504
  <td class="type">
4177
4505
 
4178
4506
 
4179
- <span class="param-type">Boolean</span>
4507
+ <span class="param-type">
4508
+
4509
+ Boolean
4510
+
4511
+ </span>
4512
+
4180
4513
 
4181
4514
 
4182
4515
 
@@ -4200,13 +4533,18 @@ view.on({
4200
4533
 
4201
4534
  <tr class="deep-level-0">
4202
4535
 
4203
- <td class="name" id="snapOption.snapSketchGeometry"><code>snapOption.snapSketchGeometry</code></td>
4536
+ <td class="name"><code>snapOption.snapSketchGeometry</code></td>
4204
4537
 
4205
4538
 
4206
4539
  <td class="type">
4207
4540
 
4208
4541
 
4209
- <span class="param-type">Boolean</span>
4542
+ <span class="param-type">
4543
+
4544
+ Boolean
4545
+
4546
+ </span>
4547
+
4210
4548
 
4211
4549
 
4212
4550
 
@@ -4230,13 +4568,18 @@ view.on({
4230
4568
 
4231
4569
  <tr class="deep-level-0">
4232
4570
 
4233
- <td class="name" id="snapOption.pixelTolerance"><code>snapOption.pixelTolerance</code></td>
4571
+ <td class="name"><code>snapOption.pixelTolerance</code></td>
4234
4572
 
4235
4573
 
4236
4574
  <td class="type">
4237
4575
 
4238
4576
 
4239
- <span class="param-type">Number</span>
4577
+ <span class="param-type">
4578
+
4579
+ Number
4580
+
4581
+ </span>
4582
+
4240
4583
 
4241
4584
 
4242
4585
 
@@ -4274,7 +4617,7 @@ view.on({
4274
4617
 
4275
4618
  <dt class="inherited-from">Inherited From:</dt>
4276
4619
  <dd class="inherited-from"><ul class="dummy"><li>
4277
- <a class="mapgis-link-name" title="SketchEditor#setSnapOption" SketchEditor.html#setSnapOption>SketchEditor#setSnapOption</a>
4620
+ <a goto="setSnapOption" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#setSnapOption" SketchEditor.html#setSnapOption>SketchEditor#setSnapOption</a>
4278
4621
  </li></ul></dd>
4279
4622
 
4280
4623
 
@@ -4381,16 +4724,25 @@ view.on({
4381
4724
 
4382
4725
  <tr class="deep-level-0">
4383
4726
 
4384
- <td class="name" id="target"><code>target</code></td>
4727
+ <td class="name"><code>target</code></td>
4385
4728
 
4386
4729
 
4387
4730
  <td class="type">
4388
4731
 
4389
4732
 
4390
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4733
+ <span class="param-type">
4734
+
4735
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4736
+
4737
+ </span>
4391
4738
  |
4392
4739
 
4393
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4740
+ <span class="param-type">
4741
+
4742
+ <a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a>
4743
+
4744
+ </span>
4745
+
4394
4746
 
4395
4747
 
4396
4748
 
@@ -4408,13 +4760,18 @@ view.on({
4408
4760
 
4409
4761
  <tr class="deep-level-0">
4410
4762
 
4411
- <td class="name" id="splitPolyline"><code>splitPolyline</code></td>
4763
+ <td class="name"><code>splitPolyline</code></td>
4412
4764
 
4413
4765
 
4414
4766
  <td class="type">
4415
4767
 
4416
4768
 
4417
- <span class="param-type">Polyline</span>
4769
+ <span class="param-type">
4770
+
4771
+ Polyline
4772
+
4773
+ </span>
4774
+
4418
4775
 
4419
4776
 
4420
4777
 
@@ -4446,7 +4803,7 @@ view.on({
4446
4803
 
4447
4804
  <dt class="inherited-from">Inherited From:</dt>
4448
4805
  <dd class="inherited-from"><ul class="dummy"><li>
4449
- <a class="mapgis-link-name" title="SketchEditor#split" SketchEditor.html#split>SketchEditor#split</a>
4806
+ <a goto="split" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#split" SketchEditor.html#split>SketchEditor#split</a>
4450
4807
  </li></ul></dd>
4451
4808
 
4452
4809
 
@@ -4507,7 +4864,12 @@ view.on({
4507
4864
  <div class='column is-5 has-text-left'>
4508
4865
  <label>类型: </label>
4509
4866
 
4510
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
4867
+ <span class="param-type">
4868
+
4869
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
4870
+
4871
+ </span>
4872
+
4511
4873
 
4512
4874
 
4513
4875
  </div>
@@ -4582,16 +4944,25 @@ view.on({
4582
4944
 
4583
4945
  <tr class="deep-level-0">
4584
4946
 
4585
- <td class="name" id="data"><code>data</code></td>
4947
+ <td class="name"><code>data</code></td>
4586
4948
 
4587
4949
 
4588
4950
  <td class="type">
4589
4951
 
4590
4952
 
4591
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
4953
+ <span class="param-type">
4954
+
4955
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
4956
+
4957
+ </span>
4592
4958
  |
4593
4959
 
4594
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4960
+ <span class="param-type">
4961
+
4962
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4963
+
4964
+ </span>
4965
+
4595
4966
 
4596
4967
 
4597
4968
 
@@ -4609,13 +4980,18 @@ view.on({
4609
4980
 
4610
4981
  <tr class="deep-level-0">
4611
4982
 
4612
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
4983
+ <td class="name"><code>extendOptions</code></td>
4613
4984
 
4614
4985
 
4615
4986
  <td class="type">
4616
4987
 
4617
4988
 
4618
- <span class="param-type">Object</span>
4989
+ <span class="param-type">
4990
+
4991
+ Object
4992
+
4993
+ </span>
4994
+
4619
4995
 
4620
4996
 
4621
4997
 
@@ -4631,13 +5007,18 @@ view.on({
4631
5007
 
4632
5008
  <tr class="deep-level-1">
4633
5009
 
4634
- <td class="name" id="vertexNumber"><code>vertexNumber</code></td>
5010
+ <td class="name"><code>vertexNumber</code></td>
4635
5011
 
4636
5012
 
4637
5013
  <td class="type">
4638
5014
 
4639
5015
 
4640
- <span class="param-type">Number</span>
5016
+ <span class="param-type">
5017
+
5018
+ Number
5019
+
5020
+ </span>
5021
+
4641
5022
 
4642
5023
 
4643
5024
 
@@ -4672,7 +5053,7 @@ view.on({
4672
5053
 
4673
5054
  <dt class="inherited-from">Inherited From:</dt>
4674
5055
  <dd class="inherited-from"><ul class="dummy"><li>
4675
- <a class="mapgis-link-name" title="SketchEditor#start" SketchEditor.html#start>SketchEditor#start</a>
5056
+ <a goto="start" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#start" SketchEditor.html#start>SketchEditor#start</a>
4676
5057
  </li></ul></dd>
4677
5058
 
4678
5059
 
@@ -4779,13 +5160,18 @@ view.on({
4779
5160
 
4780
5161
  <tr class="deep-level-0">
4781
5162
 
4782
- <td class="name" id="CustomDrawTool"><code>CustomDrawTool</code></td>
5163
+ <td class="name"><code>CustomDrawTool</code></td>
4783
5164
 
4784
5165
 
4785
5166
  <td class="type">
4786
5167
 
4787
5168
 
4788
- <span class="param-type">Class.&lt;<a href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
5169
+ <span class="param-type">
5170
+
5171
+ Class.&lt;<a onclick="getTypeHTML(event)" link="SketchBaseDrawTool.html">SketchBaseDrawTool</a>>
5172
+
5173
+ </span>
5174
+
4789
5175
 
4790
5176
 
4791
5177
 
@@ -4817,7 +5203,7 @@ view.on({
4817
5203
 
4818
5204
  <dt class="inherited-from">Inherited From:</dt>
4819
5205
  <dd class="inherited-from"><ul class="dummy"><li>
4820
- <a class="mapgis-link-name" title="SketchEditor#startCustomDrawTool" SketchEditor.html#startCustomDrawTool>SketchEditor#startCustomDrawTool</a>
5206
+ <a goto="startCustomDrawTool" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#startCustomDrawTool" SketchEditor.html#startCustomDrawTool>SketchEditor#startCustomDrawTool</a>
4821
5207
  </li></ul></dd>
4822
5208
 
4823
5209
 
@@ -4913,7 +5299,7 @@ view.on({
4913
5299
 
4914
5300
  <dt class="inherited-from">Inherited From:</dt>
4915
5301
  <dd class="inherited-from"><ul class="dummy"><li>
4916
- <a class="mapgis-link-name" title="SketchEditor#stop" SketchEditor.html#stop>SketchEditor#stop</a>
5302
+ <a goto="stop" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#stop" SketchEditor.html#stop>SketchEditor#stop</a>
4917
5303
  </li></ul></dd>
4918
5304
 
4919
5305
 
@@ -5009,7 +5395,7 @@ view.on({
5009
5395
 
5010
5396
  <dt class="inherited-from">Inherited From:</dt>
5011
5397
  <dd class="inherited-from"><ul class="dummy"><li>
5012
- <a class="mapgis-link-name" title="SketchEditor#undo" SketchEditor.html#undo>SketchEditor#undo</a>
5398
+ <a goto="undo" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#undo" SketchEditor.html#undo>SketchEditor#undo</a>
5013
5399
  </li></ul></dd>
5014
5400
 
5015
5401
 
@@ -5070,7 +5456,12 @@ view.on({
5070
5456
  <div class='column is-5 has-text-left'>
5071
5457
  <label>类型: </label>
5072
5458
 
5073
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5459
+ <span class="param-type">
5460
+
5461
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5462
+
5463
+ </span>
5464
+
5074
5465
 
5075
5466
 
5076
5467
  </div>
@@ -5141,13 +5532,18 @@ view.on({
5141
5532
 
5142
5533
  <tr class="deep-level-0">
5143
5534
 
5144
- <td class="name" id="polygons"><code>polygons</code></td>
5535
+ <td class="name"><code>polygons</code></td>
5145
5536
 
5146
5537
 
5147
5538
  <td class="type">
5148
5539
 
5149
5540
 
5150
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5541
+ <span class="param-type">
5542
+
5543
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5544
+
5545
+ </span>
5546
+
5151
5547
 
5152
5548
 
5153
5549
 
@@ -5179,7 +5575,7 @@ view.on({
5179
5575
 
5180
5576
  <dt class="inherited-from">Inherited From:</dt>
5181
5577
  <dd class="inherited-from"><ul class="dummy"><li>
5182
- <a class="mapgis-link-name" title="SketchEditor#union" SketchEditor.html#union>SketchEditor#union</a>
5578
+ <a goto="union" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#union" SketchEditor.html#union>SketchEditor#union</a>
5183
5579
  </li></ul></dd>
5184
5580
 
5185
5581
 
@@ -5240,7 +5636,12 @@ view.on({
5240
5636
  <div class='column is-5 has-text-left'>
5241
5637
  <label>类型: </label>
5242
5638
 
5243
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5639
+ <span class="param-type">
5640
+
5641
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5642
+
5643
+ </span>
5644
+
5244
5645
 
5245
5646
 
5246
5647
  </div>
@@ -5311,13 +5712,18 @@ view.on({
5311
5712
 
5312
5713
  <tr class="deep-level-0">
5313
5714
 
5314
- <td class="name" id="point"><code>point</code></td>
5715
+ <td class="name"><code>point</code></td>
5315
5716
 
5316
5717
 
5317
5718
  <td class="type">
5318
5719
 
5319
5720
 
5320
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5721
+ <span class="param-type">
5722
+
5723
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5724
+
5725
+ </span>
5726
+
5321
5727
 
5322
5728
 
5323
5729
 
@@ -5335,13 +5741,18 @@ view.on({
5335
5741
 
5336
5742
  <tr class="deep-level-0">
5337
5743
 
5338
- <td class="name" id="index"><code>index</code></td>
5744
+ <td class="name"><code>index</code></td>
5339
5745
 
5340
5746
 
5341
5747
  <td class="type">
5342
5748
 
5343
5749
 
5344
- <span class="param-type">Number</span>
5750
+ <span class="param-type">
5751
+
5752
+ Number
5753
+
5754
+ </span>
5755
+
5345
5756
 
5346
5757
 
5347
5758
 
@@ -5373,7 +5784,7 @@ view.on({
5373
5784
 
5374
5785
  <dt class="inherited-from">Inherited From:</dt>
5375
5786
  <dd class="inherited-from"><ul class="dummy"><li>
5376
- <a class="mapgis-link-name" title="SketchEditor#updateVertex" SketchEditor.html#updateVertex>SketchEditor#updateVertex</a>
5787
+ <a goto="updateVertex" link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor#updateVertex" SketchEditor.html#updateVertex>SketchEditor#updateVertex</a>
5377
5788
  </li></ul></dd>
5378
5789
 
5379
5790
 
@@ -5434,7 +5845,12 @@ view.on({
5434
5845
  <div class='column is-5 has-text-left'>
5435
5846
  <label>类型: </label>
5436
5847
 
5437
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5848
+ <span class="param-type">
5849
+
5850
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5851
+
5852
+ </span>
5853
+
5438
5854
 
5439
5855
 
5440
5856
  </div>
@@ -5473,47 +5889,47 @@ view.on({
5473
5889
  <tbody>
5474
5890
 
5475
5891
  <tr class="deep-level-0">
5476
- <td class="name"><code><a href="SketchEditorCesium.html#创建草图图形时事件">创建草图图形时事件</a></code></td>
5892
+ <td class="name"><code><a href="#创建草图图形时事件">创建草图图形时事件</a></code></td>
5477
5893
  <td class="name"><code>创建草图图形时事件</code></td>
5478
5894
  </tr>
5479
5895
 
5480
5896
  <tr class="deep-level-0">
5481
- <td class="name"><code><a href="SketchEditorCesium.html#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5897
+ <td class="name"><code><a href="#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5482
5898
  <td class="name"><code>标绘制线或区的一个顶点完成事件(废弃)</code></td>
5483
5899
  </tr>
5484
5900
 
5485
5901
  <tr class="deep-level-0">
5486
- <td class="name"><code><a href="SketchEditorCesium.html#移除草图图形事件">移除草图图形事件</a></code></td>
5902
+ <td class="name"><code><a href="#移除草图图形事件">移除草图图形事件</a></code></td>
5487
5903
  <td class="name"><code>移除草图图形事件</code></td>
5488
5904
  </tr>
5489
5905
 
5490
5906
  <tr class="deep-level-0">
5491
- <td class="name"><code><a href="SketchEditorCesium.html#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5907
+ <td class="name"><code><a href="#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5492
5908
  <td class="name"><code>编辑草图图形时事件</code></td>
5493
5909
  </tr>
5494
5910
 
5495
5911
  <tr class="deep-level-0">
5496
- <td class="name"><code><a href="SketchEditorCesium.html#草图绘制完成事件">草图绘制完成事件</a></code></td>
5912
+ <td class="name"><code><a href="#草图绘制完成事件">草图绘制完成事件</a></code></td>
5497
5913
  <td class="name"><code>草图绘制完成事件</code></td>
5498
5914
  </tr>
5499
5915
 
5500
5916
  <tr class="deep-level-0">
5501
- <td class="name"><code><a href="SketchEditorCesium.html#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5917
+ <td class="name"><code><a href="#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5502
5918
  <td class="name"><code>草图绘制完成事件(废弃)</code></td>
5503
5919
  </tr>
5504
5920
 
5505
5921
  <tr class="deep-level-0">
5506
- <td class="name"><code><a href="SketchEditorCesium.html#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5922
+ <td class="name"><code><a href="#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5507
5923
  <td class="name"><code>草图编辑器回退事件</code></td>
5508
5924
  </tr>
5509
5925
 
5510
5926
  <tr class="deep-level-0">
5511
- <td class="name"><code><a href="SketchEditorCesium.html#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5927
+ <td class="name"><code><a href="#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5512
5928
  <td class="name"><code>草图编辑器撤销事件</code></td>
5513
5929
  </tr>
5514
5930
 
5515
5931
  <tr class="deep-level-0">
5516
- <td class="name"><code><a href="SketchEditorCesium.html#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5932
+ <td class="name"><code><a href="#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5517
5933
  <td class="name"><code>草图被选中事件(废弃)</code></td>
5518
5934
  </tr>
5519
5935
 
@@ -5585,7 +6001,12 @@ view.on({
5585
6001
  <td class="type">
5586
6002
 
5587
6003
 
5588
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6004
+ <span class="param-type">
6005
+
6006
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6007
+
6008
+ </span>
6009
+
5589
6010
 
5590
6011
 
5591
6012
 
@@ -5614,7 +6035,7 @@ view.on({
5614
6035
 
5615
6036
  <dt class="inherited-from">Inherited From:</dt>
5616
6037
  <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>
6038
+ <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
6039
  </li></ul></dd>
5619
6040
 
5620
6041
 
@@ -5746,7 +6167,12 @@ view.on({
5746
6167
  <td class="type">
5747
6168
 
5748
6169
 
5749
- <span class="param-type">Object</span>
6170
+ <span class="param-type">
6171
+
6172
+ Object
6173
+
6174
+ </span>
6175
+
5750
6176
 
5751
6177
 
5752
6178
 
@@ -5779,7 +6205,12 @@ view.on({
5779
6205
  <td class="type">
5780
6206
 
5781
6207
 
5782
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6208
+ <span class="param-type">
6209
+
6210
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6211
+
6212
+ </span>
6213
+
5783
6214
 
5784
6215
 
5785
6216
 
@@ -5816,7 +6247,12 @@ view.on({
5816
6247
  <td class="type">
5817
6248
 
5818
6249
 
5819
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6250
+ <span class="param-type">
6251
+
6252
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6253
+
6254
+ </span>
6255
+
5820
6256
 
5821
6257
 
5822
6258
 
@@ -5859,7 +6295,7 @@ view.on({
5859
6295
 
5860
6296
  <dt class="inherited-from">Inherited From:</dt>
5861
6297
  <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>
6298
+ <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
6299
  </li></ul></dd>
5864
6300
 
5865
6301
 
@@ -5987,7 +6423,12 @@ view.on({
5987
6423
  <td class="type">
5988
6424
 
5989
6425
 
5990
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6426
+ <span class="param-type">
6427
+
6428
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6429
+
6430
+ </span>
6431
+
5991
6432
 
5992
6433
 
5993
6434
 
@@ -6016,7 +6457,7 @@ view.on({
6016
6457
 
6017
6458
  <dt class="inherited-from">Inherited From:</dt>
6018
6459
  <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>
6460
+ <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
6461
  </li></ul></dd>
6021
6462
 
6022
6463
 
@@ -6144,7 +6585,12 @@ view.on({
6144
6585
  <td class="type">
6145
6586
 
6146
6587
 
6147
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6588
+ <span class="param-type">
6589
+
6590
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6591
+
6592
+ </span>
6593
+
6148
6594
 
6149
6595
 
6150
6596
 
@@ -6173,7 +6619,7 @@ view.on({
6173
6619
 
6174
6620
  <dt class="inherited-from">Inherited From:</dt>
6175
6621
  <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>
6622
+ <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
6623
  </li></ul></dd>
6178
6624
 
6179
6625
 
@@ -6305,7 +6751,12 @@ view.on({
6305
6751
  <td class="type">
6306
6752
 
6307
6753
 
6308
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6754
+ <span class="param-type">
6755
+
6756
+ <a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a>
6757
+
6758
+ </span>
6759
+
6309
6760
 
6310
6761
 
6311
6762
 
@@ -6340,7 +6791,12 @@ view.on({
6340
6791
  <td class="type">
6341
6792
 
6342
6793
 
6343
- <span class="param-type">Object</span>
6794
+ <span class="param-type">
6795
+
6796
+ Object
6797
+
6798
+ </span>
6799
+
6344
6800
 
6345
6801
 
6346
6802
 
@@ -6373,7 +6829,12 @@ view.on({
6373
6829
  <td class="type">
6374
6830
 
6375
6831
 
6376
- <span class="param-type">Object</span>
6832
+ <span class="param-type">
6833
+
6834
+ Object
6835
+
6836
+ </span>
6837
+
6377
6838
 
6378
6839
 
6379
6840
 
@@ -6410,7 +6871,12 @@ view.on({
6410
6871
  <td class="type">
6411
6872
 
6412
6873
 
6413
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6874
+ <span class="param-type">
6875
+
6876
+ <a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a>
6877
+
6878
+ </span>
6879
+
6414
6880
 
6415
6881
 
6416
6882
 
@@ -6447,7 +6913,12 @@ view.on({
6447
6913
  <td class="type">
6448
6914
 
6449
6915
 
6450
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6916
+ <span class="param-type">
6917
+
6918
+ <a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a>
6919
+
6920
+ </span>
6921
+
6451
6922
 
6452
6923
 
6453
6924
 
@@ -6484,7 +6955,12 @@ view.on({
6484
6955
  <td class="type">
6485
6956
 
6486
6957
 
6487
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6958
+ <span class="param-type">
6959
+
6960
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
6961
+
6962
+ </span>
6963
+
6488
6964
 
6489
6965
 
6490
6966
 
@@ -6521,7 +6997,12 @@ view.on({
6521
6997
  <td class="type">
6522
6998
 
6523
6999
 
6524
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7000
+ <span class="param-type">
7001
+
7002
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7003
+
7004
+ </span>
7005
+
6525
7006
 
6526
7007
 
6527
7008
 
@@ -6564,7 +7045,7 @@ view.on({
6564
7045
 
6565
7046
  <dt class="inherited-from">Inherited From:</dt>
6566
7047
  <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>
7048
+ <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
7049
  </li></ul></dd>
6569
7050
 
6570
7051
 
@@ -6696,7 +7177,12 @@ view.on({
6696
7177
  <td class="type">
6697
7178
 
6698
7179
 
6699
- <span class="param-type">Object</span>
7180
+ <span class="param-type">
7181
+
7182
+ Object
7183
+
7184
+ </span>
7185
+
6700
7186
 
6701
7187
 
6702
7188
 
@@ -6729,7 +7215,12 @@ view.on({
6729
7215
  <td class="type">
6730
7216
 
6731
7217
 
6732
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7218
+ <span class="param-type">
7219
+
7220
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7221
+
7222
+ </span>
7223
+
6733
7224
 
6734
7225
 
6735
7226
 
@@ -6766,7 +7257,12 @@ view.on({
6766
7257
  <td class="type">
6767
7258
 
6768
7259
 
6769
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7260
+ <span class="param-type">
7261
+
7262
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7263
+
7264
+ </span>
7265
+
6770
7266
 
6771
7267
 
6772
7268
 
@@ -6809,7 +7305,7 @@ view.on({
6809
7305
 
6810
7306
  <dt class="inherited-from">Inherited From:</dt>
6811
7307
  <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>
7308
+ <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
7309
  </li></ul></dd>
6814
7310
 
6815
7311
 
@@ -6937,7 +7433,12 @@ view.on({
6937
7433
  <td class="type">
6938
7434
 
6939
7435
 
6940
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7436
+ <span class="param-type">
7437
+
7438
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7439
+
7440
+ </span>
7441
+
6941
7442
 
6942
7443
 
6943
7444
 
@@ -6966,7 +7467,7 @@ view.on({
6966
7467
 
6967
7468
  <dt class="inherited-from">Inherited From:</dt>
6968
7469
  <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>
7470
+ <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
7471
  </li></ul></dd>
6971
7472
 
6972
7473
 
@@ -7094,7 +7595,12 @@ view.on({
7094
7595
  <td class="type">
7095
7596
 
7096
7597
 
7097
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7598
+ <span class="param-type">
7599
+
7600
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7601
+
7602
+ </span>
7603
+
7098
7604
 
7099
7605
 
7100
7606
 
@@ -7123,7 +7629,7 @@ view.on({
7123
7629
 
7124
7630
  <dt class="inherited-from">Inherited From:</dt>
7125
7631
  <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>
7632
+ <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
7633
  </li></ul></dd>
7128
7634
 
7129
7635
 
@@ -7255,7 +7761,12 @@ view.on({
7255
7761
  <td class="type">
7256
7762
 
7257
7763
 
7258
- <span class="param-type">Object</span>
7764
+ <span class="param-type">
7765
+
7766
+ Object
7767
+
7768
+ </span>
7769
+
7259
7770
 
7260
7771
 
7261
7772
 
@@ -7288,7 +7799,12 @@ view.on({
7288
7799
  <td class="type">
7289
7800
 
7290
7801
 
7291
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7802
+ <span class="param-type">
7803
+
7804
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7805
+
7806
+ </span>
7807
+
7292
7808
 
7293
7809
 
7294
7810
 
@@ -7325,10 +7841,19 @@ view.on({
7325
7841
  <td class="type">
7326
7842
 
7327
7843
 
7328
- <span class="param-type">SketchEditorLeaflet</span>
7844
+ <span class="param-type">
7845
+
7846
+ SketchEditorLeaflet
7847
+
7848
+ </span>
7329
7849
  |
7330
7850
 
7331
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7851
+ <span class="param-type">
7852
+
7853
+ <a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a>
7854
+
7855
+ </span>
7856
+
7332
7857
 
7333
7858
 
7334
7859
 
@@ -7371,7 +7896,7 @@ view.on({
7371
7896
 
7372
7897
  <dt class="inherited-from">Inherited From:</dt>
7373
7898
  <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>
7899
+ <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
7900
  </li></ul></dd>
7376
7901
 
7377
7902