@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -99,10 +100,11 @@
99
100
  <td class="type">
100
101
 
101
102
 
102
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
103
104
  |
104
105
 
105
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
106
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
107
+
106
108
 
107
109
 
108
110
 
@@ -124,7 +126,8 @@
124
126
  <td class="type">
125
127
 
126
128
 
127
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
129
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
130
+
128
131
 
129
132
 
130
133
 
@@ -146,7 +149,8 @@
146
149
  <td class="type">
147
150
 
148
151
 
149
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
152
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
153
+
150
154
 
151
155
 
152
156
 
@@ -243,7 +247,7 @@
243
247
 
244
248
 
245
249
  <ul>
246
- <li><a class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
250
+ <li><a link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
247
251
  </ul>
248
252
 
249
253
 
@@ -275,24 +279,26 @@
275
279
  <tbody>
276
280
 
277
281
  <tr class="deep-level-0">
278
- <td class="name"><code><a href="SketchPolylineDrawTool.html#editOption">editOption</a></code></td>
282
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
279
283
  <td class="name">
280
284
  <code>
281
285
 
282
286
  <span class="param-type">Object</span>
283
287
 
284
288
 
289
+
285
290
  </code>
286
291
  </td>
287
292
  <td class="name"><code><p>草图选中编辑配置项</p></code></td>
288
293
  </tr>
289
294
 
290
295
  <tr class="deep-level-0">
291
- <td class="name"><code><a href="SketchPolylineDrawTool.html#elevationInfo">elevationInfo</a></code></td>
296
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
292
297
  <td class="name">
293
298
  <code>
294
299
 
295
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
300
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
301
+
296
302
 
297
303
 
298
304
  </code>
@@ -301,24 +307,26 @@
301
307
  </tr>
302
308
 
303
309
  <tr class="deep-level-0">
304
- <td class="name"><code><a href="SketchPolylineDrawTool.html#extendOptions">extendOptions</a></code></td>
310
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
305
311
  <td class="name">
306
312
  <code>
307
313
 
308
314
  <span class="param-type">Object</span>
309
315
 
310
316
 
317
+
311
318
  </code>
312
319
  </td>
313
320
  <td class="name"><code><p>扩展属性</p></code></td>
314
321
  </tr>
315
322
 
316
323
  <tr class="deep-level-0">
317
- <td class="name"><code><a href="SketchPolylineDrawTool.html#layer">layer</a></code></td>
324
+ <td class="name"><code><a href="#layer">layer</a></code></td>
318
325
  <td class="name">
319
326
  <code>
320
327
 
321
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
328
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
329
+
322
330
 
323
331
 
324
332
  </code>
@@ -327,11 +335,12 @@
327
335
  </tr>
328
336
 
329
337
  <tr class="deep-level-0">
330
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStage">sketchStage</a></code></td>
338
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
331
339
  <td class="name">
332
340
  <code>
333
341
 
334
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
342
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
343
+
335
344
 
336
345
 
337
346
  </code>
@@ -340,11 +349,12 @@
340
349
  </tr>
341
350
 
342
351
  <tr class="deep-level-0">
343
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStyle">sketchStyle</a></code></td>
352
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
344
353
  <td class="name">
345
354
  <code>
346
355
 
347
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
356
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
357
+
348
358
 
349
359
 
350
360
  </code>
@@ -353,40 +363,43 @@
353
363
  </tr>
354
364
 
355
365
  <tr class="deep-level-0">
356
- <td class="name"><code><a href="SketchPolylineDrawTool.html#type">type</a></code></td>
366
+ <td class="name"><code><a href="#type">type</a></code></td>
357
367
  <td class="name">
358
368
  <code>
359
369
 
360
370
  <span class="param-type">String</span>
361
371
 
362
372
 
373
+
363
374
  </code>
364
375
  </td>
365
376
  <td class="name"><code><p>草图工具类型名</p></code></td>
366
377
  </tr>
367
378
 
368
379
  <tr class="deep-level-0">
369
- <td class="name"><code><a href="SketchPolylineDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
380
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
370
381
  <td class="name">
371
382
  <code>
372
383
 
373
384
  <span class="param-type">String</span>
374
385
 
375
386
 
387
+
376
388
  </code>
377
389
  </td>
378
390
  <td class="name"><code><p>草图撤销回退管理器</p></code></td>
379
391
  </tr>
380
392
 
381
393
  <tr class="deep-level-0">
382
- <td class="name"><code><a href="SketchPolylineDrawTool.html#view">view</a></code></td>
394
+ <td class="name"><code><a href="#view">view</a></code></td>
383
395
  <td class="name">
384
396
  <code>
385
397
 
386
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
398
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
387
399
  |
388
400
 
389
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
401
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
402
+
390
403
 
391
404
 
392
405
  </code>
@@ -408,6 +421,7 @@
408
421
  <span class="param-type">Object</span>
409
422
 
410
423
 
424
+
411
425
  </span>
412
426
 
413
427
  <h4 class="name" id="editOption">
@@ -480,7 +494,8 @@
480
494
  <span class="method-parameter is-pulled-right">
481
495
  <label>类型:</label>
482
496
 
483
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
497
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
498
+
484
499
 
485
500
 
486
501
  </span>
@@ -558,6 +573,7 @@
558
573
  <span class="param-type">Object</span>
559
574
 
560
575
 
576
+
561
577
  </span>
562
578
 
563
579
  <h4 class="name" id="extendOptions">
@@ -630,7 +646,8 @@
630
646
  <span class="method-parameter is-pulled-right">
631
647
  <label>类型:</label>
632
648
 
633
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
649
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
650
+
634
651
 
635
652
 
636
653
  </span>
@@ -705,7 +722,8 @@
705
722
  <span class="method-parameter is-pulled-right">
706
723
  <label>类型:</label>
707
724
 
708
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
725
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
726
+
709
727
 
710
728
 
711
729
  </span>
@@ -780,7 +798,8 @@
780
798
  <span class="method-parameter is-pulled-right">
781
799
  <label>类型:</label>
782
800
 
783
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
801
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
802
+
784
803
 
785
804
 
786
805
  </span>
@@ -858,6 +877,7 @@
858
877
  <span class="param-type">String</span>
859
878
 
860
879
 
880
+
861
881
  </span>
862
882
 
863
883
  <h4 class="name" id="type">
@@ -933,6 +953,7 @@
933
953
  <span class="param-type">String</span>
934
954
 
935
955
 
956
+
936
957
  </span>
937
958
 
938
959
  <h4 class="name" id="undoRedoManager">
@@ -1005,10 +1026,11 @@
1005
1026
  <span class="method-parameter is-pulled-right">
1006
1027
  <label>类型:</label>
1007
1028
 
1008
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1029
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1009
1030
  |
1010
1031
 
1011
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1032
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1033
+
1012
1034
 
1013
1035
 
1014
1036
  </span>
@@ -1099,7 +1121,7 @@
1099
1121
  <tbody>
1100
1122
 
1101
1123
  <tr class="deep-level-0">
1102
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addFeature">addFeature</a></code></td>
1124
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
1103
1125
  <td class="name">
1104
1126
  <code>
1105
1127
 
@@ -1109,7 +1131,7 @@
1109
1131
  </tr>
1110
1132
 
1111
1133
  <tr class="deep-level-0">
1112
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addMidVertex">addMidVertex</a></code></td>
1134
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
1113
1135
  <td class="name">
1114
1136
  <code>
1115
1137
 
@@ -1119,7 +1141,7 @@
1119
1141
  </tr>
1120
1142
 
1121
1143
  <tr class="deep-level-0">
1122
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
1144
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1123
1145
  <td class="name">
1124
1146
  <code>
1125
1147
 
@@ -1129,7 +1151,7 @@
1129
1151
  </tr>
1130
1152
 
1131
1153
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
1154
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1133
1155
  <td class="name">
1134
1156
  <code>
1135
1157
 
@@ -1139,7 +1161,7 @@
1139
1161
  </tr>
1140
1162
 
1141
1163
  <tr class="deep-level-0">
1142
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1164
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1143
1165
  <td class="name">
1144
1166
  <code>
1145
1167
 
@@ -1147,6 +1169,7 @@
1147
1169
  <span class="param-type">Number</span>
1148
1170
 
1149
1171
 
1172
+
1150
1173
 
1151
1174
  </code>
1152
1175
  </td>
@@ -1154,7 +1177,7 @@
1154
1177
  </tr>
1155
1178
 
1156
1179
  <tr class="deep-level-0">
1157
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1180
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1158
1181
  <td class="name">
1159
1182
  <code>
1160
1183
 
@@ -1162,6 +1185,7 @@
1162
1185
  <span class="param-type">Number</span>
1163
1186
 
1164
1187
 
1188
+
1165
1189
 
1166
1190
  </code>
1167
1191
  </td>
@@ -1169,7 +1193,7 @@
1169
1193
  </tr>
1170
1194
 
1171
1195
  <tr class="deep-level-0">
1172
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1196
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1173
1197
  <td class="name">
1174
1198
  <code>
1175
1199
 
@@ -1177,6 +1201,7 @@
1177
1201
  <span class="param-type">Number</span>
1178
1202
 
1179
1203
 
1204
+
1180
1205
 
1181
1206
  </code>
1182
1207
  </td>
@@ -1184,7 +1209,7 @@
1184
1209
  </tr>
1185
1210
 
1186
1211
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1212
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1188
1213
  <td class="name">
1189
1214
  <code>
1190
1215
 
@@ -1192,6 +1217,7 @@
1192
1217
  <span class="param-type">Number</span>
1193
1218
 
1194
1219
 
1220
+
1195
1221
 
1196
1222
  </code>
1197
1223
  </td>
@@ -1199,7 +1225,7 @@
1199
1225
  </tr>
1200
1226
 
1201
1227
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1228
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
1203
1229
  <td class="name">
1204
1230
  <code>
1205
1231
 
@@ -1209,7 +1235,7 @@
1209
1235
  </tr>
1210
1236
 
1211
1237
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1238
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1213
1239
  <td class="name">
1214
1240
  <code>
1215
1241
 
@@ -1219,7 +1245,7 @@
1219
1245
  </tr>
1220
1246
 
1221
1247
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
1248
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1223
1249
  <td class="name">
1224
1250
  <code>
1225
1251
 
@@ -1229,7 +1255,7 @@
1229
1255
  </tr>
1230
1256
 
1231
1257
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
1258
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1233
1259
  <td class="name">
1234
1260
  <code>
1235
1261
 
@@ -1239,7 +1265,7 @@
1239
1265
  </tr>
1240
1266
 
1241
1267
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1268
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1243
1269
  <td class="name">
1244
1270
  <code>
1245
1271
 
@@ -1249,7 +1275,7 @@
1249
1275
  </tr>
1250
1276
 
1251
1277
  <tr class="deep-level-0">
1252
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1278
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1253
1279
  <td class="name">
1254
1280
  <code>
1255
1281
 
@@ -1259,7 +1285,7 @@
1259
1285
  </tr>
1260
1286
 
1261
1287
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="SketchPolylineDrawTool.html#start">start</a></code></td>
1288
+ <td class="name"><code><a href="#start">start</a></code></td>
1263
1289
  <td class="name">
1264
1290
  <code>
1265
1291
 
@@ -1269,7 +1295,7 @@
1269
1295
  </tr>
1270
1296
 
1271
1297
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchPolylineDrawTool.html#stop">stop</a></code></td>
1298
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1273
1299
  <td class="name">
1274
1300
  <code>
1275
1301
 
@@ -1279,7 +1305,7 @@
1279
1305
  </tr>
1280
1306
 
1281
1307
  <tr class="deep-level-0">
1282
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateFeature">updateFeature</a></code></td>
1308
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1283
1309
  <td class="name">
1284
1310
  <code>
1285
1311
 
@@ -1289,7 +1315,7 @@
1289
1315
  </tr>
1290
1316
 
1291
1317
  <tr class="deep-level-0">
1292
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateVertex">updateVertex</a></code></td>
1318
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1293
1319
  <td class="name">
1294
1320
  <code>
1295
1321
 
@@ -1365,6 +1391,7 @@
1365
1391
  <span class="param-type">Array</span>
1366
1392
 
1367
1393
 
1394
+
1368
1395
 
1369
1396
  </td>
1370
1397
 
@@ -1386,7 +1413,8 @@
1386
1413
  <td class="type">
1387
1414
 
1388
1415
 
1389
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1416
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1417
+
1390
1418
 
1391
1419
 
1392
1420
 
@@ -1802,6 +1830,7 @@
1802
1830
  <span class="param-type">Number</span>
1803
1831
 
1804
1832
 
1833
+
1805
1834
 
1806
1835
  </td>
1807
1836
 
@@ -1895,6 +1924,7 @@
1895
1924
  <span class="param-type">Number</span>
1896
1925
 
1897
1926
 
1927
+
1898
1928
  </div>
1899
1929
 
1900
1930
  </div>
@@ -1972,6 +2002,7 @@
1972
2002
  <span class="param-type">Array</span>
1973
2003
 
1974
2004
 
2005
+
1975
2006
 
1976
2007
  </td>
1977
2008
 
@@ -1996,6 +2027,7 @@
1996
2027
  <span class="param-type">String</span>
1997
2028
 
1998
2029
 
2030
+
1999
2031
 
2000
2032
  </td>
2001
2033
 
@@ -2017,7 +2049,8 @@
2017
2049
  <td class="type">
2018
2050
 
2019
2051
 
2020
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2052
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2053
+
2021
2054
 
2022
2055
 
2023
2056
 
@@ -2041,7 +2074,8 @@
2041
2074
  <td class="type">
2042
2075
 
2043
2076
 
2044
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2077
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2078
+
2045
2079
 
2046
2080
 
2047
2081
 
@@ -2065,7 +2099,8 @@
2065
2099
  <td class="type">
2066
2100
 
2067
2101
 
2068
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2102
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2103
+
2069
2104
 
2070
2105
 
2071
2106
 
@@ -2089,7 +2124,8 @@
2089
2124
  <td class="type">
2090
2125
 
2091
2126
 
2092
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2127
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2128
+
2093
2129
 
2094
2130
 
2095
2131
 
@@ -2185,6 +2221,7 @@
2185
2221
  <span class="param-type">Number</span>
2186
2222
 
2187
2223
 
2224
+
2188
2225
  </div>
2189
2226
 
2190
2227
  </div>
@@ -2262,6 +2299,7 @@
2262
2299
  <span class="param-type">Array</span>
2263
2300
 
2264
2301
 
2302
+
2265
2303
 
2266
2304
  </td>
2267
2305
 
@@ -2286,6 +2324,7 @@
2286
2324
  <span class="param-type">Number</span>
2287
2325
 
2288
2326
 
2327
+
2289
2328
 
2290
2329
  </td>
2291
2330
 
@@ -2310,6 +2349,7 @@
2310
2349
  <span class="param-type">Number</span>
2311
2350
 
2312
2351
 
2352
+
2313
2353
 
2314
2354
  </td>
2315
2355
 
@@ -2403,6 +2443,7 @@
2403
2443
  <span class="param-type">Number</span>
2404
2444
 
2405
2445
 
2446
+
2406
2447
  </div>
2407
2448
 
2408
2449
  </div>
@@ -2480,6 +2521,7 @@
2480
2521
  <span class="param-type">Array</span>
2481
2522
 
2482
2523
 
2524
+
2483
2525
 
2484
2526
  </td>
2485
2527
 
@@ -2504,6 +2546,7 @@
2504
2546
  <span class="param-type">String</span>
2505
2547
 
2506
2548
 
2549
+
2507
2550
 
2508
2551
  </td>
2509
2552
 
@@ -2525,7 +2568,8 @@
2525
2568
  <td class="type">
2526
2569
 
2527
2570
 
2528
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2571
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2572
+
2529
2573
 
2530
2574
 
2531
2575
 
@@ -2549,7 +2593,8 @@
2549
2593
  <td class="type">
2550
2594
 
2551
2595
 
2552
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2596
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2597
+
2553
2598
 
2554
2599
 
2555
2600
 
@@ -2573,7 +2618,8 @@
2573
2618
  <td class="type">
2574
2619
 
2575
2620
 
2576
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2621
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2622
+
2577
2623
 
2578
2624
 
2579
2625
 
@@ -2597,7 +2643,8 @@
2597
2643
  <td class="type">
2598
2644
 
2599
2645
 
2600
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2646
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2647
+
2601
2648
 
2602
2649
 
2603
2650
 
@@ -2693,6 +2740,7 @@
2693
2740
  <span class="param-type">Number</span>
2694
2741
 
2695
2742
 
2743
+
2696
2744
  </div>
2697
2745
 
2698
2746
  </div>
@@ -2767,7 +2815,8 @@
2767
2815
  <td class="type">
2768
2816
 
2769
2817
 
2770
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2818
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2819
+
2771
2820
 
2772
2821
 
2773
2822
 
@@ -2794,6 +2843,7 @@
2794
2843
  <span class="param-type">Object</span>
2795
2844
 
2796
2845
 
2846
+
2797
2847
 
2798
2848
  </td>
2799
2849
 
@@ -3030,6 +3080,7 @@
3030
3080
  <span class="param-type">Number</span>
3031
3081
 
3032
3082
 
3083
+
3033
3084
 
3034
3085
  </td>
3035
3086
 
@@ -3172,7 +3223,8 @@
3172
3223
  <td class="type">
3173
3224
 
3174
3225
 
3175
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3226
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3227
+
3176
3228
 
3177
3229
 
3178
3230
 
@@ -3312,7 +3364,8 @@
3312
3364
  <td class="type">
3313
3365
 
3314
3366
 
3315
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3367
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3368
+
3316
3369
 
3317
3370
 
3318
3371
 
@@ -3457,7 +3510,8 @@
3457
3510
  <td class="type">
3458
3511
 
3459
3512
 
3460
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3513
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3514
+
3461
3515
 
3462
3516
 
3463
3517
 
@@ -3794,7 +3848,8 @@
3794
3848
  <td class="type">
3795
3849
 
3796
3850
 
3797
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3851
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3852
+
3798
3853
 
3799
3854
 
3800
3855
 
@@ -3818,7 +3873,8 @@
3818
3873
  <td class="type">
3819
3874
 
3820
3875
 
3821
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3876
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3877
+
3822
3878
 
3823
3879
 
3824
3880
 
@@ -3963,7 +4019,8 @@
3963
4019
  <td class="type">
3964
4020
 
3965
4021
 
3966
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4022
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4023
+
3967
4024
 
3968
4025
 
3969
4026
 
@@ -3990,6 +4047,7 @@
3990
4047
  <span class="param-type">Number</span>
3991
4048
 
3992
4049
 
4050
+
3993
4051
 
3994
4052
  </td>
3995
4053
 
@@ -4161,6 +4219,7 @@
4161
4219
  <span class="param-type">Object</span>
4162
4220
 
4163
4221
 
4222
+
4164
4223
 
4165
4224
  </td>
4166
4225
 
@@ -4180,10 +4239,11 @@
4180
4239
  <td class="type">
4181
4240
 
4182
4241
 
4183
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4242
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4184
4243
  |
4185
4244
 
4186
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4245
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4246
+
4187
4247
 
4188
4248
 
4189
4249
 
@@ -4205,7 +4265,8 @@
4205
4265
  <td class="type">
4206
4266
 
4207
4267
 
4208
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4268
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4269
+
4209
4270
 
4210
4271
 
4211
4272
 
@@ -4227,7 +4288,8 @@
4227
4288
  <td class="type">
4228
4289
 
4229
4290
 
4230
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4291
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4292
+
4231
4293
 
4232
4294
 
4233
4295
 
@@ -4324,7 +4386,7 @@
4324
4386
 
4325
4387
 
4326
4388
  <ul>
4327
- <li><a class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
4389
+ <li><a link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
4328
4390
  </ul>
4329
4391
 
4330
4392
 
@@ -4356,24 +4418,26 @@
4356
4418
  <tbody>
4357
4419
 
4358
4420
  <tr class="deep-level-0">
4359
- <td class="name"><code><a href="SketchPolylineDrawTool.html#editOption">editOption</a></code></td>
4421
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
4360
4422
  <td class="name">
4361
4423
  <code>
4362
4424
 
4363
4425
  <span class="param-type">Object</span>
4364
4426
 
4365
4427
 
4428
+
4366
4429
  </code>
4367
4430
  </td>
4368
4431
  <td class="name"><code><p>草图选中编辑配置项</p></code></td>
4369
4432
  </tr>
4370
4433
 
4371
4434
  <tr class="deep-level-0">
4372
- <td class="name"><code><a href="SketchPolylineDrawTool.html#elevationInfo">elevationInfo</a></code></td>
4435
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
4373
4436
  <td class="name">
4374
4437
  <code>
4375
4438
 
4376
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4439
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4440
+
4377
4441
 
4378
4442
 
4379
4443
  </code>
@@ -4382,24 +4446,26 @@
4382
4446
  </tr>
4383
4447
 
4384
4448
  <tr class="deep-level-0">
4385
- <td class="name"><code><a href="SketchPolylineDrawTool.html#extendOptions">extendOptions</a></code></td>
4449
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
4386
4450
  <td class="name">
4387
4451
  <code>
4388
4452
 
4389
4453
  <span class="param-type">Object</span>
4390
4454
 
4391
4455
 
4456
+
4392
4457
  </code>
4393
4458
  </td>
4394
4459
  <td class="name"><code><p>扩展属性</p></code></td>
4395
4460
  </tr>
4396
4461
 
4397
4462
  <tr class="deep-level-0">
4398
- <td class="name"><code><a href="SketchPolylineDrawTool.html#layer">layer</a></code></td>
4463
+ <td class="name"><code><a href="#layer">layer</a></code></td>
4399
4464
  <td class="name">
4400
4465
  <code>
4401
4466
 
4402
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4467
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4468
+
4403
4469
 
4404
4470
 
4405
4471
  </code>
@@ -4408,11 +4474,12 @@
4408
4474
  </tr>
4409
4475
 
4410
4476
  <tr class="deep-level-0">
4411
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStage">sketchStage</a></code></td>
4477
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
4412
4478
  <td class="name">
4413
4479
  <code>
4414
4480
 
4415
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4481
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4482
+
4416
4483
 
4417
4484
 
4418
4485
  </code>
@@ -4421,11 +4488,12 @@
4421
4488
  </tr>
4422
4489
 
4423
4490
  <tr class="deep-level-0">
4424
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStyle">sketchStyle</a></code></td>
4491
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
4425
4492
  <td class="name">
4426
4493
  <code>
4427
4494
 
4428
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4495
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4496
+
4429
4497
 
4430
4498
 
4431
4499
  </code>
@@ -4434,40 +4502,43 @@
4434
4502
  </tr>
4435
4503
 
4436
4504
  <tr class="deep-level-0">
4437
- <td class="name"><code><a href="SketchPolylineDrawTool.html#type">type</a></code></td>
4505
+ <td class="name"><code><a href="#type">type</a></code></td>
4438
4506
  <td class="name">
4439
4507
  <code>
4440
4508
 
4441
4509
  <span class="param-type">String</span>
4442
4510
 
4443
4511
 
4512
+
4444
4513
  </code>
4445
4514
  </td>
4446
4515
  <td class="name"><code><p>草图工具类型名</p></code></td>
4447
4516
  </tr>
4448
4517
 
4449
4518
  <tr class="deep-level-0">
4450
- <td class="name"><code><a href="SketchPolylineDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
4519
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
4451
4520
  <td class="name">
4452
4521
  <code>
4453
4522
 
4454
4523
  <span class="param-type">String</span>
4455
4524
 
4456
4525
 
4526
+
4457
4527
  </code>
4458
4528
  </td>
4459
4529
  <td class="name"><code><p>草图撤销回退管理器</p></code></td>
4460
4530
  </tr>
4461
4531
 
4462
4532
  <tr class="deep-level-0">
4463
- <td class="name"><code><a href="SketchPolylineDrawTool.html#view">view</a></code></td>
4533
+ <td class="name"><code><a href="#view">view</a></code></td>
4464
4534
  <td class="name">
4465
4535
  <code>
4466
4536
 
4467
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4537
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4468
4538
  |
4469
4539
 
4470
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4540
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4541
+
4471
4542
 
4472
4543
 
4473
4544
  </code>
@@ -4489,6 +4560,7 @@
4489
4560
  <span class="param-type">Object</span>
4490
4561
 
4491
4562
 
4563
+
4492
4564
  </span>
4493
4565
 
4494
4566
  <h4 class="name" id="editOption">
@@ -4561,7 +4633,8 @@
4561
4633
  <span class="method-parameter is-pulled-right">
4562
4634
  <label>类型:</label>
4563
4635
 
4564
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4636
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4637
+
4565
4638
 
4566
4639
 
4567
4640
  </span>
@@ -4639,6 +4712,7 @@
4639
4712
  <span class="param-type">Object</span>
4640
4713
 
4641
4714
 
4715
+
4642
4716
  </span>
4643
4717
 
4644
4718
  <h4 class="name" id="extendOptions">
@@ -4711,7 +4785,8 @@
4711
4785
  <span class="method-parameter is-pulled-right">
4712
4786
  <label>类型:</label>
4713
4787
 
4714
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4788
+ <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4789
+
4715
4790
 
4716
4791
 
4717
4792
  </span>
@@ -4786,7 +4861,8 @@
4786
4861
  <span class="method-parameter is-pulled-right">
4787
4862
  <label>类型:</label>
4788
4863
 
4789
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4864
+ <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4865
+
4790
4866
 
4791
4867
 
4792
4868
  </span>
@@ -4861,7 +4937,8 @@
4861
4937
  <span class="method-parameter is-pulled-right">
4862
4938
  <label>类型:</label>
4863
4939
 
4864
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4940
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4941
+
4865
4942
 
4866
4943
 
4867
4944
  </span>
@@ -4939,6 +5016,7 @@
4939
5016
  <span class="param-type">String</span>
4940
5017
 
4941
5018
 
5019
+
4942
5020
  </span>
4943
5021
 
4944
5022
  <h4 class="name" id="type">
@@ -5014,6 +5092,7 @@
5014
5092
  <span class="param-type">String</span>
5015
5093
 
5016
5094
 
5095
+
5017
5096
  </span>
5018
5097
 
5019
5098
  <h4 class="name" id="undoRedoManager">
@@ -5086,10 +5165,11 @@
5086
5165
  <span class="method-parameter is-pulled-right">
5087
5166
  <label>类型:</label>
5088
5167
 
5089
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5168
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5090
5169
  |
5091
5170
 
5092
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5171
+ <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5172
+
5093
5173
 
5094
5174
 
5095
5175
  </span>
@@ -5180,7 +5260,7 @@
5180
5260
  <tbody>
5181
5261
 
5182
5262
  <tr class="deep-level-0">
5183
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addFeature">addFeature</a></code></td>
5263
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
5184
5264
  <td class="name">
5185
5265
  <code>
5186
5266
 
@@ -5190,7 +5270,7 @@
5190
5270
  </tr>
5191
5271
 
5192
5272
  <tr class="deep-level-0">
5193
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addMidVertex">addMidVertex</a></code></td>
5273
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
5194
5274
  <td class="name">
5195
5275
  <code>
5196
5276
 
@@ -5200,7 +5280,7 @@
5200
5280
  </tr>
5201
5281
 
5202
5282
  <tr class="deep-level-0">
5203
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
5283
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5204
5284
  <td class="name">
5205
5285
  <code>
5206
5286
 
@@ -5210,7 +5290,7 @@
5210
5290
  </tr>
5211
5291
 
5212
5292
  <tr class="deep-level-0">
5213
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
5293
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5214
5294
  <td class="name">
5215
5295
  <code>
5216
5296
 
@@ -5220,7 +5300,7 @@
5220
5300
  </tr>
5221
5301
 
5222
5302
  <tr class="deep-level-0">
5223
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
5303
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
5224
5304
  <td class="name">
5225
5305
  <code>
5226
5306
 
@@ -5228,6 +5308,7 @@
5228
5308
  <span class="param-type">Number</span>
5229
5309
 
5230
5310
 
5311
+
5231
5312
 
5232
5313
  </code>
5233
5314
  </td>
@@ -5235,7 +5316,7 @@
5235
5316
  </tr>
5236
5317
 
5237
5318
  <tr class="deep-level-0">
5238
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5319
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5239
5320
  <td class="name">
5240
5321
  <code>
5241
5322
 
@@ -5243,6 +5324,7 @@
5243
5324
  <span class="param-type">Number</span>
5244
5325
 
5245
5326
 
5327
+
5246
5328
 
5247
5329
  </code>
5248
5330
  </td>
@@ -5250,7 +5332,7 @@
5250
5332
  </tr>
5251
5333
 
5252
5334
  <tr class="deep-level-0">
5253
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
5335
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
5254
5336
  <td class="name">
5255
5337
  <code>
5256
5338
 
@@ -5258,6 +5340,7 @@
5258
5340
  <span class="param-type">Number</span>
5259
5341
 
5260
5342
 
5343
+
5261
5344
 
5262
5345
  </code>
5263
5346
  </td>
@@ -5265,7 +5348,7 @@
5265
5348
  </tr>
5266
5349
 
5267
5350
  <tr class="deep-level-0">
5268
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
5351
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
5269
5352
  <td class="name">
5270
5353
  <code>
5271
5354
 
@@ -5273,6 +5356,7 @@
5273
5356
  <span class="param-type">Number</span>
5274
5357
 
5275
5358
 
5359
+
5276
5360
 
5277
5361
  </code>
5278
5362
  </td>
@@ -5280,7 +5364,7 @@
5280
5364
  </tr>
5281
5365
 
5282
5366
  <tr class="deep-level-0">
5283
- <td class="name"><code><a href="SketchPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
5367
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
5284
5368
  <td class="name">
5285
5369
  <code>
5286
5370
 
@@ -5290,7 +5374,7 @@
5290
5374
  </tr>
5291
5375
 
5292
5376
  <tr class="deep-level-0">
5293
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
5377
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
5294
5378
  <td class="name">
5295
5379
  <code>
5296
5380
 
@@ -5300,7 +5384,7 @@
5300
5384
  </tr>
5301
5385
 
5302
5386
  <tr class="deep-level-0">
5303
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
5387
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
5304
5388
  <td class="name">
5305
5389
  <code>
5306
5390
 
@@ -5310,7 +5394,7 @@
5310
5394
  </tr>
5311
5395
 
5312
5396
  <tr class="deep-level-0">
5313
- <td class="name"><code><a href="SketchPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
5397
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
5314
5398
  <td class="name">
5315
5399
  <code>
5316
5400
 
@@ -5320,7 +5404,7 @@
5320
5404
  </tr>
5321
5405
 
5322
5406
  <tr class="deep-level-0">
5323
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
5407
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
5324
5408
  <td class="name">
5325
5409
  <code>
5326
5410
 
@@ -5330,7 +5414,7 @@
5330
5414
  </tr>
5331
5415
 
5332
5416
  <tr class="deep-level-0">
5333
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5417
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5334
5418
  <td class="name">
5335
5419
  <code>
5336
5420
 
@@ -5340,7 +5424,7 @@
5340
5424
  </tr>
5341
5425
 
5342
5426
  <tr class="deep-level-0">
5343
- <td class="name"><code><a href="SketchPolylineDrawTool.html#start">start</a></code></td>
5427
+ <td class="name"><code><a href="#start">start</a></code></td>
5344
5428
  <td class="name">
5345
5429
  <code>
5346
5430
 
@@ -5350,7 +5434,7 @@
5350
5434
  </tr>
5351
5435
 
5352
5436
  <tr class="deep-level-0">
5353
- <td class="name"><code><a href="SketchPolylineDrawTool.html#stop">stop</a></code></td>
5437
+ <td class="name"><code><a href="#stop">stop</a></code></td>
5354
5438
  <td class="name">
5355
5439
  <code>
5356
5440
 
@@ -5360,7 +5444,7 @@
5360
5444
  </tr>
5361
5445
 
5362
5446
  <tr class="deep-level-0">
5363
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateFeature">updateFeature</a></code></td>
5447
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
5364
5448
  <td class="name">
5365
5449
  <code>
5366
5450
 
@@ -5370,7 +5454,7 @@
5370
5454
  </tr>
5371
5455
 
5372
5456
  <tr class="deep-level-0">
5373
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateVertex">updateVertex</a></code></td>
5457
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
5374
5458
  <td class="name">
5375
5459
  <code>
5376
5460
 
@@ -5446,6 +5530,7 @@
5446
5530
  <span class="param-type">Array</span>
5447
5531
 
5448
5532
 
5533
+
5449
5534
 
5450
5535
  </td>
5451
5536
 
@@ -5467,7 +5552,8 @@
5467
5552
  <td class="type">
5468
5553
 
5469
5554
 
5470
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5555
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5556
+
5471
5557
 
5472
5558
 
5473
5559
 
@@ -5883,6 +5969,7 @@
5883
5969
  <span class="param-type">Number</span>
5884
5970
 
5885
5971
 
5972
+
5886
5973
 
5887
5974
  </td>
5888
5975
 
@@ -5976,6 +6063,7 @@
5976
6063
  <span class="param-type">Number</span>
5977
6064
 
5978
6065
 
6066
+
5979
6067
  </div>
5980
6068
 
5981
6069
  </div>
@@ -6053,6 +6141,7 @@
6053
6141
  <span class="param-type">Array</span>
6054
6142
 
6055
6143
 
6144
+
6056
6145
 
6057
6146
  </td>
6058
6147
 
@@ -6077,6 +6166,7 @@
6077
6166
  <span class="param-type">String</span>
6078
6167
 
6079
6168
 
6169
+
6080
6170
 
6081
6171
  </td>
6082
6172
 
@@ -6098,7 +6188,8 @@
6098
6188
  <td class="type">
6099
6189
 
6100
6190
 
6101
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6191
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6192
+
6102
6193
 
6103
6194
 
6104
6195
 
@@ -6122,7 +6213,8 @@
6122
6213
  <td class="type">
6123
6214
 
6124
6215
 
6125
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6216
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6217
+
6126
6218
 
6127
6219
 
6128
6220
 
@@ -6146,7 +6238,8 @@
6146
6238
  <td class="type">
6147
6239
 
6148
6240
 
6149
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6241
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6242
+
6150
6243
 
6151
6244
 
6152
6245
 
@@ -6170,7 +6263,8 @@
6170
6263
  <td class="type">
6171
6264
 
6172
6265
 
6173
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6266
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6267
+
6174
6268
 
6175
6269
 
6176
6270
 
@@ -6266,6 +6360,7 @@
6266
6360
  <span class="param-type">Number</span>
6267
6361
 
6268
6362
 
6363
+
6269
6364
  </div>
6270
6365
 
6271
6366
  </div>
@@ -6343,6 +6438,7 @@
6343
6438
  <span class="param-type">Array</span>
6344
6439
 
6345
6440
 
6441
+
6346
6442
 
6347
6443
  </td>
6348
6444
 
@@ -6367,6 +6463,7 @@
6367
6463
  <span class="param-type">Number</span>
6368
6464
 
6369
6465
 
6466
+
6370
6467
 
6371
6468
  </td>
6372
6469
 
@@ -6391,6 +6488,7 @@
6391
6488
  <span class="param-type">Number</span>
6392
6489
 
6393
6490
 
6491
+
6394
6492
 
6395
6493
  </td>
6396
6494
 
@@ -6484,6 +6582,7 @@
6484
6582
  <span class="param-type">Number</span>
6485
6583
 
6486
6584
 
6585
+
6487
6586
  </div>
6488
6587
 
6489
6588
  </div>
@@ -6561,6 +6660,7 @@
6561
6660
  <span class="param-type">Array</span>
6562
6661
 
6563
6662
 
6663
+
6564
6664
 
6565
6665
  </td>
6566
6666
 
@@ -6585,6 +6685,7 @@
6585
6685
  <span class="param-type">String</span>
6586
6686
 
6587
6687
 
6688
+
6588
6689
 
6589
6690
  </td>
6590
6691
 
@@ -6606,7 +6707,8 @@
6606
6707
  <td class="type">
6607
6708
 
6608
6709
 
6609
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6710
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6711
+
6610
6712
 
6611
6713
 
6612
6714
 
@@ -6630,7 +6732,8 @@
6630
6732
  <td class="type">
6631
6733
 
6632
6734
 
6633
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6735
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6736
+
6634
6737
 
6635
6738
 
6636
6739
 
@@ -6654,7 +6757,8 @@
6654
6757
  <td class="type">
6655
6758
 
6656
6759
 
6657
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6760
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6761
+
6658
6762
 
6659
6763
 
6660
6764
 
@@ -6678,7 +6782,8 @@
6678
6782
  <td class="type">
6679
6783
 
6680
6784
 
6681
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6785
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6786
+
6682
6787
 
6683
6788
 
6684
6789
 
@@ -6774,6 +6879,7 @@
6774
6879
  <span class="param-type">Number</span>
6775
6880
 
6776
6881
 
6882
+
6777
6883
  </div>
6778
6884
 
6779
6885
  </div>
@@ -6848,7 +6954,8 @@
6848
6954
  <td class="type">
6849
6955
 
6850
6956
 
6851
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6957
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
6958
+
6852
6959
 
6853
6960
 
6854
6961
 
@@ -6875,6 +6982,7 @@
6875
6982
  <span class="param-type">Object</span>
6876
6983
 
6877
6984
 
6985
+
6878
6986
 
6879
6987
  </td>
6880
6988
 
@@ -7111,6 +7219,7 @@
7111
7219
  <span class="param-type">Number</span>
7112
7220
 
7113
7221
 
7222
+
7114
7223
 
7115
7224
  </td>
7116
7225
 
@@ -7253,7 +7362,8 @@
7253
7362
  <td class="type">
7254
7363
 
7255
7364
 
7256
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7365
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7366
+
7257
7367
 
7258
7368
 
7259
7369
 
@@ -7393,7 +7503,8 @@
7393
7503
  <td class="type">
7394
7504
 
7395
7505
 
7396
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7506
+ <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7507
+
7397
7508
 
7398
7509
 
7399
7510
 
@@ -7538,7 +7649,8 @@
7538
7649
  <td class="type">
7539
7650
 
7540
7651
 
7541
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
7652
+ <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
7653
+
7542
7654
 
7543
7655
 
7544
7656
 
@@ -7875,7 +7987,8 @@
7875
7987
  <td class="type">
7876
7988
 
7877
7989
 
7878
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7990
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7991
+
7879
7992
 
7880
7993
 
7881
7994
 
@@ -7899,7 +8012,8 @@
7899
8012
  <td class="type">
7900
8013
 
7901
8014
 
7902
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8015
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8016
+
7903
8017
 
7904
8018
 
7905
8019
 
@@ -8044,7 +8158,8 @@
8044
8158
  <td class="type">
8045
8159
 
8046
8160
 
8047
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8161
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8162
+
8048
8163
 
8049
8164
 
8050
8165
 
@@ -8071,6 +8186,7 @@
8071
8186
  <span class="param-type">Number</span>
8072
8187
 
8073
8188
 
8189
+
8074
8190
 
8075
8191
  </td>
8076
8192