@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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1218
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</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="SketchFreehandPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1228
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</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="SketchFreehandPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
1238
+ <td class="name"><code><a href="#removeVertex">removeVertex</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="SketchFreehandPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
1248
+ <td class="name"><code><a href="#selectFeature">selectFeature</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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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="SketchFreehandPolylineDrawTool.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>
@@ -2676,7 +2724,8 @@
2676
2724
  <td class="type">
2677
2725
 
2678
2726
 
2679
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2727
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2728
+
2680
2729
 
2681
2730
 
2682
2731
 
@@ -2703,6 +2752,7 @@
2703
2752
  <span class="param-type">Object</span>
2704
2753
 
2705
2754
 
2755
+
2706
2756
 
2707
2757
  </td>
2708
2758
 
@@ -2823,7 +2873,7 @@
2823
2873
 
2824
2874
  <dt class="inherited-from">Inherited From:</dt>
2825
2875
  <dd class="inherited-from"><ul class="dummy"><li>
2826
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2876
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2827
2877
  </li></ul></dd>
2828
2878
 
2829
2879
 
@@ -2939,6 +2989,7 @@
2939
2989
  <span class="param-type">Number</span>
2940
2990
 
2941
2991
 
2992
+
2942
2993
 
2943
2994
  </td>
2944
2995
 
@@ -3081,7 +3132,8 @@
3081
3132
  <td class="type">
3082
3133
 
3083
3134
 
3084
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3135
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3136
+
3085
3137
 
3086
3138
 
3087
3139
 
@@ -3221,7 +3273,8 @@
3221
3273
  <td class="type">
3222
3274
 
3223
3275
 
3224
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3276
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3277
+
3225
3278
 
3226
3279
 
3227
3280
 
@@ -3253,7 +3306,7 @@
3253
3306
 
3254
3307
  <dt class="inherited-from">Inherited From:</dt>
3255
3308
  <dd class="inherited-from"><ul class="dummy"><li>
3256
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3309
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3257
3310
  </li></ul></dd>
3258
3311
 
3259
3312
 
@@ -3366,7 +3419,8 @@
3366
3419
  <td class="type">
3367
3420
 
3368
3421
 
3369
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3422
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3423
+
3370
3424
 
3371
3425
 
3372
3426
 
@@ -3398,7 +3452,7 @@
3398
3452
 
3399
3453
  <dt class="inherited-from">Inherited From:</dt>
3400
3454
  <dd class="inherited-from"><ul class="dummy"><li>
3401
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3455
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3402
3456
  </li></ul></dd>
3403
3457
 
3404
3458
 
@@ -3494,7 +3548,7 @@
3494
3548
 
3495
3549
  <dt class="inherited-from">Inherited From:</dt>
3496
3550
  <dd class="inherited-from"><ul class="dummy"><li>
3497
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3551
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3498
3552
  </li></ul></dd>
3499
3553
 
3500
3554
 
@@ -3607,7 +3661,8 @@
3607
3661
  <td class="type">
3608
3662
 
3609
3663
 
3610
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3664
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3665
+
3611
3666
 
3612
3667
 
3613
3668
 
@@ -3634,6 +3689,7 @@
3634
3689
  <span class="param-type">Object</span>
3635
3690
 
3636
3691
 
3692
+
3637
3693
 
3638
3694
  </td>
3639
3695
 
@@ -3754,7 +3810,7 @@
3754
3810
 
3755
3811
  <dt class="inherited-from">Inherited From:</dt>
3756
3812
  <dd class="inherited-from"><ul class="dummy"><li>
3757
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3813
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3758
3814
  </li></ul></dd>
3759
3815
 
3760
3816
 
@@ -3867,7 +3923,8 @@
3867
3923
  <td class="type">
3868
3924
 
3869
3925
 
3870
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3926
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3927
+
3871
3928
 
3872
3929
 
3873
3930
 
@@ -3891,7 +3948,8 @@
3891
3948
  <td class="type">
3892
3949
 
3893
3950
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3951
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3952
+
3895
3953
 
3896
3954
 
3897
3955
 
@@ -3923,7 +3981,7 @@
3923
3981
 
3924
3982
  <dt class="inherited-from">Inherited From:</dt>
3925
3983
  <dd class="inherited-from"><ul class="dummy"><li>
3926
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3984
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3927
3985
  </li></ul></dd>
3928
3986
 
3929
3987
 
@@ -4036,7 +4094,8 @@
4036
4094
  <td class="type">
4037
4095
 
4038
4096
 
4039
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4097
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4098
+
4040
4099
 
4041
4100
 
4042
4101
 
@@ -4063,6 +4122,7 @@
4063
4122
  <span class="param-type">Number</span>
4064
4123
 
4065
4124
 
4125
+
4066
4126
 
4067
4127
  </td>
4068
4128