@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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.html#addVertex">addVertex</a></code></td>
1134
+ <td class="name"><code><a href="#addVertex">addVertex</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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.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="SketchExtentDrawTool.html#stop">stop</a></code></td>
1288
+ <td class="name"><code><a href="#stop">stop</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="SketchExtentDrawTool.html#updateFeature">updateFeature</a></code></td>
1298
+ <td class="name"><code><a href="#updateFeature">updateFeature</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="SketchExtentDrawTool.html#updateVertex">updateVertex</a></code></td>
1308
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1283
1309
  <td class="name">
1284
1310
  <code>
1285
1311
 
@@ -1355,6 +1381,7 @@
1355
1381
  <span class="param-type">Array</span>
1356
1382
 
1357
1383
 
1384
+
1358
1385
 
1359
1386
  </td>
1360
1387
 
@@ -1376,7 +1403,8 @@
1376
1403
  <td class="type">
1377
1404
 
1378
1405
 
1379
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1406
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1407
+
1380
1408
 
1381
1409
 
1382
1410
 
@@ -1516,7 +1544,8 @@
1516
1544
  <td class="type">
1517
1545
 
1518
1546
 
1519
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1547
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1548
+
1520
1549
 
1521
1550
 
1522
1551
 
@@ -1543,6 +1572,7 @@
1543
1572
  <span class="param-type">Number</span>
1544
1573
 
1545
1574
 
1575
+
1546
1576
 
1547
1577
  </td>
1548
1578
 
@@ -1572,7 +1602,7 @@
1572
1602
 
1573
1603
  <dt class="inherited-from">Inherited From:</dt>
1574
1604
  <dd class="inherited-from"><ul class="dummy"><li>
1575
- <a class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1605
+ <a goto="addVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1576
1606
  </li></ul></dd>
1577
1607
 
1578
1608
 
@@ -1779,6 +1809,7 @@
1779
1809
  <span class="param-type">Number</span>
1780
1810
 
1781
1811
 
1812
+
1782
1813
 
1783
1814
  </td>
1784
1815
 
@@ -1808,7 +1839,7 @@
1808
1839
 
1809
1840
  <dt class="inherited-from">Inherited From:</dt>
1810
1841
  <dd class="inherited-from"><ul class="dummy"><li>
1811
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1842
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1812
1843
  </li></ul></dd>
1813
1844
 
1814
1845
 
@@ -1872,6 +1903,7 @@
1872
1903
  <span class="param-type">Number</span>
1873
1904
 
1874
1905
 
1906
+
1875
1907
  </div>
1876
1908
 
1877
1909
  </div>
@@ -1949,6 +1981,7 @@
1949
1981
  <span class="param-type">Array</span>
1950
1982
 
1951
1983
 
1984
+
1952
1985
 
1953
1986
  </td>
1954
1987
 
@@ -1973,6 +2006,7 @@
1973
2006
  <span class="param-type">String</span>
1974
2007
 
1975
2008
 
2009
+
1976
2010
 
1977
2011
  </td>
1978
2012
 
@@ -1994,7 +2028,8 @@
1994
2028
  <td class="type">
1995
2029
 
1996
2030
 
1997
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2031
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2032
+
1998
2033
 
1999
2034
 
2000
2035
 
@@ -2018,7 +2053,8 @@
2018
2053
  <td class="type">
2019
2054
 
2020
2055
 
2021
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2056
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2057
+
2022
2058
 
2023
2059
 
2024
2060
 
@@ -2042,7 +2078,8 @@
2042
2078
  <td class="type">
2043
2079
 
2044
2080
 
2045
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2081
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2082
+
2046
2083
 
2047
2084
 
2048
2085
 
@@ -2066,7 +2103,8 @@
2066
2103
  <td class="type">
2067
2104
 
2068
2105
 
2069
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2106
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2107
+
2070
2108
 
2071
2109
 
2072
2110
 
@@ -2098,7 +2136,7 @@
2098
2136
 
2099
2137
  <dt class="inherited-from">Inherited From:</dt>
2100
2138
  <dd class="inherited-from"><ul class="dummy"><li>
2101
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2139
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2102
2140
  </li></ul></dd>
2103
2141
 
2104
2142
 
@@ -2162,6 +2200,7 @@
2162
2200
  <span class="param-type">Number</span>
2163
2201
 
2164
2202
 
2203
+
2165
2204
  </div>
2166
2205
 
2167
2206
  </div>
@@ -2239,6 +2278,7 @@
2239
2278
  <span class="param-type">Array</span>
2240
2279
 
2241
2280
 
2281
+
2242
2282
 
2243
2283
  </td>
2244
2284
 
@@ -2263,6 +2303,7 @@
2263
2303
  <span class="param-type">Number</span>
2264
2304
 
2265
2305
 
2306
+
2266
2307
 
2267
2308
  </td>
2268
2309
 
@@ -2287,6 +2328,7 @@
2287
2328
  <span class="param-type">Number</span>
2288
2329
 
2289
2330
 
2331
+
2290
2332
 
2291
2333
  </td>
2292
2334
 
@@ -2316,7 +2358,7 @@
2316
2358
 
2317
2359
  <dt class="inherited-from">Inherited From:</dt>
2318
2360
  <dd class="inherited-from"><ul class="dummy"><li>
2319
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2361
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2320
2362
  </li></ul></dd>
2321
2363
 
2322
2364
 
@@ -2380,6 +2422,7 @@
2380
2422
  <span class="param-type">Number</span>
2381
2423
 
2382
2424
 
2425
+
2383
2426
  </div>
2384
2427
 
2385
2428
  </div>
@@ -2457,6 +2500,7 @@
2457
2500
  <span class="param-type">Array</span>
2458
2501
 
2459
2502
 
2503
+
2460
2504
 
2461
2505
  </td>
2462
2506
 
@@ -2481,6 +2525,7 @@
2481
2525
  <span class="param-type">String</span>
2482
2526
 
2483
2527
 
2528
+
2484
2529
 
2485
2530
  </td>
2486
2531
 
@@ -2502,7 +2547,8 @@
2502
2547
  <td class="type">
2503
2548
 
2504
2549
 
2505
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2550
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2551
+
2506
2552
 
2507
2553
 
2508
2554
 
@@ -2526,7 +2572,8 @@
2526
2572
  <td class="type">
2527
2573
 
2528
2574
 
2529
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2575
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2576
+
2530
2577
 
2531
2578
 
2532
2579
 
@@ -2550,7 +2597,8 @@
2550
2597
  <td class="type">
2551
2598
 
2552
2599
 
2553
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2600
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2601
+
2554
2602
 
2555
2603
 
2556
2604
 
@@ -2574,7 +2622,8 @@
2574
2622
  <td class="type">
2575
2623
 
2576
2624
 
2577
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2625
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2626
+
2578
2627
 
2579
2628
 
2580
2629
 
@@ -2606,7 +2655,7 @@
2606
2655
 
2607
2656
  <dt class="inherited-from">Inherited From:</dt>
2608
2657
  <dd class="inherited-from"><ul class="dummy"><li>
2609
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2658
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2610
2659
  </li></ul></dd>
2611
2660
 
2612
2661
 
@@ -2670,6 +2719,7 @@
2670
2719
  <span class="param-type">Number</span>
2671
2720
 
2672
2721
 
2722
+
2673
2723
  </div>
2674
2724
 
2675
2725
  </div>
@@ -2744,7 +2794,8 @@
2744
2794
  <td class="type">
2745
2795
 
2746
2796
 
2747
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2797
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2798
+
2748
2799
 
2749
2800
 
2750
2801
 
@@ -2771,6 +2822,7 @@
2771
2822
  <span class="param-type">Object</span>
2772
2823
 
2773
2824
 
2825
+
2774
2826
 
2775
2827
  </td>
2776
2828
 
@@ -2891,7 +2943,7 @@
2891
2943
 
2892
2944
  <dt class="inherited-from">Inherited From:</dt>
2893
2945
  <dd class="inherited-from"><ul class="dummy"><li>
2894
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2946
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2895
2947
  </li></ul></dd>
2896
2948
 
2897
2949
 
@@ -3007,6 +3059,7 @@
3007
3059
  <span class="param-type">Number</span>
3008
3060
 
3009
3061
 
3062
+
3010
3063
 
3011
3064
  </td>
3012
3065
 
@@ -3036,7 +3089,7 @@
3036
3089
 
3037
3090
  <dt class="inherited-from">Inherited From:</dt>
3038
3091
  <dd class="inherited-from"><ul class="dummy"><li>
3039
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3092
+ <a goto="removeVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3040
3093
  </li></ul></dd>
3041
3094
 
3042
3095
 
@@ -3149,7 +3202,8 @@
3149
3202
  <td class="type">
3150
3203
 
3151
3204
 
3152
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3205
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3206
+
3153
3207
 
3154
3208
 
3155
3209
 
@@ -3289,7 +3343,8 @@
3289
3343
  <td class="type">
3290
3344
 
3291
3345
 
3292
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3346
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3347
+
3293
3348
 
3294
3349
 
3295
3350
 
@@ -3321,7 +3376,7 @@
3321
3376
 
3322
3377
  <dt class="inherited-from">Inherited From:</dt>
3323
3378
  <dd class="inherited-from"><ul class="dummy"><li>
3324
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3379
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3325
3380
  </li></ul></dd>
3326
3381
 
3327
3382
 
@@ -3434,7 +3489,8 @@
3434
3489
  <td class="type">
3435
3490
 
3436
3491
 
3437
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3492
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3493
+
3438
3494
 
3439
3495
 
3440
3496
 
@@ -3466,7 +3522,7 @@
3466
3522
 
3467
3523
  <dt class="inherited-from">Inherited From:</dt>
3468
3524
  <dd class="inherited-from"><ul class="dummy"><li>
3469
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3525
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3470
3526
  </li></ul></dd>
3471
3527
 
3472
3528
 
@@ -3562,7 +3618,7 @@
3562
3618
 
3563
3619
  <dt class="inherited-from">Inherited From:</dt>
3564
3620
  <dd class="inherited-from"><ul class="dummy"><li>
3565
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3621
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3566
3622
  </li></ul></dd>
3567
3623
 
3568
3624
 
@@ -3658,7 +3714,7 @@
3658
3714
 
3659
3715
  <dt class="inherited-from">Inherited From:</dt>
3660
3716
  <dd class="inherited-from"><ul class="dummy"><li>
3661
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3717
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3662
3718
  </li></ul></dd>
3663
3719
 
3664
3720
 
@@ -3771,7 +3827,8 @@
3771
3827
  <td class="type">
3772
3828
 
3773
3829
 
3774
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3830
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3831
+
3775
3832
 
3776
3833
 
3777
3834
 
@@ -3795,7 +3852,8 @@
3795
3852
  <td class="type">
3796
3853
 
3797
3854
 
3798
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3855
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3856
+
3799
3857
 
3800
3858
 
3801
3859
 
@@ -3827,7 +3885,7 @@
3827
3885
 
3828
3886
  <dt class="inherited-from">Inherited From:</dt>
3829
3887
  <dd class="inherited-from"><ul class="dummy"><li>
3830
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3888
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3831
3889
  </li></ul></dd>
3832
3890
 
3833
3891
 
@@ -3940,7 +3998,8 @@
3940
3998
  <td class="type">
3941
3999
 
3942
4000
 
3943
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4001
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4002
+
3944
4003
 
3945
4004
 
3946
4005
 
@@ -3967,6 +4026,7 @@
3967
4026
  <span class="param-type">Number</span>
3968
4027
 
3969
4028
 
4029
+
3970
4030
 
3971
4031
  </td>
3972
4032
 
@@ -3996,7 +4056,7 @@
3996
4056
 
3997
4057
  <dt class="inherited-from">Inherited From:</dt>
3998
4058
  <dd class="inherited-from"><ul class="dummy"><li>
3999
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4059
+ <a goto="updateVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4000
4060
  </li></ul></dd>
4001
4061
 
4002
4062