@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -99,10 +100,11 @@
99
100
  <td class="type">
100
101
 
101
102
 
102
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
104
  |
104
105
 
105
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
106
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
107
+
106
108
 
107
109
 
108
110
 
@@ -124,7 +126,8 @@
124
126
  <td class="type">
125
127
 
126
128
 
127
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
129
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
130
+
128
131
 
129
132
 
130
133
 
@@ -146,7 +149,8 @@
146
149
  <td class="type">
147
150
 
148
151
 
149
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
152
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
153
+
150
154
 
151
155
 
152
156
 
@@ -243,7 +247,7 @@
243
247
 
244
248
 
245
249
  <ul>
246
- <li><a class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
250
+ <li><a link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
247
251
  </ul>
248
252
 
249
253
 
@@ -275,24 +279,26 @@
275
279
  <tbody>
276
280
 
277
281
  <tr class="deep-level-0">
278
- <td class="name"><code><a href="SketchPolygonDrawTool.html#editOption">editOption</a></code></td>
282
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
279
283
  <td class="name">
280
284
  <code>
281
285
 
282
286
  <span class="param-type">Object</span>
283
287
 
284
288
 
289
+
285
290
  </code>
286
291
  </td>
287
292
  <td class="name"><code><p>草图选中编辑配置项</p></code></td>
288
293
  </tr>
289
294
 
290
295
  <tr class="deep-level-0">
291
- <td class="name"><code><a href="SketchPolygonDrawTool.html#elevationInfo">elevationInfo</a></code></td>
296
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
292
297
  <td class="name">
293
298
  <code>
294
299
 
295
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
300
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
301
+
296
302
 
297
303
 
298
304
  </code>
@@ -301,24 +307,26 @@
301
307
  </tr>
302
308
 
303
309
  <tr class="deep-level-0">
304
- <td class="name"><code><a href="SketchPolygonDrawTool.html#extendOptions">extendOptions</a></code></td>
310
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
305
311
  <td class="name">
306
312
  <code>
307
313
 
308
314
  <span class="param-type">Object</span>
309
315
 
310
316
 
317
+
311
318
  </code>
312
319
  </td>
313
320
  <td class="name"><code><p>扩展属性</p></code></td>
314
321
  </tr>
315
322
 
316
323
  <tr class="deep-level-0">
317
- <td class="name"><code><a href="SketchPolygonDrawTool.html#layer">layer</a></code></td>
324
+ <td class="name"><code><a href="#layer">layer</a></code></td>
318
325
  <td class="name">
319
326
  <code>
320
327
 
321
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
328
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
329
+
322
330
 
323
331
 
324
332
  </code>
@@ -327,11 +335,12 @@
327
335
  </tr>
328
336
 
329
337
  <tr class="deep-level-0">
330
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStage">sketchStage</a></code></td>
338
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
331
339
  <td class="name">
332
340
  <code>
333
341
 
334
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
342
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
343
+
335
344
 
336
345
 
337
346
  </code>
@@ -340,11 +349,12 @@
340
349
  </tr>
341
350
 
342
351
  <tr class="deep-level-0">
343
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStyle">sketchStyle</a></code></td>
352
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
344
353
  <td class="name">
345
354
  <code>
346
355
 
347
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
356
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
357
+
348
358
 
349
359
 
350
360
  </code>
@@ -353,40 +363,43 @@
353
363
  </tr>
354
364
 
355
365
  <tr class="deep-level-0">
356
- <td class="name"><code><a href="SketchPolygonDrawTool.html#type">type</a></code></td>
366
+ <td class="name"><code><a href="#type">type</a></code></td>
357
367
  <td class="name">
358
368
  <code>
359
369
 
360
370
  <span class="param-type">String</span>
361
371
 
362
372
 
373
+
363
374
  </code>
364
375
  </td>
365
376
  <td class="name"><code><p>草图工具类型名</p></code></td>
366
377
  </tr>
367
378
 
368
379
  <tr class="deep-level-0">
369
- <td class="name"><code><a href="SketchPolygonDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
380
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
370
381
  <td class="name">
371
382
  <code>
372
383
 
373
384
  <span class="param-type">String</span>
374
385
 
375
386
 
387
+
376
388
  </code>
377
389
  </td>
378
390
  <td class="name"><code><p>草图撤销回退管理器</p></code></td>
379
391
  </tr>
380
392
 
381
393
  <tr class="deep-level-0">
382
- <td class="name"><code><a href="SketchPolygonDrawTool.html#view">view</a></code></td>
394
+ <td class="name"><code><a href="#view">view</a></code></td>
383
395
  <td class="name">
384
396
  <code>
385
397
 
386
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
398
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
387
399
  |
388
400
 
389
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
401
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
402
+
390
403
 
391
404
 
392
405
  </code>
@@ -408,6 +421,7 @@
408
421
  <span class="param-type">Object</span>
409
422
 
410
423
 
424
+
411
425
  </span>
412
426
 
413
427
  <h4 class="name" id="editOption">
@@ -439,7 +453,7 @@
439
453
 
440
454
  <dt class="inherited-from">Inherited From:</dt>
441
455
  <dd class="inherited-from"><ul class="dummy"><li>
442
- <a class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
456
+ <a goto="editOption" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
443
457
  </li></ul></dd>
444
458
 
445
459
 
@@ -480,7 +494,8 @@
480
494
  <span class="method-parameter is-pulled-right">
481
495
  <label>类型:</label>
482
496
 
483
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
497
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
498
+
484
499
 
485
500
 
486
501
  </span>
@@ -514,7 +529,7 @@
514
529
 
515
530
  <dt class="inherited-from">Inherited From:</dt>
516
531
  <dd class="inherited-from"><ul class="dummy"><li>
517
- <a class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
532
+ <a goto="elevationInfo" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
518
533
  </li></ul></dd>
519
534
 
520
535
 
@@ -558,6 +573,7 @@
558
573
  <span class="param-type">Object</span>
559
574
 
560
575
 
576
+
561
577
  </span>
562
578
 
563
579
  <h4 class="name" id="extendOptions">
@@ -589,7 +605,7 @@
589
605
 
590
606
  <dt class="inherited-from">Inherited From:</dt>
591
607
  <dd class="inherited-from"><ul class="dummy"><li>
592
- <a class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
608
+ <a goto="extendOptions" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
593
609
  </li></ul></dd>
594
610
 
595
611
 
@@ -630,7 +646,8 @@
630
646
  <span class="method-parameter is-pulled-right">
631
647
  <label>类型:</label>
632
648
 
633
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
649
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
650
+
634
651
 
635
652
 
636
653
  </span>
@@ -664,7 +681,7 @@
664
681
 
665
682
  <dt class="inherited-from">Inherited From:</dt>
666
683
  <dd class="inherited-from"><ul class="dummy"><li>
667
- <a class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
684
+ <a goto="layer" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
668
685
  </li></ul></dd>
669
686
 
670
687
 
@@ -705,7 +722,8 @@
705
722
  <span class="method-parameter is-pulled-right">
706
723
  <label>类型:</label>
707
724
 
708
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
725
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
726
+
709
727
 
710
728
 
711
729
  </span>
@@ -739,7 +757,7 @@
739
757
 
740
758
  <dt class="inherited-from">Inherited From:</dt>
741
759
  <dd class="inherited-from"><ul class="dummy"><li>
742
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
760
+ <a goto="sketchStage" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
743
761
  </li></ul></dd>
744
762
 
745
763
 
@@ -780,7 +798,8 @@
780
798
  <span class="method-parameter is-pulled-right">
781
799
  <label>类型:</label>
782
800
 
783
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
801
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
802
+
784
803
 
785
804
 
786
805
  </span>
@@ -814,7 +833,7 @@
814
833
 
815
834
  <dt class="inherited-from">Inherited From:</dt>
816
835
  <dd class="inherited-from"><ul class="dummy"><li>
817
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
836
+ <a goto="sketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
818
837
  </li></ul></dd>
819
838
 
820
839
 
@@ -858,6 +877,7 @@
858
877
  <span class="param-type">String</span>
859
878
 
860
879
 
880
+
861
881
  </span>
862
882
 
863
883
  <h4 class="name" id="type">
@@ -933,6 +953,7 @@
933
953
  <span class="param-type">String</span>
934
954
 
935
955
 
956
+
936
957
  </span>
937
958
 
938
959
  <h4 class="name" id="undoRedoManager">
@@ -964,7 +985,7 @@
964
985
 
965
986
  <dt class="inherited-from">Inherited From:</dt>
966
987
  <dd class="inherited-from"><ul class="dummy"><li>
967
- <a class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
988
+ <a goto="undoRedoManager" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
968
989
  </li></ul></dd>
969
990
 
970
991
 
@@ -1005,10 +1026,11 @@
1005
1026
  <span class="method-parameter is-pulled-right">
1006
1027
  <label>类型:</label>
1007
1028
 
1008
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1029
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1009
1030
  |
1010
1031
 
1011
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1032
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1033
+
1012
1034
 
1013
1035
 
1014
1036
  </span>
@@ -1042,7 +1064,7 @@
1042
1064
 
1043
1065
  <dt class="inherited-from">Inherited From:</dt>
1044
1066
  <dd class="inherited-from"><ul class="dummy"><li>
1045
- <a class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
1067
+ <a goto="view" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
1046
1068
  </li></ul></dd>
1047
1069
 
1048
1070
 
@@ -1099,7 +1121,7 @@
1099
1121
  <tbody>
1100
1122
 
1101
1123
  <tr class="deep-level-0">
1102
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addFeature">addFeature</a></code></td>
1124
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
1103
1125
  <td class="name">
1104
1126
  <code>
1105
1127
 
@@ -1109,7 +1131,7 @@
1109
1131
  </tr>
1110
1132
 
1111
1133
  <tr class="deep-level-0">
1112
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addMidVertex">addMidVertex</a></code></td>
1134
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
1113
1135
  <td class="name">
1114
1136
  <code>
1115
1137
 
@@ -1119,7 +1141,7 @@
1119
1141
  </tr>
1120
1142
 
1121
1143
  <tr class="deep-level-0">
1122
- <td class="name"><code><a href="SketchPolygonDrawTool.html#drawFeature">drawFeature</a></code></td>
1144
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1123
1145
  <td class="name">
1124
1146
  <code>
1125
1147
 
@@ -1129,7 +1151,7 @@
1129
1151
  </tr>
1130
1152
 
1131
1153
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1154
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1133
1155
  <td class="name">
1134
1156
  <code>
1135
1157
 
@@ -1137,6 +1159,7 @@
1137
1159
  <span class="param-type">Number</span>
1138
1160
 
1139
1161
 
1162
+
1140
1163
 
1141
1164
  </code>
1142
1165
  </td>
@@ -1144,7 +1167,7 @@
1144
1167
  </tr>
1145
1168
 
1146
1169
  <tr class="deep-level-0">
1147
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1170
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1148
1171
  <td class="name">
1149
1172
  <code>
1150
1173
 
@@ -1152,6 +1175,7 @@
1152
1175
  <span class="param-type">Number</span>
1153
1176
 
1154
1177
 
1178
+
1155
1179
 
1156
1180
  </code>
1157
1181
  </td>
@@ -1159,7 +1183,7 @@
1159
1183
  </tr>
1160
1184
 
1161
1185
  <tr class="deep-level-0">
1162
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1186
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1163
1187
  <td class="name">
1164
1188
  <code>
1165
1189
 
@@ -1167,6 +1191,7 @@
1167
1191
  <span class="param-type">Number</span>
1168
1192
 
1169
1193
 
1194
+
1170
1195
 
1171
1196
  </code>
1172
1197
  </td>
@@ -1174,7 +1199,7 @@
1174
1199
  </tr>
1175
1200
 
1176
1201
  <tr class="deep-level-0">
1177
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1202
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1178
1203
  <td class="name">
1179
1204
  <code>
1180
1205
 
@@ -1182,6 +1207,7 @@
1182
1207
  <span class="param-type">Number</span>
1183
1208
 
1184
1209
 
1210
+
1185
1211
 
1186
1212
  </code>
1187
1213
  </td>
@@ -1189,7 +1215,7 @@
1189
1215
  </tr>
1190
1216
 
1191
1217
  <tr class="deep-level-0">
1192
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1218
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1193
1219
  <td class="name">
1194
1220
  <code>
1195
1221
 
@@ -1199,7 +1225,7 @@
1199
1225
  </tr>
1200
1226
 
1201
1227
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeVertex">removeVertex</a></code></td>
1228
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1203
1229
  <td class="name">
1204
1230
  <code>
1205
1231
 
@@ -1209,7 +1235,7 @@
1209
1235
  </tr>
1210
1236
 
1211
1237
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeature">selectFeature</a></code></td>
1238
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1213
1239
  <td class="name">
1214
1240
  <code>
1215
1241
 
@@ -1219,7 +1245,7 @@
1219
1245
  </tr>
1220
1246
 
1221
1247
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeatureVertex">selectFeatureVertex</a></code></td>
1248
+ <td class="name"><code><a href="#selectFeatureVertex">selectFeatureVertex</a></code></td>
1223
1249
  <td class="name">
1224
1250
  <code>
1225
1251
 
@@ -1229,7 +1255,7 @@
1229
1255
  </tr>
1230
1256
 
1231
1257
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1258
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1233
1259
  <td class="name">
1234
1260
  <code>
1235
1261
 
@@ -1239,7 +1265,7 @@
1239
1265
  </tr>
1240
1266
 
1241
1267
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1268
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1243
1269
  <td class="name">
1244
1270
  <code>
1245
1271
 
@@ -1249,7 +1275,7 @@
1249
1275
  </tr>
1250
1276
 
1251
1277
  <tr class="deep-level-0">
1252
- <td class="name"><code><a href="SketchPolygonDrawTool.html#start">start</a></code></td>
1278
+ <td class="name"><code><a href="#start">start</a></code></td>
1253
1279
  <td class="name">
1254
1280
  <code>
1255
1281
 
@@ -1259,7 +1285,7 @@
1259
1285
  </tr>
1260
1286
 
1261
1287
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="SketchPolygonDrawTool.html#startPanGraphics">startPanGraphics</a></code></td>
1288
+ <td class="name"><code><a href="#startPanGraphics">startPanGraphics</a></code></td>
1263
1289
  <td class="name">
1264
1290
  <code>
1265
1291
 
@@ -1269,7 +1295,7 @@
1269
1295
  </tr>
1270
1296
 
1271
1297
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchPolygonDrawTool.html#stop">stop</a></code></td>
1298
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1273
1299
  <td class="name">
1274
1300
  <code>
1275
1301
 
@@ -1279,7 +1305,7 @@
1279
1305
  </tr>
1280
1306
 
1281
1307
  <tr class="deep-level-0">
1282
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateFeature">updateFeature</a></code></td>
1308
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1283
1309
  <td class="name">
1284
1310
  <code>
1285
1311
 
@@ -1289,7 +1315,7 @@
1289
1315
  </tr>
1290
1316
 
1291
1317
  <tr class="deep-level-0">
1292
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateVertex">updateVertex</a></code></td>
1318
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1293
1319
  <td class="name">
1294
1320
  <code>
1295
1321
 
@@ -1365,6 +1391,7 @@
1365
1391
  <span class="param-type">Array</span>
1366
1392
 
1367
1393
 
1394
+
1368
1395
 
1369
1396
  </td>
1370
1397
 
@@ -1386,7 +1413,8 @@
1386
1413
  <td class="type">
1387
1414
 
1388
1415
 
1389
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1416
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1417
+
1390
1418
 
1391
1419
 
1392
1420
 
@@ -1711,6 +1739,7 @@
1711
1739
  <span class="param-type">Number</span>
1712
1740
 
1713
1741
 
1742
+
1714
1743
 
1715
1744
  </td>
1716
1745
 
@@ -1740,7 +1769,7 @@
1740
1769
 
1741
1770
  <dt class="inherited-from">Inherited From:</dt>
1742
1771
  <dd class="inherited-from"><ul class="dummy"><li>
1743
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1772
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1744
1773
  </li></ul></dd>
1745
1774
 
1746
1775
 
@@ -1804,6 +1833,7 @@
1804
1833
  <span class="param-type">Number</span>
1805
1834
 
1806
1835
 
1836
+
1807
1837
  </div>
1808
1838
 
1809
1839
  </div>
@@ -1881,6 +1911,7 @@
1881
1911
  <span class="param-type">Array</span>
1882
1912
 
1883
1913
 
1914
+
1884
1915
 
1885
1916
  </td>
1886
1917
 
@@ -1905,6 +1936,7 @@
1905
1936
  <span class="param-type">String</span>
1906
1937
 
1907
1938
 
1939
+
1908
1940
 
1909
1941
  </td>
1910
1942
 
@@ -1926,7 +1958,8 @@
1926
1958
  <td class="type">
1927
1959
 
1928
1960
 
1929
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1961
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1962
+
1930
1963
 
1931
1964
 
1932
1965
 
@@ -1950,7 +1983,8 @@
1950
1983
  <td class="type">
1951
1984
 
1952
1985
 
1953
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1986
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1987
+
1954
1988
 
1955
1989
 
1956
1990
 
@@ -1974,7 +2008,8 @@
1974
2008
  <td class="type">
1975
2009
 
1976
2010
 
1977
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2011
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2012
+
1978
2013
 
1979
2014
 
1980
2015
 
@@ -1998,7 +2033,8 @@
1998
2033
  <td class="type">
1999
2034
 
2000
2035
 
2001
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2036
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2037
+
2002
2038
 
2003
2039
 
2004
2040
 
@@ -2030,7 +2066,7 @@
2030
2066
 
2031
2067
  <dt class="inherited-from">Inherited From:</dt>
2032
2068
  <dd class="inherited-from"><ul class="dummy"><li>
2033
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2069
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2034
2070
  </li></ul></dd>
2035
2071
 
2036
2072
 
@@ -2094,6 +2130,7 @@
2094
2130
  <span class="param-type">Number</span>
2095
2131
 
2096
2132
 
2133
+
2097
2134
  </div>
2098
2135
 
2099
2136
  </div>
@@ -2171,6 +2208,7 @@
2171
2208
  <span class="param-type">Array</span>
2172
2209
 
2173
2210
 
2211
+
2174
2212
 
2175
2213
  </td>
2176
2214
 
@@ -2195,6 +2233,7 @@
2195
2233
  <span class="param-type">Number</span>
2196
2234
 
2197
2235
 
2236
+
2198
2237
 
2199
2238
  </td>
2200
2239
 
@@ -2219,6 +2258,7 @@
2219
2258
  <span class="param-type">Number</span>
2220
2259
 
2221
2260
 
2261
+
2222
2262
 
2223
2263
  </td>
2224
2264
 
@@ -2248,7 +2288,7 @@
2248
2288
 
2249
2289
  <dt class="inherited-from">Inherited From:</dt>
2250
2290
  <dd class="inherited-from"><ul class="dummy"><li>
2251
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2291
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2252
2292
  </li></ul></dd>
2253
2293
 
2254
2294
 
@@ -2312,6 +2352,7 @@
2312
2352
  <span class="param-type">Number</span>
2313
2353
 
2314
2354
 
2355
+
2315
2356
  </div>
2316
2357
 
2317
2358
  </div>
@@ -2389,6 +2430,7 @@
2389
2430
  <span class="param-type">Array</span>
2390
2431
 
2391
2432
 
2433
+
2392
2434
 
2393
2435
  </td>
2394
2436
 
@@ -2413,6 +2455,7 @@
2413
2455
  <span class="param-type">String</span>
2414
2456
 
2415
2457
 
2458
+
2416
2459
 
2417
2460
  </td>
2418
2461
 
@@ -2434,7 +2477,8 @@
2434
2477
  <td class="type">
2435
2478
 
2436
2479
 
2437
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2480
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2481
+
2438
2482
 
2439
2483
 
2440
2484
 
@@ -2458,7 +2502,8 @@
2458
2502
  <td class="type">
2459
2503
 
2460
2504
 
2461
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2505
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2506
+
2462
2507
 
2463
2508
 
2464
2509
 
@@ -2482,7 +2527,8 @@
2482
2527
  <td class="type">
2483
2528
 
2484
2529
 
2485
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2530
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2531
+
2486
2532
 
2487
2533
 
2488
2534
 
@@ -2506,7 +2552,8 @@
2506
2552
  <td class="type">
2507
2553
 
2508
2554
 
2509
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2555
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2556
+
2510
2557
 
2511
2558
 
2512
2559
 
@@ -2538,7 +2585,7 @@
2538
2585
 
2539
2586
  <dt class="inherited-from">Inherited From:</dt>
2540
2587
  <dd class="inherited-from"><ul class="dummy"><li>
2541
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2588
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2542
2589
  </li></ul></dd>
2543
2590
 
2544
2591
 
@@ -2602,6 +2649,7 @@
2602
2649
  <span class="param-type">Number</span>
2603
2650
 
2604
2651
 
2652
+
2605
2653
  </div>
2606
2654
 
2607
2655
  </div>
@@ -2659,7 +2707,7 @@
2659
2707
 
2660
2708
  <dt class="inherited-from">Inherited From:</dt>
2661
2709
  <dd class="inherited-from"><ul class="dummy"><li>
2662
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2710
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2663
2711
  </li></ul></dd>
2664
2712
 
2665
2713
 
@@ -2775,6 +2823,7 @@
2775
2823
  <span class="param-type">Number</span>
2776
2824
 
2777
2825
 
2826
+
2778
2827
 
2779
2828
  </td>
2780
2829
 
@@ -2917,7 +2966,8 @@
2917
2966
  <td class="type">
2918
2967
 
2919
2968
 
2920
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2969
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2970
+
2921
2971
 
2922
2972
 
2923
2973
 
@@ -3057,7 +3107,8 @@
3057
3107
  <td class="type">
3058
3108
 
3059
3109
 
3060
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3110
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3111
+
3061
3112
 
3062
3113
 
3063
3114
 
@@ -3197,7 +3248,8 @@
3197
3248
  <td class="type">
3198
3249
 
3199
3250
 
3200
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3251
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3252
+
3201
3253
 
3202
3254
 
3203
3255
 
@@ -3229,7 +3281,7 @@
3229
3281
 
3230
3282
  <dt class="inherited-from">Inherited From:</dt>
3231
3283
  <dd class="inherited-from"><ul class="dummy"><li>
3232
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3284
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3233
3285
  </li></ul></dd>
3234
3286
 
3235
3287
 
@@ -3342,7 +3394,8 @@
3342
3394
  <td class="type">
3343
3395
 
3344
3396
 
3345
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3397
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3398
+
3346
3399
 
3347
3400
 
3348
3401
 
@@ -3374,7 +3427,7 @@
3374
3427
 
3375
3428
  <dt class="inherited-from">Inherited From:</dt>
3376
3429
  <dd class="inherited-from"><ul class="dummy"><li>
3377
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3430
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3378
3431
  </li></ul></dd>
3379
3432
 
3380
3433
 
@@ -3470,7 +3523,7 @@
3470
3523
 
3471
3524
  <dt class="inherited-from">Inherited From:</dt>
3472
3525
  <dd class="inherited-from"><ul class="dummy"><li>
3473
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3526
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3474
3527
  </li></ul></dd>
3475
3528
 
3476
3529
 
@@ -3583,7 +3636,8 @@
3583
3636
  <td class="type">
3584
3637
 
3585
3638
 
3586
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3639
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3640
+
3587
3641
 
3588
3642
 
3589
3643
 
@@ -3610,6 +3664,7 @@
3610
3664
  <span class="param-type">Object</span>
3611
3665
 
3612
3666
 
3667
+
3613
3668
 
3614
3669
  </td>
3615
3670
 
@@ -3730,7 +3785,7 @@
3730
3785
 
3731
3786
  <dt class="inherited-from">Inherited From:</dt>
3732
3787
  <dd class="inherited-from"><ul class="dummy"><li>
3733
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3788
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3734
3789
  </li></ul></dd>
3735
3790
 
3736
3791
 
@@ -3843,7 +3898,8 @@
3843
3898
  <td class="type">
3844
3899
 
3845
3900
 
3846
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3901
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3902
+
3847
3903
 
3848
3904
 
3849
3905
 
@@ -3867,7 +3923,8 @@
3867
3923
  <td class="type">
3868
3924
 
3869
3925
 
3870
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3926
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3927
+
3871
3928
 
3872
3929
 
3873
3930
 
@@ -3899,7 +3956,7 @@
3899
3956
 
3900
3957
  <dt class="inherited-from">Inherited From:</dt>
3901
3958
  <dd class="inherited-from"><ul class="dummy"><li>
3902
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3959
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3903
3960
  </li></ul></dd>
3904
3961
 
3905
3962
 
@@ -4012,7 +4069,8 @@
4012
4069
  <td class="type">
4013
4070
 
4014
4071
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4072
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4073
+
4016
4074
 
4017
4075
 
4018
4076
 
@@ -4039,6 +4097,7 @@
4039
4097
  <span class="param-type">Number</span>
4040
4098
 
4041
4099
 
4100
+
4042
4101
 
4043
4102
  </td>
4044
4103
 
@@ -4210,6 +4269,7 @@
4210
4269
  <span class="param-type">Object</span>
4211
4270
 
4212
4271
 
4272
+
4213
4273
 
4214
4274
  </td>
4215
4275
 
@@ -4232,6 +4292,7 @@
4232
4292
  <span class="param-type">Object</span>
4233
4293
 
4234
4294
 
4295
+
4235
4296
 
4236
4297
  </td>
4237
4298
 
@@ -4254,6 +4315,7 @@
4254
4315
  <span class="param-type">Object</span>
4255
4316
 
4256
4317
 
4318
+
4257
4319
 
4258
4320
  </td>
4259
4321
 
@@ -4276,6 +4338,7 @@
4276
4338
  <span class="param-type">Object</span>
4277
4339
 
4278
4340
 
4341
+
4279
4342
 
4280
4343
  </td>
4281
4344
 
@@ -4298,6 +4361,7 @@
4298
4361
  <span class="param-type">Object</span>
4299
4362
 
4300
4363
 
4364
+
4301
4365
 
4302
4366
  </td>
4303
4367
 
@@ -4320,6 +4384,7 @@
4320
4384
  <span class="param-type">Object</span>
4321
4385
 
4322
4386
 
4387
+
4323
4388
 
4324
4389
  </td>
4325
4390
 
@@ -4342,6 +4407,7 @@
4342
4407
  <span class="param-type">Object</span>
4343
4408
 
4344
4409
 
4410
+
4345
4411
 
4346
4412
  </td>
4347
4413
 
@@ -4457,24 +4523,26 @@
4457
4523
  <tbody>
4458
4524
 
4459
4525
  <tr class="deep-level-0">
4460
- <td class="name"><code><a href="SketchPolygonDrawTool.html#editOption">editOption</a></code></td>
4526
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
4461
4527
  <td class="name">
4462
4528
  <code>
4463
4529
 
4464
4530
  <span class="param-type">Object</span>
4465
4531
 
4466
4532
 
4533
+
4467
4534
  </code>
4468
4535
  </td>
4469
4536
  <td class="name"><code><p>草图选中编辑配置项</p></code></td>
4470
4537
  </tr>
4471
4538
 
4472
4539
  <tr class="deep-level-0">
4473
- <td class="name"><code><a href="SketchPolygonDrawTool.html#elevationInfo">elevationInfo</a></code></td>
4540
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
4474
4541
  <td class="name">
4475
4542
  <code>
4476
4543
 
4477
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4544
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4545
+
4478
4546
 
4479
4547
 
4480
4548
  </code>
@@ -4483,24 +4551,26 @@
4483
4551
  </tr>
4484
4552
 
4485
4553
  <tr class="deep-level-0">
4486
- <td class="name"><code><a href="SketchPolygonDrawTool.html#extendOptions">extendOptions</a></code></td>
4554
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
4487
4555
  <td class="name">
4488
4556
  <code>
4489
4557
 
4490
4558
  <span class="param-type">Object</span>
4491
4559
 
4492
4560
 
4561
+
4493
4562
  </code>
4494
4563
  </td>
4495
4564
  <td class="name"><code><p>扩展属性</p></code></td>
4496
4565
  </tr>
4497
4566
 
4498
4567
  <tr class="deep-level-0">
4499
- <td class="name"><code><a href="SketchPolygonDrawTool.html#layer">layer</a></code></td>
4568
+ <td class="name"><code><a href="#layer">layer</a></code></td>
4500
4569
  <td class="name">
4501
4570
  <code>
4502
4571
 
4503
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4572
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4573
+
4504
4574
 
4505
4575
 
4506
4576
  </code>
@@ -4509,11 +4579,12 @@
4509
4579
  </tr>
4510
4580
 
4511
4581
  <tr class="deep-level-0">
4512
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStage">sketchStage</a></code></td>
4582
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
4513
4583
  <td class="name">
4514
4584
  <code>
4515
4585
 
4516
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4586
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4587
+
4517
4588
 
4518
4589
 
4519
4590
  </code>
@@ -4522,11 +4593,12 @@
4522
4593
  </tr>
4523
4594
 
4524
4595
  <tr class="deep-level-0">
4525
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStyle">sketchStyle</a></code></td>
4596
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
4526
4597
  <td class="name">
4527
4598
  <code>
4528
4599
 
4529
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4600
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4601
+
4530
4602
 
4531
4603
 
4532
4604
  </code>
@@ -4535,40 +4607,43 @@
4535
4607
  </tr>
4536
4608
 
4537
4609
  <tr class="deep-level-0">
4538
- <td class="name"><code><a href="SketchPolygonDrawTool.html#type">type</a></code></td>
4610
+ <td class="name"><code><a href="#type">type</a></code></td>
4539
4611
  <td class="name">
4540
4612
  <code>
4541
4613
 
4542
4614
  <span class="param-type">String</span>
4543
4615
 
4544
4616
 
4617
+
4545
4618
  </code>
4546
4619
  </td>
4547
4620
  <td class="name"><code><p>草图工具类型名</p></code></td>
4548
4621
  </tr>
4549
4622
 
4550
4623
  <tr class="deep-level-0">
4551
- <td class="name"><code><a href="SketchPolygonDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
4624
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
4552
4625
  <td class="name">
4553
4626
  <code>
4554
4627
 
4555
4628
  <span class="param-type">String</span>
4556
4629
 
4557
4630
 
4631
+
4558
4632
  </code>
4559
4633
  </td>
4560
4634
  <td class="name"><code><p>草图撤销回退管理器</p></code></td>
4561
4635
  </tr>
4562
4636
 
4563
4637
  <tr class="deep-level-0">
4564
- <td class="name"><code><a href="SketchPolygonDrawTool.html#view">view</a></code></td>
4638
+ <td class="name"><code><a href="#view">view</a></code></td>
4565
4639
  <td class="name">
4566
4640
  <code>
4567
4641
 
4568
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4642
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4569
4643
  |
4570
4644
 
4571
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4645
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4646
+
4572
4647
 
4573
4648
 
4574
4649
  </code>
@@ -4590,6 +4665,7 @@
4590
4665
  <span class="param-type">Object</span>
4591
4666
 
4592
4667
 
4668
+
4593
4669
  </span>
4594
4670
 
4595
4671
  <h4 class="name" id="editOption">
@@ -4621,7 +4697,7 @@
4621
4697
 
4622
4698
  <dt class="inherited-from">Inherited From:</dt>
4623
4699
  <dd class="inherited-from"><ul class="dummy"><li>
4624
- <a class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
4700
+ <a goto="editOption" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
4625
4701
  </li></ul></dd>
4626
4702
 
4627
4703
 
@@ -4662,7 +4738,8 @@
4662
4738
  <span class="method-parameter is-pulled-right">
4663
4739
  <label>类型:</label>
4664
4740
 
4665
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4741
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4742
+
4666
4743
 
4667
4744
 
4668
4745
  </span>
@@ -4696,7 +4773,7 @@
4696
4773
 
4697
4774
  <dt class="inherited-from">Inherited From:</dt>
4698
4775
  <dd class="inherited-from"><ul class="dummy"><li>
4699
- <a class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
4776
+ <a goto="elevationInfo" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
4700
4777
  </li></ul></dd>
4701
4778
 
4702
4779
 
@@ -4740,6 +4817,7 @@
4740
4817
  <span class="param-type">Object</span>
4741
4818
 
4742
4819
 
4820
+
4743
4821
  </span>
4744
4822
 
4745
4823
  <h4 class="name" id="extendOptions">
@@ -4771,7 +4849,7 @@
4771
4849
 
4772
4850
  <dt class="inherited-from">Inherited From:</dt>
4773
4851
  <dd class="inherited-from"><ul class="dummy"><li>
4774
- <a class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
4852
+ <a goto="extendOptions" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
4775
4853
  </li></ul></dd>
4776
4854
 
4777
4855
 
@@ -4812,7 +4890,8 @@
4812
4890
  <span class="method-parameter is-pulled-right">
4813
4891
  <label>类型:</label>
4814
4892
 
4815
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4893
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4894
+
4816
4895
 
4817
4896
 
4818
4897
  </span>
@@ -4846,7 +4925,7 @@
4846
4925
 
4847
4926
  <dt class="inherited-from">Inherited From:</dt>
4848
4927
  <dd class="inherited-from"><ul class="dummy"><li>
4849
- <a class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
4928
+ <a goto="layer" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
4850
4929
  </li></ul></dd>
4851
4930
 
4852
4931
 
@@ -4887,7 +4966,8 @@
4887
4966
  <span class="method-parameter is-pulled-right">
4888
4967
  <label>类型:</label>
4889
4968
 
4890
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4969
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4970
+
4891
4971
 
4892
4972
 
4893
4973
  </span>
@@ -4921,7 +5001,7 @@
4921
5001
 
4922
5002
  <dt class="inherited-from">Inherited From:</dt>
4923
5003
  <dd class="inherited-from"><ul class="dummy"><li>
4924
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
5004
+ <a goto="sketchStage" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
4925
5005
  </li></ul></dd>
4926
5006
 
4927
5007
 
@@ -4962,7 +5042,8 @@
4962
5042
  <span class="method-parameter is-pulled-right">
4963
5043
  <label>类型:</label>
4964
5044
 
4965
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5045
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5046
+
4966
5047
 
4967
5048
 
4968
5049
  </span>
@@ -4996,7 +5077,7 @@
4996
5077
 
4997
5078
  <dt class="inherited-from">Inherited From:</dt>
4998
5079
  <dd class="inherited-from"><ul class="dummy"><li>
4999
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
5080
+ <a goto="sketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
5000
5081
  </li></ul></dd>
5001
5082
 
5002
5083
 
@@ -5040,6 +5121,7 @@
5040
5121
  <span class="param-type">String</span>
5041
5122
 
5042
5123
 
5124
+
5043
5125
  </span>
5044
5126
 
5045
5127
  <h4 class="name" id="type">
@@ -5115,6 +5197,7 @@
5115
5197
  <span class="param-type">String</span>
5116
5198
 
5117
5199
 
5200
+
5118
5201
  </span>
5119
5202
 
5120
5203
  <h4 class="name" id="undoRedoManager">
@@ -5146,7 +5229,7 @@
5146
5229
 
5147
5230
  <dt class="inherited-from">Inherited From:</dt>
5148
5231
  <dd class="inherited-from"><ul class="dummy"><li>
5149
- <a class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
5232
+ <a goto="undoRedoManager" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
5150
5233
  </li></ul></dd>
5151
5234
 
5152
5235
 
@@ -5187,10 +5270,11 @@
5187
5270
  <span class="method-parameter is-pulled-right">
5188
5271
  <label>类型:</label>
5189
5272
 
5190
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5273
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5191
5274
  |
5192
5275
 
5193
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5276
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5277
+
5194
5278
 
5195
5279
 
5196
5280
  </span>
@@ -5224,7 +5308,7 @@
5224
5308
 
5225
5309
  <dt class="inherited-from">Inherited From:</dt>
5226
5310
  <dd class="inherited-from"><ul class="dummy"><li>
5227
- <a class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
5311
+ <a goto="view" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
5228
5312
  </li></ul></dd>
5229
5313
 
5230
5314
 
@@ -5281,7 +5365,7 @@
5281
5365
  <tbody>
5282
5366
 
5283
5367
  <tr class="deep-level-0">
5284
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addFeature">addFeature</a></code></td>
5368
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
5285
5369
  <td class="name">
5286
5370
  <code>
5287
5371
 
@@ -5291,7 +5375,7 @@
5291
5375
  </tr>
5292
5376
 
5293
5377
  <tr class="deep-level-0">
5294
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addMidVertex">addMidVertex</a></code></td>
5378
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
5295
5379
  <td class="name">
5296
5380
  <code>
5297
5381
 
@@ -5301,7 +5385,7 @@
5301
5385
  </tr>
5302
5386
 
5303
5387
  <tr class="deep-level-0">
5304
- <td class="name"><code><a href="SketchPolygonDrawTool.html#drawFeature">drawFeature</a></code></td>
5388
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5305
5389
  <td class="name">
5306
5390
  <code>
5307
5391
 
@@ -5311,7 +5395,7 @@
5311
5395
  </tr>
5312
5396
 
5313
5397
  <tr class="deep-level-0">
5314
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
5398
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
5315
5399
  <td class="name">
5316
5400
  <code>
5317
5401
 
@@ -5319,6 +5403,7 @@
5319
5403
  <span class="param-type">Number</span>
5320
5404
 
5321
5405
 
5406
+
5322
5407
 
5323
5408
  </code>
5324
5409
  </td>
@@ -5326,7 +5411,7 @@
5326
5411
  </tr>
5327
5412
 
5328
5413
  <tr class="deep-level-0">
5329
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5414
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5330
5415
  <td class="name">
5331
5416
  <code>
5332
5417
 
@@ -5334,6 +5419,7 @@
5334
5419
  <span class="param-type">Number</span>
5335
5420
 
5336
5421
 
5422
+
5337
5423
 
5338
5424
  </code>
5339
5425
  </td>
@@ -5341,7 +5427,7 @@
5341
5427
  </tr>
5342
5428
 
5343
5429
  <tr class="deep-level-0">
5344
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
5430
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
5345
5431
  <td class="name">
5346
5432
  <code>
5347
5433
 
@@ -5349,6 +5435,7 @@
5349
5435
  <span class="param-type">Number</span>
5350
5436
 
5351
5437
 
5438
+
5352
5439
 
5353
5440
  </code>
5354
5441
  </td>
@@ -5356,7 +5443,7 @@
5356
5443
  </tr>
5357
5444
 
5358
5445
  <tr class="deep-level-0">
5359
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
5446
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
5360
5447
  <td class="name">
5361
5448
  <code>
5362
5449
 
@@ -5364,6 +5451,7 @@
5364
5451
  <span class="param-type">Number</span>
5365
5452
 
5366
5453
 
5454
+
5367
5455
 
5368
5456
  </code>
5369
5457
  </td>
@@ -5371,7 +5459,7 @@
5371
5459
  </tr>
5372
5460
 
5373
5461
  <tr class="deep-level-0">
5374
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
5462
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
5375
5463
  <td class="name">
5376
5464
  <code>
5377
5465
 
@@ -5381,7 +5469,7 @@
5381
5469
  </tr>
5382
5470
 
5383
5471
  <tr class="deep-level-0">
5384
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeVertex">removeVertex</a></code></td>
5472
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
5385
5473
  <td class="name">
5386
5474
  <code>
5387
5475
 
@@ -5391,7 +5479,7 @@
5391
5479
  </tr>
5392
5480
 
5393
5481
  <tr class="deep-level-0">
5394
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeature">selectFeature</a></code></td>
5482
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
5395
5483
  <td class="name">
5396
5484
  <code>
5397
5485
 
@@ -5401,7 +5489,7 @@
5401
5489
  </tr>
5402
5490
 
5403
5491
  <tr class="deep-level-0">
5404
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeatureVertex">selectFeatureVertex</a></code></td>
5492
+ <td class="name"><code><a href="#selectFeatureVertex">selectFeatureVertex</a></code></td>
5405
5493
  <td class="name">
5406
5494
  <code>
5407
5495
 
@@ -5411,7 +5499,7 @@
5411
5499
  </tr>
5412
5500
 
5413
5501
  <tr class="deep-level-0">
5414
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
5502
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
5415
5503
  <td class="name">
5416
5504
  <code>
5417
5505
 
@@ -5421,7 +5509,7 @@
5421
5509
  </tr>
5422
5510
 
5423
5511
  <tr class="deep-level-0">
5424
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5512
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5425
5513
  <td class="name">
5426
5514
  <code>
5427
5515
 
@@ -5431,7 +5519,7 @@
5431
5519
  </tr>
5432
5520
 
5433
5521
  <tr class="deep-level-0">
5434
- <td class="name"><code><a href="SketchPolygonDrawTool.html#start">start</a></code></td>
5522
+ <td class="name"><code><a href="#start">start</a></code></td>
5435
5523
  <td class="name">
5436
5524
  <code>
5437
5525
 
@@ -5441,7 +5529,7 @@
5441
5529
  </tr>
5442
5530
 
5443
5531
  <tr class="deep-level-0">
5444
- <td class="name"><code><a href="SketchPolygonDrawTool.html#startPanGraphics">startPanGraphics</a></code></td>
5532
+ <td class="name"><code><a href="#startPanGraphics">startPanGraphics</a></code></td>
5445
5533
  <td class="name">
5446
5534
  <code>
5447
5535
 
@@ -5451,7 +5539,7 @@
5451
5539
  </tr>
5452
5540
 
5453
5541
  <tr class="deep-level-0">
5454
- <td class="name"><code><a href="SketchPolygonDrawTool.html#stop">stop</a></code></td>
5542
+ <td class="name"><code><a href="#stop">stop</a></code></td>
5455
5543
  <td class="name">
5456
5544
  <code>
5457
5545
 
@@ -5461,7 +5549,7 @@
5461
5549
  </tr>
5462
5550
 
5463
5551
  <tr class="deep-level-0">
5464
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateFeature">updateFeature</a></code></td>
5552
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
5465
5553
  <td class="name">
5466
5554
  <code>
5467
5555
 
@@ -5471,7 +5559,7 @@
5471
5559
  </tr>
5472
5560
 
5473
5561
  <tr class="deep-level-0">
5474
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateVertex">updateVertex</a></code></td>
5562
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
5475
5563
  <td class="name">
5476
5564
  <code>
5477
5565
 
@@ -5547,6 +5635,7 @@
5547
5635
  <span class="param-type">Array</span>
5548
5636
 
5549
5637
 
5638
+
5550
5639
 
5551
5640
  </td>
5552
5641
 
@@ -5568,7 +5657,8 @@
5568
5657
  <td class="type">
5569
5658
 
5570
5659
 
5571
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5660
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5661
+
5572
5662
 
5573
5663
 
5574
5664
 
@@ -5893,6 +5983,7 @@
5893
5983
  <span class="param-type">Number</span>
5894
5984
 
5895
5985
 
5986
+
5896
5987
 
5897
5988
  </td>
5898
5989
 
@@ -5922,7 +6013,7 @@
5922
6013
 
5923
6014
  <dt class="inherited-from">Inherited From:</dt>
5924
6015
  <dd class="inherited-from"><ul class="dummy"><li>
5925
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
6016
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
5926
6017
  </li></ul></dd>
5927
6018
 
5928
6019
 
@@ -5986,6 +6077,7 @@
5986
6077
  <span class="param-type">Number</span>
5987
6078
 
5988
6079
 
6080
+
5989
6081
  </div>
5990
6082
 
5991
6083
  </div>
@@ -6063,6 +6155,7 @@
6063
6155
  <span class="param-type">Array</span>
6064
6156
 
6065
6157
 
6158
+
6066
6159
 
6067
6160
  </td>
6068
6161
 
@@ -6087,6 +6180,7 @@
6087
6180
  <span class="param-type">String</span>
6088
6181
 
6089
6182
 
6183
+
6090
6184
 
6091
6185
  </td>
6092
6186
 
@@ -6108,7 +6202,8 @@
6108
6202
  <td class="type">
6109
6203
 
6110
6204
 
6111
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6205
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6206
+
6112
6207
 
6113
6208
 
6114
6209
 
@@ -6132,7 +6227,8 @@
6132
6227
  <td class="type">
6133
6228
 
6134
6229
 
6135
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6230
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6231
+
6136
6232
 
6137
6233
 
6138
6234
 
@@ -6156,7 +6252,8 @@
6156
6252
  <td class="type">
6157
6253
 
6158
6254
 
6159
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6255
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6256
+
6160
6257
 
6161
6258
 
6162
6259
 
@@ -6180,7 +6277,8 @@
6180
6277
  <td class="type">
6181
6278
 
6182
6279
 
6183
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6280
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6281
+
6184
6282
 
6185
6283
 
6186
6284
 
@@ -6212,7 +6310,7 @@
6212
6310
 
6213
6311
  <dt class="inherited-from">Inherited From:</dt>
6214
6312
  <dd class="inherited-from"><ul class="dummy"><li>
6215
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
6313
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
6216
6314
  </li></ul></dd>
6217
6315
 
6218
6316
 
@@ -6276,6 +6374,7 @@
6276
6374
  <span class="param-type">Number</span>
6277
6375
 
6278
6376
 
6377
+
6279
6378
  </div>
6280
6379
 
6281
6380
  </div>
@@ -6353,6 +6452,7 @@
6353
6452
  <span class="param-type">Array</span>
6354
6453
 
6355
6454
 
6455
+
6356
6456
 
6357
6457
  </td>
6358
6458
 
@@ -6377,6 +6477,7 @@
6377
6477
  <span class="param-type">Number</span>
6378
6478
 
6379
6479
 
6480
+
6380
6481
 
6381
6482
  </td>
6382
6483
 
@@ -6401,6 +6502,7 @@
6401
6502
  <span class="param-type">Number</span>
6402
6503
 
6403
6504
 
6505
+
6404
6506
 
6405
6507
  </td>
6406
6508
 
@@ -6430,7 +6532,7 @@
6430
6532
 
6431
6533
  <dt class="inherited-from">Inherited From:</dt>
6432
6534
  <dd class="inherited-from"><ul class="dummy"><li>
6433
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
6535
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
6434
6536
  </li></ul></dd>
6435
6537
 
6436
6538
 
@@ -6494,6 +6596,7 @@
6494
6596
  <span class="param-type">Number</span>
6495
6597
 
6496
6598
 
6599
+
6497
6600
  </div>
6498
6601
 
6499
6602
  </div>
@@ -6571,6 +6674,7 @@
6571
6674
  <span class="param-type">Array</span>
6572
6675
 
6573
6676
 
6677
+
6574
6678
 
6575
6679
  </td>
6576
6680
 
@@ -6595,6 +6699,7 @@
6595
6699
  <span class="param-type">String</span>
6596
6700
 
6597
6701
 
6702
+
6598
6703
 
6599
6704
  </td>
6600
6705
 
@@ -6616,7 +6721,8 @@
6616
6721
  <td class="type">
6617
6722
 
6618
6723
 
6619
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6724
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6725
+
6620
6726
 
6621
6727
 
6622
6728
 
@@ -6640,7 +6746,8 @@
6640
6746
  <td class="type">
6641
6747
 
6642
6748
 
6643
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6749
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6750
+
6644
6751
 
6645
6752
 
6646
6753
 
@@ -6664,7 +6771,8 @@
6664
6771
  <td class="type">
6665
6772
 
6666
6773
 
6667
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6774
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6775
+
6668
6776
 
6669
6777
 
6670
6778
 
@@ -6688,7 +6796,8 @@
6688
6796
  <td class="type">
6689
6797
 
6690
6798
 
6691
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6799
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6800
+
6692
6801
 
6693
6802
 
6694
6803
 
@@ -6720,7 +6829,7 @@
6720
6829
 
6721
6830
  <dt class="inherited-from">Inherited From:</dt>
6722
6831
  <dd class="inherited-from"><ul class="dummy"><li>
6723
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
6832
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
6724
6833
  </li></ul></dd>
6725
6834
 
6726
6835
 
@@ -6784,6 +6893,7 @@
6784
6893
  <span class="param-type">Number</span>
6785
6894
 
6786
6895
 
6896
+
6787
6897
  </div>
6788
6898
 
6789
6899
  </div>
@@ -6841,7 +6951,7 @@
6841
6951
 
6842
6952
  <dt class="inherited-from">Inherited From:</dt>
6843
6953
  <dd class="inherited-from"><ul class="dummy"><li>
6844
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
6954
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
6845
6955
  </li></ul></dd>
6846
6956
 
6847
6957
 
@@ -6957,6 +7067,7 @@
6957
7067
  <span class="param-type">Number</span>
6958
7068
 
6959
7069
 
7070
+
6960
7071
 
6961
7072
  </td>
6962
7073
 
@@ -7099,7 +7210,8 @@
7099
7210
  <td class="type">
7100
7211
 
7101
7212
 
7102
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7213
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7214
+
7103
7215
 
7104
7216
 
7105
7217
 
@@ -7239,7 +7351,8 @@
7239
7351
  <td class="type">
7240
7352
 
7241
7353
 
7242
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7354
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7355
+
7243
7356
 
7244
7357
 
7245
7358
 
@@ -7379,7 +7492,8 @@
7379
7492
  <td class="type">
7380
7493
 
7381
7494
 
7382
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7495
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7496
+
7383
7497
 
7384
7498
 
7385
7499
 
@@ -7411,7 +7525,7 @@
7411
7525
 
7412
7526
  <dt class="inherited-from">Inherited From:</dt>
7413
7527
  <dd class="inherited-from"><ul class="dummy"><li>
7414
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
7528
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
7415
7529
  </li></ul></dd>
7416
7530
 
7417
7531
 
@@ -7524,7 +7638,8 @@
7524
7638
  <td class="type">
7525
7639
 
7526
7640
 
7527
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
7641
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
7642
+
7528
7643
 
7529
7644
 
7530
7645
 
@@ -7556,7 +7671,7 @@
7556
7671
 
7557
7672
  <dt class="inherited-from">Inherited From:</dt>
7558
7673
  <dd class="inherited-from"><ul class="dummy"><li>
7559
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
7674
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
7560
7675
  </li></ul></dd>
7561
7676
 
7562
7677
 
@@ -7652,7 +7767,7 @@
7652
7767
 
7653
7768
  <dt class="inherited-from">Inherited From:</dt>
7654
7769
  <dd class="inherited-from"><ul class="dummy"><li>
7655
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
7770
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
7656
7771
  </li></ul></dd>
7657
7772
 
7658
7773
 
@@ -7765,7 +7880,8 @@
7765
7880
  <td class="type">
7766
7881
 
7767
7882
 
7768
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7883
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7884
+
7769
7885
 
7770
7886
 
7771
7887
 
@@ -7792,6 +7908,7 @@
7792
7908
  <span class="param-type">Object</span>
7793
7909
 
7794
7910
 
7911
+
7795
7912
 
7796
7913
  </td>
7797
7914
 
@@ -7912,7 +8029,7 @@
7912
8029
 
7913
8030
  <dt class="inherited-from">Inherited From:</dt>
7914
8031
  <dd class="inherited-from"><ul class="dummy"><li>
7915
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
8032
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
7916
8033
  </li></ul></dd>
7917
8034
 
7918
8035
 
@@ -8025,7 +8142,8 @@
8025
8142
  <td class="type">
8026
8143
 
8027
8144
 
8028
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8145
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8146
+
8029
8147
 
8030
8148
 
8031
8149
 
@@ -8049,7 +8167,8 @@
8049
8167
  <td class="type">
8050
8168
 
8051
8169
 
8052
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8170
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8171
+
8053
8172
 
8054
8173
 
8055
8174
 
@@ -8081,7 +8200,7 @@
8081
8200
 
8082
8201
  <dt class="inherited-from">Inherited From:</dt>
8083
8202
  <dd class="inherited-from"><ul class="dummy"><li>
8084
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
8203
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
8085
8204
  </li></ul></dd>
8086
8205
 
8087
8206
 
@@ -8194,7 +8313,8 @@
8194
8313
  <td class="type">
8195
8314
 
8196
8315
 
8197
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8316
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8317
+
8198
8318
 
8199
8319
 
8200
8320
 
@@ -8221,6 +8341,7 @@
8221
8341
  <span class="param-type">Number</span>
8222
8342
 
8223
8343
 
8344
+
8224
8345
 
8225
8346
  </td>
8226
8347