@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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.html#addVertex">addVertex</a></code></td>
1234
+ <td class="name"><code><a href="#addVertex">addVertex</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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1334
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
1193
1335
  <td class="name">
1194
1336
  <code>
1195
1337
 
@@ -1199,7 +1341,7 @@
1199
1341
  </tr>
1200
1342
 
1201
1343
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchCircleDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1344
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1203
1345
  <td class="name">
1204
1346
  <code>
1205
1347
 
@@ -1209,7 +1351,7 @@
1209
1351
  </tr>
1210
1352
 
1211
1353
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchCircleDrawTool.html#removeVertex">removeVertex</a></code></td>
1354
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1213
1355
  <td class="name">
1214
1356
  <code>
1215
1357
 
@@ -1219,7 +1361,7 @@
1219
1361
  </tr>
1220
1362
 
1221
1363
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchCircleDrawTool.html#selectFeature">selectFeature</a></code></td>
1364
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1223
1365
  <td class="name">
1224
1366
  <code>
1225
1367
 
@@ -1229,7 +1371,7 @@
1229
1371
  </tr>
1230
1372
 
1231
1373
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.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="SketchCircleDrawTool.html#stop">stop</a></code></td>
1404
+ <td class="name"><code><a href="#stop">stop</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="SketchCircleDrawTool.html#updateFeature">updateFeature</a></code></td>
1414
+ <td class="name"><code><a href="#updateFeature">updateFeature</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="SketchCircleDrawTool.html#updateVertex">updateVertex</a></code></td>
1424
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1283
1425
  <td class="name">
1284
1426
  <code>
1285
1427
 
@@ -1346,13 +1488,18 @@
1346
1488
 
1347
1489
  <tr class="deep-level-0">
1348
1490
 
1349
- <td class="name" id="points"><code>points</code></td>
1491
+ <td class="name"><code>points</code></td>
1350
1492
 
1351
1493
 
1352
1494
  <td class="type">
1353
1495
 
1354
1496
 
1355
- <span class="param-type">Array</span>
1497
+ <span class="param-type">
1498
+
1499
+ Array
1500
+
1501
+ </span>
1502
+
1356
1503
 
1357
1504
 
1358
1505
 
@@ -1370,13 +1517,18 @@
1370
1517
 
1371
1518
  <tr class="deep-level-0">
1372
1519
 
1373
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1520
+ <td class="name"><code>sketchStyle</code></td>
1374
1521
 
1375
1522
 
1376
1523
  <td class="type">
1377
1524
 
1378
1525
 
1379
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1526
+ <span class="param-type">
1527
+
1528
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1529
+
1530
+ </span>
1531
+
1380
1532
 
1381
1533
 
1382
1534
 
@@ -1510,13 +1662,18 @@
1510
1662
 
1511
1663
  <tr class="deep-level-0">
1512
1664
 
1513
- <td class="name" id="point"><code>point</code></td>
1665
+ <td class="name"><code>point</code></td>
1514
1666
 
1515
1667
 
1516
1668
  <td class="type">
1517
1669
 
1518
1670
 
1519
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1671
+ <span class="param-type">
1672
+
1673
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1674
+
1675
+ </span>
1676
+
1520
1677
 
1521
1678
 
1522
1679
 
@@ -1534,13 +1691,18 @@
1534
1691
 
1535
1692
  <tr class="deep-level-0">
1536
1693
 
1537
- <td class="name" id="index"><code>index</code></td>
1694
+ <td class="name"><code>index</code></td>
1538
1695
 
1539
1696
 
1540
1697
  <td class="type">
1541
1698
 
1542
1699
 
1543
- <span class="param-type">Number</span>
1700
+ <span class="param-type">
1701
+
1702
+ Number
1703
+
1704
+ </span>
1705
+
1544
1706
 
1545
1707
 
1546
1708
 
@@ -1572,7 +1734,7 @@
1572
1734
 
1573
1735
  <dt class="inherited-from">Inherited From:</dt>
1574
1736
  <dd class="inherited-from"><ul class="dummy"><li>
1575
- <a class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1737
+ <a goto="addVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1576
1738
  </li></ul></dd>
1577
1739
 
1578
1740
 
@@ -1770,13 +1932,18 @@
1770
1932
 
1771
1933
  <tr class="deep-level-0">
1772
1934
 
1773
- <td class="name" id="pixel"><code>pixel</code></td>
1935
+ <td class="name"><code>pixel</code></td>
1774
1936
 
1775
1937
 
1776
1938
  <td class="type">
1777
1939
 
1778
1940
 
1779
- <span class="param-type">Number</span>
1941
+ <span class="param-type">
1942
+
1943
+ Number
1944
+
1945
+ </span>
1946
+
1780
1947
 
1781
1948
 
1782
1949
 
@@ -1808,7 +1975,7 @@
1808
1975
 
1809
1976
  <dt class="inherited-from">Inherited From:</dt>
1810
1977
  <dd class="inherited-from"><ul class="dummy"><li>
1811
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1978
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1812
1979
  </li></ul></dd>
1813
1980
 
1814
1981
 
@@ -1869,7 +2036,12 @@
1869
2036
  <div class='column is-5 has-text-left'>
1870
2037
  <label>类型: </label>
1871
2038
 
1872
- <span class="param-type">Number</span>
2039
+ <span class="param-type">
2040
+
2041
+ Number
2042
+
2043
+ </span>
2044
+
1873
2045
 
1874
2046
 
1875
2047
  </div>
@@ -1940,13 +2112,18 @@
1940
2112
 
1941
2113
  <tr class="deep-level-0">
1942
2114
 
1943
- <td class="name" id="coordinates"><code>coordinates</code></td>
2115
+ <td class="name"><code>coordinates</code></td>
1944
2116
 
1945
2117
 
1946
2118
  <td class="type">
1947
2119
 
1948
2120
 
1949
- <span class="param-type">Array</span>
2121
+ <span class="param-type">
2122
+
2123
+ Array
2124
+
2125
+ </span>
2126
+
1950
2127
 
1951
2128
 
1952
2129
 
@@ -1964,13 +2141,18 @@
1964
2141
 
1965
2142
  <tr class="deep-level-0">
1966
2143
 
1967
- <td class="name" id="direction"><code>direction</code></td>
2144
+ <td class="name"><code>direction</code></td>
1968
2145
 
1969
2146
 
1970
2147
  <td class="type">
1971
2148
 
1972
2149
 
1973
- <span class="param-type">String</span>
2150
+ <span class="param-type">
2151
+
2152
+ String
2153
+
2154
+ </span>
2155
+
1974
2156
 
1975
2157
 
1976
2158
 
@@ -1988,13 +2170,18 @@
1988
2170
 
1989
2171
  <tr class="deep-level-0">
1990
2172
 
1991
- <td class="name" id="extent"><code>extent</code></td>
2173
+ <td class="name"><code>extent</code></td>
1992
2174
 
1993
2175
 
1994
2176
  <td class="type">
1995
2177
 
1996
2178
 
1997
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2179
+ <span class="param-type">
2180
+
2181
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2182
+
2183
+ </span>
2184
+
1998
2185
 
1999
2186
 
2000
2187
 
@@ -2012,13 +2199,18 @@
2012
2199
 
2013
2200
  <tr class="deep-level-0">
2014
2201
 
2015
- <td class="name" id="startPoint"><code>startPoint</code></td>
2202
+ <td class="name"><code>startPoint</code></td>
2016
2203
 
2017
2204
 
2018
2205
  <td class="type">
2019
2206
 
2020
2207
 
2021
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2208
+ <span class="param-type">
2209
+
2210
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2211
+
2212
+ </span>
2213
+
2022
2214
 
2023
2215
 
2024
2216
 
@@ -2036,13 +2228,18 @@
2036
2228
 
2037
2229
  <tr class="deep-level-0">
2038
2230
 
2039
- <td class="name" id="movePoint"><code>movePoint</code></td>
2231
+ <td class="name"><code>movePoint</code></td>
2040
2232
 
2041
2233
 
2042
2234
  <td class="type">
2043
2235
 
2044
2236
 
2045
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2237
+ <span class="param-type">
2238
+
2239
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2240
+
2241
+ </span>
2242
+
2046
2243
 
2047
2244
 
2048
2245
 
@@ -2060,13 +2257,18 @@
2060
2257
 
2061
2258
  <tr class="deep-level-0">
2062
2259
 
2063
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2260
+ <td class="name"><code>oriCoordinates</code></td>
2064
2261
 
2065
2262
 
2066
2263
  <td class="type">
2067
2264
 
2068
2265
 
2069
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2266
+ <span class="param-type">
2267
+
2268
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2269
+
2270
+ </span>
2271
+
2070
2272
 
2071
2273
 
2072
2274
 
@@ -2098,7 +2300,7 @@
2098
2300
 
2099
2301
  <dt class="inherited-from">Inherited From:</dt>
2100
2302
  <dd class="inherited-from"><ul class="dummy"><li>
2101
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2303
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2102
2304
  </li></ul></dd>
2103
2305
 
2104
2306
 
@@ -2159,7 +2361,12 @@
2159
2361
  <div class='column is-5 has-text-left'>
2160
2362
  <label>类型: </label>
2161
2363
 
2162
- <span class="param-type">Number</span>
2364
+ <span class="param-type">
2365
+
2366
+ Number
2367
+
2368
+ </span>
2369
+
2163
2370
 
2164
2371
 
2165
2372
  </div>
@@ -2230,13 +2437,18 @@
2230
2437
 
2231
2438
  <tr class="deep-level-0">
2232
2439
 
2233
- <td class="name" id="coordinates"><code>coordinates</code></td>
2440
+ <td class="name"><code>coordinates</code></td>
2234
2441
 
2235
2442
 
2236
2443
  <td class="type">
2237
2444
 
2238
2445
 
2239
- <span class="param-type">Array</span>
2446
+ <span class="param-type">
2447
+
2448
+ Array
2449
+
2450
+ </span>
2451
+
2240
2452
 
2241
2453
 
2242
2454
 
@@ -2254,13 +2466,18 @@
2254
2466
 
2255
2467
  <tr class="deep-level-0">
2256
2468
 
2257
- <td class="name" id="deltaX"><code>deltaX</code></td>
2469
+ <td class="name"><code>deltaX</code></td>
2258
2470
 
2259
2471
 
2260
2472
  <td class="type">
2261
2473
 
2262
2474
 
2263
- <span class="param-type">Number</span>
2475
+ <span class="param-type">
2476
+
2477
+ Number
2478
+
2479
+ </span>
2480
+
2264
2481
 
2265
2482
 
2266
2483
 
@@ -2278,13 +2495,18 @@
2278
2495
 
2279
2496
  <tr class="deep-level-0">
2280
2497
 
2281
- <td class="name" id="deltaY"><code>deltaY</code></td>
2498
+ <td class="name"><code>deltaY</code></td>
2282
2499
 
2283
2500
 
2284
2501
  <td class="type">
2285
2502
 
2286
2503
 
2287
- <span class="param-type">Number</span>
2504
+ <span class="param-type">
2505
+
2506
+ Number
2507
+
2508
+ </span>
2509
+
2288
2510
 
2289
2511
 
2290
2512
 
@@ -2316,7 +2538,7 @@
2316
2538
 
2317
2539
  <dt class="inherited-from">Inherited From:</dt>
2318
2540
  <dd class="inherited-from"><ul class="dummy"><li>
2319
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2541
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2320
2542
  </li></ul></dd>
2321
2543
 
2322
2544
 
@@ -2377,7 +2599,12 @@
2377
2599
  <div class='column is-5 has-text-left'>
2378
2600
  <label>类型: </label>
2379
2601
 
2380
- <span class="param-type">Number</span>
2602
+ <span class="param-type">
2603
+
2604
+ Number
2605
+
2606
+ </span>
2607
+
2381
2608
 
2382
2609
 
2383
2610
  </div>
@@ -2448,13 +2675,18 @@
2448
2675
 
2449
2676
  <tr class="deep-level-0">
2450
2677
 
2451
- <td class="name" id="coordinates"><code>coordinates</code></td>
2678
+ <td class="name"><code>coordinates</code></td>
2452
2679
 
2453
2680
 
2454
2681
  <td class="type">
2455
2682
 
2456
2683
 
2457
- <span class="param-type">Array</span>
2684
+ <span class="param-type">
2685
+
2686
+ Array
2687
+
2688
+ </span>
2689
+
2458
2690
 
2459
2691
 
2460
2692
 
@@ -2472,13 +2704,18 @@
2472
2704
 
2473
2705
  <tr class="deep-level-0">
2474
2706
 
2475
- <td class="name" id="direction"><code>direction</code></td>
2707
+ <td class="name"><code>direction</code></td>
2476
2708
 
2477
2709
 
2478
2710
  <td class="type">
2479
2711
 
2480
2712
 
2481
- <span class="param-type">String</span>
2713
+ <span class="param-type">
2714
+
2715
+ String
2716
+
2717
+ </span>
2718
+
2482
2719
 
2483
2720
 
2484
2721
 
@@ -2496,13 +2733,18 @@
2496
2733
 
2497
2734
  <tr class="deep-level-0">
2498
2735
 
2499
- <td class="name" id="extent"><code>extent</code></td>
2736
+ <td class="name"><code>extent</code></td>
2500
2737
 
2501
2738
 
2502
2739
  <td class="type">
2503
2740
 
2504
2741
 
2505
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2742
+ <span class="param-type">
2743
+
2744
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2745
+
2746
+ </span>
2747
+
2506
2748
 
2507
2749
 
2508
2750
 
@@ -2520,13 +2762,18 @@
2520
2762
 
2521
2763
  <tr class="deep-level-0">
2522
2764
 
2523
- <td class="name" id="startPoint"><code>startPoint</code></td>
2765
+ <td class="name"><code>startPoint</code></td>
2524
2766
 
2525
2767
 
2526
2768
  <td class="type">
2527
2769
 
2528
2770
 
2529
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2771
+ <span class="param-type">
2772
+
2773
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2774
+
2775
+ </span>
2776
+
2530
2777
 
2531
2778
 
2532
2779
 
@@ -2544,13 +2791,18 @@
2544
2791
 
2545
2792
  <tr class="deep-level-0">
2546
2793
 
2547
- <td class="name" id="movePoint"><code>movePoint</code></td>
2794
+ <td class="name"><code>movePoint</code></td>
2548
2795
 
2549
2796
 
2550
2797
  <td class="type">
2551
2798
 
2552
2799
 
2553
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2800
+ <span class="param-type">
2801
+
2802
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2803
+
2804
+ </span>
2805
+
2554
2806
 
2555
2807
 
2556
2808
 
@@ -2568,13 +2820,18 @@
2568
2820
 
2569
2821
  <tr class="deep-level-0">
2570
2822
 
2571
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2823
+ <td class="name"><code>oriCoordinates</code></td>
2572
2824
 
2573
2825
 
2574
2826
  <td class="type">
2575
2827
 
2576
2828
 
2577
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2829
+ <span class="param-type">
2830
+
2831
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2832
+
2833
+ </span>
2834
+
2578
2835
 
2579
2836
 
2580
2837
 
@@ -2606,7 +2863,7 @@
2606
2863
 
2607
2864
  <dt class="inherited-from">Inherited From:</dt>
2608
2865
  <dd class="inherited-from"><ul class="dummy"><li>
2609
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2866
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2610
2867
  </li></ul></dd>
2611
2868
 
2612
2869
 
@@ -2667,7 +2924,12 @@
2667
2924
  <div class='column is-5 has-text-left'>
2668
2925
  <label>类型: </label>
2669
2926
 
2670
- <span class="param-type">Number</span>
2927
+ <span class="param-type">
2928
+
2929
+ Number
2930
+
2931
+ </span>
2932
+
2671
2933
 
2672
2934
 
2673
2935
  </div>
@@ -2738,13 +3000,18 @@
2738
3000
 
2739
3001
  <tr class="deep-level-0">
2740
3002
 
2741
- <td class="name" id="feature"><code>feature</code></td>
3003
+ <td class="name"><code>feature</code></td>
2742
3004
 
2743
3005
 
2744
3006
  <td class="type">
2745
3007
 
2746
3008
 
2747
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3009
+ <span class="param-type">
3010
+
3011
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3012
+
3013
+ </span>
3014
+
2748
3015
 
2749
3016
 
2750
3017
 
@@ -2762,13 +3029,18 @@
2762
3029
 
2763
3030
  <tr class="deep-level-0">
2764
3031
 
2765
- <td class="name" id="event"><code>event</code></td>
3032
+ <td class="name"><code>event</code></td>
2766
3033
 
2767
3034
 
2768
3035
  <td class="type">
2769
3036
 
2770
3037
 
2771
- <span class="param-type">Object</span>
3038
+ <span class="param-type">
3039
+
3040
+ Object
3041
+
3042
+ </span>
3043
+
2772
3044
 
2773
3045
 
2774
3046
 
@@ -2891,7 +3163,7 @@
2891
3163
 
2892
3164
  <dt class="inherited-from">Inherited From:</dt>
2893
3165
  <dd class="inherited-from"><ul class="dummy"><li>
2894
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3166
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2895
3167
  </li></ul></dd>
2896
3168
 
2897
3169
 
@@ -2998,13 +3270,18 @@
2998
3270
 
2999
3271
  <tr class="deep-level-0">
3000
3272
 
3001
- <td class="name" id="index"><code>index</code></td>
3273
+ <td class="name"><code>index</code></td>
3002
3274
 
3003
3275
 
3004
3276
  <td class="type">
3005
3277
 
3006
3278
 
3007
- <span class="param-type">Number</span>
3279
+ <span class="param-type">
3280
+
3281
+ Number
3282
+
3283
+ </span>
3284
+
3008
3285
 
3009
3286
 
3010
3287
 
@@ -3036,7 +3313,7 @@
3036
3313
 
3037
3314
  <dt class="inherited-from">Inherited From:</dt>
3038
3315
  <dd class="inherited-from"><ul class="dummy"><li>
3039
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3316
+ <a goto="removeVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3040
3317
  </li></ul></dd>
3041
3318
 
3042
3319
 
@@ -3143,13 +3420,18 @@
3143
3420
 
3144
3421
  <tr class="deep-level-0">
3145
3422
 
3146
- <td class="name" id="feature"><code>feature</code></td>
3423
+ <td class="name"><code>feature</code></td>
3147
3424
 
3148
3425
 
3149
3426
  <td class="type">
3150
3427
 
3151
3428
 
3152
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3429
+ <span class="param-type">
3430
+
3431
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3432
+
3433
+ </span>
3434
+
3153
3435
 
3154
3436
 
3155
3437
 
@@ -3283,13 +3565,18 @@
3283
3565
 
3284
3566
  <tr class="deep-level-0">
3285
3567
 
3286
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3568
+ <td class="name"><code>sketchStyle</code></td>
3287
3569
 
3288
3570
 
3289
3571
  <td class="type">
3290
3572
 
3291
3573
 
3292
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3574
+ <span class="param-type">
3575
+
3576
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3577
+
3578
+ </span>
3579
+
3293
3580
 
3294
3581
 
3295
3582
 
@@ -3321,7 +3608,7 @@
3321
3608
 
3322
3609
  <dt class="inherited-from">Inherited From:</dt>
3323
3610
  <dd class="inherited-from"><ul class="dummy"><li>
3324
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3611
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3325
3612
  </li></ul></dd>
3326
3613
 
3327
3614
 
@@ -3428,13 +3715,18 @@
3428
3715
 
3429
3716
  <tr class="deep-level-0">
3430
3717
 
3431
- <td class="name" id="geometries"><code>geometries</code></td>
3718
+ <td class="name"><code>geometries</code></td>
3432
3719
 
3433
3720
 
3434
3721
  <td class="type">
3435
3722
 
3436
3723
 
3437
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3724
+ <span class="param-type">
3725
+
3726
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3727
+
3728
+ </span>
3729
+
3438
3730
 
3439
3731
 
3440
3732
 
@@ -3466,7 +3758,7 @@
3466
3758
 
3467
3759
  <dt class="inherited-from">Inherited From:</dt>
3468
3760
  <dd class="inherited-from"><ul class="dummy"><li>
3469
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3761
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3470
3762
  </li></ul></dd>
3471
3763
 
3472
3764
 
@@ -3562,7 +3854,7 @@
3562
3854
 
3563
3855
  <dt class="inherited-from">Inherited From:</dt>
3564
3856
  <dd class="inherited-from"><ul class="dummy"><li>
3565
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3857
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3566
3858
  </li></ul></dd>
3567
3859
 
3568
3860
 
@@ -3658,7 +3950,7 @@
3658
3950
 
3659
3951
  <dt class="inherited-from">Inherited From:</dt>
3660
3952
  <dd class="inherited-from"><ul class="dummy"><li>
3661
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3953
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3662
3954
  </li></ul></dd>
3663
3955
 
3664
3956
 
@@ -3765,13 +4057,18 @@
3765
4057
 
3766
4058
  <tr class="deep-level-0">
3767
4059
 
3768
- <td class="name" id="point"><code>point</code></td>
4060
+ <td class="name"><code>point</code></td>
3769
4061
 
3770
4062
 
3771
4063
  <td class="type">
3772
4064
 
3773
4065
 
3774
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4066
+ <span class="param-type">
4067
+
4068
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4069
+
4070
+ </span>
4071
+
3775
4072
 
3776
4073
 
3777
4074
 
@@ -3789,13 +4086,18 @@
3789
4086
 
3790
4087
  <tr class="deep-level-0">
3791
4088
 
3792
- <td class="name" id="feature"><code>feature</code></td>
4089
+ <td class="name"><code>feature</code></td>
3793
4090
 
3794
4091
 
3795
4092
  <td class="type">
3796
4093
 
3797
4094
 
3798
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4095
+ <span class="param-type">
4096
+
4097
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4098
+
4099
+ </span>
4100
+
3799
4101
 
3800
4102
 
3801
4103
 
@@ -3827,7 +4129,7 @@
3827
4129
 
3828
4130
  <dt class="inherited-from">Inherited From:</dt>
3829
4131
  <dd class="inherited-from"><ul class="dummy"><li>
3830
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4132
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3831
4133
  </li></ul></dd>
3832
4134
 
3833
4135
 
@@ -3934,13 +4236,18 @@
3934
4236
 
3935
4237
  <tr class="deep-level-0">
3936
4238
 
3937
- <td class="name" id="point"><code>point</code></td>
4239
+ <td class="name"><code>point</code></td>
3938
4240
 
3939
4241
 
3940
4242
  <td class="type">
3941
4243
 
3942
4244
 
3943
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4245
+ <span class="param-type">
4246
+
4247
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4248
+
4249
+ </span>
4250
+
3944
4251
 
3945
4252
 
3946
4253
 
@@ -3958,13 +4265,18 @@
3958
4265
 
3959
4266
  <tr class="deep-level-0">
3960
4267
 
3961
- <td class="name" id="index"><code>index</code></td>
4268
+ <td class="name"><code>index</code></td>
3962
4269
 
3963
4270
 
3964
4271
  <td class="type">
3965
4272
 
3966
4273
 
3967
- <span class="param-type">Number</span>
4274
+ <span class="param-type">
4275
+
4276
+ Number
4277
+
4278
+ </span>
4279
+
3968
4280
 
3969
4281
 
3970
4282
 
@@ -3996,7 +4308,7 @@
3996
4308
 
3997
4309
  <dt class="inherited-from">Inherited From:</dt>
3998
4310
  <dd class="inherited-from"><ul class="dummy"><li>
3999
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4311
+ <a goto="updateVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4000
4312
  </li></ul></dd>
4001
4313
 
4002
4314