@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,16 +98,25 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="view"><code>view</code></td>
101
+ <td class="name"><code>view</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
107
+ <span class="param-type">
108
+
109
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
110
+
111
+ </span>
103
112
  |
104
113
 
105
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
114
+ <span class="param-type">
115
+
116
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
117
+
118
+ </span>
119
+
106
120
 
107
121
 
108
122
 
@@ -118,13 +132,18 @@
118
132
 
119
133
  <tr class="deep-level-1">
120
134
 
121
- <td class="name" id="layer"><code>layer</code></td>
135
+ <td class="name"><code>layer</code></td>
122
136
 
123
137
 
124
138
  <td class="type">
125
139
 
126
140
 
127
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
141
+ <span class="param-type">
142
+
143
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
144
+
145
+ </span>
146
+
128
147
 
129
148
 
130
149
 
@@ -140,13 +159,18 @@
140
159
 
141
160
  <tr class="deep-level-1">
142
161
 
143
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
162
+ <td class="name"><code>sketchStyle</code></td>
144
163
 
145
164
 
146
165
  <td class="type">
147
166
 
148
167
 
149
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
168
+ <span class="param-type">
169
+
170
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
171
+
172
+ </span>
173
+
150
174
 
151
175
 
152
176
 
@@ -243,7 +267,7 @@
243
267
 
244
268
 
245
269
  <ul>
246
- <li><a class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
270
+ <li><a link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
247
271
  </ul>
248
272
 
249
273
 
@@ -275,11 +299,16 @@
275
299
  <tbody>
276
300
 
277
301
  <tr class="deep-level-0">
278
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#editOption">editOption</a></code></td>
302
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
279
303
  <td class="name">
280
304
  <code>
281
305
 
282
- <span class="param-type">Object</span>
306
+ <span class="param-type">
307
+
308
+ Object
309
+
310
+ </span>
311
+
283
312
 
284
313
 
285
314
  </code>
@@ -288,11 +317,16 @@
288
317
  </tr>
289
318
 
290
319
  <tr class="deep-level-0">
291
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#elevationInfo">elevationInfo</a></code></td>
320
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
292
321
  <td class="name">
293
322
  <code>
294
323
 
295
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
324
+ <span class="param-type">
325
+
326
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
327
+
328
+ </span>
329
+
296
330
 
297
331
 
298
332
  </code>
@@ -301,11 +335,16 @@
301
335
  </tr>
302
336
 
303
337
  <tr class="deep-level-0">
304
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#extendOptions">extendOptions</a></code></td>
338
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
305
339
  <td class="name">
306
340
  <code>
307
341
 
308
- <span class="param-type">Object</span>
342
+ <span class="param-type">
343
+
344
+ Object
345
+
346
+ </span>
347
+
309
348
 
310
349
 
311
350
  </code>
@@ -314,11 +353,16 @@
314
353
  </tr>
315
354
 
316
355
  <tr class="deep-level-0">
317
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#layer">layer</a></code></td>
356
+ <td class="name"><code><a href="#layer">layer</a></code></td>
318
357
  <td class="name">
319
358
  <code>
320
359
 
321
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
360
+ <span class="param-type">
361
+
362
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
363
+
364
+ </span>
365
+
322
366
 
323
367
 
324
368
  </code>
@@ -327,11 +371,16 @@
327
371
  </tr>
328
372
 
329
373
  <tr class="deep-level-0">
330
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#sketchStage">sketchStage</a></code></td>
374
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
331
375
  <td class="name">
332
376
  <code>
333
377
 
334
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
378
+ <span class="param-type">
379
+
380
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
381
+
382
+ </span>
383
+
335
384
 
336
385
 
337
386
  </code>
@@ -340,11 +389,16 @@
340
389
  </tr>
341
390
 
342
391
  <tr class="deep-level-0">
343
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#sketchStyle">sketchStyle</a></code></td>
392
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
344
393
  <td class="name">
345
394
  <code>
346
395
 
347
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
396
+ <span class="param-type">
397
+
398
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
399
+
400
+ </span>
401
+
348
402
 
349
403
 
350
404
  </code>
@@ -353,11 +407,16 @@
353
407
  </tr>
354
408
 
355
409
  <tr class="deep-level-0">
356
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#type">type</a></code></td>
410
+ <td class="name"><code><a href="#type">type</a></code></td>
357
411
  <td class="name">
358
412
  <code>
359
413
 
360
- <span class="param-type">String</span>
414
+ <span class="param-type">
415
+
416
+ String
417
+
418
+ </span>
419
+
361
420
 
362
421
 
363
422
  </code>
@@ -366,11 +425,16 @@
366
425
  </tr>
367
426
 
368
427
  <tr class="deep-level-0">
369
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
428
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
370
429
  <td class="name">
371
430
  <code>
372
431
 
373
- <span class="param-type">String</span>
432
+ <span class="param-type">
433
+
434
+ String
435
+
436
+ </span>
437
+
374
438
 
375
439
 
376
440
  </code>
@@ -379,14 +443,23 @@
379
443
  </tr>
380
444
 
381
445
  <tr class="deep-level-0">
382
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#view">view</a></code></td>
446
+ <td class="name"><code><a href="#view">view</a></code></td>
383
447
  <td class="name">
384
448
  <code>
385
449
 
386
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
450
+ <span class="param-type">
451
+
452
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
453
+
454
+ </span>
387
455
  |
388
456
 
389
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
457
+ <span class="param-type">
458
+
459
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
460
+
461
+ </span>
462
+
390
463
 
391
464
 
392
465
  </code>
@@ -405,7 +478,12 @@
405
478
  <span class="method-parameter is-pulled-right">
406
479
  <label>类型:</label>
407
480
 
408
- <span class="param-type">Object</span>
481
+ <span class="param-type">
482
+
483
+ Object
484
+
485
+ </span>
486
+
409
487
 
410
488
 
411
489
  </span>
@@ -439,7 +517,7 @@
439
517
 
440
518
  <dt class="inherited-from">Inherited From:</dt>
441
519
  <dd class="inherited-from"><ul class="dummy"><li>
442
- <a class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
520
+ <a goto="editOption" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
443
521
  </li></ul></dd>
444
522
 
445
523
 
@@ -480,7 +558,12 @@
480
558
  <span class="method-parameter is-pulled-right">
481
559
  <label>类型:</label>
482
560
 
483
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
561
+ <span class="param-type">
562
+
563
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
564
+
565
+ </span>
566
+
484
567
 
485
568
 
486
569
  </span>
@@ -514,7 +597,7 @@
514
597
 
515
598
  <dt class="inherited-from">Inherited From:</dt>
516
599
  <dd class="inherited-from"><ul class="dummy"><li>
517
- <a class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
600
+ <a goto="elevationInfo" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
518
601
  </li></ul></dd>
519
602
 
520
603
 
@@ -555,7 +638,12 @@
555
638
  <span class="method-parameter is-pulled-right">
556
639
  <label>类型:</label>
557
640
 
558
- <span class="param-type">Object</span>
641
+ <span class="param-type">
642
+
643
+ Object
644
+
645
+ </span>
646
+
559
647
 
560
648
 
561
649
  </span>
@@ -589,7 +677,7 @@
589
677
 
590
678
  <dt class="inherited-from">Inherited From:</dt>
591
679
  <dd class="inherited-from"><ul class="dummy"><li>
592
- <a class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
680
+ <a goto="extendOptions" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
593
681
  </li></ul></dd>
594
682
 
595
683
 
@@ -630,7 +718,12 @@
630
718
  <span class="method-parameter is-pulled-right">
631
719
  <label>类型:</label>
632
720
 
633
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
721
+ <span class="param-type">
722
+
723
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
724
+
725
+ </span>
726
+
634
727
 
635
728
 
636
729
  </span>
@@ -664,7 +757,7 @@
664
757
 
665
758
  <dt class="inherited-from">Inherited From:</dt>
666
759
  <dd class="inherited-from"><ul class="dummy"><li>
667
- <a class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
760
+ <a goto="layer" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
668
761
  </li></ul></dd>
669
762
 
670
763
 
@@ -705,7 +798,12 @@
705
798
  <span class="method-parameter is-pulled-right">
706
799
  <label>类型:</label>
707
800
 
708
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
801
+ <span class="param-type">
802
+
803
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
804
+
805
+ </span>
806
+
709
807
 
710
808
 
711
809
  </span>
@@ -739,7 +837,7 @@
739
837
 
740
838
  <dt class="inherited-from">Inherited From:</dt>
741
839
  <dd class="inherited-from"><ul class="dummy"><li>
742
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
840
+ <a goto="sketchStage" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
743
841
  </li></ul></dd>
744
842
 
745
843
 
@@ -780,7 +878,12 @@
780
878
  <span class="method-parameter is-pulled-right">
781
879
  <label>类型:</label>
782
880
 
783
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
881
+ <span class="param-type">
882
+
883
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
884
+
885
+ </span>
886
+
784
887
 
785
888
 
786
889
  </span>
@@ -814,7 +917,7 @@
814
917
 
815
918
  <dt class="inherited-from">Inherited From:</dt>
816
919
  <dd class="inherited-from"><ul class="dummy"><li>
817
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
920
+ <a goto="sketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
818
921
  </li></ul></dd>
819
922
 
820
923
 
@@ -855,7 +958,12 @@
855
958
  <span class="method-parameter is-pulled-right">
856
959
  <label>类型:</label>
857
960
 
858
- <span class="param-type">String</span>
961
+ <span class="param-type">
962
+
963
+ String
964
+
965
+ </span>
966
+
859
967
 
860
968
 
861
969
  </span>
@@ -930,7 +1038,12 @@
930
1038
  <span class="method-parameter is-pulled-right">
931
1039
  <label>类型:</label>
932
1040
 
933
- <span class="param-type">String</span>
1041
+ <span class="param-type">
1042
+
1043
+ String
1044
+
1045
+ </span>
1046
+
934
1047
 
935
1048
 
936
1049
  </span>
@@ -964,7 +1077,7 @@
964
1077
 
965
1078
  <dt class="inherited-from">Inherited From:</dt>
966
1079
  <dd class="inherited-from"><ul class="dummy"><li>
967
- <a class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
1080
+ <a goto="undoRedoManager" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
968
1081
  </li></ul></dd>
969
1082
 
970
1083
 
@@ -1005,10 +1118,19 @@
1005
1118
  <span class="method-parameter is-pulled-right">
1006
1119
  <label>类型:</label>
1007
1120
 
1008
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1121
+ <span class="param-type">
1122
+
1123
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1124
+
1125
+ </span>
1009
1126
  |
1010
1127
 
1011
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1128
+ <span class="param-type">
1129
+
1130
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1131
+
1132
+ </span>
1133
+
1012
1134
 
1013
1135
 
1014
1136
  </span>
@@ -1042,7 +1164,7 @@
1042
1164
 
1043
1165
  <dt class="inherited-from">Inherited From:</dt>
1044
1166
  <dd class="inherited-from"><ul class="dummy"><li>
1045
- <a class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
1167
+ <a goto="view" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
1046
1168
  </li></ul></dd>
1047
1169
 
1048
1170
 
@@ -1099,7 +1221,7 @@
1099
1221
  <tbody>
1100
1222
 
1101
1223
  <tr class="deep-level-0">
1102
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#addFeature">addFeature</a></code></td>
1224
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
1103
1225
  <td class="name">
1104
1226
  <code>
1105
1227
 
@@ -1109,7 +1231,7 @@
1109
1231
  </tr>
1110
1232
 
1111
1233
  <tr class="deep-level-0">
1112
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#addMidVertex">addMidVertex</a></code></td>
1234
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
1113
1235
  <td class="name">
1114
1236
  <code>
1115
1237
 
@@ -1119,7 +1241,7 @@
1119
1241
  </tr>
1120
1242
 
1121
1243
  <tr class="deep-level-0">
1122
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
1244
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1123
1245
  <td class="name">
1124
1246
  <code>
1125
1247
 
@@ -1129,12 +1251,17 @@
1129
1251
  </tr>
1130
1252
 
1131
1253
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1254
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1133
1255
  <td class="name">
1134
1256
  <code>
1135
1257
 
1136
1258
 
1137
- <span class="param-type">Number</span>
1259
+ <span class="param-type">
1260
+
1261
+ Number
1262
+
1263
+ </span>
1264
+
1138
1265
 
1139
1266
 
1140
1267
 
@@ -1144,12 +1271,17 @@
1144
1271
  </tr>
1145
1272
 
1146
1273
  <tr class="deep-level-0">
1147
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1274
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1148
1275
  <td class="name">
1149
1276
  <code>
1150
1277
 
1151
1278
 
1152
- <span class="param-type">Number</span>
1279
+ <span class="param-type">
1280
+
1281
+ Number
1282
+
1283
+ </span>
1284
+
1153
1285
 
1154
1286
 
1155
1287
 
@@ -1159,12 +1291,17 @@
1159
1291
  </tr>
1160
1292
 
1161
1293
  <tr class="deep-level-0">
1162
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1294
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1163
1295
  <td class="name">
1164
1296
  <code>
1165
1297
 
1166
1298
 
1167
- <span class="param-type">Number</span>
1299
+ <span class="param-type">
1300
+
1301
+ Number
1302
+
1303
+ </span>
1304
+
1168
1305
 
1169
1306
 
1170
1307
 
@@ -1174,12 +1311,17 @@
1174
1311
  </tr>
1175
1312
 
1176
1313
  <tr class="deep-level-0">
1177
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1314
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1178
1315
  <td class="name">
1179
1316
  <code>
1180
1317
 
1181
1318
 
1182
- <span class="param-type">Number</span>
1319
+ <span class="param-type">
1320
+
1321
+ Number
1322
+
1323
+ </span>
1324
+
1183
1325
 
1184
1326
 
1185
1327
 
@@ -1189,7 +1331,7 @@
1189
1331
  </tr>
1190
1332
 
1191
1333
  <tr class="deep-level-0">
1192
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1334
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
1193
1335
  <td class="name">
1194
1336
  <code>
1195
1337
 
@@ -1199,7 +1341,7 @@
1199
1341
  </tr>
1200
1342
 
1201
1343
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1344
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1203
1345
  <td class="name">
1204
1346
  <code>
1205
1347
 
@@ -1209,7 +1351,7 @@
1209
1351
  </tr>
1210
1352
 
1211
1353
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
1354
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1213
1355
  <td class="name">
1214
1356
  <code>
1215
1357
 
@@ -1219,7 +1361,7 @@
1219
1361
  </tr>
1220
1362
 
1221
1363
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
1364
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1223
1365
  <td class="name">
1224
1366
  <code>
1225
1367
 
@@ -1229,7 +1371,7 @@
1229
1371
  </tr>
1230
1372
 
1231
1373
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1374
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1233
1375
  <td class="name">
1234
1376
  <code>
1235
1377
 
@@ -1239,7 +1381,7 @@
1239
1381
  </tr>
1240
1382
 
1241
1383
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1384
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1243
1385
  <td class="name">
1244
1386
  <code>
1245
1387
 
@@ -1249,7 +1391,7 @@
1249
1391
  </tr>
1250
1392
 
1251
1393
  <tr class="deep-level-0">
1252
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#start">start</a></code></td>
1394
+ <td class="name"><code><a href="#start">start</a></code></td>
1253
1395
  <td class="name">
1254
1396
  <code>
1255
1397
 
@@ -1259,7 +1401,7 @@
1259
1401
  </tr>
1260
1402
 
1261
1403
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#startPanGraphics">startPanGraphics</a></code></td>
1404
+ <td class="name"><code><a href="#startPanGraphics">startPanGraphics</a></code></td>
1263
1405
  <td class="name">
1264
1406
  <code>
1265
1407
 
@@ -1269,7 +1411,7 @@
1269
1411
  </tr>
1270
1412
 
1271
1413
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#stop">stop</a></code></td>
1414
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1273
1415
  <td class="name">
1274
1416
  <code>
1275
1417
 
@@ -1279,7 +1421,7 @@
1279
1421
  </tr>
1280
1422
 
1281
1423
  <tr class="deep-level-0">
1282
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#updateFeature">updateFeature</a></code></td>
1424
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1283
1425
  <td class="name">
1284
1426
  <code>
1285
1427
 
@@ -1289,7 +1431,7 @@
1289
1431
  </tr>
1290
1432
 
1291
1433
  <tr class="deep-level-0">
1292
- <td class="name"><code><a href="SketchFreehandPolylineDrawTool.html#updateVertex">updateVertex</a></code></td>
1434
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1293
1435
  <td class="name">
1294
1436
  <code>
1295
1437
 
@@ -1356,13 +1498,18 @@
1356
1498
 
1357
1499
  <tr class="deep-level-0">
1358
1500
 
1359
- <td class="name" id="points"><code>points</code></td>
1501
+ <td class="name"><code>points</code></td>
1360
1502
 
1361
1503
 
1362
1504
  <td class="type">
1363
1505
 
1364
1506
 
1365
- <span class="param-type">Array</span>
1507
+ <span class="param-type">
1508
+
1509
+ Array
1510
+
1511
+ </span>
1512
+
1366
1513
 
1367
1514
 
1368
1515
 
@@ -1380,13 +1527,18 @@
1380
1527
 
1381
1528
  <tr class="deep-level-0">
1382
1529
 
1383
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1530
+ <td class="name"><code>sketchStyle</code></td>
1384
1531
 
1385
1532
 
1386
1533
  <td class="type">
1387
1534
 
1388
1535
 
1389
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1536
+ <span class="param-type">
1537
+
1538
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1539
+
1540
+ </span>
1541
+
1390
1542
 
1391
1543
 
1392
1544
 
@@ -1702,13 +1854,18 @@
1702
1854
 
1703
1855
  <tr class="deep-level-0">
1704
1856
 
1705
- <td class="name" id="pixel"><code>pixel</code></td>
1857
+ <td class="name"><code>pixel</code></td>
1706
1858
 
1707
1859
 
1708
1860
  <td class="type">
1709
1861
 
1710
1862
 
1711
- <span class="param-type">Number</span>
1863
+ <span class="param-type">
1864
+
1865
+ Number
1866
+
1867
+ </span>
1868
+
1712
1869
 
1713
1870
 
1714
1871
 
@@ -1740,7 +1897,7 @@
1740
1897
 
1741
1898
  <dt class="inherited-from">Inherited From:</dt>
1742
1899
  <dd class="inherited-from"><ul class="dummy"><li>
1743
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1900
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1744
1901
  </li></ul></dd>
1745
1902
 
1746
1903
 
@@ -1801,7 +1958,12 @@
1801
1958
  <div class='column is-5 has-text-left'>
1802
1959
  <label>类型: </label>
1803
1960
 
1804
- <span class="param-type">Number</span>
1961
+ <span class="param-type">
1962
+
1963
+ Number
1964
+
1965
+ </span>
1966
+
1805
1967
 
1806
1968
 
1807
1969
  </div>
@@ -1872,13 +2034,18 @@
1872
2034
 
1873
2035
  <tr class="deep-level-0">
1874
2036
 
1875
- <td class="name" id="coordinates"><code>coordinates</code></td>
2037
+ <td class="name"><code>coordinates</code></td>
1876
2038
 
1877
2039
 
1878
2040
  <td class="type">
1879
2041
 
1880
2042
 
1881
- <span class="param-type">Array</span>
2043
+ <span class="param-type">
2044
+
2045
+ Array
2046
+
2047
+ </span>
2048
+
1882
2049
 
1883
2050
 
1884
2051
 
@@ -1896,13 +2063,18 @@
1896
2063
 
1897
2064
  <tr class="deep-level-0">
1898
2065
 
1899
- <td class="name" id="direction"><code>direction</code></td>
2066
+ <td class="name"><code>direction</code></td>
1900
2067
 
1901
2068
 
1902
2069
  <td class="type">
1903
2070
 
1904
2071
 
1905
- <span class="param-type">String</span>
2072
+ <span class="param-type">
2073
+
2074
+ String
2075
+
2076
+ </span>
2077
+
1906
2078
 
1907
2079
 
1908
2080
 
@@ -1920,13 +2092,18 @@
1920
2092
 
1921
2093
  <tr class="deep-level-0">
1922
2094
 
1923
- <td class="name" id="extent"><code>extent</code></td>
2095
+ <td class="name"><code>extent</code></td>
1924
2096
 
1925
2097
 
1926
2098
  <td class="type">
1927
2099
 
1928
2100
 
1929
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2101
+ <span class="param-type">
2102
+
2103
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2104
+
2105
+ </span>
2106
+
1930
2107
 
1931
2108
 
1932
2109
 
@@ -1944,13 +2121,18 @@
1944
2121
 
1945
2122
  <tr class="deep-level-0">
1946
2123
 
1947
- <td class="name" id="startPoint"><code>startPoint</code></td>
2124
+ <td class="name"><code>startPoint</code></td>
1948
2125
 
1949
2126
 
1950
2127
  <td class="type">
1951
2128
 
1952
2129
 
1953
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2130
+ <span class="param-type">
2131
+
2132
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2133
+
2134
+ </span>
2135
+
1954
2136
 
1955
2137
 
1956
2138
 
@@ -1968,13 +2150,18 @@
1968
2150
 
1969
2151
  <tr class="deep-level-0">
1970
2152
 
1971
- <td class="name" id="movePoint"><code>movePoint</code></td>
2153
+ <td class="name"><code>movePoint</code></td>
1972
2154
 
1973
2155
 
1974
2156
  <td class="type">
1975
2157
 
1976
2158
 
1977
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2159
+ <span class="param-type">
2160
+
2161
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2162
+
2163
+ </span>
2164
+
1978
2165
 
1979
2166
 
1980
2167
 
@@ -1992,13 +2179,18 @@
1992
2179
 
1993
2180
  <tr class="deep-level-0">
1994
2181
 
1995
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2182
+ <td class="name"><code>oriCoordinates</code></td>
1996
2183
 
1997
2184
 
1998
2185
  <td class="type">
1999
2186
 
2000
2187
 
2001
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2188
+ <span class="param-type">
2189
+
2190
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2191
+
2192
+ </span>
2193
+
2002
2194
 
2003
2195
 
2004
2196
 
@@ -2030,7 +2222,7 @@
2030
2222
 
2031
2223
  <dt class="inherited-from">Inherited From:</dt>
2032
2224
  <dd class="inherited-from"><ul class="dummy"><li>
2033
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2225
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2034
2226
  </li></ul></dd>
2035
2227
 
2036
2228
 
@@ -2091,7 +2283,12 @@
2091
2283
  <div class='column is-5 has-text-left'>
2092
2284
  <label>类型: </label>
2093
2285
 
2094
- <span class="param-type">Number</span>
2286
+ <span class="param-type">
2287
+
2288
+ Number
2289
+
2290
+ </span>
2291
+
2095
2292
 
2096
2293
 
2097
2294
  </div>
@@ -2162,13 +2359,18 @@
2162
2359
 
2163
2360
  <tr class="deep-level-0">
2164
2361
 
2165
- <td class="name" id="coordinates"><code>coordinates</code></td>
2362
+ <td class="name"><code>coordinates</code></td>
2166
2363
 
2167
2364
 
2168
2365
  <td class="type">
2169
2366
 
2170
2367
 
2171
- <span class="param-type">Array</span>
2368
+ <span class="param-type">
2369
+
2370
+ Array
2371
+
2372
+ </span>
2373
+
2172
2374
 
2173
2375
 
2174
2376
 
@@ -2186,13 +2388,18 @@
2186
2388
 
2187
2389
  <tr class="deep-level-0">
2188
2390
 
2189
- <td class="name" id="deltaX"><code>deltaX</code></td>
2391
+ <td class="name"><code>deltaX</code></td>
2190
2392
 
2191
2393
 
2192
2394
  <td class="type">
2193
2395
 
2194
2396
 
2195
- <span class="param-type">Number</span>
2397
+ <span class="param-type">
2398
+
2399
+ Number
2400
+
2401
+ </span>
2402
+
2196
2403
 
2197
2404
 
2198
2405
 
@@ -2210,13 +2417,18 @@
2210
2417
 
2211
2418
  <tr class="deep-level-0">
2212
2419
 
2213
- <td class="name" id="deltaY"><code>deltaY</code></td>
2420
+ <td class="name"><code>deltaY</code></td>
2214
2421
 
2215
2422
 
2216
2423
  <td class="type">
2217
2424
 
2218
2425
 
2219
- <span class="param-type">Number</span>
2426
+ <span class="param-type">
2427
+
2428
+ Number
2429
+
2430
+ </span>
2431
+
2220
2432
 
2221
2433
 
2222
2434
 
@@ -2248,7 +2460,7 @@
2248
2460
 
2249
2461
  <dt class="inherited-from">Inherited From:</dt>
2250
2462
  <dd class="inherited-from"><ul class="dummy"><li>
2251
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2463
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2252
2464
  </li></ul></dd>
2253
2465
 
2254
2466
 
@@ -2309,7 +2521,12 @@
2309
2521
  <div class='column is-5 has-text-left'>
2310
2522
  <label>类型: </label>
2311
2523
 
2312
- <span class="param-type">Number</span>
2524
+ <span class="param-type">
2525
+
2526
+ Number
2527
+
2528
+ </span>
2529
+
2313
2530
 
2314
2531
 
2315
2532
  </div>
@@ -2380,13 +2597,18 @@
2380
2597
 
2381
2598
  <tr class="deep-level-0">
2382
2599
 
2383
- <td class="name" id="coordinates"><code>coordinates</code></td>
2600
+ <td class="name"><code>coordinates</code></td>
2384
2601
 
2385
2602
 
2386
2603
  <td class="type">
2387
2604
 
2388
2605
 
2389
- <span class="param-type">Array</span>
2606
+ <span class="param-type">
2607
+
2608
+ Array
2609
+
2610
+ </span>
2611
+
2390
2612
 
2391
2613
 
2392
2614
 
@@ -2404,13 +2626,18 @@
2404
2626
 
2405
2627
  <tr class="deep-level-0">
2406
2628
 
2407
- <td class="name" id="direction"><code>direction</code></td>
2629
+ <td class="name"><code>direction</code></td>
2408
2630
 
2409
2631
 
2410
2632
  <td class="type">
2411
2633
 
2412
2634
 
2413
- <span class="param-type">String</span>
2635
+ <span class="param-type">
2636
+
2637
+ String
2638
+
2639
+ </span>
2640
+
2414
2641
 
2415
2642
 
2416
2643
 
@@ -2428,13 +2655,18 @@
2428
2655
 
2429
2656
  <tr class="deep-level-0">
2430
2657
 
2431
- <td class="name" id="extent"><code>extent</code></td>
2658
+ <td class="name"><code>extent</code></td>
2432
2659
 
2433
2660
 
2434
2661
  <td class="type">
2435
2662
 
2436
2663
 
2437
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2664
+ <span class="param-type">
2665
+
2666
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2667
+
2668
+ </span>
2669
+
2438
2670
 
2439
2671
 
2440
2672
 
@@ -2452,13 +2684,18 @@
2452
2684
 
2453
2685
  <tr class="deep-level-0">
2454
2686
 
2455
- <td class="name" id="startPoint"><code>startPoint</code></td>
2687
+ <td class="name"><code>startPoint</code></td>
2456
2688
 
2457
2689
 
2458
2690
  <td class="type">
2459
2691
 
2460
2692
 
2461
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2693
+ <span class="param-type">
2694
+
2695
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2696
+
2697
+ </span>
2698
+
2462
2699
 
2463
2700
 
2464
2701
 
@@ -2476,13 +2713,18 @@
2476
2713
 
2477
2714
  <tr class="deep-level-0">
2478
2715
 
2479
- <td class="name" id="movePoint"><code>movePoint</code></td>
2716
+ <td class="name"><code>movePoint</code></td>
2480
2717
 
2481
2718
 
2482
2719
  <td class="type">
2483
2720
 
2484
2721
 
2485
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2722
+ <span class="param-type">
2723
+
2724
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2725
+
2726
+ </span>
2727
+
2486
2728
 
2487
2729
 
2488
2730
 
@@ -2500,13 +2742,18 @@
2500
2742
 
2501
2743
  <tr class="deep-level-0">
2502
2744
 
2503
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2745
+ <td class="name"><code>oriCoordinates</code></td>
2504
2746
 
2505
2747
 
2506
2748
  <td class="type">
2507
2749
 
2508
2750
 
2509
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2751
+ <span class="param-type">
2752
+
2753
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2754
+
2755
+ </span>
2756
+
2510
2757
 
2511
2758
 
2512
2759
 
@@ -2538,7 +2785,7 @@
2538
2785
 
2539
2786
  <dt class="inherited-from">Inherited From:</dt>
2540
2787
  <dd class="inherited-from"><ul class="dummy"><li>
2541
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2788
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2542
2789
  </li></ul></dd>
2543
2790
 
2544
2791
 
@@ -2599,7 +2846,12 @@
2599
2846
  <div class='column is-5 has-text-left'>
2600
2847
  <label>类型: </label>
2601
2848
 
2602
- <span class="param-type">Number</span>
2849
+ <span class="param-type">
2850
+
2851
+ Number
2852
+
2853
+ </span>
2854
+
2603
2855
 
2604
2856
 
2605
2857
  </div>
@@ -2670,13 +2922,18 @@
2670
2922
 
2671
2923
  <tr class="deep-level-0">
2672
2924
 
2673
- <td class="name" id="feature"><code>feature</code></td>
2925
+ <td class="name"><code>feature</code></td>
2674
2926
 
2675
2927
 
2676
2928
  <td class="type">
2677
2929
 
2678
2930
 
2679
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2931
+ <span class="param-type">
2932
+
2933
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
2934
+
2935
+ </span>
2936
+
2680
2937
 
2681
2938
 
2682
2939
 
@@ -2694,13 +2951,18 @@
2694
2951
 
2695
2952
  <tr class="deep-level-0">
2696
2953
 
2697
- <td class="name" id="event"><code>event</code></td>
2954
+ <td class="name"><code>event</code></td>
2698
2955
 
2699
2956
 
2700
2957
  <td class="type">
2701
2958
 
2702
2959
 
2703
- <span class="param-type">Object</span>
2960
+ <span class="param-type">
2961
+
2962
+ Object
2963
+
2964
+ </span>
2965
+
2704
2966
 
2705
2967
 
2706
2968
 
@@ -2823,7 +3085,7 @@
2823
3085
 
2824
3086
  <dt class="inherited-from">Inherited From:</dt>
2825
3087
  <dd class="inherited-from"><ul class="dummy"><li>
2826
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3088
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2827
3089
  </li></ul></dd>
2828
3090
 
2829
3091
 
@@ -2930,13 +3192,18 @@
2930
3192
 
2931
3193
  <tr class="deep-level-0">
2932
3194
 
2933
- <td class="name" id="index"><code>index</code></td>
3195
+ <td class="name"><code>index</code></td>
2934
3196
 
2935
3197
 
2936
3198
  <td class="type">
2937
3199
 
2938
3200
 
2939
- <span class="param-type">Number</span>
3201
+ <span class="param-type">
3202
+
3203
+ Number
3204
+
3205
+ </span>
3206
+
2940
3207
 
2941
3208
 
2942
3209
 
@@ -3075,13 +3342,18 @@
3075
3342
 
3076
3343
  <tr class="deep-level-0">
3077
3344
 
3078
- <td class="name" id="feature"><code>feature</code></td>
3345
+ <td class="name"><code>feature</code></td>
3079
3346
 
3080
3347
 
3081
3348
  <td class="type">
3082
3349
 
3083
3350
 
3084
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3351
+ <span class="param-type">
3352
+
3353
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3354
+
3355
+ </span>
3356
+
3085
3357
 
3086
3358
 
3087
3359
 
@@ -3215,13 +3487,18 @@
3215
3487
 
3216
3488
  <tr class="deep-level-0">
3217
3489
 
3218
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3490
+ <td class="name"><code>sketchStyle</code></td>
3219
3491
 
3220
3492
 
3221
3493
  <td class="type">
3222
3494
 
3223
3495
 
3224
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3496
+ <span class="param-type">
3497
+
3498
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3499
+
3500
+ </span>
3501
+
3225
3502
 
3226
3503
 
3227
3504
 
@@ -3253,7 +3530,7 @@
3253
3530
 
3254
3531
  <dt class="inherited-from">Inherited From:</dt>
3255
3532
  <dd class="inherited-from"><ul class="dummy"><li>
3256
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3533
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3257
3534
  </li></ul></dd>
3258
3535
 
3259
3536
 
@@ -3360,13 +3637,18 @@
3360
3637
 
3361
3638
  <tr class="deep-level-0">
3362
3639
 
3363
- <td class="name" id="geometries"><code>geometries</code></td>
3640
+ <td class="name"><code>geometries</code></td>
3364
3641
 
3365
3642
 
3366
3643
  <td class="type">
3367
3644
 
3368
3645
 
3369
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3646
+ <span class="param-type">
3647
+
3648
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3649
+
3650
+ </span>
3651
+
3370
3652
 
3371
3653
 
3372
3654
 
@@ -3398,7 +3680,7 @@
3398
3680
 
3399
3681
  <dt class="inherited-from">Inherited From:</dt>
3400
3682
  <dd class="inherited-from"><ul class="dummy"><li>
3401
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3683
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3402
3684
  </li></ul></dd>
3403
3685
 
3404
3686
 
@@ -3494,7 +3776,7 @@
3494
3776
 
3495
3777
  <dt class="inherited-from">Inherited From:</dt>
3496
3778
  <dd class="inherited-from"><ul class="dummy"><li>
3497
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3779
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3498
3780
  </li></ul></dd>
3499
3781
 
3500
3782
 
@@ -3601,13 +3883,18 @@
3601
3883
 
3602
3884
  <tr class="deep-level-0">
3603
3885
 
3604
- <td class="name" id="feature"><code>feature</code></td>
3886
+ <td class="name"><code>feature</code></td>
3605
3887
 
3606
3888
 
3607
3889
  <td class="type">
3608
3890
 
3609
3891
 
3610
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3892
+ <span class="param-type">
3893
+
3894
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3895
+
3896
+ </span>
3897
+
3611
3898
 
3612
3899
 
3613
3900
 
@@ -3625,13 +3912,18 @@
3625
3912
 
3626
3913
  <tr class="deep-level-0">
3627
3914
 
3628
- <td class="name" id="event"><code>event</code></td>
3915
+ <td class="name"><code>event</code></td>
3629
3916
 
3630
3917
 
3631
3918
  <td class="type">
3632
3919
 
3633
3920
 
3634
- <span class="param-type">Object</span>
3921
+ <span class="param-type">
3922
+
3923
+ Object
3924
+
3925
+ </span>
3926
+
3635
3927
 
3636
3928
 
3637
3929
 
@@ -3754,7 +4046,7 @@
3754
4046
 
3755
4047
  <dt class="inherited-from">Inherited From:</dt>
3756
4048
  <dd class="inherited-from"><ul class="dummy"><li>
3757
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
4049
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3758
4050
  </li></ul></dd>
3759
4051
 
3760
4052
 
@@ -3861,13 +4153,18 @@
3861
4153
 
3862
4154
  <tr class="deep-level-0">
3863
4155
 
3864
- <td class="name" id="point"><code>point</code></td>
4156
+ <td class="name"><code>point</code></td>
3865
4157
 
3866
4158
 
3867
4159
  <td class="type">
3868
4160
 
3869
4161
 
3870
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4162
+ <span class="param-type">
4163
+
4164
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4165
+
4166
+ </span>
4167
+
3871
4168
 
3872
4169
 
3873
4170
 
@@ -3885,13 +4182,18 @@
3885
4182
 
3886
4183
  <tr class="deep-level-0">
3887
4184
 
3888
- <td class="name" id="feature"><code>feature</code></td>
4185
+ <td class="name"><code>feature</code></td>
3889
4186
 
3890
4187
 
3891
4188
  <td class="type">
3892
4189
 
3893
4190
 
3894
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4191
+ <span class="param-type">
4192
+
4193
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4194
+
4195
+ </span>
4196
+
3895
4197
 
3896
4198
 
3897
4199
 
@@ -3923,7 +4225,7 @@
3923
4225
 
3924
4226
  <dt class="inherited-from">Inherited From:</dt>
3925
4227
  <dd class="inherited-from"><ul class="dummy"><li>
3926
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4228
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3927
4229
  </li></ul></dd>
3928
4230
 
3929
4231
 
@@ -4030,13 +4332,18 @@
4030
4332
 
4031
4333
  <tr class="deep-level-0">
4032
4334
 
4033
- <td class="name" id="point"><code>point</code></td>
4335
+ <td class="name"><code>point</code></td>
4034
4336
 
4035
4337
 
4036
4338
  <td class="type">
4037
4339
 
4038
4340
 
4039
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4341
+ <span class="param-type">
4342
+
4343
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4344
+
4345
+ </span>
4346
+
4040
4347
 
4041
4348
 
4042
4349
 
@@ -4054,13 +4361,18 @@
4054
4361
 
4055
4362
  <tr class="deep-level-0">
4056
4363
 
4057
- <td class="name" id="index"><code>index</code></td>
4364
+ <td class="name"><code>index</code></td>
4058
4365
 
4059
4366
 
4060
4367
  <td class="type">
4061
4368
 
4062
4369
 
4063
- <span class="param-type">Number</span>
4370
+ <span class="param-type">
4371
+
4372
+ Number
4373
+
4374
+ </span>
4375
+
4064
4376
 
4065
4377
 
4066
4378