@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,16 +104,25 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="view"><code>view</code></td>
107
+ <td class="name"><code>view</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
116
+
117
+ </span>
109
118
  |
110
119
 
111
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
120
+ <span class="param-type">
121
+
122
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
123
+
124
+ </span>
125
+
112
126
 
113
127
 
114
128
 
@@ -128,13 +142,18 @@
128
142
 
129
143
  <tr class="deep-level-1">
130
144
 
131
- <td class="name" id="layer"><code>layer</code></td>
145
+ <td class="name"><code>layer</code></td>
132
146
 
133
147
 
134
148
  <td class="type">
135
149
 
136
150
 
137
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
154
+
155
+ </span>
156
+
138
157
 
139
158
 
140
159
 
@@ -154,13 +173,18 @@
154
173
 
155
174
  <tr class="deep-level-1">
156
175
 
157
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
176
+ <td class="name"><code>sketchStyle</code></td>
158
177
 
159
178
 
160
179
  <td class="type">
161
180
 
162
181
 
163
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
185
+
186
+ </span>
187
+
164
188
 
165
189
 
166
190
 
@@ -180,13 +204,18 @@
180
204
 
181
205
  <tr class="deep-level-1">
182
206
 
183
- <td class="name" id="snapOption"><code>snapOption</code></td>
207
+ <td class="name"><code>snapOption</code></td>
184
208
 
185
209
 
186
210
  <td class="type">
187
211
 
188
212
 
189
- <span class="param-type">Object</span>
213
+ <span class="param-type">
214
+
215
+ Object
216
+
217
+ </span>
218
+
190
219
 
191
220
 
192
221
 
@@ -206,13 +235,18 @@
206
235
 
207
236
  <tr class="deep-level-1">
208
237
 
209
- <td class="name" id="editable"><code>editable</code></td>
238
+ <td class="name"><code>editable</code></td>
210
239
 
211
240
 
212
241
  <td class="type">
213
242
 
214
243
 
215
- <span class="param-type">Object</span>
244
+ <span class="param-type">
245
+
246
+ Object
247
+
248
+ </span>
249
+
216
250
 
217
251
 
218
252
 
@@ -234,13 +268,18 @@
234
268
 
235
269
  <tr class="deep-level-1">
236
270
 
237
- <td class="name" id="isSimple"><code>isSimple</code></td>
271
+ <td class="name"><code>isSimple</code></td>
238
272
 
239
273
 
240
274
  <td class="type">
241
275
 
242
276
 
243
- <span class="param-type">Object</span>
277
+ <span class="param-type">
278
+
279
+ Object
280
+
281
+ </span>
282
+
244
283
 
245
284
 
246
285
 
@@ -371,7 +410,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
371
410
 
372
411
 
373
412
  <ul>
374
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
413
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
375
414
  </ul>
376
415
 
377
416
 
@@ -403,11 +442,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
403
442
  <tbody>
404
443
 
405
444
  <tr class="deep-level-0">
406
- <td class="name"><code><a href="SketchEditor.html#editable">editable</a></code></td>
445
+ <td class="name"><code><a href="#editable">editable</a></code></td>
407
446
  <td class="name">
408
447
  <code>
409
448
 
410
- <span class="param-type">Boolean</span>
449
+ <span class="param-type">
450
+
451
+ Boolean
452
+
453
+ </span>
454
+
411
455
 
412
456
 
413
457
  </code>
@@ -416,11 +460,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
416
460
  </tr>
417
461
 
418
462
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="SketchEditor.html#isSimple">isSimple</a></code></td>
463
+ <td class="name"><code><a href="#isSimple">isSimple</a></code></td>
420
464
  <td class="name">
421
465
  <code>
422
466
 
423
- <span class="param-type">Boolean</span>
467
+ <span class="param-type">
468
+
469
+ Boolean
470
+
471
+ </span>
472
+
424
473
 
425
474
 
426
475
  </code>
@@ -429,11 +478,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
429
478
  </tr>
430
479
 
431
480
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="SketchEditor.html#layer">layer</a></code></td>
481
+ <td class="name"><code><a href="#layer">layer</a></code></td>
433
482
  <td class="name">
434
483
  <code>
435
484
 
436
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
485
+ <span class="param-type">
486
+
487
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
488
+
489
+ </span>
490
+
437
491
 
438
492
 
439
493
  </code>
@@ -442,11 +496,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
442
496
  </tr>
443
497
 
444
498
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="SketchEditor.html#measureOption">measureOption</a></code></td>
499
+ <td class="name"><code><a href="#measureOption">measureOption</a></code></td>
446
500
  <td class="name">
447
501
  <code>
448
502
 
449
- <span class="param-type">Number</span>
503
+ <span class="param-type">
504
+
505
+ Number
506
+
507
+ </span>
508
+
450
509
 
451
510
 
452
511
  </code>
@@ -455,11 +514,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
455
514
  </tr>
456
515
 
457
516
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="SketchEditor.html#sketchDataType">sketchDataType</a></code></td>
517
+ <td class="name"><code><a href="#sketchDataType">sketchDataType</a></code></td>
459
518
  <td class="name">
460
519
  <code>
461
520
 
462
- <span class="param-type">Number</span>
521
+ <span class="param-type">
522
+
523
+ Number
524
+
525
+ </span>
526
+
463
527
 
464
528
 
465
529
  </code>
@@ -468,11 +532,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
468
532
  </tr>
469
533
 
470
534
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="SketchEditor.html#sketchStyle">sketchStyle</a></code></td>
535
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
472
536
  <td class="name">
473
537
  <code>
474
538
 
475
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
539
+ <span class="param-type">
540
+
541
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
542
+
543
+ </span>
544
+
476
545
 
477
546
 
478
547
  </code>
@@ -481,11 +550,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
481
550
  </tr>
482
551
 
483
552
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="SketchEditor.html#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
553
+ <td class="name"><code><a href="#snapAndReferGeometries">snapAndReferGeometries</a></code></td>
485
554
  <td class="name">
486
555
  <code>
487
556
 
488
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
557
+ <span class="param-type">
558
+
559
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
560
+
561
+ </span>
562
+
489
563
 
490
564
 
491
565
  </code>
@@ -494,11 +568,16 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
494
568
  </tr>
495
569
 
496
570
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="SketchEditor.html#snapOption">snapOption</a></code></td>
571
+ <td class="name"><code><a href="#snapOption">snapOption</a></code></td>
498
572
  <td class="name">
499
573
  <code>
500
574
 
501
- <span class="param-type">Object</span>
575
+ <span class="param-type">
576
+
577
+ Object
578
+
579
+ </span>
580
+
502
581
 
503
582
 
504
583
  </code>
@@ -507,14 +586,23 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
507
586
  </tr>
508
587
 
509
588
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="SketchEditor.html#view">view</a></code></td>
589
+ <td class="name"><code><a href="#view">view</a></code></td>
511
590
  <td class="name">
512
591
  <code>
513
592
 
514
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
593
+ <span class="param-type">
594
+
595
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
596
+
597
+ </span>
515
598
  |
516
599
 
517
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
600
+ <span class="param-type">
601
+
602
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
603
+
604
+ </span>
605
+
518
606
 
519
607
 
520
608
  </code>
@@ -533,7 +621,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
533
621
  <span class="method-parameter is-pulled-right">
534
622
  <label>类型:</label>
535
623
 
536
- <span class="param-type">Boolean</span>
624
+ <span class="param-type">
625
+
626
+ Boolean
627
+
628
+ </span>
629
+
537
630
 
538
631
 
539
632
  </span>
@@ -603,7 +696,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
603
696
  <span class="method-parameter is-pulled-right">
604
697
  <label>类型:</label>
605
698
 
606
- <span class="param-type">Boolean</span>
699
+ <span class="param-type">
700
+
701
+ Boolean
702
+
703
+ </span>
704
+
607
705
 
608
706
 
609
707
  </span>
@@ -673,7 +771,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
673
771
  <span class="method-parameter is-pulled-right">
674
772
  <label>类型:</label>
675
773
 
676
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
774
+ <span class="param-type">
775
+
776
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
777
+
778
+ </span>
779
+
677
780
 
678
781
 
679
782
  </span>
@@ -743,7 +846,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
743
846
  <span class="method-parameter is-pulled-right">
744
847
  <label>类型:</label>
745
848
 
746
- <span class="param-type">Number</span>
849
+ <span class="param-type">
850
+
851
+ Number
852
+
853
+ </span>
854
+
747
855
 
748
856
 
749
857
  </span>
@@ -813,7 +921,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
813
921
  <span class="method-parameter is-pulled-right">
814
922
  <label>类型:</label>
815
923
 
816
- <span class="param-type">Number</span>
924
+ <span class="param-type">
925
+
926
+ Number
927
+
928
+ </span>
929
+
817
930
 
818
931
 
819
932
  </span>
@@ -883,7 +996,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
883
996
  <span class="method-parameter is-pulled-right">
884
997
  <label>类型:</label>
885
998
 
886
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
999
+ <span class="param-type">
1000
+
1001
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1002
+
1003
+ </span>
1004
+
887
1005
 
888
1006
 
889
1007
  </span>
@@ -953,7 +1071,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
953
1071
  <span class="method-parameter is-pulled-right">
954
1072
  <label>类型:</label>
955
1073
 
956
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1074
+ <span class="param-type">
1075
+
1076
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1077
+
1078
+ </span>
1079
+
957
1080
 
958
1081
 
959
1082
  </span>
@@ -1023,7 +1146,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1023
1146
  <span class="method-parameter is-pulled-right">
1024
1147
  <label>类型:</label>
1025
1148
 
1026
- <span class="param-type">Object</span>
1149
+ <span class="param-type">
1150
+
1151
+ Object
1152
+
1153
+ </span>
1154
+
1027
1155
 
1028
1156
 
1029
1157
  </span>
@@ -1095,10 +1223,19 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1095
1223
  <span class="method-parameter is-pulled-right">
1096
1224
  <label>类型:</label>
1097
1225
 
1098
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1226
+ <span class="param-type">
1227
+
1228
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1229
+
1230
+ </span>
1099
1231
  |
1100
1232
 
1101
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1233
+ <span class="param-type">
1234
+
1235
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1236
+
1237
+ </span>
1238
+
1102
1239
 
1103
1240
 
1104
1241
  </span>
@@ -1184,52 +1321,67 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1184
1321
  <tbody>
1185
1322
 
1186
1323
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchEditor.html#addVertex">addVertex</a></code></td>
1324
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1188
1325
  <td class="name">
1189
1326
  <code>
1190
1327
 
1191
1328
 
1192
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1329
+ <span class="param-type">
1330
+
1331
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1332
+
1333
+ </span>
1334
+
1193
1335
 
1194
1336
 
1195
1337
 
1196
1338
  </code>
1197
1339
  </td>
1198
- <td class="name"><code><p>向当前线或区草图中插入新的顶点<a id='addVertex'></a></p></code></td>
1340
+ <td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
1199
1341
  </tr>
1200
1342
 
1201
1343
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchEditor.html#canRedo">canRedo</a></code></td>
1344
+ <td class="name"><code><a href="#canRedo">canRedo</a></code></td>
1203
1345
  <td class="name">
1204
1346
  <code>
1205
1347
 
1206
1348
 
1207
- <span class="param-type">Boolean</span>
1349
+ <span class="param-type">
1350
+
1351
+ Boolean
1352
+
1353
+ </span>
1354
+
1208
1355
 
1209
1356
 
1210
1357
 
1211
1358
  </code>
1212
1359
  </td>
1213
- <td class="name"><code><p>草图是否可执行恢复操作<a id='canRedo'></a></p></code></td>
1360
+ <td class="name"><code><p>草图是否可执行恢复操作</code></td>
1214
1361
  </tr>
1215
1362
 
1216
1363
  <tr class="deep-level-0">
1217
- <td class="name"><code><a href="SketchEditor.html#canUndo">canUndo</a></code></td>
1364
+ <td class="name"><code><a href="#canUndo">canUndo</a></code></td>
1218
1365
  <td class="name">
1219
1366
  <code>
1220
1367
 
1221
1368
 
1222
- <span class="param-type">Boolean</span>
1369
+ <span class="param-type">
1370
+
1371
+ Boolean
1372
+
1373
+ </span>
1374
+
1223
1375
 
1224
1376
 
1225
1377
 
1226
1378
  </code>
1227
1379
  </td>
1228
- <td class="name"><code><p>草图是否可执行撤销操作<a id='canUndo'></a></p></code></td>
1380
+ <td class="name"><code><p>草图是否可执行撤销操作</code></td>
1229
1381
  </tr>
1230
1382
 
1231
1383
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchEditor.html#destroy">destroy</a></code></td>
1384
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
1233
1385
  <td class="name">
1234
1386
  <code>
1235
1387
 
@@ -1239,72 +1391,97 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1239
1391
  </tr>
1240
1392
 
1241
1393
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchEditor.html#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1394
+ <td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
1243
1395
  <td class="name">
1244
1396
  <code>
1245
1397
 
1246
1398
 
1247
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1399
+ <span class="param-type">
1400
+
1401
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1402
+
1403
+ </span>
1404
+
1248
1405
 
1249
1406
 
1250
1407
 
1251
1408
  </code>
1252
1409
  </td>
1253
- <td class="name"><code><p>线拓扑造区<a id='drawPolylineToPolygon'></a></p></code></td>
1410
+ <td class="name"><code><p>线拓扑造区</code></td>
1254
1411
  </tr>
1255
1412
 
1256
1413
  <tr class="deep-level-0">
1257
- <td class="name"><code><a href="SketchEditor.html#getGeometry">getGeometry</a></code></td>
1414
+ <td class="name"><code><a href="#getGeometry">getGeometry</a></code></td>
1258
1415
  <td class="name">
1259
1416
  <code>
1260
1417
 
1261
1418
 
1262
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1419
+ <span class="param-type">
1420
+
1421
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1422
+
1423
+ </span>
1424
+
1263
1425
 
1264
1426
 
1265
1427
 
1266
1428
  </code>
1267
1429
  </td>
1268
- <td class="name"><code><p>获取草图几何对象<a id='getGeometry'></a></p></code></td>
1430
+ <td class="name"><code><p>获取草图几何对象</code></td>
1269
1431
  </tr>
1270
1432
 
1271
1433
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchEditor.html#getSketchDataType">getSketchDataType</a></code></td>
1434
+ <td class="name"><code><a href="#getSketchDataType">getSketchDataType</a></code></td>
1273
1435
  <td class="name">
1274
1436
  <code>
1275
1437
 
1276
1438
 
1277
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
1439
+ <span class="param-type">
1440
+
1441
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
1442
+
1443
+ </span>
1444
+
1278
1445
 
1279
1446
 
1280
1447
 
1281
1448
  </code>
1282
1449
  </td>
1283
- <td class="name"><code><p>获取草图图形类型<a id='getSketchDataType'></a></p></code></td>
1450
+ <td class="name"><code><p>获取草图图形类型</code></td>
1284
1451
  </tr>
1285
1452
 
1286
1453
  <tr class="deep-level-0">
1287
- <td class="name"><code><a href="SketchEditor.html#getSketchStyle">getSketchStyle</a></code></td>
1454
+ <td class="name"><code><a href="#getSketchStyle">getSketchStyle</a></code></td>
1288
1455
  <td class="name">
1289
1456
  <code>
1290
1457
 
1291
1458
 
1292
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1459
+ <span class="param-type">
1460
+
1461
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1462
+
1463
+ </span>
1464
+
1293
1465
 
1294
1466
 
1295
1467
 
1296
1468
  </code>
1297
1469
  </td>
1298
- <td class="name"><code><p>获取草图样式<a id='getSketchStyle'></a></p></code></td>
1470
+ <td class="name"><code><p>获取草图样式</code></td>
1299
1471
  </tr>
1300
1472
 
1301
1473
  <tr class="deep-level-0">
1302
- <td class="name"><code><a href="SketchEditor.html#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1474
+ <td class="name"><code><a href="#getSnapAndReferGeometries">getSnapAndReferGeometries</a></code></td>
1303
1475
  <td class="name">
1304
1476
  <code>
1305
1477
 
1306
1478
 
1307
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1479
+ <span class="param-type">
1480
+
1481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1482
+
1483
+ </span>
1484
+
1308
1485
 
1309
1486
 
1310
1487
 
@@ -1314,12 +1491,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1314
1491
  </tr>
1315
1492
 
1316
1493
  <tr class="deep-level-0">
1317
- <td class="name"><code><a href="SketchEditor.html#getSnapOption">getSnapOption</a></code></td>
1494
+ <td class="name"><code><a href="#getSnapOption">getSnapOption</a></code></td>
1318
1495
  <td class="name">
1319
1496
  <code>
1320
1497
 
1321
1498
 
1322
- <span class="param-type">Object</span>
1499
+ <span class="param-type">
1500
+
1501
+ Object
1502
+
1503
+ </span>
1504
+
1323
1505
 
1324
1506
 
1325
1507
 
@@ -1329,12 +1511,17 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1329
1511
  </tr>
1330
1512
 
1331
1513
  <tr class="deep-level-0">
1332
- <td class="name"><code><a href="SketchEditor.html#off">off</a></code></td>
1514
+ <td class="name"><code><a href="#off">off</a></code></td>
1333
1515
  <td class="name">
1334
1516
  <code>
1335
1517
 
1336
1518
 
1337
- <span class="param-type">Object</span>
1519
+ <span class="param-type">
1520
+
1521
+ Object
1522
+
1523
+ </span>
1524
+
1338
1525
 
1339
1526
 
1340
1527
 
@@ -1342,21 +1529,21 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1342
1529
  </td>
1343
1530
  <td class="name"><code><p>移除事件<br/>
1344
1531
  示例如下:<br/>
1345
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1346
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1347
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1348
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1349
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1350
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1532
+ </code></td>
1351
1533
  </tr>
1352
1534
 
1353
1535
  <tr class="deep-level-0">
1354
- <td class="name"><code><a href="SketchEditor.html#on">on</a></code></td>
1536
+ <td class="name"><code><a href="#on">on</a></code></td>
1355
1537
  <td class="name">
1356
1538
  <code>
1357
1539
 
1358
1540
 
1359
- <span class="param-type">Object</span>
1541
+ <span class="param-type">
1542
+
1543
+ Object
1544
+
1545
+ </span>
1546
+
1360
1547
 
1361
1548
 
1362
1549
 
@@ -1364,65 +1551,71 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1364
1551
  </td>
1365
1552
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1366
1553
  示例如下:<br/>
1367
- <a href='#event1'>[1、注册一个事件]</a><br/>
1368
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1369
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1370
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1371
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1554
+ </code></td>
1372
1555
  </tr>
1373
1556
 
1374
1557
  <tr class="deep-level-0">
1375
- <td class="name"><code><a href="SketchEditor.html#redo">redo</a></code></td>
1558
+ <td class="name"><code><a href="#redo">redo</a></code></td>
1376
1559
  <td class="name">
1377
1560
  <code>
1378
1561
 
1379
1562
 
1380
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1563
+ <span class="param-type">
1564
+
1565
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1566
+
1567
+ </span>
1568
+
1381
1569
 
1382
1570
 
1383
1571
 
1384
1572
  </code>
1385
1573
  </td>
1386
- <td class="name"><code><p>恢复被撤销的草图<a id='redo'></a></p></code></td>
1574
+ <td class="name"><code><p>恢复被撤销的草图</code></td>
1387
1575
  </tr>
1388
1576
 
1389
1577
  <tr class="deep-level-0">
1390
- <td class="name"><code><a href="SketchEditor.html#remove">remove</a></code></td>
1578
+ <td class="name"><code><a href="#remove">remove</a></code></td>
1391
1579
  <td class="name">
1392
1580
  <code>
1393
1581
 
1394
1582
  </code>
1395
1583
  </td>
1396
- <td class="name"><code><p>移除当前草图<a id='remove'></a></p></code></td>
1584
+ <td class="name"><code><p>移除当前草图</code></td>
1397
1585
  </tr>
1398
1586
 
1399
1587
  <tr class="deep-level-0">
1400
- <td class="name"><code><a href="SketchEditor.html#removeVertex">removeVertex</a></code></td>
1588
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1401
1589
  <td class="name">
1402
1590
  <code>
1403
1591
 
1404
1592
 
1405
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1593
+ <span class="param-type">
1594
+
1595
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1596
+
1597
+ </span>
1598
+
1406
1599
 
1407
1600
 
1408
1601
 
1409
1602
  </code>
1410
1603
  </td>
1411
- <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点<a id='removeVertex'></a></p></code></td>
1604
+ <td class="name"><code><p>移除当前选中的线或区草图图形的某个顶点</code></td>
1412
1605
  </tr>
1413
1606
 
1414
1607
  <tr class="deep-level-0">
1415
- <td class="name"><code><a href="SketchEditor.html#setSketchStyle">setSketchStyle</a></code></td>
1608
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1416
1609
  <td class="name">
1417
1610
  <code>
1418
1611
 
1419
1612
  </code>
1420
1613
  </td>
1421
- <td class="name"><code><p>设置草图样式<a id='setSketchStyle'></a></p></code></td>
1614
+ <td class="name"><code><p>设置草图样式</code></td>
1422
1615
  </tr>
1423
1616
 
1424
1617
  <tr class="deep-level-0">
1425
- <td class="name"><code><a href="SketchEditor.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1618
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1426
1619
  <td class="name">
1427
1620
  <code>
1428
1621
 
@@ -1432,7 +1625,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1432
1625
  </tr>
1433
1626
 
1434
1627
  <tr class="deep-level-0">
1435
- <td class="name"><code><a href="SketchEditor.html#setSnapOption">setSnapOption</a></code></td>
1628
+ <td class="name"><code><a href="#setSnapOption">setSnapOption</a></code></td>
1436
1629
  <td class="name">
1437
1630
  <code>
1438
1631
 
@@ -1442,97 +1635,113 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1442
1635
  </tr>
1443
1636
 
1444
1637
  <tr class="deep-level-0">
1445
- <td class="name"><code><a href="SketchEditor.html#split">split</a></code></td>
1638
+ <td class="name"><code><a href="#split">split</a></code></td>
1446
1639
  <td class="name">
1447
1640
  <code>
1448
1641
 
1449
1642
 
1450
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
1643
+ <span class="param-type">
1644
+
1645
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1646
+
1647
+ </span>
1648
+
1451
1649
 
1452
1650
 
1453
1651
 
1454
1652
  </code>
1455
1653
  </td>
1456
- <td class="name"><code><p>分割草图对象或区几何对象<a id='split'></a></p></code></td>
1654
+ <td class="name"><code><p>分割草图对象或区几何对象</code></td>
1457
1655
  </tr>
1458
1656
 
1459
1657
  <tr class="deep-level-0">
1460
- <td class="name"><code><a href="SketchEditor.html#start">start</a></code></td>
1658
+ <td class="name"><code><a href="#start">start</a></code></td>
1461
1659
  <td class="name">
1462
1660
  <code>
1463
1661
 
1464
1662
  </code>
1465
1663
  </td>
1466
- <td class="name"><code><p>开始(鼠标)绘制草图<a id='start'></a>
1467
- 根据传入绘制草图类型,开始鼠标绘制。<br/>
1468
- 绘制点图形,鼠标单击即绘制。<br/>
1469
- 绘制线图形,鼠标单击绘制线的一个顶点;鼠标移动,延长线图形;鼠标双击,完成线图形绘制。<br/>
1470
- 绘制区图形,鼠标单击绘制区的一个顶点;鼠标移动,区图形随鼠标位置变动;鼠标双击,完成区图形绘制。<br/></p></code></td>
1664
+ <td class="name"><code><p>开始(鼠标)绘制草图</code></td>
1471
1665
  </tr>
1472
1666
 
1473
1667
  <tr class="deep-level-0">
1474
- <td class="name"><code><a href="SketchEditor.html#startCustomDrawTool">startCustomDrawTool</a></code></td>
1668
+ <td class="name"><code><a href="#startCustomDrawTool">startCustomDrawTool</a></code></td>
1475
1669
  <td class="name">
1476
1670
  <code>
1477
1671
 
1478
1672
  </code>
1479
1673
  </td>
1480
- <td class="name"><code><p>开始(鼠标)绘制自定义草图图形<a id='startCustomDrawTool'></a></p></code></td>
1674
+ <td class="name"><code><p>开始(鼠标)绘制自定义草图图形</code></td>
1481
1675
  </tr>
1482
1676
 
1483
1677
  <tr class="deep-level-0">
1484
- <td class="name"><code><a href="SketchEditor.html#stop">stop</a></code></td>
1678
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1485
1679
  <td class="name">
1486
1680
  <code>
1487
1681
 
1488
1682
  </code>
1489
1683
  </td>
1490
- <td class="name"><code><p>停止鼠标绘制草图<a id='stop'></a></p></code></td>
1684
+ <td class="name"><code><p>停止鼠标绘制草图</code></td>
1491
1685
  </tr>
1492
1686
 
1493
1687
  <tr class="deep-level-0">
1494
- <td class="name"><code><a href="SketchEditor.html#undo">undo</a></code></td>
1688
+ <td class="name"><code><a href="#undo">undo</a></code></td>
1495
1689
  <td class="name">
1496
1690
  <code>
1497
1691
 
1498
1692
 
1499
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1693
+ <span class="param-type">
1694
+
1695
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1696
+
1697
+ </span>
1698
+
1500
1699
 
1501
1700
 
1502
1701
 
1503
1702
  </code>
1504
1703
  </td>
1505
- <td class="name"><code><p>撤销当前编辑操作<a id='undo'></a></p></code></td>
1704
+ <td class="name"><code><p>撤销当前编辑操作</code></td>
1506
1705
  </tr>
1507
1706
 
1508
1707
  <tr class="deep-level-0">
1509
- <td class="name"><code><a href="SketchEditor.html#union">union</a></code></td>
1708
+ <td class="name"><code><a href="#union">union</a></code></td>
1510
1709
  <td class="name">
1511
1710
  <code>
1512
1711
 
1513
1712
 
1514
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1713
+ <span class="param-type">
1714
+
1715
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1716
+
1717
+ </span>
1718
+
1515
1719
 
1516
1720
 
1517
1721
 
1518
1722
  </code>
1519
1723
  </td>
1520
- <td class="name"><code><p>合并多个区几何<a id='union'></a></p></code></td>
1724
+ <td class="name"><code><p>合并多个区几何</code></td>
1521
1725
  </tr>
1522
1726
 
1523
1727
  <tr class="deep-level-0">
1524
- <td class="name"><code><a href="SketchEditor.html#updateVertex">updateVertex</a></code></td>
1728
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1525
1729
  <td class="name">
1526
1730
  <code>
1527
1731
 
1528
1732
 
1529
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1733
+ <span class="param-type">
1734
+
1735
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1736
+
1737
+ </span>
1738
+
1530
1739
 
1531
1740
 
1532
1741
 
1533
1742
  </code>
1534
1743
  </td>
1535
- <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点<a id='updateVertex'></a></p></code></td>
1744
+ <td class="name"><code><p>更新当前选中线或区草图图形的某个顶点</code></td>
1536
1745
  </tr>
1537
1746
 
1538
1747
  </tbody>
@@ -1593,13 +1802,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1593
1802
 
1594
1803
  <tr class="deep-level-0">
1595
1804
 
1596
- <td class="name" id="point"><code>point</code></td>
1805
+ <td class="name"><code>point</code></td>
1597
1806
 
1598
1807
 
1599
1808
  <td class="type">
1600
1809
 
1601
1810
 
1602
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1811
+ <span class="param-type">
1812
+
1813
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1814
+
1815
+ </span>
1816
+
1603
1817
 
1604
1818
 
1605
1819
 
@@ -1617,13 +1831,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1617
1831
 
1618
1832
  <tr class="deep-level-0">
1619
1833
 
1620
- <td class="name" id="index"><code>index</code></td>
1834
+ <td class="name"><code>index</code></td>
1621
1835
 
1622
1836
 
1623
1837
  <td class="type">
1624
1838
 
1625
1839
 
1626
- <span class="param-type">Number</span>
1840
+ <span class="param-type">
1841
+
1842
+ Number
1843
+
1844
+ </span>
1845
+
1627
1846
 
1628
1847
 
1629
1848
 
@@ -1711,7 +1930,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1711
1930
  <div class='column is-5 has-text-left'>
1712
1931
  <label>类型: </label>
1713
1932
 
1714
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1933
+ <span class="param-type">
1934
+
1935
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1936
+
1937
+ </span>
1938
+
1715
1939
 
1716
1940
 
1717
1941
  </div>
@@ -1825,7 +2049,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1825
2049
  <div class='column is-5 has-text-left'>
1826
2050
  <label>类型: </label>
1827
2051
 
1828
- <span class="param-type">Boolean</span>
2052
+ <span class="param-type">
2053
+
2054
+ Boolean
2055
+
2056
+ </span>
2057
+
1829
2058
 
1830
2059
 
1831
2060
  </div>
@@ -1939,7 +2168,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
1939
2168
  <div class='column is-5 has-text-left'>
1940
2169
  <label>类型: </label>
1941
2170
 
1942
- <span class="param-type">Boolean</span>
2171
+ <span class="param-type">
2172
+
2173
+ Boolean
2174
+
2175
+ </span>
2176
+
1943
2177
 
1944
2178
 
1945
2179
  </div>
@@ -2101,13 +2335,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2101
2335
 
2102
2336
  <tr class="deep-level-0">
2103
2337
 
2104
- <td class="name" id="snapAndReferGeometries"><code>snapAndReferGeometries</code></td>
2338
+ <td class="name"><code>snapAndReferGeometries</code></td>
2105
2339
 
2106
2340
 
2107
2341
  <td class="type">
2108
2342
 
2109
2343
 
2110
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2344
+ <span class="param-type">
2345
+
2346
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2347
+
2348
+ </span>
2349
+
2111
2350
 
2112
2351
 
2113
2352
 
@@ -2195,7 +2434,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2195
2434
  <div class='column is-5 has-text-left'>
2196
2435
  <label>类型: </label>
2197
2436
 
2198
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
2437
+ <span class="param-type">
2438
+
2439
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
2440
+
2441
+ </span>
2442
+
2199
2443
 
2200
2444
 
2201
2445
  </div>
@@ -2309,7 +2553,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2309
2553
  <div class='column is-5 has-text-left'>
2310
2554
  <label>类型: </label>
2311
2555
 
2312
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2556
+ <span class="param-type">
2557
+
2558
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2559
+
2560
+ </span>
2561
+
2313
2562
 
2314
2563
 
2315
2564
  </div>
@@ -2423,7 +2672,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2423
2672
  <div class='column is-5 has-text-left'>
2424
2673
  <label>类型: </label>
2425
2674
 
2426
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
2675
+ <span class="param-type">
2676
+
2677
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
2678
+
2679
+ </span>
2680
+
2427
2681
 
2428
2682
 
2429
2683
  </div>
@@ -2537,7 +2791,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2537
2791
  <div class='column is-5 has-text-left'>
2538
2792
  <label>类型: </label>
2539
2793
 
2540
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2794
+ <span class="param-type">
2795
+
2796
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2797
+
2798
+ </span>
2799
+
2541
2800
 
2542
2801
 
2543
2802
  </div>
@@ -2653,7 +2912,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2653
2912
  <div class='column is-5 has-text-left'>
2654
2913
  <label>类型: </label>
2655
2914
 
2656
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
2915
+ <span class="param-type">
2916
+
2917
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
2918
+
2919
+ </span>
2920
+
2657
2921
 
2658
2922
 
2659
2923
  </div>
@@ -2769,7 +3033,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2769
3033
  <div class='column is-5 has-text-left'>
2770
3034
  <label>类型: </label>
2771
3035
 
2772
- <span class="param-type">Object</span>
3036
+ <span class="param-type">
3037
+
3038
+ Object
3039
+
3040
+ </span>
3041
+
2773
3042
 
2774
3043
 
2775
3044
  </div>
@@ -2847,13 +3116,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2847
3116
 
2848
3117
  <tr class="deep-level-0">
2849
3118
 
2850
- <td class="name" id="types"><code>types</code></td>
3119
+ <td class="name"><code>types</code></td>
2851
3120
 
2852
3121
 
2853
3122
  <td class="type">
2854
3123
 
2855
3124
 
2856
- <span class="param-type">string</span>
3125
+ <span class="param-type">
3126
+
3127
+ string
3128
+
3129
+ </span>
3130
+
2857
3131
 
2858
3132
 
2859
3133
 
@@ -2873,13 +3147,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2873
3147
 
2874
3148
  <tr class="deep-level-0">
2875
3149
 
2876
- <td class="name" id="fn"><code>fn</code></td>
3150
+ <td class="name"><code>fn</code></td>
2877
3151
 
2878
3152
 
2879
3153
  <td class="type">
2880
3154
 
2881
3155
 
2882
- <span class="param-type">function</span>
3156
+ <span class="param-type">
3157
+
3158
+ function
3159
+
3160
+ </span>
3161
+
2883
3162
 
2884
3163
 
2885
3164
 
@@ -2897,13 +3176,18 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2897
3176
 
2898
3177
  <tr class="deep-level-0">
2899
3178
 
2900
- <td class="name" id="context"><code>context</code></td>
3179
+ <td class="name"><code>context</code></td>
2901
3180
 
2902
3181
 
2903
3182
  <td class="type">
2904
3183
 
2905
3184
 
2906
- <span class="param-type">Object</span>
3185
+ <span class="param-type">
3186
+
3187
+ Object
3188
+
3189
+ </span>
3190
+
2907
3191
 
2908
3192
 
2909
3193
 
@@ -2935,7 +3219,7 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2935
3219
 
2936
3220
  <dt class="inherited-from">Inherited From:</dt>
2937
3221
  <dd class="inherited-from"><ul class="dummy"><li>
2938
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3222
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2939
3223
  </li></ul></dd>
2940
3224
 
2941
3225
 
@@ -2996,7 +3280,12 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
2996
3280
  <div class='column is-5 has-text-left'>
2997
3281
  <label>类型: </label>
2998
3282
 
2999
- <span class="param-type">Object</span>
3283
+ <span class="param-type">
3284
+
3285
+ Object
3286
+
3287
+ </span>
3288
+
3000
3289
 
3001
3290
 
3002
3291
  </div>
@@ -3163,16 +3452,25 @@ view.off({
3163
3452
 
3164
3453
  <tr class="deep-level-0">
3165
3454
 
3166
- <td class="name" id="types"><code>types</code></td>
3455
+ <td class="name"><code>types</code></td>
3167
3456
 
3168
3457
 
3169
3458
  <td class="type">
3170
3459
 
3171
3460
 
3172
- <span class="param-type">String</span>
3461
+ <span class="param-type">
3462
+
3463
+ String
3464
+
3465
+ </span>
3173
3466
  |
3174
3467
 
3175
- <span class="param-type">Object</span>
3468
+ <span class="param-type">
3469
+
3470
+ Object
3471
+
3472
+ </span>
3473
+
3176
3474
 
3177
3475
 
3178
3476
 
@@ -3198,13 +3496,18 @@ view.off({
3198
3496
 
3199
3497
  <tr class="deep-level-0">
3200
3498
 
3201
- <td class="name" id="fn"><code>fn</code></td>
3499
+ <td class="name"><code>fn</code></td>
3202
3500
 
3203
3501
 
3204
3502
  <td class="type">
3205
3503
 
3206
3504
 
3207
- <span class="param-type">function</span>
3505
+ <span class="param-type">
3506
+
3507
+ function
3508
+
3509
+ </span>
3510
+
3208
3511
 
3209
3512
 
3210
3513
 
@@ -3228,13 +3531,18 @@ view.off({
3228
3531
 
3229
3532
  <tr class="deep-level-0">
3230
3533
 
3231
- <td class="name" id="context"><code>context</code></td>
3534
+ <td class="name"><code>context</code></td>
3232
3535
 
3233
3536
 
3234
3537
  <td class="type">
3235
3538
 
3236
3539
 
3237
- <span class="param-type">Object</span>
3540
+ <span class="param-type">
3541
+
3542
+ Object
3543
+
3544
+ </span>
3545
+
3238
3546
 
3239
3547
 
3240
3548
 
@@ -3272,7 +3580,7 @@ view.off({
3272
3580
 
3273
3581
  <dt class="inherited-from">Inherited From:</dt>
3274
3582
  <dd class="inherited-from"><ul class="dummy"><li>
3275
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3583
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3276
3584
  </li></ul></dd>
3277
3585
 
3278
3586
 
@@ -3333,7 +3641,12 @@ view.off({
3333
3641
  <div class='column is-5 has-text-left'>
3334
3642
  <label>类型: </label>
3335
3643
 
3336
- <span class="param-type">Object</span>
3644
+ <span class="param-type">
3645
+
3646
+ Object
3647
+
3648
+ </span>
3649
+
3337
3650
 
3338
3651
 
3339
3652
  </div>
@@ -3527,7 +3840,12 @@ view.on({
3527
3840
  <div class='column is-5 has-text-left'>
3528
3841
  <label>类型: </label>
3529
3842
 
3530
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3843
+ <span class="param-type">
3844
+
3845
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3846
+
3847
+ </span>
3848
+
3531
3849
 
3532
3850
 
3533
3851
  </div>
@@ -3689,13 +4007,18 @@ view.on({
3689
4007
 
3690
4008
  <tr class="deep-level-0">
3691
4009
 
3692
- <td class="name" id="index"><code>index</code></td>
4010
+ <td class="name"><code>index</code></td>
3693
4011
 
3694
4012
 
3695
4013
  <td class="type">
3696
4014
 
3697
4015
 
3698
- <span class="param-type">Number</span>
4016
+ <span class="param-type">
4017
+
4018
+ Number
4019
+
4020
+ </span>
4021
+
3699
4022
 
3700
4023
 
3701
4024
 
@@ -3783,7 +4106,12 @@ view.on({
3783
4106
  <div class='column is-5 has-text-left'>
3784
4107
  <label>类型: </label>
3785
4108
 
3786
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
4109
+ <span class="param-type">
4110
+
4111
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
4112
+
4113
+ </span>
4114
+
3787
4115
 
3788
4116
 
3789
4117
  </div>
@@ -3854,13 +4182,18 @@ view.on({
3854
4182
 
3855
4183
  <tr class="deep-level-0">
3856
4184
 
3857
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4185
+ <td class="name"><code>sketchStyle</code></td>
3858
4186
 
3859
4187
 
3860
4188
  <td class="type">
3861
4189
 
3862
4190
 
3863
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4191
+ <span class="param-type">
4192
+
4193
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4194
+
4195
+ </span>
4196
+
3864
4197
 
3865
4198
 
3866
4199
 
@@ -3994,13 +4327,18 @@ view.on({
3994
4327
 
3995
4328
  <tr class="deep-level-0">
3996
4329
 
3997
- <td class="name" id="geometries"><code>geometries</code></td>
4330
+ <td class="name"><code>geometries</code></td>
3998
4331
 
3999
4332
 
4000
4333
  <td class="type">
4001
4334
 
4002
4335
 
4003
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
4336
+ <span class="param-type">
4337
+
4338
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
4339
+
4340
+ </span>
4341
+
4004
4342
 
4005
4343
 
4006
4344
 
@@ -4136,13 +4474,18 @@ view.on({
4136
4474
 
4137
4475
  <tr class="deep-level-0">
4138
4476
 
4139
- <td class="name" id="snapOption.isSnapVertexCoincident"><code>snapOption.isSnapVertexCoincident</code></td>
4477
+ <td class="name"><code>snapOption.isSnapVertexCoincident</code></td>
4140
4478
 
4141
4479
 
4142
4480
  <td class="type">
4143
4481
 
4144
4482
 
4145
- <span class="param-type">Boolean</span>
4483
+ <span class="param-type">
4484
+
4485
+ Boolean
4486
+
4487
+ </span>
4488
+
4146
4489
 
4147
4490
 
4148
4491
 
@@ -4166,13 +4509,18 @@ view.on({
4166
4509
 
4167
4510
  <tr class="deep-level-0">
4168
4511
 
4169
- <td class="name" id="snapOption.isSnapVertexInLine"><code>snapOption.isSnapVertexInLine</code></td>
4512
+ <td class="name"><code>snapOption.isSnapVertexInLine</code></td>
4170
4513
 
4171
4514
 
4172
4515
  <td class="type">
4173
4516
 
4174
4517
 
4175
- <span class="param-type">Boolean</span>
4518
+ <span class="param-type">
4519
+
4520
+ Boolean
4521
+
4522
+ </span>
4523
+
4176
4524
 
4177
4525
 
4178
4526
 
@@ -4196,13 +4544,18 @@ view.on({
4196
4544
 
4197
4545
  <tr class="deep-level-0">
4198
4546
 
4199
- <td class="name" id="snapOption.isSnapPerpendicular"><code>snapOption.isSnapPerpendicular</code></td>
4547
+ <td class="name"><code>snapOption.isSnapPerpendicular</code></td>
4200
4548
 
4201
4549
 
4202
4550
  <td class="type">
4203
4551
 
4204
4552
 
4205
- <span class="param-type">Boolean</span>
4553
+ <span class="param-type">
4554
+
4555
+ Boolean
4556
+
4557
+ </span>
4558
+
4206
4559
 
4207
4560
 
4208
4561
 
@@ -4226,13 +4579,18 @@ view.on({
4226
4579
 
4227
4580
  <tr class="deep-level-0">
4228
4581
 
4229
- <td class="name" id="snapOption.isSnapParallel"><code>snapOption.isSnapParallel</code></td>
4582
+ <td class="name"><code>snapOption.isSnapParallel</code></td>
4230
4583
 
4231
4584
 
4232
4585
  <td class="type">
4233
4586
 
4234
4587
 
4235
- <span class="param-type">Boolean</span>
4588
+ <span class="param-type">
4589
+
4590
+ Boolean
4591
+
4592
+ </span>
4593
+
4236
4594
 
4237
4595
 
4238
4596
 
@@ -4256,13 +4614,18 @@ view.on({
4256
4614
 
4257
4615
  <tr class="deep-level-0">
4258
4616
 
4259
- <td class="name" id="snapOption.snapSketchGeometry"><code>snapOption.snapSketchGeometry</code></td>
4617
+ <td class="name"><code>snapOption.snapSketchGeometry</code></td>
4260
4618
 
4261
4619
 
4262
4620
  <td class="type">
4263
4621
 
4264
4622
 
4265
- <span class="param-type">Boolean</span>
4623
+ <span class="param-type">
4624
+
4625
+ Boolean
4626
+
4627
+ </span>
4628
+
4266
4629
 
4267
4630
 
4268
4631
 
@@ -4286,13 +4649,18 @@ view.on({
4286
4649
 
4287
4650
  <tr class="deep-level-0">
4288
4651
 
4289
- <td class="name" id="snapOption.pixelTolerance"><code>snapOption.pixelTolerance</code></td>
4652
+ <td class="name"><code>snapOption.pixelTolerance</code></td>
4290
4653
 
4291
4654
 
4292
4655
  <td class="type">
4293
4656
 
4294
4657
 
4295
- <span class="param-type">Number</span>
4658
+ <span class="param-type">
4659
+
4660
+ Number
4661
+
4662
+ </span>
4663
+
4296
4664
 
4297
4665
 
4298
4666
 
@@ -4432,16 +4800,25 @@ view.on({
4432
4800
 
4433
4801
  <tr class="deep-level-0">
4434
4802
 
4435
- <td class="name" id="target"><code>target</code></td>
4803
+ <td class="name"><code>target</code></td>
4436
4804
 
4437
4805
 
4438
4806
  <td class="type">
4439
4807
 
4440
4808
 
4441
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4809
+ <span class="param-type">
4810
+
4811
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4812
+
4813
+ </span>
4442
4814
  |
4443
4815
 
4444
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a></span>
4816
+ <span class="param-type">
4817
+
4818
+ <a link="SketchEditor.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditor" SketchEditor.html>SketchEditor</a>
4819
+
4820
+ </span>
4821
+
4445
4822
 
4446
4823
 
4447
4824
 
@@ -4459,13 +4836,18 @@ view.on({
4459
4836
 
4460
4837
  <tr class="deep-level-0">
4461
4838
 
4462
- <td class="name" id="splitPolyline"><code>splitPolyline</code></td>
4839
+ <td class="name"><code>splitPolyline</code></td>
4463
4840
 
4464
4841
 
4465
4842
  <td class="type">
4466
4843
 
4467
4844
 
4468
- <span class="param-type">Polyline</span>
4845
+ <span class="param-type">
4846
+
4847
+ Polyline
4848
+
4849
+ </span>
4850
+
4469
4851
 
4470
4852
 
4471
4853
 
@@ -4553,7 +4935,12 @@ view.on({
4553
4935
  <div class='column is-5 has-text-left'>
4554
4936
  <label>类型: </label>
4555
4937
 
4556
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
4938
+ <span class="param-type">
4939
+
4940
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
4941
+
4942
+ </span>
4943
+
4557
4944
 
4558
4945
 
4559
4946
  </div>
@@ -4628,16 +5015,25 @@ view.on({
4628
5015
 
4629
5016
  <tr class="deep-level-0">
4630
5017
 
4631
- <td class="name" id="data"><code>data</code></td>
5018
+ <td class="name"><code>data</code></td>
4632
5019
 
4633
5020
 
4634
5021
  <td class="type">
4635
5022
 
4636
5023
 
4637
- <span class="param-type"><a class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a></span>
5024
+ <span class="param-type">
5025
+
5026
+ <a link="SketchDataType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchDataType" global.html#SketchDataType>SketchDataType</a>
5027
+
5028
+ </span>
4638
5029
  |
4639
5030
 
4640
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5031
+ <span class="param-type">
5032
+
5033
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5034
+
5035
+ </span>
5036
+
4641
5037
 
4642
5038
 
4643
5039
 
@@ -4655,13 +5051,18 @@ view.on({
4655
5051
 
4656
5052
  <tr class="deep-level-0">
4657
5053
 
4658
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
5054
+ <td class="name"><code>extendOptions</code></td>
4659
5055
 
4660
5056
 
4661
5057
  <td class="type">
4662
5058
 
4663
5059
 
4664
- <span class="param-type">Object</span>
5060
+ <span class="param-type">
5061
+
5062
+ Object
5063
+
5064
+ </span>
5065
+
4665
5066
 
4666
5067
 
4667
5068
 
@@ -4677,13 +5078,18 @@ view.on({
4677
5078
 
4678
5079
  <tr class="deep-level-1">
4679
5080
 
4680
- <td class="name" id="vertexNumber"><code>vertexNumber</code></td>
5081
+ <td class="name"><code>vertexNumber</code></td>
4681
5082
 
4682
5083
 
4683
5084
  <td class="type">
4684
5085
 
4685
5086
 
4686
- <span class="param-type">Number</span>
5087
+ <span class="param-type">
5088
+
5089
+ Number
5090
+
5091
+ </span>
5092
+
4687
5093
 
4688
5094
 
4689
5095
 
@@ -4820,13 +5226,18 @@ view.on({
4820
5226
 
4821
5227
  <tr class="deep-level-0">
4822
5228
 
4823
- <td class="name" id="CustomDrawTool"><code>CustomDrawTool</code></td>
5229
+ <td class="name"><code>CustomDrawTool</code></td>
4824
5230
 
4825
5231
 
4826
5232
  <td class="type">
4827
5233
 
4828
5234
 
4829
- <span class="param-type">Class.&lt;<a href="SketchBaseDrawTool.html">SketchBaseDrawTool</a>></span>
5235
+ <span class="param-type">
5236
+
5237
+ Class.&lt;<a onclick="getTypeHTML(event)" link="SketchBaseDrawTool.html">SketchBaseDrawTool</a>>
5238
+
5239
+ </span>
5240
+
4830
5241
 
4831
5242
 
4832
5243
 
@@ -5096,7 +5507,12 @@ view.on({
5096
5507
  <div class='column is-5 has-text-left'>
5097
5508
  <label>类型: </label>
5098
5509
 
5099
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5510
+ <span class="param-type">
5511
+
5512
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5513
+
5514
+ </span>
5515
+
5100
5516
 
5101
5517
 
5102
5518
  </div>
@@ -5167,13 +5583,18 @@ view.on({
5167
5583
 
5168
5584
  <tr class="deep-level-0">
5169
5585
 
5170
- <td class="name" id="polygons"><code>polygons</code></td>
5586
+ <td class="name"><code>polygons</code></td>
5171
5587
 
5172
5588
 
5173
5589
  <td class="type">
5174
5590
 
5175
5591
 
5176
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5592
+ <span class="param-type">
5593
+
5594
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5595
+
5596
+ </span>
5597
+
5177
5598
 
5178
5599
 
5179
5600
 
@@ -5261,7 +5682,12 @@ view.on({
5261
5682
  <div class='column is-5 has-text-left'>
5262
5683
  <label>类型: </label>
5263
5684
 
5264
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5685
+ <span class="param-type">
5686
+
5687
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5688
+
5689
+ </span>
5690
+
5265
5691
 
5266
5692
 
5267
5693
  </div>
@@ -5332,13 +5758,18 @@ view.on({
5332
5758
 
5333
5759
  <tr class="deep-level-0">
5334
5760
 
5335
- <td class="name" id="point"><code>point</code></td>
5761
+ <td class="name"><code>point</code></td>
5336
5762
 
5337
5763
 
5338
5764
  <td class="type">
5339
5765
 
5340
5766
 
5341
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5767
+ <span class="param-type">
5768
+
5769
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5770
+
5771
+ </span>
5772
+
5342
5773
 
5343
5774
 
5344
5775
 
@@ -5356,13 +5787,18 @@ view.on({
5356
5787
 
5357
5788
  <tr class="deep-level-0">
5358
5789
 
5359
- <td class="name" id="index"><code>index</code></td>
5790
+ <td class="name"><code>index</code></td>
5360
5791
 
5361
5792
 
5362
5793
  <td class="type">
5363
5794
 
5364
5795
 
5365
- <span class="param-type">Number</span>
5796
+ <span class="param-type">
5797
+
5798
+ Number
5799
+
5800
+ </span>
5801
+
5366
5802
 
5367
5803
 
5368
5804
 
@@ -5450,7 +5886,12 @@ view.on({
5450
5886
  <div class='column is-5 has-text-left'>
5451
5887
  <label>类型: </label>
5452
5888
 
5453
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
5889
+ <span class="param-type">
5890
+
5891
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
5892
+
5893
+ </span>
5894
+
5454
5895
 
5455
5896
 
5456
5897
  </div>
@@ -5489,47 +5930,47 @@ view.on({
5489
5930
  <tbody>
5490
5931
 
5491
5932
  <tr class="deep-level-0">
5492
- <td class="name"><code><a href="SketchEditor.html#创建草图图形时事件">创建草图图形时事件</a></code></td>
5933
+ <td class="name"><code><a href="#创建草图图形时事件">创建草图图形时事件</a></code></td>
5493
5934
  <td class="name"><code>创建草图图形时事件</code></td>
5494
5935
  </tr>
5495
5936
 
5496
5937
  <tr class="deep-level-0">
5497
- <td class="name"><code><a href="SketchEditor.html#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5938
+ <td class="name"><code><a href="#标绘制线或区的一个顶点完成事件(废弃)">标绘制线或区的一个顶点完成事件(废弃)</a></code></td>
5498
5939
  <td class="name"><code>标绘制线或区的一个顶点完成事件(废弃)</code></td>
5499
5940
  </tr>
5500
5941
 
5501
5942
  <tr class="deep-level-0">
5502
- <td class="name"><code><a href="SketchEditor.html#移除草图图形事件">移除草图图形事件</a></code></td>
5943
+ <td class="name"><code><a href="#移除草图图形事件">移除草图图形事件</a></code></td>
5503
5944
  <td class="name"><code>移除草图图形事件</code></td>
5504
5945
  </tr>
5505
5946
 
5506
5947
  <tr class="deep-level-0">
5507
- <td class="name"><code><a href="SketchEditor.html#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5948
+ <td class="name"><code><a href="#编辑草图图形时事件">编辑草图图形时事件</a></code></td>
5508
5949
  <td class="name"><code>编辑草图图形时事件</code></td>
5509
5950
  </tr>
5510
5951
 
5511
5952
  <tr class="deep-level-0">
5512
- <td class="name"><code><a href="SketchEditor.html#草图绘制完成事件">草图绘制完成事件</a></code></td>
5953
+ <td class="name"><code><a href="#草图绘制完成事件">草图绘制完成事件</a></code></td>
5513
5954
  <td class="name"><code>草图绘制完成事件</code></td>
5514
5955
  </tr>
5515
5956
 
5516
5957
  <tr class="deep-level-0">
5517
- <td class="name"><code><a href="SketchEditor.html#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5958
+ <td class="name"><code><a href="#草图绘制完成事件(废弃)">草图绘制完成事件(废弃)</a></code></td>
5518
5959
  <td class="name"><code>草图绘制完成事件(废弃)</code></td>
5519
5960
  </tr>
5520
5961
 
5521
5962
  <tr class="deep-level-0">
5522
- <td class="name"><code><a href="SketchEditor.html#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5963
+ <td class="name"><code><a href="#草图编辑器回退事件">草图编辑器回退事件</a></code></td>
5523
5964
  <td class="name"><code>草图编辑器回退事件</code></td>
5524
5965
  </tr>
5525
5966
 
5526
5967
  <tr class="deep-level-0">
5527
- <td class="name"><code><a href="SketchEditor.html#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5968
+ <td class="name"><code><a href="#草图编辑器撤销事件">草图编辑器撤销事件</a></code></td>
5528
5969
  <td class="name"><code>草图编辑器撤销事件</code></td>
5529
5970
  </tr>
5530
5971
 
5531
5972
  <tr class="deep-level-0">
5532
- <td class="name"><code><a href="SketchEditor.html#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5973
+ <td class="name"><code><a href="#草图被选中事件(废弃)">草图被选中事件(废弃)</a></code></td>
5533
5974
  <td class="name"><code>草图被选中事件(废弃)</code></td>
5534
5975
  </tr>
5535
5976
 
@@ -5601,7 +6042,12 @@ view.on({
5601
6042
  <td class="type">
5602
6043
 
5603
6044
 
5604
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6045
+ <span class="param-type">
6046
+
6047
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6048
+
6049
+ </span>
6050
+
5605
6051
 
5606
6052
 
5607
6053
 
@@ -5757,7 +6203,12 @@ view.on({
5757
6203
  <td class="type">
5758
6204
 
5759
6205
 
5760
- <span class="param-type">Object</span>
6206
+ <span class="param-type">
6207
+
6208
+ Object
6209
+
6210
+ </span>
6211
+
5761
6212
 
5762
6213
 
5763
6214
 
@@ -5790,7 +6241,12 @@ view.on({
5790
6241
  <td class="type">
5791
6242
 
5792
6243
 
5793
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
6244
+ <span class="param-type">
6245
+
6246
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
6247
+
6248
+ </span>
6249
+
5794
6250
 
5795
6251
 
5796
6252
 
@@ -5827,7 +6283,12 @@ view.on({
5827
6283
  <td class="type">
5828
6284
 
5829
6285
 
5830
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6286
+ <span class="param-type">
6287
+
6288
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6289
+
6290
+ </span>
6291
+
5831
6292
 
5832
6293
 
5833
6294
 
@@ -5993,7 +6454,12 @@ view.on({
5993
6454
  <td class="type">
5994
6455
 
5995
6456
 
5996
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6457
+ <span class="param-type">
6458
+
6459
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6460
+
6461
+ </span>
6462
+
5997
6463
 
5998
6464
 
5999
6465
 
@@ -6145,7 +6611,12 @@ view.on({
6145
6611
  <td class="type">
6146
6612
 
6147
6613
 
6148
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
6614
+ <span class="param-type">
6615
+
6616
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
6617
+
6618
+ </span>
6619
+
6149
6620
 
6150
6621
 
6151
6622
 
@@ -6301,7 +6772,12 @@ view.on({
6301
6772
  <td class="type">
6302
6773
 
6303
6774
 
6304
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a></span>
6775
+ <span class="param-type">
6776
+
6777
+ <a link="SketchEditorEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEventType" global.html#SketchEditorEventType>SketchEditorEventType</a>
6778
+
6779
+ </span>
6780
+
6305
6781
 
6306
6782
 
6307
6783
 
@@ -6336,7 +6812,12 @@ view.on({
6336
6812
  <td class="type">
6337
6813
 
6338
6814
 
6339
- <span class="param-type">Object</span>
6815
+ <span class="param-type">
6816
+
6817
+ Object
6818
+
6819
+ </span>
6820
+
6340
6821
 
6341
6822
 
6342
6823
 
@@ -6369,7 +6850,12 @@ view.on({
6369
6850
  <td class="type">
6370
6851
 
6371
6852
 
6372
- <span class="param-type">Object</span>
6853
+ <span class="param-type">
6854
+
6855
+ Object
6856
+
6857
+ </span>
6858
+
6373
6859
 
6374
6860
 
6375
6861
 
@@ -6406,7 +6892,12 @@ view.on({
6406
6892
  <td class="type">
6407
6893
 
6408
6894
 
6409
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a></span>
6895
+ <span class="param-type">
6896
+
6897
+ <a link="SketchEditorToolEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorToolEventType" global.html#SketchEditorToolEventType>SketchEditorToolEventType</a>
6898
+
6899
+ </span>
6900
+
6410
6901
 
6411
6902
 
6412
6903
 
@@ -6443,7 +6934,12 @@ view.on({
6443
6934
  <td class="type">
6444
6935
 
6445
6936
 
6446
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a></span>
6937
+ <span class="param-type">
6938
+
6939
+ <a link="SketchEditorState.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorState" global.html#SketchEditorState>SketchEditorState</a>
6940
+
6941
+ </span>
6942
+
6447
6943
 
6448
6944
 
6449
6945
 
@@ -6480,7 +6976,12 @@ view.on({
6480
6976
  <td class="type">
6481
6977
 
6482
6978
 
6483
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6979
+ <span class="param-type">
6980
+
6981
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
6982
+
6983
+ </span>
6984
+
6484
6985
 
6485
6986
 
6486
6987
 
@@ -6517,7 +7018,12 @@ view.on({
6517
7018
  <td class="type">
6518
7019
 
6519
7020
 
6520
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7021
+ <span class="param-type">
7022
+
7023
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7024
+
7025
+ </span>
7026
+
6521
7027
 
6522
7028
 
6523
7029
 
@@ -6687,7 +7193,12 @@ view.on({
6687
7193
  <td class="type">
6688
7194
 
6689
7195
 
6690
- <span class="param-type">Object</span>
7196
+ <span class="param-type">
7197
+
7198
+ Object
7199
+
7200
+ </span>
7201
+
6691
7202
 
6692
7203
 
6693
7204
 
@@ -6720,7 +7231,12 @@ view.on({
6720
7231
  <td class="type">
6721
7232
 
6722
7233
 
6723
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7234
+ <span class="param-type">
7235
+
7236
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7237
+
7238
+ </span>
7239
+
6724
7240
 
6725
7241
 
6726
7242
 
@@ -6757,7 +7273,12 @@ view.on({
6757
7273
  <td class="type">
6758
7274
 
6759
7275
 
6760
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7276
+ <span class="param-type">
7277
+
7278
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7279
+
7280
+ </span>
7281
+
6761
7282
 
6762
7283
 
6763
7284
 
@@ -6923,7 +7444,12 @@ view.on({
6923
7444
  <td class="type">
6924
7445
 
6925
7446
 
6926
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7447
+ <span class="param-type">
7448
+
7449
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7450
+
7451
+ </span>
7452
+
6927
7453
 
6928
7454
 
6929
7455
 
@@ -7075,7 +7601,12 @@ view.on({
7075
7601
  <td class="type">
7076
7602
 
7077
7603
 
7078
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a></span>
7604
+ <span class="param-type">
7605
+
7606
+ <a link="SketchEditorEvent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorEvent" SketchEditorEvent.html>SketchEditorEvent</a>
7607
+
7608
+ </span>
7609
+
7079
7610
 
7080
7611
 
7081
7612
 
@@ -7231,7 +7762,12 @@ view.on({
7231
7762
  <td class="type">
7232
7763
 
7233
7764
 
7234
- <span class="param-type">Object</span>
7765
+ <span class="param-type">
7766
+
7767
+ Object
7768
+
7769
+ </span>
7770
+
7235
7771
 
7236
7772
 
7237
7773
 
@@ -7264,7 +7800,12 @@ view.on({
7264
7800
  <td class="type">
7265
7801
 
7266
7802
 
7267
- <span class="param-type"><a class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a></span>
7803
+ <span class="param-type">
7804
+
7805
+ <a link="LayerEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LayerEventType" global.html#LayerEventType>LayerEventType</a>
7806
+
7807
+ </span>
7808
+
7268
7809
 
7269
7810
 
7270
7811
 
@@ -7301,10 +7842,19 @@ view.on({
7301
7842
  <td class="type">
7302
7843
 
7303
7844
 
7304
- <span class="param-type">SketchEditorLeaflet</span>
7845
+ <span class="param-type">
7846
+
7847
+ SketchEditorLeaflet
7848
+
7849
+ </span>
7305
7850
  |
7306
7851
 
7307
- <span class="param-type"><a class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
7852
+ <span class="param-type">
7853
+
7854
+ <a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a>
7855
+
7856
+ </span>
7857
+
7308
7858
 
7309
7859
 
7310
7860