@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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.html#addFeatureByGeometry">addFeatureByGeometry</a></code></td>
1134
+ <td class="name"><code><a href="#addFeatureByGeometry">addFeatureByGeometry</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="SketchPointDrawTool.html#addVertex">addVertex</a></code></td>
1144
+ <td class="name"><code><a href="#addVertex">addVertex</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="SketchPointDrawTool.html#drawFeature">drawFeature</a></code></td>
1154
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1133
1155
  <td class="name">
1134
1156
  <code>
1135
1157
 
@@ -1139,7 +1161,7 @@
1139
1161
  </tr>
1140
1162
 
1141
1163
  <tr class="deep-level-0">
1142
- <td class="name"><code><a href="SketchPointDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1164
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1143
1165
  <td class="name">
1144
1166
  <code>
1145
1167
 
@@ -1147,6 +1169,7 @@
1147
1169
  <span class="param-type">Number</span>
1148
1170
 
1149
1171
 
1172
+
1150
1173
 
1151
1174
  </code>
1152
1175
  </td>
@@ -1154,7 +1177,7 @@
1154
1177
  </tr>
1155
1178
 
1156
1179
  <tr class="deep-level-0">
1157
- <td class="name"><code><a href="SketchPointDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1180
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1158
1181
  <td class="name">
1159
1182
  <code>
1160
1183
 
@@ -1162,6 +1185,7 @@
1162
1185
  <span class="param-type">Number</span>
1163
1186
 
1164
1187
 
1188
+
1165
1189
 
1166
1190
  </code>
1167
1191
  </td>
@@ -1169,7 +1193,7 @@
1169
1193
  </tr>
1170
1194
 
1171
1195
  <tr class="deep-level-0">
1172
- <td class="name"><code><a href="SketchPointDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1196
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1173
1197
  <td class="name">
1174
1198
  <code>
1175
1199
 
@@ -1177,6 +1201,7 @@
1177
1201
  <span class="param-type">Number</span>
1178
1202
 
1179
1203
 
1204
+
1180
1205
 
1181
1206
  </code>
1182
1207
  </td>
@@ -1184,7 +1209,7 @@
1184
1209
  </tr>
1185
1210
 
1186
1211
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchPointDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1212
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1188
1213
  <td class="name">
1189
1214
  <code>
1190
1215
 
@@ -1192,6 +1217,7 @@
1192
1217
  <span class="param-type">Number</span>
1193
1218
 
1194
1219
 
1220
+
1195
1221
 
1196
1222
  </code>
1197
1223
  </td>
@@ -1199,7 +1225,7 @@
1199
1225
  </tr>
1200
1226
 
1201
1227
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchPointDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1228
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</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="SketchPointDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1238
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</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="SketchPointDrawTool.html#removeVertex">removeVertex</a></code></td>
1248
+ <td class="name"><code><a href="#removeVertex">removeVertex</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="SketchPointDrawTool.html#selectFeature">selectFeature</a></code></td>
1258
+ <td class="name"><code><a href="#selectFeature">selectFeature</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="SketchPointDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1268
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</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="SketchPointDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1278
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</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="SketchPointDrawTool.html#start">start</a></code></td>
1288
+ <td class="name"><code><a href="#start">start</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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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
 
@@ -1362,7 +1388,8 @@
1362
1388
  <td class="type">
1363
1389
 
1364
1390
 
1365
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1391
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1392
+
1366
1393
 
1367
1394
 
1368
1395
 
@@ -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
 
@@ -1413,6 +1441,7 @@
1413
1441
  <span class="param-type">Object</span>
1414
1442
 
1415
1443
 
1444
+
1416
1445
 
1417
1446
  </td>
1418
1447
 
@@ -1550,7 +1579,8 @@
1550
1579
  <td class="type">
1551
1580
 
1552
1581
 
1553
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1582
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1583
+
1554
1584
 
1555
1585
 
1556
1586
 
@@ -1574,7 +1604,8 @@
1574
1604
  <td class="type">
1575
1605
 
1576
1606
 
1577
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1607
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1608
+
1578
1609
 
1579
1610
 
1580
1611
 
@@ -1601,6 +1632,7 @@
1601
1632
  <span class="param-type">Object</span>
1602
1633
 
1603
1634
 
1635
+
1604
1636
 
1605
1637
  </td>
1606
1638
 
@@ -1738,7 +1770,8 @@
1738
1770
  <td class="type">
1739
1771
 
1740
1772
 
1741
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1773
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1774
+
1742
1775
 
1743
1776
 
1744
1777
 
@@ -1765,6 +1798,7 @@
1765
1798
  <span class="param-type">Number</span>
1766
1799
 
1767
1800
 
1801
+
1768
1802
 
1769
1803
  </td>
1770
1804
 
@@ -1794,7 +1828,7 @@
1794
1828
 
1795
1829
  <dt class="inherited-from">Inherited From:</dt>
1796
1830
  <dd class="inherited-from"><ul class="dummy"><li>
1797
- <a class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1831
+ <a goto="addVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1798
1832
  </li></ul></dd>
1799
1833
 
1800
1834
 
@@ -2001,6 +2035,7 @@
2001
2035
  <span class="param-type">Number</span>
2002
2036
 
2003
2037
 
2038
+
2004
2039
 
2005
2040
  </td>
2006
2041
 
@@ -2030,7 +2065,7 @@
2030
2065
 
2031
2066
  <dt class="inherited-from">Inherited From:</dt>
2032
2067
  <dd class="inherited-from"><ul class="dummy"><li>
2033
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
2068
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
2034
2069
  </li></ul></dd>
2035
2070
 
2036
2071
 
@@ -2094,6 +2129,7 @@
2094
2129
  <span class="param-type">Number</span>
2095
2130
 
2096
2131
 
2132
+
2097
2133
  </div>
2098
2134
 
2099
2135
  </div>
@@ -2171,6 +2207,7 @@
2171
2207
  <span class="param-type">Array</span>
2172
2208
 
2173
2209
 
2210
+
2174
2211
 
2175
2212
  </td>
2176
2213
 
@@ -2195,6 +2232,7 @@
2195
2232
  <span class="param-type">String</span>
2196
2233
 
2197
2234
 
2235
+
2198
2236
 
2199
2237
  </td>
2200
2238
 
@@ -2216,7 +2254,8 @@
2216
2254
  <td class="type">
2217
2255
 
2218
2256
 
2219
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2257
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2258
+
2220
2259
 
2221
2260
 
2222
2261
 
@@ -2240,7 +2279,8 @@
2240
2279
  <td class="type">
2241
2280
 
2242
2281
 
2243
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2282
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2283
+
2244
2284
 
2245
2285
 
2246
2286
 
@@ -2264,7 +2304,8 @@
2264
2304
  <td class="type">
2265
2305
 
2266
2306
 
2267
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2307
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2308
+
2268
2309
 
2269
2310
 
2270
2311
 
@@ -2288,7 +2329,8 @@
2288
2329
  <td class="type">
2289
2330
 
2290
2331
 
2291
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2332
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2333
+
2292
2334
 
2293
2335
 
2294
2336
 
@@ -2320,7 +2362,7 @@
2320
2362
 
2321
2363
  <dt class="inherited-from">Inherited From:</dt>
2322
2364
  <dd class="inherited-from"><ul class="dummy"><li>
2323
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2365
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2324
2366
  </li></ul></dd>
2325
2367
 
2326
2368
 
@@ -2384,6 +2426,7 @@
2384
2426
  <span class="param-type">Number</span>
2385
2427
 
2386
2428
 
2429
+
2387
2430
  </div>
2388
2431
 
2389
2432
  </div>
@@ -2461,6 +2504,7 @@
2461
2504
  <span class="param-type">Array</span>
2462
2505
 
2463
2506
 
2507
+
2464
2508
 
2465
2509
  </td>
2466
2510
 
@@ -2485,6 +2529,7 @@
2485
2529
  <span class="param-type">Number</span>
2486
2530
 
2487
2531
 
2532
+
2488
2533
 
2489
2534
  </td>
2490
2535
 
@@ -2509,6 +2554,7 @@
2509
2554
  <span class="param-type">Number</span>
2510
2555
 
2511
2556
 
2557
+
2512
2558
 
2513
2559
  </td>
2514
2560
 
@@ -2538,7 +2584,7 @@
2538
2584
 
2539
2585
  <dt class="inherited-from">Inherited From:</dt>
2540
2586
  <dd class="inherited-from"><ul class="dummy"><li>
2541
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2587
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2542
2588
  </li></ul></dd>
2543
2589
 
2544
2590
 
@@ -2602,6 +2648,7 @@
2602
2648
  <span class="param-type">Number</span>
2603
2649
 
2604
2650
 
2651
+
2605
2652
  </div>
2606
2653
 
2607
2654
  </div>
@@ -2679,6 +2726,7 @@
2679
2726
  <span class="param-type">Array</span>
2680
2727
 
2681
2728
 
2729
+
2682
2730
 
2683
2731
  </td>
2684
2732
 
@@ -2703,6 +2751,7 @@
2703
2751
  <span class="param-type">String</span>
2704
2752
 
2705
2753
 
2754
+
2706
2755
 
2707
2756
  </td>
2708
2757
 
@@ -2724,7 +2773,8 @@
2724
2773
  <td class="type">
2725
2774
 
2726
2775
 
2727
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2776
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2777
+
2728
2778
 
2729
2779
 
2730
2780
 
@@ -2748,7 +2798,8 @@
2748
2798
  <td class="type">
2749
2799
 
2750
2800
 
2751
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2801
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2802
+
2752
2803
 
2753
2804
 
2754
2805
 
@@ -2772,7 +2823,8 @@
2772
2823
  <td class="type">
2773
2824
 
2774
2825
 
2775
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2826
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2827
+
2776
2828
 
2777
2829
 
2778
2830
 
@@ -2796,7 +2848,8 @@
2796
2848
  <td class="type">
2797
2849
 
2798
2850
 
2799
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2851
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2852
+
2800
2853
 
2801
2854
 
2802
2855
 
@@ -2828,7 +2881,7 @@
2828
2881
 
2829
2882
  <dt class="inherited-from">Inherited From:</dt>
2830
2883
  <dd class="inherited-from"><ul class="dummy"><li>
2831
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2884
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2832
2885
  </li></ul></dd>
2833
2886
 
2834
2887
 
@@ -2892,6 +2945,7 @@
2892
2945
  <span class="param-type">Number</span>
2893
2946
 
2894
2947
 
2948
+
2895
2949
  </div>
2896
2950
 
2897
2951
  </div>
@@ -2966,7 +3020,8 @@
2966
3020
  <td class="type">
2967
3021
 
2968
3022
 
2969
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3023
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3024
+
2970
3025
 
2971
3026
 
2972
3027
 
@@ -2993,6 +3048,7 @@
2993
3048
  <span class="param-type">Object</span>
2994
3049
 
2995
3050
 
3051
+
2996
3052
 
2997
3053
  </td>
2998
3054
 
@@ -3113,7 +3169,7 @@
3113
3169
 
3114
3170
  <dt class="inherited-from">Inherited From:</dt>
3115
3171
  <dd class="inherited-from"><ul class="dummy"><li>
3116
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3172
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3117
3173
  </li></ul></dd>
3118
3174
 
3119
3175
 
@@ -3229,6 +3285,7 @@
3229
3285
  <span class="param-type">Number</span>
3230
3286
 
3231
3287
 
3288
+
3232
3289
 
3233
3290
  </td>
3234
3291
 
@@ -3258,7 +3315,7 @@
3258
3315
 
3259
3316
  <dt class="inherited-from">Inherited From:</dt>
3260
3317
  <dd class="inherited-from"><ul class="dummy"><li>
3261
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3318
+ <a goto="removeVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3262
3319
  </li></ul></dd>
3263
3320
 
3264
3321
 
@@ -3371,7 +3428,8 @@
3371
3428
  <td class="type">
3372
3429
 
3373
3430
 
3374
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3431
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3432
+
3375
3433
 
3376
3434
 
3377
3435
 
@@ -3511,7 +3569,8 @@
3511
3569
  <td class="type">
3512
3570
 
3513
3571
 
3514
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3572
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3573
+
3515
3574
 
3516
3575
 
3517
3576
 
@@ -3543,7 +3602,7 @@
3543
3602
 
3544
3603
  <dt class="inherited-from">Inherited From:</dt>
3545
3604
  <dd class="inherited-from"><ul class="dummy"><li>
3546
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3605
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3547
3606
  </li></ul></dd>
3548
3607
 
3549
3608
 
@@ -3656,7 +3715,8 @@
3656
3715
  <td class="type">
3657
3716
 
3658
3717
 
3659
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3718
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3719
+
3660
3720
 
3661
3721
 
3662
3722
 
@@ -3688,7 +3748,7 @@
3688
3748
 
3689
3749
  <dt class="inherited-from">Inherited From:</dt>
3690
3750
  <dd class="inherited-from"><ul class="dummy"><li>
3691
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3751
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3692
3752
  </li></ul></dd>
3693
3753
 
3694
3754
 
@@ -3784,7 +3844,7 @@
3784
3844
 
3785
3845
  <dt class="inherited-from">Inherited From:</dt>
3786
3846
  <dd class="inherited-from"><ul class="dummy"><li>
3787
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3847
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3788
3848
  </li></ul></dd>
3789
3849
 
3790
3850
 
@@ -3880,7 +3940,7 @@
3880
3940
 
3881
3941
  <dt class="inherited-from">Inherited From:</dt>
3882
3942
  <dd class="inherited-from"><ul class="dummy"><li>
3883
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3943
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3884
3944
  </li></ul></dd>
3885
3945
 
3886
3946
 
@@ -3993,7 +4053,8 @@
3993
4053
  <td class="type">
3994
4054
 
3995
4055
 
3996
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4056
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4057
+
3997
4058
 
3998
4059
 
3999
4060
 
@@ -4017,7 +4078,8 @@
4017
4078
  <td class="type">
4018
4079
 
4019
4080
 
4020
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4081
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4082
+
4021
4083
 
4022
4084
 
4023
4085
 
@@ -4049,7 +4111,7 @@
4049
4111
 
4050
4112
  <dt class="inherited-from">Inherited From:</dt>
4051
4113
  <dd class="inherited-from"><ul class="dummy"><li>
4052
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4114
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4053
4115
  </li></ul></dd>
4054
4116
 
4055
4117
 
@@ -4162,7 +4224,8 @@
4162
4224
  <td class="type">
4163
4225
 
4164
4226
 
4165
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4227
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4228
+
4166
4229
 
4167
4230
 
4168
4231
 
@@ -4189,6 +4252,7 @@
4189
4252
  <span class="param-type">Number</span>
4190
4253
 
4191
4254
 
4255
+
4192
4256
 
4193
4257
  </td>
4194
4258
 
@@ -4218,7 +4282,7 @@
4218
4282
 
4219
4283
  <dt class="inherited-from">Inherited From:</dt>
4220
4284
  <dd class="inherited-from"><ul class="dummy"><li>
4221
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4285
+ <a goto="updateVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4222
4286
  </li></ul></dd>
4223
4287
 
4224
4288