@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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1334
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</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="SketchPolygonDrawTool.html#removeVertex">removeVertex</a></code></td>
1344
+ <td class="name"><code><a href="#removeVertex">removeVertex</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="SketchPolygonDrawTool.html#selectFeature">selectFeature</a></code></td>
1354
+ <td class="name"><code><a href="#selectFeature">selectFeature</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="SketchPolygonDrawTool.html#selectFeatureVertex">selectFeatureVertex</a></code></td>
1364
+ <td class="name"><code><a href="#selectFeatureVertex">selectFeatureVertex</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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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="SketchPolygonDrawTool.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>
@@ -2659,7 +2911,7 @@
2659
2911
 
2660
2912
  <dt class="inherited-from">Inherited From:</dt>
2661
2913
  <dd class="inherited-from"><ul class="dummy"><li>
2662
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2914
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2663
2915
  </li></ul></dd>
2664
2916
 
2665
2917
 
@@ -2766,13 +3018,18 @@
2766
3018
 
2767
3019
  <tr class="deep-level-0">
2768
3020
 
2769
- <td class="name" id="index"><code>index</code></td>
3021
+ <td class="name"><code>index</code></td>
2770
3022
 
2771
3023
 
2772
3024
  <td class="type">
2773
3025
 
2774
3026
 
2775
- <span class="param-type">Number</span>
3027
+ <span class="param-type">
3028
+
3029
+ Number
3030
+
3031
+ </span>
3032
+
2776
3033
 
2777
3034
 
2778
3035
 
@@ -2911,13 +3168,18 @@
2911
3168
 
2912
3169
  <tr class="deep-level-0">
2913
3170
 
2914
- <td class="name" id="feature"><code>feature</code></td>
3171
+ <td class="name"><code>feature</code></td>
2915
3172
 
2916
3173
 
2917
3174
  <td class="type">
2918
3175
 
2919
3176
 
2920
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3177
+ <span class="param-type">
3178
+
3179
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3180
+
3181
+ </span>
3182
+
2921
3183
 
2922
3184
 
2923
3185
 
@@ -3051,13 +3313,18 @@
3051
3313
 
3052
3314
  <tr class="deep-level-0">
3053
3315
 
3054
- <td class="name" id="feature"><code>feature</code></td>
3316
+ <td class="name"><code>feature</code></td>
3055
3317
 
3056
3318
 
3057
3319
  <td class="type">
3058
3320
 
3059
3321
 
3060
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3322
+ <span class="param-type">
3323
+
3324
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3325
+
3326
+ </span>
3327
+
3061
3328
 
3062
3329
 
3063
3330
 
@@ -3191,13 +3458,18 @@
3191
3458
 
3192
3459
  <tr class="deep-level-0">
3193
3460
 
3194
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3461
+ <td class="name"><code>sketchStyle</code></td>
3195
3462
 
3196
3463
 
3197
3464
  <td class="type">
3198
3465
 
3199
3466
 
3200
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3467
+ <span class="param-type">
3468
+
3469
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3470
+
3471
+ </span>
3472
+
3201
3473
 
3202
3474
 
3203
3475
 
@@ -3229,7 +3501,7 @@
3229
3501
 
3230
3502
  <dt class="inherited-from">Inherited From:</dt>
3231
3503
  <dd class="inherited-from"><ul class="dummy"><li>
3232
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3504
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3233
3505
  </li></ul></dd>
3234
3506
 
3235
3507
 
@@ -3336,13 +3608,18 @@
3336
3608
 
3337
3609
  <tr class="deep-level-0">
3338
3610
 
3339
- <td class="name" id="geometries"><code>geometries</code></td>
3611
+ <td class="name"><code>geometries</code></td>
3340
3612
 
3341
3613
 
3342
3614
  <td class="type">
3343
3615
 
3344
3616
 
3345
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3617
+ <span class="param-type">
3618
+
3619
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3620
+
3621
+ </span>
3622
+
3346
3623
 
3347
3624
 
3348
3625
 
@@ -3374,7 +3651,7 @@
3374
3651
 
3375
3652
  <dt class="inherited-from">Inherited From:</dt>
3376
3653
  <dd class="inherited-from"><ul class="dummy"><li>
3377
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3654
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3378
3655
  </li></ul></dd>
3379
3656
 
3380
3657
 
@@ -3470,7 +3747,7 @@
3470
3747
 
3471
3748
  <dt class="inherited-from">Inherited From:</dt>
3472
3749
  <dd class="inherited-from"><ul class="dummy"><li>
3473
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3750
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3474
3751
  </li></ul></dd>
3475
3752
 
3476
3753
 
@@ -3577,13 +3854,18 @@
3577
3854
 
3578
3855
  <tr class="deep-level-0">
3579
3856
 
3580
- <td class="name" id="feature"><code>feature</code></td>
3857
+ <td class="name"><code>feature</code></td>
3581
3858
 
3582
3859
 
3583
3860
  <td class="type">
3584
3861
 
3585
3862
 
3586
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3863
+ <span class="param-type">
3864
+
3865
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3866
+
3867
+ </span>
3868
+
3587
3869
 
3588
3870
 
3589
3871
 
@@ -3601,13 +3883,18 @@
3601
3883
 
3602
3884
  <tr class="deep-level-0">
3603
3885
 
3604
- <td class="name" id="event"><code>event</code></td>
3886
+ <td class="name"><code>event</code></td>
3605
3887
 
3606
3888
 
3607
3889
  <td class="type">
3608
3890
 
3609
3891
 
3610
- <span class="param-type">Object</span>
3892
+ <span class="param-type">
3893
+
3894
+ Object
3895
+
3896
+ </span>
3897
+
3611
3898
 
3612
3899
 
3613
3900
 
@@ -3730,7 +4017,7 @@
3730
4017
 
3731
4018
  <dt class="inherited-from">Inherited From:</dt>
3732
4019
  <dd class="inherited-from"><ul class="dummy"><li>
3733
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
4020
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3734
4021
  </li></ul></dd>
3735
4022
 
3736
4023
 
@@ -3837,13 +4124,18 @@
3837
4124
 
3838
4125
  <tr class="deep-level-0">
3839
4126
 
3840
- <td class="name" id="point"><code>point</code></td>
4127
+ <td class="name"><code>point</code></td>
3841
4128
 
3842
4129
 
3843
4130
  <td class="type">
3844
4131
 
3845
4132
 
3846
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4133
+ <span class="param-type">
4134
+
4135
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4136
+
4137
+ </span>
4138
+
3847
4139
 
3848
4140
 
3849
4141
 
@@ -3861,13 +4153,18 @@
3861
4153
 
3862
4154
  <tr class="deep-level-0">
3863
4155
 
3864
- <td class="name" id="feature"><code>feature</code></td>
4156
+ <td class="name"><code>feature</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="Feature" Feature.html>Feature</a></span>
4162
+ <span class="param-type">
4163
+
4164
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4165
+
4166
+ </span>
4167
+
3871
4168
 
3872
4169
 
3873
4170
 
@@ -3899,7 +4196,7 @@
3899
4196
 
3900
4197
  <dt class="inherited-from">Inherited From:</dt>
3901
4198
  <dd class="inherited-from"><ul class="dummy"><li>
3902
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4199
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3903
4200
  </li></ul></dd>
3904
4201
 
3905
4202
 
@@ -4006,13 +4303,18 @@
4006
4303
 
4007
4304
  <tr class="deep-level-0">
4008
4305
 
4009
- <td class="name" id="point"><code>point</code></td>
4306
+ <td class="name"><code>point</code></td>
4010
4307
 
4011
4308
 
4012
4309
  <td class="type">
4013
4310
 
4014
4311
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4312
+ <span class="param-type">
4313
+
4314
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4315
+
4316
+ </span>
4317
+
4016
4318
 
4017
4319
 
4018
4320
 
@@ -4030,13 +4332,18 @@
4030
4332
 
4031
4333
  <tr class="deep-level-0">
4032
4334
 
4033
- <td class="name" id="index"><code>index</code></td>
4335
+ <td class="name"><code>index</code></td>
4034
4336
 
4035
4337
 
4036
4338
  <td class="type">
4037
4339
 
4038
4340
 
4039
- <span class="param-type">Number</span>
4341
+ <span class="param-type">
4342
+
4343
+ Number
4344
+
4345
+ </span>
4346
+
4040
4347
 
4041
4348
 
4042
4349
 
@@ -4201,13 +4508,18 @@
4201
4508
 
4202
4509
  <tr class="deep-level-0">
4203
4510
 
4204
- <td class="name" id="options"><code>options</code></td>
4511
+ <td class="name"><code>options</code></td>
4205
4512
 
4206
4513
 
4207
4514
  <td class="type">
4208
4515
 
4209
4516
 
4210
- <span class="param-type">Object</span>
4517
+ <span class="param-type">
4518
+
4519
+ Object
4520
+
4521
+ </span>
4522
+
4211
4523
 
4212
4524
 
4213
4525
 
@@ -4223,13 +4535,18 @@
4223
4535
 
4224
4536
  <tr class="deep-level-1">
4225
4537
 
4226
- <td class="name" id="pixelTolerance"><code>pixelTolerance</code></td>
4538
+ <td class="name"><code>pixelTolerance</code></td>
4227
4539
 
4228
4540
 
4229
4541
  <td class="type">
4230
4542
 
4231
4543
 
4232
- <span class="param-type">Object</span>
4544
+ <span class="param-type">
4545
+
4546
+ Object
4547
+
4548
+ </span>
4549
+
4233
4550
 
4234
4551
 
4235
4552
 
@@ -4245,13 +4562,18 @@
4245
4562
 
4246
4563
  <tr class="deep-level-1">
4247
4564
 
4248
- <td class="name" id="tolerance"><code>tolerance</code></td>
4565
+ <td class="name"><code>tolerance</code></td>
4249
4566
 
4250
4567
 
4251
4568
  <td class="type">
4252
4569
 
4253
4570
 
4254
- <span class="param-type">Object</span>
4571
+ <span class="param-type">
4572
+
4573
+ Object
4574
+
4575
+ </span>
4576
+
4255
4577
 
4256
4578
 
4257
4579
 
@@ -4267,13 +4589,18 @@
4267
4589
 
4268
4590
  <tr class="deep-level-1">
4269
4591
 
4270
- <td class="name" id="isSnapVertex"><code>isSnapVertex</code></td>
4592
+ <td class="name"><code>isSnapVertex</code></td>
4271
4593
 
4272
4594
 
4273
4595
  <td class="type">
4274
4596
 
4275
4597
 
4276
- <span class="param-type">Object</span>
4598
+ <span class="param-type">
4599
+
4600
+ Object
4601
+
4602
+ </span>
4603
+
4277
4604
 
4278
4605
 
4279
4606
 
@@ -4289,13 +4616,18 @@
4289
4616
 
4290
4617
  <tr class="deep-level-1">
4291
4618
 
4292
- <td class="name" id="isSnapVertexInLine"><code>isSnapVertexInLine</code></td>
4619
+ <td class="name"><code>isSnapVertexInLine</code></td>
4293
4620
 
4294
4621
 
4295
4622
  <td class="type">
4296
4623
 
4297
4624
 
4298
- <span class="param-type">Object</span>
4625
+ <span class="param-type">
4626
+
4627
+ Object
4628
+
4629
+ </span>
4630
+
4299
4631
 
4300
4632
 
4301
4633
 
@@ -4311,13 +4643,18 @@
4311
4643
 
4312
4644
  <tr class="deep-level-1">
4313
4645
 
4314
- <td class="name" id="isSnapPerpendicular"><code>isSnapPerpendicular</code></td>
4646
+ <td class="name"><code>isSnapPerpendicular</code></td>
4315
4647
 
4316
4648
 
4317
4649
  <td class="type">
4318
4650
 
4319
4651
 
4320
- <span class="param-type">Object</span>
4652
+ <span class="param-type">
4653
+
4654
+ Object
4655
+
4656
+ </span>
4657
+
4321
4658
 
4322
4659
 
4323
4660
 
@@ -4333,13 +4670,18 @@
4333
4670
 
4334
4671
  <tr class="deep-level-1">
4335
4672
 
4336
- <td class="name" id="isSnapParallel"><code>isSnapParallel</code></td>
4673
+ <td class="name"><code>isSnapParallel</code></td>
4337
4674
 
4338
4675
 
4339
4676
  <td class="type">
4340
4677
 
4341
4678
 
4342
- <span class="param-type">Object</span>
4679
+ <span class="param-type">
4680
+
4681
+ Object
4682
+
4683
+ </span>
4684
+
4343
4685
 
4344
4686
 
4345
4687
 
@@ -4457,11 +4799,16 @@
4457
4799
  <tbody>
4458
4800
 
4459
4801
  <tr class="deep-level-0">
4460
- <td class="name"><code><a href="SketchPolygonDrawTool.html#editOption">editOption</a></code></td>
4802
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
4461
4803
  <td class="name">
4462
4804
  <code>
4463
4805
 
4464
- <span class="param-type">Object</span>
4806
+ <span class="param-type">
4807
+
4808
+ Object
4809
+
4810
+ </span>
4811
+
4465
4812
 
4466
4813
 
4467
4814
  </code>
@@ -4470,11 +4817,16 @@
4470
4817
  </tr>
4471
4818
 
4472
4819
  <tr class="deep-level-0">
4473
- <td class="name"><code><a href="SketchPolygonDrawTool.html#elevationInfo">elevationInfo</a></code></td>
4820
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
4474
4821
  <td class="name">
4475
4822
  <code>
4476
4823
 
4477
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4824
+ <span class="param-type">
4825
+
4826
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4827
+
4828
+ </span>
4829
+
4478
4830
 
4479
4831
 
4480
4832
  </code>
@@ -4483,11 +4835,16 @@
4483
4835
  </tr>
4484
4836
 
4485
4837
  <tr class="deep-level-0">
4486
- <td class="name"><code><a href="SketchPolygonDrawTool.html#extendOptions">extendOptions</a></code></td>
4838
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
4487
4839
  <td class="name">
4488
4840
  <code>
4489
4841
 
4490
- <span class="param-type">Object</span>
4842
+ <span class="param-type">
4843
+
4844
+ Object
4845
+
4846
+ </span>
4847
+
4491
4848
 
4492
4849
 
4493
4850
  </code>
@@ -4496,11 +4853,16 @@
4496
4853
  </tr>
4497
4854
 
4498
4855
  <tr class="deep-level-0">
4499
- <td class="name"><code><a href="SketchPolygonDrawTool.html#layer">layer</a></code></td>
4856
+ <td class="name"><code><a href="#layer">layer</a></code></td>
4500
4857
  <td class="name">
4501
4858
  <code>
4502
4859
 
4503
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4860
+ <span class="param-type">
4861
+
4862
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4863
+
4864
+ </span>
4865
+
4504
4866
 
4505
4867
 
4506
4868
  </code>
@@ -4509,11 +4871,16 @@
4509
4871
  </tr>
4510
4872
 
4511
4873
  <tr class="deep-level-0">
4512
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStage">sketchStage</a></code></td>
4874
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
4513
4875
  <td class="name">
4514
4876
  <code>
4515
4877
 
4516
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4878
+ <span class="param-type">
4879
+
4880
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
4881
+
4882
+ </span>
4883
+
4517
4884
 
4518
4885
 
4519
4886
  </code>
@@ -4522,11 +4889,16 @@
4522
4889
  </tr>
4523
4890
 
4524
4891
  <tr class="deep-level-0">
4525
- <td class="name"><code><a href="SketchPolygonDrawTool.html#sketchStyle">sketchStyle</a></code></td>
4892
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
4526
4893
  <td class="name">
4527
4894
  <code>
4528
4895
 
4529
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4896
+ <span class="param-type">
4897
+
4898
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4899
+
4900
+ </span>
4901
+
4530
4902
 
4531
4903
 
4532
4904
  </code>
@@ -4535,11 +4907,16 @@
4535
4907
  </tr>
4536
4908
 
4537
4909
  <tr class="deep-level-0">
4538
- <td class="name"><code><a href="SketchPolygonDrawTool.html#type">type</a></code></td>
4910
+ <td class="name"><code><a href="#type">type</a></code></td>
4539
4911
  <td class="name">
4540
4912
  <code>
4541
4913
 
4542
- <span class="param-type">String</span>
4914
+ <span class="param-type">
4915
+
4916
+ String
4917
+
4918
+ </span>
4919
+
4543
4920
 
4544
4921
 
4545
4922
  </code>
@@ -4548,11 +4925,16 @@
4548
4925
  </tr>
4549
4926
 
4550
4927
  <tr class="deep-level-0">
4551
- <td class="name"><code><a href="SketchPolygonDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
4928
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
4552
4929
  <td class="name">
4553
4930
  <code>
4554
4931
 
4555
- <span class="param-type">String</span>
4932
+ <span class="param-type">
4933
+
4934
+ String
4935
+
4936
+ </span>
4937
+
4556
4938
 
4557
4939
 
4558
4940
  </code>
@@ -4561,14 +4943,23 @@
4561
4943
  </tr>
4562
4944
 
4563
4945
  <tr class="deep-level-0">
4564
- <td class="name"><code><a href="SketchPolygonDrawTool.html#view">view</a></code></td>
4946
+ <td class="name"><code><a href="#view">view</a></code></td>
4565
4947
  <td class="name">
4566
4948
  <code>
4567
4949
 
4568
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4950
+ <span class="param-type">
4951
+
4952
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4953
+
4954
+ </span>
4569
4955
  |
4570
4956
 
4571
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4957
+ <span class="param-type">
4958
+
4959
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4960
+
4961
+ </span>
4962
+
4572
4963
 
4573
4964
 
4574
4965
  </code>
@@ -4587,7 +4978,12 @@
4587
4978
  <span class="method-parameter is-pulled-right">
4588
4979
  <label>类型:</label>
4589
4980
 
4590
- <span class="param-type">Object</span>
4981
+ <span class="param-type">
4982
+
4983
+ Object
4984
+
4985
+ </span>
4986
+
4591
4987
 
4592
4988
 
4593
4989
  </span>
@@ -4621,7 +5017,7 @@
4621
5017
 
4622
5018
  <dt class="inherited-from">Inherited From:</dt>
4623
5019
  <dd class="inherited-from"><ul class="dummy"><li>
4624
- <a class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
5020
+ <a goto="editOption" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#editOption" SketchBaseDrawTool.html#editOption>SketchBaseDrawTool#editOption</a>
4625
5021
  </li></ul></dd>
4626
5022
 
4627
5023
 
@@ -4662,7 +5058,12 @@
4662
5058
  <span class="method-parameter is-pulled-right">
4663
5059
  <label>类型:</label>
4664
5060
 
4665
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5061
+ <span class="param-type">
5062
+
5063
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5064
+
5065
+ </span>
5066
+
4666
5067
 
4667
5068
 
4668
5069
  </span>
@@ -4696,7 +5097,7 @@
4696
5097
 
4697
5098
  <dt class="inherited-from">Inherited From:</dt>
4698
5099
  <dd class="inherited-from"><ul class="dummy"><li>
4699
- <a class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
5100
+ <a goto="elevationInfo" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#elevationInfo" SketchBaseDrawTool.html#elevationInfo>SketchBaseDrawTool#elevationInfo</a>
4700
5101
  </li></ul></dd>
4701
5102
 
4702
5103
 
@@ -4737,7 +5138,12 @@
4737
5138
  <span class="method-parameter is-pulled-right">
4738
5139
  <label>类型:</label>
4739
5140
 
4740
- <span class="param-type">Object</span>
5141
+ <span class="param-type">
5142
+
5143
+ Object
5144
+
5145
+ </span>
5146
+
4741
5147
 
4742
5148
 
4743
5149
  </span>
@@ -4771,7 +5177,7 @@
4771
5177
 
4772
5178
  <dt class="inherited-from">Inherited From:</dt>
4773
5179
  <dd class="inherited-from"><ul class="dummy"><li>
4774
- <a class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
5180
+ <a goto="extendOptions" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#extendOptions" SketchBaseDrawTool.html#extendOptions>SketchBaseDrawTool#extendOptions</a>
4775
5181
  </li></ul></dd>
4776
5182
 
4777
5183
 
@@ -4812,7 +5218,12 @@
4812
5218
  <span class="method-parameter is-pulled-right">
4813
5219
  <label>类型:</label>
4814
5220
 
4815
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
5221
+ <span class="param-type">
5222
+
5223
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
5224
+
5225
+ </span>
5226
+
4816
5227
 
4817
5228
 
4818
5229
  </span>
@@ -4846,7 +5257,7 @@
4846
5257
 
4847
5258
  <dt class="inherited-from">Inherited From:</dt>
4848
5259
  <dd class="inherited-from"><ul class="dummy"><li>
4849
- <a class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
5260
+ <a goto="layer" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#layer" SketchBaseDrawTool.html#layer>SketchBaseDrawTool#layer</a>
4850
5261
  </li></ul></dd>
4851
5262
 
4852
5263
 
@@ -4887,7 +5298,12 @@
4887
5298
  <span class="method-parameter is-pulled-right">
4888
5299
  <label>类型:</label>
4889
5300
 
4890
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
5301
+ <span class="param-type">
5302
+
5303
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
5304
+
5305
+ </span>
5306
+
4891
5307
 
4892
5308
 
4893
5309
  </span>
@@ -4921,7 +5337,7 @@
4921
5337
 
4922
5338
  <dt class="inherited-from">Inherited From:</dt>
4923
5339
  <dd class="inherited-from"><ul class="dummy"><li>
4924
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
5340
+ <a goto="sketchStage" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStage" SketchBaseDrawTool.html#sketchStage>SketchBaseDrawTool#sketchStage</a>
4925
5341
  </li></ul></dd>
4926
5342
 
4927
5343
 
@@ -4962,7 +5378,12 @@
4962
5378
  <span class="method-parameter is-pulled-right">
4963
5379
  <label>类型:</label>
4964
5380
 
4965
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5381
+ <span class="param-type">
5382
+
5383
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5384
+
5385
+ </span>
5386
+
4966
5387
 
4967
5388
 
4968
5389
  </span>
@@ -4996,7 +5417,7 @@
4996
5417
 
4997
5418
  <dt class="inherited-from">Inherited From:</dt>
4998
5419
  <dd class="inherited-from"><ul class="dummy"><li>
4999
- <a class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
5420
+ <a goto="sketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#sketchStyle" SketchBaseDrawTool.html#sketchStyle>SketchBaseDrawTool#sketchStyle</a>
5000
5421
  </li></ul></dd>
5001
5422
 
5002
5423
 
@@ -5037,7 +5458,12 @@
5037
5458
  <span class="method-parameter is-pulled-right">
5038
5459
  <label>类型:</label>
5039
5460
 
5040
- <span class="param-type">String</span>
5461
+ <span class="param-type">
5462
+
5463
+ String
5464
+
5465
+ </span>
5466
+
5041
5467
 
5042
5468
 
5043
5469
  </span>
@@ -5112,7 +5538,12 @@
5112
5538
  <span class="method-parameter is-pulled-right">
5113
5539
  <label>类型:</label>
5114
5540
 
5115
- <span class="param-type">String</span>
5541
+ <span class="param-type">
5542
+
5543
+ String
5544
+
5545
+ </span>
5546
+
5116
5547
 
5117
5548
 
5118
5549
  </span>
@@ -5146,7 +5577,7 @@
5146
5577
 
5147
5578
  <dt class="inherited-from">Inherited From:</dt>
5148
5579
  <dd class="inherited-from"><ul class="dummy"><li>
5149
- <a class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
5580
+ <a goto="undoRedoManager" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#undoRedoManager" SketchBaseDrawTool.html#undoRedoManager>SketchBaseDrawTool#undoRedoManager</a>
5150
5581
  </li></ul></dd>
5151
5582
 
5152
5583
 
@@ -5187,10 +5618,19 @@
5187
5618
  <span class="method-parameter is-pulled-right">
5188
5619
  <label>类型:</label>
5189
5620
 
5190
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5621
+ <span class="param-type">
5622
+
5623
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5624
+
5625
+ </span>
5191
5626
  |
5192
5627
 
5193
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5628
+ <span class="param-type">
5629
+
5630
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
5631
+
5632
+ </span>
5633
+
5194
5634
 
5195
5635
 
5196
5636
  </span>
@@ -5224,7 +5664,7 @@
5224
5664
 
5225
5665
  <dt class="inherited-from">Inherited From:</dt>
5226
5666
  <dd class="inherited-from"><ul class="dummy"><li>
5227
- <a class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
5667
+ <a goto="view" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#view" SketchBaseDrawTool.html#view>SketchBaseDrawTool#view</a>
5228
5668
  </li></ul></dd>
5229
5669
 
5230
5670
 
@@ -5281,7 +5721,7 @@
5281
5721
  <tbody>
5282
5722
 
5283
5723
  <tr class="deep-level-0">
5284
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addFeature">addFeature</a></code></td>
5724
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
5285
5725
  <td class="name">
5286
5726
  <code>
5287
5727
 
@@ -5291,7 +5731,7 @@
5291
5731
  </tr>
5292
5732
 
5293
5733
  <tr class="deep-level-0">
5294
- <td class="name"><code><a href="SketchPolygonDrawTool.html#addMidVertex">addMidVertex</a></code></td>
5734
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
5295
5735
  <td class="name">
5296
5736
  <code>
5297
5737
 
@@ -5301,7 +5741,7 @@
5301
5741
  </tr>
5302
5742
 
5303
5743
  <tr class="deep-level-0">
5304
- <td class="name"><code><a href="SketchPolygonDrawTool.html#drawFeature">drawFeature</a></code></td>
5744
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5305
5745
  <td class="name">
5306
5746
  <code>
5307
5747
 
@@ -5311,12 +5751,17 @@
5311
5751
  </tr>
5312
5752
 
5313
5753
  <tr class="deep-level-0">
5314
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
5754
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
5315
5755
  <td class="name">
5316
5756
  <code>
5317
5757
 
5318
5758
 
5319
- <span class="param-type">Number</span>
5759
+ <span class="param-type">
5760
+
5761
+ Number
5762
+
5763
+ </span>
5764
+
5320
5765
 
5321
5766
 
5322
5767
 
@@ -5326,12 +5771,17 @@
5326
5771
  </tr>
5327
5772
 
5328
5773
  <tr class="deep-level-0">
5329
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5774
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5330
5775
  <td class="name">
5331
5776
  <code>
5332
5777
 
5333
5778
 
5334
- <span class="param-type">Number</span>
5779
+ <span class="param-type">
5780
+
5781
+ Number
5782
+
5783
+ </span>
5784
+
5335
5785
 
5336
5786
 
5337
5787
 
@@ -5341,12 +5791,17 @@
5341
5791
  </tr>
5342
5792
 
5343
5793
  <tr class="deep-level-0">
5344
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
5794
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
5345
5795
  <td class="name">
5346
5796
  <code>
5347
5797
 
5348
5798
 
5349
- <span class="param-type">Number</span>
5799
+ <span class="param-type">
5800
+
5801
+ Number
5802
+
5803
+ </span>
5804
+
5350
5805
 
5351
5806
 
5352
5807
 
@@ -5356,12 +5811,17 @@
5356
5811
  </tr>
5357
5812
 
5358
5813
  <tr class="deep-level-0">
5359
- <td class="name"><code><a href="SketchPolygonDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
5814
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
5360
5815
  <td class="name">
5361
5816
  <code>
5362
5817
 
5363
5818
 
5364
- <span class="param-type">Number</span>
5819
+ <span class="param-type">
5820
+
5821
+ Number
5822
+
5823
+ </span>
5824
+
5365
5825
 
5366
5826
 
5367
5827
 
@@ -5371,7 +5831,7 @@
5371
5831
  </tr>
5372
5832
 
5373
5833
  <tr class="deep-level-0">
5374
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
5834
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
5375
5835
  <td class="name">
5376
5836
  <code>
5377
5837
 
@@ -5381,7 +5841,7 @@
5381
5841
  </tr>
5382
5842
 
5383
5843
  <tr class="deep-level-0">
5384
- <td class="name"><code><a href="SketchPolygonDrawTool.html#removeVertex">removeVertex</a></code></td>
5844
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
5385
5845
  <td class="name">
5386
5846
  <code>
5387
5847
 
@@ -5391,7 +5851,7 @@
5391
5851
  </tr>
5392
5852
 
5393
5853
  <tr class="deep-level-0">
5394
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeature">selectFeature</a></code></td>
5854
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
5395
5855
  <td class="name">
5396
5856
  <code>
5397
5857
 
@@ -5401,7 +5861,7 @@
5401
5861
  </tr>
5402
5862
 
5403
5863
  <tr class="deep-level-0">
5404
- <td class="name"><code><a href="SketchPolygonDrawTool.html#selectFeatureVertex">selectFeatureVertex</a></code></td>
5864
+ <td class="name"><code><a href="#selectFeatureVertex">selectFeatureVertex</a></code></td>
5405
5865
  <td class="name">
5406
5866
  <code>
5407
5867
 
@@ -5411,7 +5871,7 @@
5411
5871
  </tr>
5412
5872
 
5413
5873
  <tr class="deep-level-0">
5414
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
5874
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
5415
5875
  <td class="name">
5416
5876
  <code>
5417
5877
 
@@ -5421,7 +5881,7 @@
5421
5881
  </tr>
5422
5882
 
5423
5883
  <tr class="deep-level-0">
5424
- <td class="name"><code><a href="SketchPolygonDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5884
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5425
5885
  <td class="name">
5426
5886
  <code>
5427
5887
 
@@ -5431,7 +5891,7 @@
5431
5891
  </tr>
5432
5892
 
5433
5893
  <tr class="deep-level-0">
5434
- <td class="name"><code><a href="SketchPolygonDrawTool.html#start">start</a></code></td>
5894
+ <td class="name"><code><a href="#start">start</a></code></td>
5435
5895
  <td class="name">
5436
5896
  <code>
5437
5897
 
@@ -5441,7 +5901,7 @@
5441
5901
  </tr>
5442
5902
 
5443
5903
  <tr class="deep-level-0">
5444
- <td class="name"><code><a href="SketchPolygonDrawTool.html#startPanGraphics">startPanGraphics</a></code></td>
5904
+ <td class="name"><code><a href="#startPanGraphics">startPanGraphics</a></code></td>
5445
5905
  <td class="name">
5446
5906
  <code>
5447
5907
 
@@ -5451,7 +5911,7 @@
5451
5911
  </tr>
5452
5912
 
5453
5913
  <tr class="deep-level-0">
5454
- <td class="name"><code><a href="SketchPolygonDrawTool.html#stop">stop</a></code></td>
5914
+ <td class="name"><code><a href="#stop">stop</a></code></td>
5455
5915
  <td class="name">
5456
5916
  <code>
5457
5917
 
@@ -5461,7 +5921,7 @@
5461
5921
  </tr>
5462
5922
 
5463
5923
  <tr class="deep-level-0">
5464
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateFeature">updateFeature</a></code></td>
5924
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
5465
5925
  <td class="name">
5466
5926
  <code>
5467
5927
 
@@ -5471,7 +5931,7 @@
5471
5931
  </tr>
5472
5932
 
5473
5933
  <tr class="deep-level-0">
5474
- <td class="name"><code><a href="SketchPolygonDrawTool.html#updateVertex">updateVertex</a></code></td>
5934
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
5475
5935
  <td class="name">
5476
5936
  <code>
5477
5937
 
@@ -5538,13 +5998,18 @@
5538
5998
 
5539
5999
  <tr class="deep-level-0">
5540
6000
 
5541
- <td class="name" id="points"><code>points</code></td>
6001
+ <td class="name"><code>points</code></td>
5542
6002
 
5543
6003
 
5544
6004
  <td class="type">
5545
6005
 
5546
6006
 
5547
- <span class="param-type">Array</span>
6007
+ <span class="param-type">
6008
+
6009
+ Array
6010
+
6011
+ </span>
6012
+
5548
6013
 
5549
6014
 
5550
6015
 
@@ -5562,13 +6027,18 @@
5562
6027
 
5563
6028
  <tr class="deep-level-0">
5564
6029
 
5565
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
6030
+ <td class="name"><code>sketchStyle</code></td>
5566
6031
 
5567
6032
 
5568
6033
  <td class="type">
5569
6034
 
5570
6035
 
5571
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
6036
+ <span class="param-type">
6037
+
6038
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
6039
+
6040
+ </span>
6041
+
5572
6042
 
5573
6043
 
5574
6044
 
@@ -5884,13 +6354,18 @@
5884
6354
 
5885
6355
  <tr class="deep-level-0">
5886
6356
 
5887
- <td class="name" id="pixel"><code>pixel</code></td>
6357
+ <td class="name"><code>pixel</code></td>
5888
6358
 
5889
6359
 
5890
6360
  <td class="type">
5891
6361
 
5892
6362
 
5893
- <span class="param-type">Number</span>
6363
+ <span class="param-type">
6364
+
6365
+ Number
6366
+
6367
+ </span>
6368
+
5894
6369
 
5895
6370
 
5896
6371
 
@@ -5922,7 +6397,7 @@
5922
6397
 
5923
6398
  <dt class="inherited-from">Inherited From:</dt>
5924
6399
  <dd class="inherited-from"><ul class="dummy"><li>
5925
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
6400
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
5926
6401
  </li></ul></dd>
5927
6402
 
5928
6403
 
@@ -5983,7 +6458,12 @@
5983
6458
  <div class='column is-5 has-text-left'>
5984
6459
  <label>类型: </label>
5985
6460
 
5986
- <span class="param-type">Number</span>
6461
+ <span class="param-type">
6462
+
6463
+ Number
6464
+
6465
+ </span>
6466
+
5987
6467
 
5988
6468
 
5989
6469
  </div>
@@ -6054,13 +6534,18 @@
6054
6534
 
6055
6535
  <tr class="deep-level-0">
6056
6536
 
6057
- <td class="name" id="coordinates"><code>coordinates</code></td>
6537
+ <td class="name"><code>coordinates</code></td>
6058
6538
 
6059
6539
 
6060
6540
  <td class="type">
6061
6541
 
6062
6542
 
6063
- <span class="param-type">Array</span>
6543
+ <span class="param-type">
6544
+
6545
+ Array
6546
+
6547
+ </span>
6548
+
6064
6549
 
6065
6550
 
6066
6551
 
@@ -6078,13 +6563,18 @@
6078
6563
 
6079
6564
  <tr class="deep-level-0">
6080
6565
 
6081
- <td class="name" id="direction"><code>direction</code></td>
6566
+ <td class="name"><code>direction</code></td>
6082
6567
 
6083
6568
 
6084
6569
  <td class="type">
6085
6570
 
6086
6571
 
6087
- <span class="param-type">String</span>
6572
+ <span class="param-type">
6573
+
6574
+ String
6575
+
6576
+ </span>
6577
+
6088
6578
 
6089
6579
 
6090
6580
 
@@ -6102,13 +6592,18 @@
6102
6592
 
6103
6593
  <tr class="deep-level-0">
6104
6594
 
6105
- <td class="name" id="extent"><code>extent</code></td>
6595
+ <td class="name"><code>extent</code></td>
6106
6596
 
6107
6597
 
6108
6598
  <td class="type">
6109
6599
 
6110
6600
 
6111
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6601
+ <span class="param-type">
6602
+
6603
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
6604
+
6605
+ </span>
6606
+
6112
6607
 
6113
6608
 
6114
6609
 
@@ -6126,13 +6621,18 @@
6126
6621
 
6127
6622
  <tr class="deep-level-0">
6128
6623
 
6129
- <td class="name" id="startPoint"><code>startPoint</code></td>
6624
+ <td class="name"><code>startPoint</code></td>
6130
6625
 
6131
6626
 
6132
6627
  <td class="type">
6133
6628
 
6134
6629
 
6135
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6630
+ <span class="param-type">
6631
+
6632
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6633
+
6634
+ </span>
6635
+
6136
6636
 
6137
6637
 
6138
6638
 
@@ -6150,13 +6650,18 @@
6150
6650
 
6151
6651
  <tr class="deep-level-0">
6152
6652
 
6153
- <td class="name" id="movePoint"><code>movePoint</code></td>
6653
+ <td class="name"><code>movePoint</code></td>
6154
6654
 
6155
6655
 
6156
6656
  <td class="type">
6157
6657
 
6158
6658
 
6159
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6659
+ <span class="param-type">
6660
+
6661
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6662
+
6663
+ </span>
6664
+
6160
6665
 
6161
6666
 
6162
6667
 
@@ -6174,13 +6679,18 @@
6174
6679
 
6175
6680
  <tr class="deep-level-0">
6176
6681
 
6177
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
6682
+ <td class="name"><code>oriCoordinates</code></td>
6178
6683
 
6179
6684
 
6180
6685
  <td class="type">
6181
6686
 
6182
6687
 
6183
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6688
+ <span class="param-type">
6689
+
6690
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6691
+
6692
+ </span>
6693
+
6184
6694
 
6185
6695
 
6186
6696
 
@@ -6212,7 +6722,7 @@
6212
6722
 
6213
6723
  <dt class="inherited-from">Inherited From:</dt>
6214
6724
  <dd class="inherited-from"><ul class="dummy"><li>
6215
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
6725
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
6216
6726
  </li></ul></dd>
6217
6727
 
6218
6728
 
@@ -6273,7 +6783,12 @@
6273
6783
  <div class='column is-5 has-text-left'>
6274
6784
  <label>类型: </label>
6275
6785
 
6276
- <span class="param-type">Number</span>
6786
+ <span class="param-type">
6787
+
6788
+ Number
6789
+
6790
+ </span>
6791
+
6277
6792
 
6278
6793
 
6279
6794
  </div>
@@ -6344,13 +6859,18 @@
6344
6859
 
6345
6860
  <tr class="deep-level-0">
6346
6861
 
6347
- <td class="name" id="coordinates"><code>coordinates</code></td>
6862
+ <td class="name"><code>coordinates</code></td>
6348
6863
 
6349
6864
 
6350
6865
  <td class="type">
6351
6866
 
6352
6867
 
6353
- <span class="param-type">Array</span>
6868
+ <span class="param-type">
6869
+
6870
+ Array
6871
+
6872
+ </span>
6873
+
6354
6874
 
6355
6875
 
6356
6876
 
@@ -6368,13 +6888,18 @@
6368
6888
 
6369
6889
  <tr class="deep-level-0">
6370
6890
 
6371
- <td class="name" id="deltaX"><code>deltaX</code></td>
6891
+ <td class="name"><code>deltaX</code></td>
6372
6892
 
6373
6893
 
6374
6894
  <td class="type">
6375
6895
 
6376
6896
 
6377
- <span class="param-type">Number</span>
6897
+ <span class="param-type">
6898
+
6899
+ Number
6900
+
6901
+ </span>
6902
+
6378
6903
 
6379
6904
 
6380
6905
 
@@ -6392,13 +6917,18 @@
6392
6917
 
6393
6918
  <tr class="deep-level-0">
6394
6919
 
6395
- <td class="name" id="deltaY"><code>deltaY</code></td>
6920
+ <td class="name"><code>deltaY</code></td>
6396
6921
 
6397
6922
 
6398
6923
  <td class="type">
6399
6924
 
6400
6925
 
6401
- <span class="param-type">Number</span>
6926
+ <span class="param-type">
6927
+
6928
+ Number
6929
+
6930
+ </span>
6931
+
6402
6932
 
6403
6933
 
6404
6934
 
@@ -6430,7 +6960,7 @@
6430
6960
 
6431
6961
  <dt class="inherited-from">Inherited From:</dt>
6432
6962
  <dd class="inherited-from"><ul class="dummy"><li>
6433
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
6963
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
6434
6964
  </li></ul></dd>
6435
6965
 
6436
6966
 
@@ -6491,7 +7021,12 @@
6491
7021
  <div class='column is-5 has-text-left'>
6492
7022
  <label>类型: </label>
6493
7023
 
6494
- <span class="param-type">Number</span>
7024
+ <span class="param-type">
7025
+
7026
+ Number
7027
+
7028
+ </span>
7029
+
6495
7030
 
6496
7031
 
6497
7032
  </div>
@@ -6562,13 +7097,18 @@
6562
7097
 
6563
7098
  <tr class="deep-level-0">
6564
7099
 
6565
- <td class="name" id="coordinates"><code>coordinates</code></td>
7100
+ <td class="name"><code>coordinates</code></td>
6566
7101
 
6567
7102
 
6568
7103
  <td class="type">
6569
7104
 
6570
7105
 
6571
- <span class="param-type">Array</span>
7106
+ <span class="param-type">
7107
+
7108
+ Array
7109
+
7110
+ </span>
7111
+
6572
7112
 
6573
7113
 
6574
7114
 
@@ -6586,13 +7126,18 @@
6586
7126
 
6587
7127
  <tr class="deep-level-0">
6588
7128
 
6589
- <td class="name" id="direction"><code>direction</code></td>
7129
+ <td class="name"><code>direction</code></td>
6590
7130
 
6591
7131
 
6592
7132
  <td class="type">
6593
7133
 
6594
7134
 
6595
- <span class="param-type">String</span>
7135
+ <span class="param-type">
7136
+
7137
+ String
7138
+
7139
+ </span>
7140
+
6596
7141
 
6597
7142
 
6598
7143
 
@@ -6610,13 +7155,18 @@
6610
7155
 
6611
7156
  <tr class="deep-level-0">
6612
7157
 
6613
- <td class="name" id="extent"><code>extent</code></td>
7158
+ <td class="name"><code>extent</code></td>
6614
7159
 
6615
7160
 
6616
7161
  <td class="type">
6617
7162
 
6618
7163
 
6619
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7167
+
7168
+ </span>
7169
+
6620
7170
 
6621
7171
 
6622
7172
 
@@ -6634,13 +7184,18 @@
6634
7184
 
6635
7185
  <tr class="deep-level-0">
6636
7186
 
6637
- <td class="name" id="startPoint"><code>startPoint</code></td>
7187
+ <td class="name"><code>startPoint</code></td>
6638
7188
 
6639
7189
 
6640
7190
  <td class="type">
6641
7191
 
6642
7192
 
6643
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7193
+ <span class="param-type">
7194
+
7195
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7196
+
7197
+ </span>
7198
+
6644
7199
 
6645
7200
 
6646
7201
 
@@ -6658,13 +7213,18 @@
6658
7213
 
6659
7214
  <tr class="deep-level-0">
6660
7215
 
6661
- <td class="name" id="movePoint"><code>movePoint</code></td>
7216
+ <td class="name"><code>movePoint</code></td>
6662
7217
 
6663
7218
 
6664
7219
  <td class="type">
6665
7220
 
6666
7221
 
6667
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7222
+ <span class="param-type">
7223
+
7224
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7225
+
7226
+ </span>
7227
+
6668
7228
 
6669
7229
 
6670
7230
 
@@ -6682,13 +7242,18 @@
6682
7242
 
6683
7243
  <tr class="deep-level-0">
6684
7244
 
6685
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
7245
+ <td class="name"><code>oriCoordinates</code></td>
6686
7246
 
6687
7247
 
6688
7248
  <td class="type">
6689
7249
 
6690
7250
 
6691
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7251
+ <span class="param-type">
7252
+
7253
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7254
+
7255
+ </span>
7256
+
6692
7257
 
6693
7258
 
6694
7259
 
@@ -6720,7 +7285,7 @@
6720
7285
 
6721
7286
  <dt class="inherited-from">Inherited From:</dt>
6722
7287
  <dd class="inherited-from"><ul class="dummy"><li>
6723
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
7288
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
6724
7289
  </li></ul></dd>
6725
7290
 
6726
7291
 
@@ -6781,7 +7346,12 @@
6781
7346
  <div class='column is-5 has-text-left'>
6782
7347
  <label>类型: </label>
6783
7348
 
6784
- <span class="param-type">Number</span>
7349
+ <span class="param-type">
7350
+
7351
+ Number
7352
+
7353
+ </span>
7354
+
6785
7355
 
6786
7356
 
6787
7357
  </div>
@@ -6841,7 +7411,7 @@
6841
7411
 
6842
7412
  <dt class="inherited-from">Inherited From:</dt>
6843
7413
  <dd class="inherited-from"><ul class="dummy"><li>
6844
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
7414
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
6845
7415
  </li></ul></dd>
6846
7416
 
6847
7417
 
@@ -6948,13 +7518,18 @@
6948
7518
 
6949
7519
  <tr class="deep-level-0">
6950
7520
 
6951
- <td class="name" id="index"><code>index</code></td>
7521
+ <td class="name"><code>index</code></td>
6952
7522
 
6953
7523
 
6954
7524
  <td class="type">
6955
7525
 
6956
7526
 
6957
- <span class="param-type">Number</span>
7527
+ <span class="param-type">
7528
+
7529
+ Number
7530
+
7531
+ </span>
7532
+
6958
7533
 
6959
7534
 
6960
7535
 
@@ -7093,13 +7668,18 @@
7093
7668
 
7094
7669
  <tr class="deep-level-0">
7095
7670
 
7096
- <td class="name" id="feature"><code>feature</code></td>
7671
+ <td class="name"><code>feature</code></td>
7097
7672
 
7098
7673
 
7099
7674
  <td class="type">
7100
7675
 
7101
7676
 
7102
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7677
+ <span class="param-type">
7678
+
7679
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7680
+
7681
+ </span>
7682
+
7103
7683
 
7104
7684
 
7105
7685
 
@@ -7233,13 +7813,18 @@
7233
7813
 
7234
7814
  <tr class="deep-level-0">
7235
7815
 
7236
- <td class="name" id="feature"><code>feature</code></td>
7816
+ <td class="name"><code>feature</code></td>
7237
7817
 
7238
7818
 
7239
7819
  <td class="type">
7240
7820
 
7241
7821
 
7242
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7822
+ <span class="param-type">
7823
+
7824
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7825
+
7826
+ </span>
7827
+
7243
7828
 
7244
7829
 
7245
7830
 
@@ -7373,13 +7958,18 @@
7373
7958
 
7374
7959
  <tr class="deep-level-0">
7375
7960
 
7376
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
7961
+ <td class="name"><code>sketchStyle</code></td>
7377
7962
 
7378
7963
 
7379
7964
  <td class="type">
7380
7965
 
7381
7966
 
7382
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7967
+ <span class="param-type">
7968
+
7969
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
7970
+
7971
+ </span>
7972
+
7383
7973
 
7384
7974
 
7385
7975
 
@@ -7411,7 +8001,7 @@
7411
8001
 
7412
8002
  <dt class="inherited-from">Inherited From:</dt>
7413
8003
  <dd class="inherited-from"><ul class="dummy"><li>
7414
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
8004
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
7415
8005
  </li></ul></dd>
7416
8006
 
7417
8007
 
@@ -7518,13 +8108,18 @@
7518
8108
 
7519
8109
  <tr class="deep-level-0">
7520
8110
 
7521
- <td class="name" id="geometries"><code>geometries</code></td>
8111
+ <td class="name"><code>geometries</code></td>
7522
8112
 
7523
8113
 
7524
8114
  <td class="type">
7525
8115
 
7526
8116
 
7527
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
8117
+ <span class="param-type">
8118
+
8119
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
8120
+
8121
+ </span>
8122
+
7528
8123
 
7529
8124
 
7530
8125
 
@@ -7556,7 +8151,7 @@
7556
8151
 
7557
8152
  <dt class="inherited-from">Inherited From:</dt>
7558
8153
  <dd class="inherited-from"><ul class="dummy"><li>
7559
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
8154
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
7560
8155
  </li></ul></dd>
7561
8156
 
7562
8157
 
@@ -7652,7 +8247,7 @@
7652
8247
 
7653
8248
  <dt class="inherited-from">Inherited From:</dt>
7654
8249
  <dd class="inherited-from"><ul class="dummy"><li>
7655
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
8250
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
7656
8251
  </li></ul></dd>
7657
8252
 
7658
8253
 
@@ -7759,13 +8354,18 @@
7759
8354
 
7760
8355
  <tr class="deep-level-0">
7761
8356
 
7762
- <td class="name" id="feature"><code>feature</code></td>
8357
+ <td class="name"><code>feature</code></td>
7763
8358
 
7764
8359
 
7765
8360
  <td class="type">
7766
8361
 
7767
8362
 
7768
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8363
+ <span class="param-type">
8364
+
8365
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8366
+
8367
+ </span>
8368
+
7769
8369
 
7770
8370
 
7771
8371
 
@@ -7783,13 +8383,18 @@
7783
8383
 
7784
8384
  <tr class="deep-level-0">
7785
8385
 
7786
- <td class="name" id="event"><code>event</code></td>
8386
+ <td class="name"><code>event</code></td>
7787
8387
 
7788
8388
 
7789
8389
  <td class="type">
7790
8390
 
7791
8391
 
7792
- <span class="param-type">Object</span>
8392
+ <span class="param-type">
8393
+
8394
+ Object
8395
+
8396
+ </span>
8397
+
7793
8398
 
7794
8399
 
7795
8400
 
@@ -7912,7 +8517,7 @@
7912
8517
 
7913
8518
  <dt class="inherited-from">Inherited From:</dt>
7914
8519
  <dd class="inherited-from"><ul class="dummy"><li>
7915
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
8520
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
7916
8521
  </li></ul></dd>
7917
8522
 
7918
8523
 
@@ -8019,13 +8624,18 @@
8019
8624
 
8020
8625
  <tr class="deep-level-0">
8021
8626
 
8022
- <td class="name" id="point"><code>point</code></td>
8627
+ <td class="name"><code>point</code></td>
8023
8628
 
8024
8629
 
8025
8630
  <td class="type">
8026
8631
 
8027
8632
 
8028
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8633
+ <span class="param-type">
8634
+
8635
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8636
+
8637
+ </span>
8638
+
8029
8639
 
8030
8640
 
8031
8641
 
@@ -8043,13 +8653,18 @@
8043
8653
 
8044
8654
  <tr class="deep-level-0">
8045
8655
 
8046
- <td class="name" id="feature"><code>feature</code></td>
8656
+ <td class="name"><code>feature</code></td>
8047
8657
 
8048
8658
 
8049
8659
  <td class="type">
8050
8660
 
8051
8661
 
8052
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8662
+ <span class="param-type">
8663
+
8664
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8665
+
8666
+ </span>
8667
+
8053
8668
 
8054
8669
 
8055
8670
 
@@ -8081,7 +8696,7 @@
8081
8696
 
8082
8697
  <dt class="inherited-from">Inherited From:</dt>
8083
8698
  <dd class="inherited-from"><ul class="dummy"><li>
8084
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
8699
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
8085
8700
  </li></ul></dd>
8086
8701
 
8087
8702
 
@@ -8188,13 +8803,18 @@
8188
8803
 
8189
8804
  <tr class="deep-level-0">
8190
8805
 
8191
- <td class="name" id="point"><code>point</code></td>
8806
+ <td class="name"><code>point</code></td>
8192
8807
 
8193
8808
 
8194
8809
  <td class="type">
8195
8810
 
8196
8811
 
8197
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8812
+ <span class="param-type">
8813
+
8814
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8815
+
8816
+ </span>
8817
+
8198
8818
 
8199
8819
 
8200
8820
 
@@ -8212,13 +8832,18 @@
8212
8832
 
8213
8833
  <tr class="deep-level-0">
8214
8834
 
8215
- <td class="name" id="index"><code>index</code></td>
8835
+ <td class="name"><code>index</code></td>
8216
8836
 
8217
8837
 
8218
8838
  <td class="type">
8219
8839
 
8220
8840
 
8221
- <span class="param-type">Number</span>
8841
+ <span class="param-type">
8842
+
8843
+ Number
8844
+
8845
+ </span>
8846
+
8222
8847
 
8223
8848
 
8224
8849