@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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.html#addFeatureByGeometry">addFeatureByGeometry</a></code></td>
1234
+ <td class="name"><code><a href="#addFeatureByGeometry">addFeatureByGeometry</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="SketchPointDrawTool.html#addVertex">addVertex</a></code></td>
1244
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1123
1245
  <td class="name">
1124
1246
  <code>
1125
1247
 
@@ -1129,7 +1251,7 @@
1129
1251
  </tr>
1130
1252
 
1131
1253
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="SketchPointDrawTool.html#drawFeature">drawFeature</a></code></td>
1254
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1133
1255
  <td class="name">
1134
1256
  <code>
1135
1257
 
@@ -1139,12 +1261,17 @@
1139
1261
  </tr>
1140
1262
 
1141
1263
  <tr class="deep-level-0">
1142
- <td class="name"><code><a href="SketchPointDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1264
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1143
1265
  <td class="name">
1144
1266
  <code>
1145
1267
 
1146
1268
 
1147
- <span class="param-type">Number</span>
1269
+ <span class="param-type">
1270
+
1271
+ Number
1272
+
1273
+ </span>
1274
+
1148
1275
 
1149
1276
 
1150
1277
 
@@ -1154,12 +1281,17 @@
1154
1281
  </tr>
1155
1282
 
1156
1283
  <tr class="deep-level-0">
1157
- <td class="name"><code><a href="SketchPointDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1284
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1158
1285
  <td class="name">
1159
1286
  <code>
1160
1287
 
1161
1288
 
1162
- <span class="param-type">Number</span>
1289
+ <span class="param-type">
1290
+
1291
+ Number
1292
+
1293
+ </span>
1294
+
1163
1295
 
1164
1296
 
1165
1297
 
@@ -1169,12 +1301,17 @@
1169
1301
  </tr>
1170
1302
 
1171
1303
  <tr class="deep-level-0">
1172
- <td class="name"><code><a href="SketchPointDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1304
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1173
1305
  <td class="name">
1174
1306
  <code>
1175
1307
 
1176
1308
 
1177
- <span class="param-type">Number</span>
1309
+ <span class="param-type">
1310
+
1311
+ Number
1312
+
1313
+ </span>
1314
+
1178
1315
 
1179
1316
 
1180
1317
 
@@ -1184,12 +1321,17 @@
1184
1321
  </tr>
1185
1322
 
1186
1323
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchPointDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1324
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1188
1325
  <td class="name">
1189
1326
  <code>
1190
1327
 
1191
1328
 
1192
- <span class="param-type">Number</span>
1329
+ <span class="param-type">
1330
+
1331
+ Number
1332
+
1333
+ </span>
1334
+
1193
1335
 
1194
1336
 
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="SketchPointDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1344
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</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="SketchPointDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1354
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</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="SketchPointDrawTool.html#removeVertex">removeVertex</a></code></td>
1364
+ <td class="name"><code><a href="#removeVertex">removeVertex</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="SketchPointDrawTool.html#selectFeature">selectFeature</a></code></td>
1374
+ <td class="name"><code><a href="#selectFeature">selectFeature</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="SketchPointDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1384
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</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="SketchPointDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1394
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</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="SketchPointDrawTool.html#start">start</a></code></td>
1404
+ <td class="name"><code><a href="#start">start</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="SketchPointDrawTool.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="SketchPointDrawTool.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="SketchPointDrawTool.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="point"><code>point</code></td>
1501
+ <td class="name"><code>point</code></td>
1360
1502
 
1361
1503
 
1362
1504
  <td class="type">
1363
1505
 
1364
1506
 
1365
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1507
+ <span class="param-type">
1508
+
1509
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
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
 
@@ -1404,13 +1556,18 @@
1404
1556
 
1405
1557
  <tr class="deep-level-0">
1406
1558
 
1407
- <td class="name" id="attributes"><code>attributes</code></td>
1559
+ <td class="name"><code>attributes</code></td>
1408
1560
 
1409
1561
 
1410
1562
  <td class="type">
1411
1563
 
1412
1564
 
1413
- <span class="param-type">Object</span>
1565
+ <span class="param-type">
1566
+
1567
+ Object
1568
+
1569
+ </span>
1570
+
1414
1571
 
1415
1572
 
1416
1573
 
@@ -1544,13 +1701,18 @@
1544
1701
 
1545
1702
  <tr class="deep-level-0">
1546
1703
 
1547
- <td class="name" id="geometry"><code>geometry</code></td>
1704
+ <td class="name"><code>geometry</code></td>
1548
1705
 
1549
1706
 
1550
1707
  <td class="type">
1551
1708
 
1552
1709
 
1553
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1710
+ <span class="param-type">
1711
+
1712
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1713
+
1714
+ </span>
1715
+
1554
1716
 
1555
1717
 
1556
1718
 
@@ -1568,13 +1730,18 @@
1568
1730
 
1569
1731
  <tr class="deep-level-0">
1570
1732
 
1571
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1733
+ <td class="name"><code>sketchStyle</code></td>
1572
1734
 
1573
1735
 
1574
1736
  <td class="type">
1575
1737
 
1576
1738
 
1577
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1739
+ <span class="param-type">
1740
+
1741
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1742
+
1743
+ </span>
1744
+
1578
1745
 
1579
1746
 
1580
1747
 
@@ -1592,13 +1759,18 @@
1592
1759
 
1593
1760
  <tr class="deep-level-0">
1594
1761
 
1595
- <td class="name" id="attributes"><code>attributes</code></td>
1762
+ <td class="name"><code>attributes</code></td>
1596
1763
 
1597
1764
 
1598
1765
  <td class="type">
1599
1766
 
1600
1767
 
1601
- <span class="param-type">Object</span>
1768
+ <span class="param-type">
1769
+
1770
+ Object
1771
+
1772
+ </span>
1773
+
1602
1774
 
1603
1775
 
1604
1776
 
@@ -1732,13 +1904,18 @@
1732
1904
 
1733
1905
  <tr class="deep-level-0">
1734
1906
 
1735
- <td class="name" id="point"><code>point</code></td>
1907
+ <td class="name"><code>point</code></td>
1736
1908
 
1737
1909
 
1738
1910
  <td class="type">
1739
1911
 
1740
1912
 
1741
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1913
+ <span class="param-type">
1914
+
1915
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1916
+
1917
+ </span>
1918
+
1742
1919
 
1743
1920
 
1744
1921
 
@@ -1756,13 +1933,18 @@
1756
1933
 
1757
1934
  <tr class="deep-level-0">
1758
1935
 
1759
- <td class="name" id="index"><code>index</code></td>
1936
+ <td class="name"><code>index</code></td>
1760
1937
 
1761
1938
 
1762
1939
  <td class="type">
1763
1940
 
1764
1941
 
1765
- <span class="param-type">Number</span>
1942
+ <span class="param-type">
1943
+
1944
+ Number
1945
+
1946
+ </span>
1947
+
1766
1948
 
1767
1949
 
1768
1950
 
@@ -1794,7 +1976,7 @@
1794
1976
 
1795
1977
  <dt class="inherited-from">Inherited From:</dt>
1796
1978
  <dd class="inherited-from"><ul class="dummy"><li>
1797
- <a class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1979
+ <a goto="addVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#addVertex" SketchBaseDrawTool.html#addVertex>SketchBaseDrawTool#addVertex</a>
1798
1980
  </li></ul></dd>
1799
1981
 
1800
1982
 
@@ -1992,13 +2174,18 @@
1992
2174
 
1993
2175
  <tr class="deep-level-0">
1994
2176
 
1995
- <td class="name" id="pixel"><code>pixel</code></td>
2177
+ <td class="name"><code>pixel</code></td>
1996
2178
 
1997
2179
 
1998
2180
  <td class="type">
1999
2181
 
2000
2182
 
2001
- <span class="param-type">Number</span>
2183
+ <span class="param-type">
2184
+
2185
+ Number
2186
+
2187
+ </span>
2188
+
2002
2189
 
2003
2190
 
2004
2191
 
@@ -2030,7 +2217,7 @@
2030
2217
 
2031
2218
  <dt class="inherited-from">Inherited From:</dt>
2032
2219
  <dd class="inherited-from"><ul class="dummy"><li>
2033
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
2220
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
2034
2221
  </li></ul></dd>
2035
2222
 
2036
2223
 
@@ -2091,7 +2278,12 @@
2091
2278
  <div class='column is-5 has-text-left'>
2092
2279
  <label>类型: </label>
2093
2280
 
2094
- <span class="param-type">Number</span>
2281
+ <span class="param-type">
2282
+
2283
+ Number
2284
+
2285
+ </span>
2286
+
2095
2287
 
2096
2288
 
2097
2289
  </div>
@@ -2162,13 +2354,18 @@
2162
2354
 
2163
2355
  <tr class="deep-level-0">
2164
2356
 
2165
- <td class="name" id="coordinates"><code>coordinates</code></td>
2357
+ <td class="name"><code>coordinates</code></td>
2166
2358
 
2167
2359
 
2168
2360
  <td class="type">
2169
2361
 
2170
2362
 
2171
- <span class="param-type">Array</span>
2363
+ <span class="param-type">
2364
+
2365
+ Array
2366
+
2367
+ </span>
2368
+
2172
2369
 
2173
2370
 
2174
2371
 
@@ -2186,13 +2383,18 @@
2186
2383
 
2187
2384
  <tr class="deep-level-0">
2188
2385
 
2189
- <td class="name" id="direction"><code>direction</code></td>
2386
+ <td class="name"><code>direction</code></td>
2190
2387
 
2191
2388
 
2192
2389
  <td class="type">
2193
2390
 
2194
2391
 
2195
- <span class="param-type">String</span>
2392
+ <span class="param-type">
2393
+
2394
+ String
2395
+
2396
+ </span>
2397
+
2196
2398
 
2197
2399
 
2198
2400
 
@@ -2210,13 +2412,18 @@
2210
2412
 
2211
2413
  <tr class="deep-level-0">
2212
2414
 
2213
- <td class="name" id="extent"><code>extent</code></td>
2415
+ <td class="name"><code>extent</code></td>
2214
2416
 
2215
2417
 
2216
2418
  <td class="type">
2217
2419
 
2218
2420
 
2219
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2421
+ <span class="param-type">
2422
+
2423
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2424
+
2425
+ </span>
2426
+
2220
2427
 
2221
2428
 
2222
2429
 
@@ -2234,13 +2441,18 @@
2234
2441
 
2235
2442
  <tr class="deep-level-0">
2236
2443
 
2237
- <td class="name" id="startPoint"><code>startPoint</code></td>
2444
+ <td class="name"><code>startPoint</code></td>
2238
2445
 
2239
2446
 
2240
2447
  <td class="type">
2241
2448
 
2242
2449
 
2243
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2450
+ <span class="param-type">
2451
+
2452
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2453
+
2454
+ </span>
2455
+
2244
2456
 
2245
2457
 
2246
2458
 
@@ -2258,13 +2470,18 @@
2258
2470
 
2259
2471
  <tr class="deep-level-0">
2260
2472
 
2261
- <td class="name" id="movePoint"><code>movePoint</code></td>
2473
+ <td class="name"><code>movePoint</code></td>
2262
2474
 
2263
2475
 
2264
2476
  <td class="type">
2265
2477
 
2266
2478
 
2267
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2479
+ <span class="param-type">
2480
+
2481
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2482
+
2483
+ </span>
2484
+
2268
2485
 
2269
2486
 
2270
2487
 
@@ -2282,13 +2499,18 @@
2282
2499
 
2283
2500
  <tr class="deep-level-0">
2284
2501
 
2285
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2502
+ <td class="name"><code>oriCoordinates</code></td>
2286
2503
 
2287
2504
 
2288
2505
  <td class="type">
2289
2506
 
2290
2507
 
2291
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2508
+ <span class="param-type">
2509
+
2510
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2511
+
2512
+ </span>
2513
+
2292
2514
 
2293
2515
 
2294
2516
 
@@ -2320,7 +2542,7 @@
2320
2542
 
2321
2543
  <dt class="inherited-from">Inherited From:</dt>
2322
2544
  <dd class="inherited-from"><ul class="dummy"><li>
2323
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2545
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2324
2546
  </li></ul></dd>
2325
2547
 
2326
2548
 
@@ -2381,7 +2603,12 @@
2381
2603
  <div class='column is-5 has-text-left'>
2382
2604
  <label>类型: </label>
2383
2605
 
2384
- <span class="param-type">Number</span>
2606
+ <span class="param-type">
2607
+
2608
+ Number
2609
+
2610
+ </span>
2611
+
2385
2612
 
2386
2613
 
2387
2614
  </div>
@@ -2452,13 +2679,18 @@
2452
2679
 
2453
2680
  <tr class="deep-level-0">
2454
2681
 
2455
- <td class="name" id="coordinates"><code>coordinates</code></td>
2682
+ <td class="name"><code>coordinates</code></td>
2456
2683
 
2457
2684
 
2458
2685
  <td class="type">
2459
2686
 
2460
2687
 
2461
- <span class="param-type">Array</span>
2688
+ <span class="param-type">
2689
+
2690
+ Array
2691
+
2692
+ </span>
2693
+
2462
2694
 
2463
2695
 
2464
2696
 
@@ -2476,13 +2708,18 @@
2476
2708
 
2477
2709
  <tr class="deep-level-0">
2478
2710
 
2479
- <td class="name" id="deltaX"><code>deltaX</code></td>
2711
+ <td class="name"><code>deltaX</code></td>
2480
2712
 
2481
2713
 
2482
2714
  <td class="type">
2483
2715
 
2484
2716
 
2485
- <span class="param-type">Number</span>
2717
+ <span class="param-type">
2718
+
2719
+ Number
2720
+
2721
+ </span>
2722
+
2486
2723
 
2487
2724
 
2488
2725
 
@@ -2500,13 +2737,18 @@
2500
2737
 
2501
2738
  <tr class="deep-level-0">
2502
2739
 
2503
- <td class="name" id="deltaY"><code>deltaY</code></td>
2740
+ <td class="name"><code>deltaY</code></td>
2504
2741
 
2505
2742
 
2506
2743
  <td class="type">
2507
2744
 
2508
2745
 
2509
- <span class="param-type">Number</span>
2746
+ <span class="param-type">
2747
+
2748
+ Number
2749
+
2750
+ </span>
2751
+
2510
2752
 
2511
2753
 
2512
2754
 
@@ -2538,7 +2780,7 @@
2538
2780
 
2539
2781
  <dt class="inherited-from">Inherited From:</dt>
2540
2782
  <dd class="inherited-from"><ul class="dummy"><li>
2541
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2783
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2542
2784
  </li></ul></dd>
2543
2785
 
2544
2786
 
@@ -2599,7 +2841,12 @@
2599
2841
  <div class='column is-5 has-text-left'>
2600
2842
  <label>类型: </label>
2601
2843
 
2602
- <span class="param-type">Number</span>
2844
+ <span class="param-type">
2845
+
2846
+ Number
2847
+
2848
+ </span>
2849
+
2603
2850
 
2604
2851
 
2605
2852
  </div>
@@ -2670,13 +2917,18 @@
2670
2917
 
2671
2918
  <tr class="deep-level-0">
2672
2919
 
2673
- <td class="name" id="coordinates"><code>coordinates</code></td>
2920
+ <td class="name"><code>coordinates</code></td>
2674
2921
 
2675
2922
 
2676
2923
  <td class="type">
2677
2924
 
2678
2925
 
2679
- <span class="param-type">Array</span>
2926
+ <span class="param-type">
2927
+
2928
+ Array
2929
+
2930
+ </span>
2931
+
2680
2932
 
2681
2933
 
2682
2934
 
@@ -2694,13 +2946,18 @@
2694
2946
 
2695
2947
  <tr class="deep-level-0">
2696
2948
 
2697
- <td class="name" id="direction"><code>direction</code></td>
2949
+ <td class="name"><code>direction</code></td>
2698
2950
 
2699
2951
 
2700
2952
  <td class="type">
2701
2953
 
2702
2954
 
2703
- <span class="param-type">String</span>
2955
+ <span class="param-type">
2956
+
2957
+ String
2958
+
2959
+ </span>
2960
+
2704
2961
 
2705
2962
 
2706
2963
 
@@ -2718,13 +2975,18 @@
2718
2975
 
2719
2976
  <tr class="deep-level-0">
2720
2977
 
2721
- <td class="name" id="extent"><code>extent</code></td>
2978
+ <td class="name"><code>extent</code></td>
2722
2979
 
2723
2980
 
2724
2981
  <td class="type">
2725
2982
 
2726
2983
 
2727
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2984
+ <span class="param-type">
2985
+
2986
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2987
+
2988
+ </span>
2989
+
2728
2990
 
2729
2991
 
2730
2992
 
@@ -2742,13 +3004,18 @@
2742
3004
 
2743
3005
  <tr class="deep-level-0">
2744
3006
 
2745
- <td class="name" id="startPoint"><code>startPoint</code></td>
3007
+ <td class="name"><code>startPoint</code></td>
2746
3008
 
2747
3009
 
2748
3010
  <td class="type">
2749
3011
 
2750
3012
 
2751
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3013
+ <span class="param-type">
3014
+
3015
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3016
+
3017
+ </span>
3018
+
2752
3019
 
2753
3020
 
2754
3021
 
@@ -2766,13 +3033,18 @@
2766
3033
 
2767
3034
  <tr class="deep-level-0">
2768
3035
 
2769
- <td class="name" id="movePoint"><code>movePoint</code></td>
3036
+ <td class="name"><code>movePoint</code></td>
2770
3037
 
2771
3038
 
2772
3039
  <td class="type">
2773
3040
 
2774
3041
 
2775
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3042
+ <span class="param-type">
3043
+
3044
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3045
+
3046
+ </span>
3047
+
2776
3048
 
2777
3049
 
2778
3050
 
@@ -2790,13 +3062,18 @@
2790
3062
 
2791
3063
  <tr class="deep-level-0">
2792
3064
 
2793
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
3065
+ <td class="name"><code>oriCoordinates</code></td>
2794
3066
 
2795
3067
 
2796
3068
  <td class="type">
2797
3069
 
2798
3070
 
2799
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3071
+ <span class="param-type">
3072
+
3073
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3074
+
3075
+ </span>
3076
+
2800
3077
 
2801
3078
 
2802
3079
 
@@ -2828,7 +3105,7 @@
2828
3105
 
2829
3106
  <dt class="inherited-from">Inherited From:</dt>
2830
3107
  <dd class="inherited-from"><ul class="dummy"><li>
2831
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
3108
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2832
3109
  </li></ul></dd>
2833
3110
 
2834
3111
 
@@ -2889,7 +3166,12 @@
2889
3166
  <div class='column is-5 has-text-left'>
2890
3167
  <label>类型: </label>
2891
3168
 
2892
- <span class="param-type">Number</span>
3169
+ <span class="param-type">
3170
+
3171
+ Number
3172
+
3173
+ </span>
3174
+
2893
3175
 
2894
3176
 
2895
3177
  </div>
@@ -2960,13 +3242,18 @@
2960
3242
 
2961
3243
  <tr class="deep-level-0">
2962
3244
 
2963
- <td class="name" id="feature"><code>feature</code></td>
3245
+ <td class="name"><code>feature</code></td>
2964
3246
 
2965
3247
 
2966
3248
  <td class="type">
2967
3249
 
2968
3250
 
2969
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3251
+ <span class="param-type">
3252
+
3253
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3254
+
3255
+ </span>
3256
+
2970
3257
 
2971
3258
 
2972
3259
 
@@ -2984,13 +3271,18 @@
2984
3271
 
2985
3272
  <tr class="deep-level-0">
2986
3273
 
2987
- <td class="name" id="event"><code>event</code></td>
3274
+ <td class="name"><code>event</code></td>
2988
3275
 
2989
3276
 
2990
3277
  <td class="type">
2991
3278
 
2992
3279
 
2993
- <span class="param-type">Object</span>
3280
+ <span class="param-type">
3281
+
3282
+ Object
3283
+
3284
+ </span>
3285
+
2994
3286
 
2995
3287
 
2996
3288
 
@@ -3113,7 +3405,7 @@
3113
3405
 
3114
3406
  <dt class="inherited-from">Inherited From:</dt>
3115
3407
  <dd class="inherited-from"><ul class="dummy"><li>
3116
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3408
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
3117
3409
  </li></ul></dd>
3118
3410
 
3119
3411
 
@@ -3220,13 +3512,18 @@
3220
3512
 
3221
3513
  <tr class="deep-level-0">
3222
3514
 
3223
- <td class="name" id="index"><code>index</code></td>
3515
+ <td class="name"><code>index</code></td>
3224
3516
 
3225
3517
 
3226
3518
  <td class="type">
3227
3519
 
3228
3520
 
3229
- <span class="param-type">Number</span>
3521
+ <span class="param-type">
3522
+
3523
+ Number
3524
+
3525
+ </span>
3526
+
3230
3527
 
3231
3528
 
3232
3529
 
@@ -3258,7 +3555,7 @@
3258
3555
 
3259
3556
  <dt class="inherited-from">Inherited From:</dt>
3260
3557
  <dd class="inherited-from"><ul class="dummy"><li>
3261
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3558
+ <a goto="removeVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeVertex" SketchBaseDrawTool.html#removeVertex>SketchBaseDrawTool#removeVertex</a>
3262
3559
  </li></ul></dd>
3263
3560
 
3264
3561
 
@@ -3365,13 +3662,18 @@
3365
3662
 
3366
3663
  <tr class="deep-level-0">
3367
3664
 
3368
- <td class="name" id="feature"><code>feature</code></td>
3665
+ <td class="name"><code>feature</code></td>
3369
3666
 
3370
3667
 
3371
3668
  <td class="type">
3372
3669
 
3373
3670
 
3374
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3671
+ <span class="param-type">
3672
+
3673
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3674
+
3675
+ </span>
3676
+
3375
3677
 
3376
3678
 
3377
3679
 
@@ -3505,13 +3807,18 @@
3505
3807
 
3506
3808
  <tr class="deep-level-0">
3507
3809
 
3508
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3810
+ <td class="name"><code>sketchStyle</code></td>
3509
3811
 
3510
3812
 
3511
3813
  <td class="type">
3512
3814
 
3513
3815
 
3514
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3816
+ <span class="param-type">
3817
+
3818
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3819
+
3820
+ </span>
3821
+
3515
3822
 
3516
3823
 
3517
3824
 
@@ -3543,7 +3850,7 @@
3543
3850
 
3544
3851
  <dt class="inherited-from">Inherited From:</dt>
3545
3852
  <dd class="inherited-from"><ul class="dummy"><li>
3546
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3853
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3547
3854
  </li></ul></dd>
3548
3855
 
3549
3856
 
@@ -3650,13 +3957,18 @@
3650
3957
 
3651
3958
  <tr class="deep-level-0">
3652
3959
 
3653
- <td class="name" id="geometries"><code>geometries</code></td>
3960
+ <td class="name"><code>geometries</code></td>
3654
3961
 
3655
3962
 
3656
3963
  <td class="type">
3657
3964
 
3658
3965
 
3659
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3966
+ <span class="param-type">
3967
+
3968
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3969
+
3970
+ </span>
3971
+
3660
3972
 
3661
3973
 
3662
3974
 
@@ -3688,7 +4000,7 @@
3688
4000
 
3689
4001
  <dt class="inherited-from">Inherited From:</dt>
3690
4002
  <dd class="inherited-from"><ul class="dummy"><li>
3691
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
4003
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3692
4004
  </li></ul></dd>
3693
4005
 
3694
4006
 
@@ -3784,7 +4096,7 @@
3784
4096
 
3785
4097
  <dt class="inherited-from">Inherited From:</dt>
3786
4098
  <dd class="inherited-from"><ul class="dummy"><li>
3787
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
4099
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3788
4100
  </li></ul></dd>
3789
4101
 
3790
4102
 
@@ -3880,7 +4192,7 @@
3880
4192
 
3881
4193
  <dt class="inherited-from">Inherited From:</dt>
3882
4194
  <dd class="inherited-from"><ul class="dummy"><li>
3883
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
4195
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3884
4196
  </li></ul></dd>
3885
4197
 
3886
4198
 
@@ -3987,13 +4299,18 @@
3987
4299
 
3988
4300
  <tr class="deep-level-0">
3989
4301
 
3990
- <td class="name" id="point"><code>point</code></td>
4302
+ <td class="name"><code>point</code></td>
3991
4303
 
3992
4304
 
3993
4305
  <td class="type">
3994
4306
 
3995
4307
 
3996
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4308
+ <span class="param-type">
4309
+
4310
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4311
+
4312
+ </span>
4313
+
3997
4314
 
3998
4315
 
3999
4316
 
@@ -4011,13 +4328,18 @@
4011
4328
 
4012
4329
  <tr class="deep-level-0">
4013
4330
 
4014
- <td class="name" id="feature"><code>feature</code></td>
4331
+ <td class="name"><code>feature</code></td>
4015
4332
 
4016
4333
 
4017
4334
  <td class="type">
4018
4335
 
4019
4336
 
4020
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4337
+ <span class="param-type">
4338
+
4339
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4340
+
4341
+ </span>
4342
+
4021
4343
 
4022
4344
 
4023
4345
 
@@ -4049,7 +4371,7 @@
4049
4371
 
4050
4372
  <dt class="inherited-from">Inherited From:</dt>
4051
4373
  <dd class="inherited-from"><ul class="dummy"><li>
4052
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4374
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4053
4375
  </li></ul></dd>
4054
4376
 
4055
4377
 
@@ -4156,13 +4478,18 @@
4156
4478
 
4157
4479
  <tr class="deep-level-0">
4158
4480
 
4159
- <td class="name" id="point"><code>point</code></td>
4481
+ <td class="name"><code>point</code></td>
4160
4482
 
4161
4483
 
4162
4484
  <td class="type">
4163
4485
 
4164
4486
 
4165
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4487
+ <span class="param-type">
4488
+
4489
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4490
+
4491
+ </span>
4492
+
4166
4493
 
4167
4494
 
4168
4495
 
@@ -4180,13 +4507,18 @@
4180
4507
 
4181
4508
  <tr class="deep-level-0">
4182
4509
 
4183
- <td class="name" id="index"><code>index</code></td>
4510
+ <td class="name"><code>index</code></td>
4184
4511
 
4185
4512
 
4186
4513
  <td class="type">
4187
4514
 
4188
4515
 
4189
- <span class="param-type">Number</span>
4516
+ <span class="param-type">
4517
+
4518
+ Number
4519
+
4520
+ </span>
4521
+
4190
4522
 
4191
4523
 
4192
4524
 
@@ -4218,7 +4550,7 @@
4218
4550
 
4219
4551
  <dt class="inherited-from">Inherited From:</dt>
4220
4552
  <dd class="inherited-from"><ul class="dummy"><li>
4221
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4553
+ <a goto="updateVertex" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateVertex" SketchBaseDrawTool.html#updateVertex>SketchBaseDrawTool#updateVertex</a>
4222
4554
  </li></ul></dd>
4223
4555
 
4224
4556