@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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.html#addMidVertex">addMidVertex</a></code></td>
1234
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
1113
1235
  <td class="name">
1114
1236
  <code>
1115
1237
 
@@ -1119,7 +1241,7 @@
1119
1241
  </tr>
1120
1242
 
1121
1243
  <tr class="deep-level-0">
1122
- <td class="name"><code><a href="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1334
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1193
1335
  <td class="name">
1194
1336
  <code>
1195
1337
 
@@ -1199,7 +1341,7 @@
1199
1341
  </tr>
1200
1342
 
1201
1343
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchFreehandPolygonDrawTool.html#removeVertex">removeVertex</a></code></td>
1344
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1203
1345
  <td class="name">
1204
1346
  <code>
1205
1347
 
@@ -1209,7 +1351,7 @@
1209
1351
  </tr>
1210
1352
 
1211
1353
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchFreehandPolygonDrawTool.html#selectFeature">selectFeature</a></code></td>
1354
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1213
1355
  <td class="name">
1214
1356
  <code>
1215
1357
 
@@ -1219,7 +1361,7 @@
1219
1361
  </tr>
1220
1362
 
1221
1363
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchFreehandPolygonDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1364
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</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="SketchFreehandPolygonDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1374
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</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="SketchFreehandPolygonDrawTool.html#start">start</a></code></td>
1384
+ <td class="name"><code><a href="#start">start</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="SketchFreehandPolygonDrawTool.html#startPanGraphics">startPanGraphics</a></code></td>
1394
+ <td class="name"><code><a href="#startPanGraphics">startPanGraphics</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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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="SketchFreehandPolygonDrawTool.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
 
@@ -1692,13 +1844,18 @@
1692
1844
 
1693
1845
  <tr class="deep-level-0">
1694
1846
 
1695
- <td class="name" id="pixel"><code>pixel</code></td>
1847
+ <td class="name"><code>pixel</code></td>
1696
1848
 
1697
1849
 
1698
1850
  <td class="type">
1699
1851
 
1700
1852
 
1701
- <span class="param-type">Number</span>
1853
+ <span class="param-type">
1854
+
1855
+ Number
1856
+
1857
+ </span>
1858
+
1702
1859
 
1703
1860
 
1704
1861
 
@@ -1730,7 +1887,7 @@
1730
1887
 
1731
1888
  <dt class="inherited-from">Inherited From:</dt>
1732
1889
  <dd class="inherited-from"><ul class="dummy"><li>
1733
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1890
+ <a goto="getDistanceByPixel" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getDistanceByPixel" SketchBaseDrawTool.html#getDistanceByPixel>SketchBaseDrawTool#getDistanceByPixel</a>
1734
1891
  </li></ul></dd>
1735
1892
 
1736
1893
 
@@ -1791,7 +1948,12 @@
1791
1948
  <div class='column is-5 has-text-left'>
1792
1949
  <label>类型: </label>
1793
1950
 
1794
- <span class="param-type">Number</span>
1951
+ <span class="param-type">
1952
+
1953
+ Number
1954
+
1955
+ </span>
1956
+
1795
1957
 
1796
1958
 
1797
1959
  </div>
@@ -1862,13 +2024,18 @@
1862
2024
 
1863
2025
  <tr class="deep-level-0">
1864
2026
 
1865
- <td class="name" id="coordinates"><code>coordinates</code></td>
2027
+ <td class="name"><code>coordinates</code></td>
1866
2028
 
1867
2029
 
1868
2030
  <td class="type">
1869
2031
 
1870
2032
 
1871
- <span class="param-type">Array</span>
2033
+ <span class="param-type">
2034
+
2035
+ Array
2036
+
2037
+ </span>
2038
+
1872
2039
 
1873
2040
 
1874
2041
 
@@ -1886,13 +2053,18 @@
1886
2053
 
1887
2054
  <tr class="deep-level-0">
1888
2055
 
1889
- <td class="name" id="direction"><code>direction</code></td>
2056
+ <td class="name"><code>direction</code></td>
1890
2057
 
1891
2058
 
1892
2059
  <td class="type">
1893
2060
 
1894
2061
 
1895
- <span class="param-type">String</span>
2062
+ <span class="param-type">
2063
+
2064
+ String
2065
+
2066
+ </span>
2067
+
1896
2068
 
1897
2069
 
1898
2070
 
@@ -1910,13 +2082,18 @@
1910
2082
 
1911
2083
  <tr class="deep-level-0">
1912
2084
 
1913
- <td class="name" id="extent"><code>extent</code></td>
2085
+ <td class="name"><code>extent</code></td>
1914
2086
 
1915
2087
 
1916
2088
  <td class="type">
1917
2089
 
1918
2090
 
1919
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2091
+ <span class="param-type">
2092
+
2093
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2094
+
2095
+ </span>
2096
+
1920
2097
 
1921
2098
 
1922
2099
 
@@ -1934,13 +2111,18 @@
1934
2111
 
1935
2112
  <tr class="deep-level-0">
1936
2113
 
1937
- <td class="name" id="startPoint"><code>startPoint</code></td>
2114
+ <td class="name"><code>startPoint</code></td>
1938
2115
 
1939
2116
 
1940
2117
  <td class="type">
1941
2118
 
1942
2119
 
1943
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2120
+ <span class="param-type">
2121
+
2122
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2123
+
2124
+ </span>
2125
+
1944
2126
 
1945
2127
 
1946
2128
 
@@ -1958,13 +2140,18 @@
1958
2140
 
1959
2141
  <tr class="deep-level-0">
1960
2142
 
1961
- <td class="name" id="movePoint"><code>movePoint</code></td>
2143
+ <td class="name"><code>movePoint</code></td>
1962
2144
 
1963
2145
 
1964
2146
  <td class="type">
1965
2147
 
1966
2148
 
1967
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2149
+ <span class="param-type">
2150
+
2151
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2152
+
2153
+ </span>
2154
+
1968
2155
 
1969
2156
 
1970
2157
 
@@ -1982,13 +2169,18 @@
1982
2169
 
1983
2170
  <tr class="deep-level-0">
1984
2171
 
1985
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2172
+ <td class="name"><code>oriCoordinates</code></td>
1986
2173
 
1987
2174
 
1988
2175
  <td class="type">
1989
2176
 
1990
2177
 
1991
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2178
+ <span class="param-type">
2179
+
2180
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2181
+
2182
+ </span>
2183
+
1992
2184
 
1993
2185
 
1994
2186
 
@@ -2020,7 +2212,7 @@
2020
2212
 
2021
2213
  <dt class="inherited-from">Inherited From:</dt>
2022
2214
  <dd class="inherited-from"><ul class="dummy"><li>
2023
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2215
+ <a goto="getMidScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getMidScaleCoordinates" SketchBaseDrawTool.html#getMidScaleCoordinates>SketchBaseDrawTool#getMidScaleCoordinates</a>
2024
2216
  </li></ul></dd>
2025
2217
 
2026
2218
 
@@ -2081,7 +2273,12 @@
2081
2273
  <div class='column is-5 has-text-left'>
2082
2274
  <label>类型: </label>
2083
2275
 
2084
- <span class="param-type">Number</span>
2276
+ <span class="param-type">
2277
+
2278
+ Number
2279
+
2280
+ </span>
2281
+
2085
2282
 
2086
2283
 
2087
2284
  </div>
@@ -2152,13 +2349,18 @@
2152
2349
 
2153
2350
  <tr class="deep-level-0">
2154
2351
 
2155
- <td class="name" id="coordinates"><code>coordinates</code></td>
2352
+ <td class="name"><code>coordinates</code></td>
2156
2353
 
2157
2354
 
2158
2355
  <td class="type">
2159
2356
 
2160
2357
 
2161
- <span class="param-type">Array</span>
2358
+ <span class="param-type">
2359
+
2360
+ Array
2361
+
2362
+ </span>
2363
+
2162
2364
 
2163
2365
 
2164
2366
 
@@ -2176,13 +2378,18 @@
2176
2378
 
2177
2379
  <tr class="deep-level-0">
2178
2380
 
2179
- <td class="name" id="deltaX"><code>deltaX</code></td>
2381
+ <td class="name"><code>deltaX</code></td>
2180
2382
 
2181
2383
 
2182
2384
  <td class="type">
2183
2385
 
2184
2386
 
2185
- <span class="param-type">Number</span>
2387
+ <span class="param-type">
2388
+
2389
+ Number
2390
+
2391
+ </span>
2392
+
2186
2393
 
2187
2394
 
2188
2395
 
@@ -2200,13 +2407,18 @@
2200
2407
 
2201
2408
  <tr class="deep-level-0">
2202
2409
 
2203
- <td class="name" id="deltaY"><code>deltaY</code></td>
2410
+ <td class="name"><code>deltaY</code></td>
2204
2411
 
2205
2412
 
2206
2413
  <td class="type">
2207
2414
 
2208
2415
 
2209
- <span class="param-type">Number</span>
2416
+ <span class="param-type">
2417
+
2418
+ Number
2419
+
2420
+ </span>
2421
+
2210
2422
 
2211
2423
 
2212
2424
 
@@ -2238,7 +2450,7 @@
2238
2450
 
2239
2451
  <dt class="inherited-from">Inherited From:</dt>
2240
2452
  <dd class="inherited-from"><ul class="dummy"><li>
2241
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2453
+ <a goto="getPanCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getPanCoordinates" SketchBaseDrawTool.html#getPanCoordinates>SketchBaseDrawTool#getPanCoordinates</a>
2242
2454
  </li></ul></dd>
2243
2455
 
2244
2456
 
@@ -2299,7 +2511,12 @@
2299
2511
  <div class='column is-5 has-text-left'>
2300
2512
  <label>类型: </label>
2301
2513
 
2302
- <span class="param-type">Number</span>
2514
+ <span class="param-type">
2515
+
2516
+ Number
2517
+
2518
+ </span>
2519
+
2303
2520
 
2304
2521
 
2305
2522
  </div>
@@ -2370,13 +2587,18 @@
2370
2587
 
2371
2588
  <tr class="deep-level-0">
2372
2589
 
2373
- <td class="name" id="coordinates"><code>coordinates</code></td>
2590
+ <td class="name"><code>coordinates</code></td>
2374
2591
 
2375
2592
 
2376
2593
  <td class="type">
2377
2594
 
2378
2595
 
2379
- <span class="param-type">Array</span>
2596
+ <span class="param-type">
2597
+
2598
+ Array
2599
+
2600
+ </span>
2601
+
2380
2602
 
2381
2603
 
2382
2604
 
@@ -2394,13 +2616,18 @@
2394
2616
 
2395
2617
  <tr class="deep-level-0">
2396
2618
 
2397
- <td class="name" id="direction"><code>direction</code></td>
2619
+ <td class="name"><code>direction</code></td>
2398
2620
 
2399
2621
 
2400
2622
  <td class="type">
2401
2623
 
2402
2624
 
2403
- <span class="param-type">String</span>
2625
+ <span class="param-type">
2626
+
2627
+ String
2628
+
2629
+ </span>
2630
+
2404
2631
 
2405
2632
 
2406
2633
 
@@ -2418,13 +2645,18 @@
2418
2645
 
2419
2646
  <tr class="deep-level-0">
2420
2647
 
2421
- <td class="name" id="extent"><code>extent</code></td>
2648
+ <td class="name"><code>extent</code></td>
2422
2649
 
2423
2650
 
2424
2651
  <td class="type">
2425
2652
 
2426
2653
 
2427
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2654
+ <span class="param-type">
2655
+
2656
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2657
+
2658
+ </span>
2659
+
2428
2660
 
2429
2661
 
2430
2662
 
@@ -2442,13 +2674,18 @@
2442
2674
 
2443
2675
  <tr class="deep-level-0">
2444
2676
 
2445
- <td class="name" id="startPoint"><code>startPoint</code></td>
2677
+ <td class="name"><code>startPoint</code></td>
2446
2678
 
2447
2679
 
2448
2680
  <td class="type">
2449
2681
 
2450
2682
 
2451
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2683
+ <span class="param-type">
2684
+
2685
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2686
+
2687
+ </span>
2688
+
2452
2689
 
2453
2690
 
2454
2691
 
@@ -2466,13 +2703,18 @@
2466
2703
 
2467
2704
  <tr class="deep-level-0">
2468
2705
 
2469
- <td class="name" id="movePoint"><code>movePoint</code></td>
2706
+ <td class="name"><code>movePoint</code></td>
2470
2707
 
2471
2708
 
2472
2709
  <td class="type">
2473
2710
 
2474
2711
 
2475
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2712
+ <span class="param-type">
2713
+
2714
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2715
+
2716
+ </span>
2717
+
2476
2718
 
2477
2719
 
2478
2720
 
@@ -2490,13 +2732,18 @@
2490
2732
 
2491
2733
  <tr class="deep-level-0">
2492
2734
 
2493
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2735
+ <td class="name"><code>oriCoordinates</code></td>
2494
2736
 
2495
2737
 
2496
2738
  <td class="type">
2497
2739
 
2498
2740
 
2499
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2741
+ <span class="param-type">
2742
+
2743
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2744
+
2745
+ </span>
2746
+
2500
2747
 
2501
2748
 
2502
2749
 
@@ -2528,7 +2775,7 @@
2528
2775
 
2529
2776
  <dt class="inherited-from">Inherited From:</dt>
2530
2777
  <dd class="inherited-from"><ul class="dummy"><li>
2531
- <a class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2778
+ <a goto="getScaleCoordinates" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#getScaleCoordinates" SketchBaseDrawTool.html#getScaleCoordinates>SketchBaseDrawTool#getScaleCoordinates</a>
2532
2779
  </li></ul></dd>
2533
2780
 
2534
2781
 
@@ -2589,7 +2836,12 @@
2589
2836
  <div class='column is-5 has-text-left'>
2590
2837
  <label>类型: </label>
2591
2838
 
2592
- <span class="param-type">Number</span>
2839
+ <span class="param-type">
2840
+
2841
+ Number
2842
+
2843
+ </span>
2844
+
2593
2845
 
2594
2846
 
2595
2847
  </div>
@@ -2649,7 +2901,7 @@
2649
2901
 
2650
2902
  <dt class="inherited-from">Inherited From:</dt>
2651
2903
  <dd class="inherited-from"><ul class="dummy"><li>
2652
- <a class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2904
+ <a goto="removeDrawTool" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#removeDrawTool" SketchBaseDrawTool.html#removeDrawTool>SketchBaseDrawTool#removeDrawTool</a>
2653
2905
  </li></ul></dd>
2654
2906
 
2655
2907
 
@@ -2756,13 +3008,18 @@
2756
3008
 
2757
3009
  <tr class="deep-level-0">
2758
3010
 
2759
- <td class="name" id="index"><code>index</code></td>
3011
+ <td class="name"><code>index</code></td>
2760
3012
 
2761
3013
 
2762
3014
  <td class="type">
2763
3015
 
2764
3016
 
2765
- <span class="param-type">Number</span>
3017
+ <span class="param-type">
3018
+
3019
+ Number
3020
+
3021
+ </span>
3022
+
2766
3023
 
2767
3024
 
2768
3025
 
@@ -2901,13 +3158,18 @@
2901
3158
 
2902
3159
  <tr class="deep-level-0">
2903
3160
 
2904
- <td class="name" id="feature"><code>feature</code></td>
3161
+ <td class="name"><code>feature</code></td>
2905
3162
 
2906
3163
 
2907
3164
  <td class="type">
2908
3165
 
2909
3166
 
2910
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3167
+ <span class="param-type">
3168
+
3169
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3170
+
3171
+ </span>
3172
+
2911
3173
 
2912
3174
 
2913
3175
 
@@ -3041,13 +3303,18 @@
3041
3303
 
3042
3304
  <tr class="deep-level-0">
3043
3305
 
3044
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3306
+ <td class="name"><code>sketchStyle</code></td>
3045
3307
 
3046
3308
 
3047
3309
  <td class="type">
3048
3310
 
3049
3311
 
3050
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3312
+ <span class="param-type">
3313
+
3314
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3315
+
3316
+ </span>
3317
+
3051
3318
 
3052
3319
 
3053
3320
 
@@ -3079,7 +3346,7 @@
3079
3346
 
3080
3347
  <dt class="inherited-from">Inherited From:</dt>
3081
3348
  <dd class="inherited-from"><ul class="dummy"><li>
3082
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3349
+ <a goto="setSketchStyle" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSketchStyle" SketchBaseDrawTool.html#setSketchStyle>SketchBaseDrawTool#setSketchStyle</a>
3083
3350
  </li></ul></dd>
3084
3351
 
3085
3352
 
@@ -3186,13 +3453,18 @@
3186
3453
 
3187
3454
  <tr class="deep-level-0">
3188
3455
 
3189
- <td class="name" id="geometries"><code>geometries</code></td>
3456
+ <td class="name"><code>geometries</code></td>
3190
3457
 
3191
3458
 
3192
3459
  <td class="type">
3193
3460
 
3194
3461
 
3195
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3462
+ <span class="param-type">
3463
+
3464
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3465
+
3466
+ </span>
3467
+
3196
3468
 
3197
3469
 
3198
3470
 
@@ -3224,7 +3496,7 @@
3224
3496
 
3225
3497
  <dt class="inherited-from">Inherited From:</dt>
3226
3498
  <dd class="inherited-from"><ul class="dummy"><li>
3227
- <a class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3499
+ <a goto="setSnapAndReferGeometries" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#setSnapAndReferGeometries" SketchBaseDrawTool.html#setSnapAndReferGeometries>SketchBaseDrawTool#setSnapAndReferGeometries</a>
3228
3500
  </li></ul></dd>
3229
3501
 
3230
3502
 
@@ -3320,7 +3592,7 @@
3320
3592
 
3321
3593
  <dt class="inherited-from">Inherited From:</dt>
3322
3594
  <dd class="inherited-from"><ul class="dummy"><li>
3323
- <a class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3595
+ <a goto="start" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#start" SketchBaseDrawTool.html#start>SketchBaseDrawTool#start</a>
3324
3596
  </li></ul></dd>
3325
3597
 
3326
3598
 
@@ -3427,13 +3699,18 @@
3427
3699
 
3428
3700
  <tr class="deep-level-0">
3429
3701
 
3430
- <td class="name" id="feature"><code>feature</code></td>
3702
+ <td class="name"><code>feature</code></td>
3431
3703
 
3432
3704
 
3433
3705
  <td class="type">
3434
3706
 
3435
3707
 
3436
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3708
+ <span class="param-type">
3709
+
3710
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3711
+
3712
+ </span>
3713
+
3437
3714
 
3438
3715
 
3439
3716
 
@@ -3451,13 +3728,18 @@
3451
3728
 
3452
3729
  <tr class="deep-level-0">
3453
3730
 
3454
- <td class="name" id="event"><code>event</code></td>
3731
+ <td class="name"><code>event</code></td>
3455
3732
 
3456
3733
 
3457
3734
  <td class="type">
3458
3735
 
3459
3736
 
3460
- <span class="param-type">Object</span>
3737
+ <span class="param-type">
3738
+
3739
+ Object
3740
+
3741
+ </span>
3742
+
3461
3743
 
3462
3744
 
3463
3745
 
@@ -3580,7 +3862,7 @@
3580
3862
 
3581
3863
  <dt class="inherited-from">Inherited From:</dt>
3582
3864
  <dd class="inherited-from"><ul class="dummy"><li>
3583
- <a class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3865
+ <a goto="stop" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#stop" SketchBaseDrawTool.html#stop>SketchBaseDrawTool#stop</a>
3584
3866
  </li></ul></dd>
3585
3867
 
3586
3868
 
@@ -3687,13 +3969,18 @@
3687
3969
 
3688
3970
  <tr class="deep-level-0">
3689
3971
 
3690
- <td class="name" id="point"><code>point</code></td>
3972
+ <td class="name"><code>point</code></td>
3691
3973
 
3692
3974
 
3693
3975
  <td class="type">
3694
3976
 
3695
3977
 
3696
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3978
+ <span class="param-type">
3979
+
3980
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3981
+
3982
+ </span>
3983
+
3697
3984
 
3698
3985
 
3699
3986
 
@@ -3711,13 +3998,18 @@
3711
3998
 
3712
3999
  <tr class="deep-level-0">
3713
4000
 
3714
- <td class="name" id="feature"><code>feature</code></td>
4001
+ <td class="name"><code>feature</code></td>
3715
4002
 
3716
4003
 
3717
4004
  <td class="type">
3718
4005
 
3719
4006
 
3720
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4007
+ <span class="param-type">
4008
+
4009
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4010
+
4011
+ </span>
4012
+
3721
4013
 
3722
4014
 
3723
4015
 
@@ -3749,7 +4041,7 @@
3749
4041
 
3750
4042
  <dt class="inherited-from">Inherited From:</dt>
3751
4043
  <dd class="inherited-from"><ul class="dummy"><li>
3752
- <a class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
4044
+ <a goto="updateFeature" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#updateFeature" SketchBaseDrawTool.html#updateFeature>SketchBaseDrawTool#updateFeature</a>
3753
4045
  </li></ul></dd>
3754
4046
 
3755
4047
 
@@ -3856,13 +4148,18 @@
3856
4148
 
3857
4149
  <tr class="deep-level-0">
3858
4150
 
3859
- <td class="name" id="point"><code>point</code></td>
4151
+ <td class="name"><code>point</code></td>
3860
4152
 
3861
4153
 
3862
4154
  <td class="type">
3863
4155
 
3864
4156
 
3865
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4157
+ <span class="param-type">
4158
+
4159
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4160
+
4161
+ </span>
4162
+
3866
4163
 
3867
4164
 
3868
4165
 
@@ -3880,13 +4177,18 @@
3880
4177
 
3881
4178
  <tr class="deep-level-0">
3882
4179
 
3883
- <td class="name" id="index"><code>index</code></td>
4180
+ <td class="name"><code>index</code></td>
3884
4181
 
3885
4182
 
3886
4183
  <td class="type">
3887
4184
 
3888
4185
 
3889
- <span class="param-type">Number</span>
4186
+ <span class="param-type">
4187
+
4188
+ Number
4189
+
4190
+ </span>
4191
+
3890
4192
 
3891
4193
 
3892
4194