@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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -1099,7 +1221,7 @@
1099
1221
  <tbody>
1100
1222
 
1101
1223
  <tr class="deep-level-0">
1102
- <td class="name"><code><a href="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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="SketchPolylineDrawTool.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,7 +1251,7 @@
1129
1251
  </tr>
1130
1252
 
1131
1253
  <tr class="deep-level-0">
1132
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
1254
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
1133
1255
  <td class="name">
1134
1256
  <code>
1135
1257
 
@@ -1139,12 +1261,17 @@
1139
1261
  </tr>
1140
1262
 
1141
1263
  <tr class="deep-level-0">
1142
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1264
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1143
1265
  <td class="name">
1144
1266
  <code>
1145
1267
 
1146
1268
 
1147
- <span class="param-type">Number</span>
1269
+ <span class="param-type">
1270
+
1271
+ Number
1272
+
1273
+ </span>
1274
+
1148
1275
 
1149
1276
 
1150
1277
 
@@ -1154,12 +1281,17 @@
1154
1281
  </tr>
1155
1282
 
1156
1283
  <tr class="deep-level-0">
1157
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1284
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1158
1285
  <td class="name">
1159
1286
  <code>
1160
1287
 
1161
1288
 
1162
- <span class="param-type">Number</span>
1289
+ <span class="param-type">
1290
+
1291
+ Number
1292
+
1293
+ </span>
1294
+
1163
1295
 
1164
1296
 
1165
1297
 
@@ -1169,12 +1301,17 @@
1169
1301
  </tr>
1170
1302
 
1171
1303
  <tr class="deep-level-0">
1172
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1304
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1173
1305
  <td class="name">
1174
1306
  <code>
1175
1307
 
1176
1308
 
1177
- <span class="param-type">Number</span>
1309
+ <span class="param-type">
1310
+
1311
+ Number
1312
+
1313
+ </span>
1314
+
1178
1315
 
1179
1316
 
1180
1317
 
@@ -1184,12 +1321,17 @@
1184
1321
  </tr>
1185
1322
 
1186
1323
  <tr class="deep-level-0">
1187
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1324
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1188
1325
  <td class="name">
1189
1326
  <code>
1190
1327
 
1191
1328
 
1192
- <span class="param-type">Number</span>
1329
+ <span class="param-type">
1330
+
1331
+ Number
1332
+
1333
+ </span>
1334
+
1193
1335
 
1194
1336
 
1195
1337
 
@@ -1199,7 +1341,7 @@
1199
1341
  </tr>
1200
1342
 
1201
1343
  <tr class="deep-level-0">
1202
- <td class="name"><code><a href="SketchPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
1344
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
1203
1345
  <td class="name">
1204
1346
  <code>
1205
1347
 
@@ -1209,7 +1351,7 @@
1209
1351
  </tr>
1210
1352
 
1211
1353
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1354
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1213
1355
  <td class="name">
1214
1356
  <code>
1215
1357
 
@@ -1219,7 +1361,7 @@
1219
1361
  </tr>
1220
1362
 
1221
1363
  <tr class="deep-level-0">
1222
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
1364
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1223
1365
  <td class="name">
1224
1366
  <code>
1225
1367
 
@@ -1229,7 +1371,7 @@
1229
1371
  </tr>
1230
1372
 
1231
1373
  <tr class="deep-level-0">
1232
- <td class="name"><code><a href="SketchPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
1374
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
1233
1375
  <td class="name">
1234
1376
  <code>
1235
1377
 
@@ -1239,7 +1381,7 @@
1239
1381
  </tr>
1240
1382
 
1241
1383
  <tr class="deep-level-0">
1242
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1384
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1243
1385
  <td class="name">
1244
1386
  <code>
1245
1387
 
@@ -1249,7 +1391,7 @@
1249
1391
  </tr>
1250
1392
 
1251
1393
  <tr class="deep-level-0">
1252
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1394
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1253
1395
  <td class="name">
1254
1396
  <code>
1255
1397
 
@@ -1259,7 +1401,7 @@
1259
1401
  </tr>
1260
1402
 
1261
1403
  <tr class="deep-level-0">
1262
- <td class="name"><code><a href="SketchPolylineDrawTool.html#start">start</a></code></td>
1404
+ <td class="name"><code><a href="#start">start</a></code></td>
1263
1405
  <td class="name">
1264
1406
  <code>
1265
1407
 
@@ -1269,7 +1411,7 @@
1269
1411
  </tr>
1270
1412
 
1271
1413
  <tr class="deep-level-0">
1272
- <td class="name"><code><a href="SketchPolylineDrawTool.html#stop">stop</a></code></td>
1414
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1273
1415
  <td class="name">
1274
1416
  <code>
1275
1417
 
@@ -1279,7 +1421,7 @@
1279
1421
  </tr>
1280
1422
 
1281
1423
  <tr class="deep-level-0">
1282
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateFeature">updateFeature</a></code></td>
1424
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1283
1425
  <td class="name">
1284
1426
  <code>
1285
1427
 
@@ -1289,7 +1431,7 @@
1289
1431
  </tr>
1290
1432
 
1291
1433
  <tr class="deep-level-0">
1292
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateVertex">updateVertex</a></code></td>
1434
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1293
1435
  <td class="name">
1294
1436
  <code>
1295
1437
 
@@ -1356,13 +1498,18 @@
1356
1498
 
1357
1499
  <tr class="deep-level-0">
1358
1500
 
1359
- <td class="name" id="points"><code>points</code></td>
1501
+ <td class="name"><code>points</code></td>
1360
1502
 
1361
1503
 
1362
1504
  <td class="type">
1363
1505
 
1364
1506
 
1365
- <span class="param-type">Array</span>
1507
+ <span class="param-type">
1508
+
1509
+ Array
1510
+
1511
+ </span>
1512
+
1366
1513
 
1367
1514
 
1368
1515
 
@@ -1380,13 +1527,18 @@
1380
1527
 
1381
1528
  <tr class="deep-level-0">
1382
1529
 
1383
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1530
+ <td class="name"><code>sketchStyle</code></td>
1384
1531
 
1385
1532
 
1386
1533
  <td class="type">
1387
1534
 
1388
1535
 
1389
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1536
+ <span class="param-type">
1537
+
1538
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1539
+
1540
+ </span>
1541
+
1390
1542
 
1391
1543
 
1392
1544
 
@@ -1793,13 +1945,18 @@
1793
1945
 
1794
1946
  <tr class="deep-level-0">
1795
1947
 
1796
- <td class="name" id="pixel"><code>pixel</code></td>
1948
+ <td class="name"><code>pixel</code></td>
1797
1949
 
1798
1950
 
1799
1951
  <td class="type">
1800
1952
 
1801
1953
 
1802
- <span class="param-type">Number</span>
1954
+ <span class="param-type">
1955
+
1956
+ Number
1957
+
1958
+ </span>
1959
+
1803
1960
 
1804
1961
 
1805
1962
 
@@ -1892,7 +2049,12 @@
1892
2049
  <div class='column is-5 has-text-left'>
1893
2050
  <label>类型: </label>
1894
2051
 
1895
- <span class="param-type">Number</span>
2052
+ <span class="param-type">
2053
+
2054
+ Number
2055
+
2056
+ </span>
2057
+
1896
2058
 
1897
2059
 
1898
2060
  </div>
@@ -1963,13 +2125,18 @@
1963
2125
 
1964
2126
  <tr class="deep-level-0">
1965
2127
 
1966
- <td class="name" id="coordinates"><code>coordinates</code></td>
2128
+ <td class="name"><code>coordinates</code></td>
1967
2129
 
1968
2130
 
1969
2131
  <td class="type">
1970
2132
 
1971
2133
 
1972
- <span class="param-type">Array</span>
2134
+ <span class="param-type">
2135
+
2136
+ Array
2137
+
2138
+ </span>
2139
+
1973
2140
 
1974
2141
 
1975
2142
 
@@ -1987,13 +2154,18 @@
1987
2154
 
1988
2155
  <tr class="deep-level-0">
1989
2156
 
1990
- <td class="name" id="direction"><code>direction</code></td>
2157
+ <td class="name"><code>direction</code></td>
1991
2158
 
1992
2159
 
1993
2160
  <td class="type">
1994
2161
 
1995
2162
 
1996
- <span class="param-type">String</span>
2163
+ <span class="param-type">
2164
+
2165
+ String
2166
+
2167
+ </span>
2168
+
1997
2169
 
1998
2170
 
1999
2171
 
@@ -2011,13 +2183,18 @@
2011
2183
 
2012
2184
  <tr class="deep-level-0">
2013
2185
 
2014
- <td class="name" id="extent"><code>extent</code></td>
2186
+ <td class="name"><code>extent</code></td>
2015
2187
 
2016
2188
 
2017
2189
  <td class="type">
2018
2190
 
2019
2191
 
2020
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2192
+ <span class="param-type">
2193
+
2194
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2195
+
2196
+ </span>
2197
+
2021
2198
 
2022
2199
 
2023
2200
 
@@ -2035,13 +2212,18 @@
2035
2212
 
2036
2213
  <tr class="deep-level-0">
2037
2214
 
2038
- <td class="name" id="startPoint"><code>startPoint</code></td>
2215
+ <td class="name"><code>startPoint</code></td>
2039
2216
 
2040
2217
 
2041
2218
  <td class="type">
2042
2219
 
2043
2220
 
2044
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2221
+ <span class="param-type">
2222
+
2223
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2224
+
2225
+ </span>
2226
+
2045
2227
 
2046
2228
 
2047
2229
 
@@ -2059,13 +2241,18 @@
2059
2241
 
2060
2242
  <tr class="deep-level-0">
2061
2243
 
2062
- <td class="name" id="movePoint"><code>movePoint</code></td>
2244
+ <td class="name"><code>movePoint</code></td>
2063
2245
 
2064
2246
 
2065
2247
  <td class="type">
2066
2248
 
2067
2249
 
2068
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2250
+ <span class="param-type">
2251
+
2252
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2253
+
2254
+ </span>
2255
+
2069
2256
 
2070
2257
 
2071
2258
 
@@ -2083,13 +2270,18 @@
2083
2270
 
2084
2271
  <tr class="deep-level-0">
2085
2272
 
2086
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2273
+ <td class="name"><code>oriCoordinates</code></td>
2087
2274
 
2088
2275
 
2089
2276
  <td class="type">
2090
2277
 
2091
2278
 
2092
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2279
+ <span class="param-type">
2280
+
2281
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2282
+
2283
+ </span>
2284
+
2093
2285
 
2094
2286
 
2095
2287
 
@@ -2182,7 +2374,12 @@
2182
2374
  <div class='column is-5 has-text-left'>
2183
2375
  <label>类型: </label>
2184
2376
 
2185
- <span class="param-type">Number</span>
2377
+ <span class="param-type">
2378
+
2379
+ Number
2380
+
2381
+ </span>
2382
+
2186
2383
 
2187
2384
 
2188
2385
  </div>
@@ -2253,13 +2450,18 @@
2253
2450
 
2254
2451
  <tr class="deep-level-0">
2255
2452
 
2256
- <td class="name" id="coordinates"><code>coordinates</code></td>
2453
+ <td class="name"><code>coordinates</code></td>
2257
2454
 
2258
2455
 
2259
2456
  <td class="type">
2260
2457
 
2261
2458
 
2262
- <span class="param-type">Array</span>
2459
+ <span class="param-type">
2460
+
2461
+ Array
2462
+
2463
+ </span>
2464
+
2263
2465
 
2264
2466
 
2265
2467
 
@@ -2277,13 +2479,18 @@
2277
2479
 
2278
2480
  <tr class="deep-level-0">
2279
2481
 
2280
- <td class="name" id="deltaX"><code>deltaX</code></td>
2482
+ <td class="name"><code>deltaX</code></td>
2281
2483
 
2282
2484
 
2283
2485
  <td class="type">
2284
2486
 
2285
2487
 
2286
- <span class="param-type">Number</span>
2488
+ <span class="param-type">
2489
+
2490
+ Number
2491
+
2492
+ </span>
2493
+
2287
2494
 
2288
2495
 
2289
2496
 
@@ -2301,13 +2508,18 @@
2301
2508
 
2302
2509
  <tr class="deep-level-0">
2303
2510
 
2304
- <td class="name" id="deltaY"><code>deltaY</code></td>
2511
+ <td class="name"><code>deltaY</code></td>
2305
2512
 
2306
2513
 
2307
2514
  <td class="type">
2308
2515
 
2309
2516
 
2310
- <span class="param-type">Number</span>
2517
+ <span class="param-type">
2518
+
2519
+ Number
2520
+
2521
+ </span>
2522
+
2311
2523
 
2312
2524
 
2313
2525
 
@@ -2400,7 +2612,12 @@
2400
2612
  <div class='column is-5 has-text-left'>
2401
2613
  <label>类型: </label>
2402
2614
 
2403
- <span class="param-type">Number</span>
2615
+ <span class="param-type">
2616
+
2617
+ Number
2618
+
2619
+ </span>
2620
+
2404
2621
 
2405
2622
 
2406
2623
  </div>
@@ -2471,13 +2688,18 @@
2471
2688
 
2472
2689
  <tr class="deep-level-0">
2473
2690
 
2474
- <td class="name" id="coordinates"><code>coordinates</code></td>
2691
+ <td class="name"><code>coordinates</code></td>
2475
2692
 
2476
2693
 
2477
2694
  <td class="type">
2478
2695
 
2479
2696
 
2480
- <span class="param-type">Array</span>
2697
+ <span class="param-type">
2698
+
2699
+ Array
2700
+
2701
+ </span>
2702
+
2481
2703
 
2482
2704
 
2483
2705
 
@@ -2495,13 +2717,18 @@
2495
2717
 
2496
2718
  <tr class="deep-level-0">
2497
2719
 
2498
- <td class="name" id="direction"><code>direction</code></td>
2720
+ <td class="name"><code>direction</code></td>
2499
2721
 
2500
2722
 
2501
2723
  <td class="type">
2502
2724
 
2503
2725
 
2504
- <span class="param-type">String</span>
2726
+ <span class="param-type">
2727
+
2728
+ String
2729
+
2730
+ </span>
2731
+
2505
2732
 
2506
2733
 
2507
2734
 
@@ -2519,13 +2746,18 @@
2519
2746
 
2520
2747
  <tr class="deep-level-0">
2521
2748
 
2522
- <td class="name" id="extent"><code>extent</code></td>
2749
+ <td class="name"><code>extent</code></td>
2523
2750
 
2524
2751
 
2525
2752
  <td class="type">
2526
2753
 
2527
2754
 
2528
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2755
+ <span class="param-type">
2756
+
2757
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2758
+
2759
+ </span>
2760
+
2529
2761
 
2530
2762
 
2531
2763
 
@@ -2543,13 +2775,18 @@
2543
2775
 
2544
2776
  <tr class="deep-level-0">
2545
2777
 
2546
- <td class="name" id="startPoint"><code>startPoint</code></td>
2778
+ <td class="name"><code>startPoint</code></td>
2547
2779
 
2548
2780
 
2549
2781
  <td class="type">
2550
2782
 
2551
2783
 
2552
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2784
+ <span class="param-type">
2785
+
2786
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2787
+
2788
+ </span>
2789
+
2553
2790
 
2554
2791
 
2555
2792
 
@@ -2567,13 +2804,18 @@
2567
2804
 
2568
2805
  <tr class="deep-level-0">
2569
2806
 
2570
- <td class="name" id="movePoint"><code>movePoint</code></td>
2807
+ <td class="name"><code>movePoint</code></td>
2571
2808
 
2572
2809
 
2573
2810
  <td class="type">
2574
2811
 
2575
2812
 
2576
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2813
+ <span class="param-type">
2814
+
2815
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2816
+
2817
+ </span>
2818
+
2577
2819
 
2578
2820
 
2579
2821
 
@@ -2591,13 +2833,18 @@
2591
2833
 
2592
2834
  <tr class="deep-level-0">
2593
2835
 
2594
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2836
+ <td class="name"><code>oriCoordinates</code></td>
2595
2837
 
2596
2838
 
2597
2839
  <td class="type">
2598
2840
 
2599
2841
 
2600
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2842
+ <span class="param-type">
2843
+
2844
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2845
+
2846
+ </span>
2847
+
2601
2848
 
2602
2849
 
2603
2850
 
@@ -2690,7 +2937,12 @@
2690
2937
  <div class='column is-5 has-text-left'>
2691
2938
  <label>类型: </label>
2692
2939
 
2693
- <span class="param-type">Number</span>
2940
+ <span class="param-type">
2941
+
2942
+ Number
2943
+
2944
+ </span>
2945
+
2694
2946
 
2695
2947
 
2696
2948
  </div>
@@ -2761,13 +3013,18 @@
2761
3013
 
2762
3014
  <tr class="deep-level-0">
2763
3015
 
2764
- <td class="name" id="feature"><code>feature</code></td>
3016
+ <td class="name"><code>feature</code></td>
2765
3017
 
2766
3018
 
2767
3019
  <td class="type">
2768
3020
 
2769
3021
 
2770
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3022
+ <span class="param-type">
3023
+
3024
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3025
+
3026
+ </span>
3027
+
2771
3028
 
2772
3029
 
2773
3030
 
@@ -2785,13 +3042,18 @@
2785
3042
 
2786
3043
  <tr class="deep-level-0">
2787
3044
 
2788
- <td class="name" id="event"><code>event</code></td>
3045
+ <td class="name"><code>event</code></td>
2789
3046
 
2790
3047
 
2791
3048
  <td class="type">
2792
3049
 
2793
3050
 
2794
- <span class="param-type">Object</span>
3051
+ <span class="param-type">
3052
+
3053
+ Object
3054
+
3055
+ </span>
3056
+
2795
3057
 
2796
3058
 
2797
3059
 
@@ -3021,13 +3283,18 @@
3021
3283
 
3022
3284
  <tr class="deep-level-0">
3023
3285
 
3024
- <td class="name" id="index"><code>index</code></td>
3286
+ <td class="name"><code>index</code></td>
3025
3287
 
3026
3288
 
3027
3289
  <td class="type">
3028
3290
 
3029
3291
 
3030
- <span class="param-type">Number</span>
3292
+ <span class="param-type">
3293
+
3294
+ Number
3295
+
3296
+ </span>
3297
+
3031
3298
 
3032
3299
 
3033
3300
 
@@ -3166,13 +3433,18 @@
3166
3433
 
3167
3434
  <tr class="deep-level-0">
3168
3435
 
3169
- <td class="name" id="feature"><code>feature</code></td>
3436
+ <td class="name"><code>feature</code></td>
3170
3437
 
3171
3438
 
3172
3439
  <td class="type">
3173
3440
 
3174
3441
 
3175
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3442
+ <span class="param-type">
3443
+
3444
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3445
+
3446
+ </span>
3447
+
3176
3448
 
3177
3449
 
3178
3450
 
@@ -3306,13 +3578,18 @@
3306
3578
 
3307
3579
  <tr class="deep-level-0">
3308
3580
 
3309
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3581
+ <td class="name"><code>sketchStyle</code></td>
3310
3582
 
3311
3583
 
3312
3584
  <td class="type">
3313
3585
 
3314
3586
 
3315
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3587
+ <span class="param-type">
3588
+
3589
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3590
+
3591
+ </span>
3592
+
3316
3593
 
3317
3594
 
3318
3595
 
@@ -3451,13 +3728,18 @@
3451
3728
 
3452
3729
  <tr class="deep-level-0">
3453
3730
 
3454
- <td class="name" id="geometries"><code>geometries</code></td>
3731
+ <td class="name"><code>geometries</code></td>
3455
3732
 
3456
3733
 
3457
3734
  <td class="type">
3458
3735
 
3459
3736
 
3460
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3737
+ <span class="param-type">
3738
+
3739
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3740
+
3741
+ </span>
3742
+
3461
3743
 
3462
3744
 
3463
3745
 
@@ -3788,13 +4070,18 @@
3788
4070
 
3789
4071
  <tr class="deep-level-0">
3790
4072
 
3791
- <td class="name" id="point"><code>point</code></td>
4073
+ <td class="name"><code>point</code></td>
3792
4074
 
3793
4075
 
3794
4076
  <td class="type">
3795
4077
 
3796
4078
 
3797
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4079
+ <span class="param-type">
4080
+
4081
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4082
+
4083
+ </span>
4084
+
3798
4085
 
3799
4086
 
3800
4087
 
@@ -3812,13 +4099,18 @@
3812
4099
 
3813
4100
  <tr class="deep-level-0">
3814
4101
 
3815
- <td class="name" id="feature"><code>feature</code></td>
4102
+ <td class="name"><code>feature</code></td>
3816
4103
 
3817
4104
 
3818
4105
  <td class="type">
3819
4106
 
3820
4107
 
3821
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4108
+ <span class="param-type">
4109
+
4110
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4111
+
4112
+ </span>
4113
+
3822
4114
 
3823
4115
 
3824
4116
 
@@ -3957,13 +4249,18 @@
3957
4249
 
3958
4250
  <tr class="deep-level-0">
3959
4251
 
3960
- <td class="name" id="point"><code>point</code></td>
4252
+ <td class="name"><code>point</code></td>
3961
4253
 
3962
4254
 
3963
4255
  <td class="type">
3964
4256
 
3965
4257
 
3966
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4258
+ <span class="param-type">
4259
+
4260
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4261
+
4262
+ </span>
4263
+
3967
4264
 
3968
4265
 
3969
4266
 
@@ -3981,13 +4278,18 @@
3981
4278
 
3982
4279
  <tr class="deep-level-0">
3983
4280
 
3984
- <td class="name" id="index"><code>index</code></td>
4281
+ <td class="name"><code>index</code></td>
3985
4282
 
3986
4283
 
3987
4284
  <td class="type">
3988
4285
 
3989
4286
 
3990
- <span class="param-type">Number</span>
4287
+ <span class="param-type">
4288
+
4289
+ Number
4290
+
4291
+ </span>
4292
+
3991
4293
 
3992
4294
 
3993
4295
 
@@ -4152,13 +4454,18 @@
4152
4454
 
4153
4455
  <tr class="deep-level-0">
4154
4456
 
4155
- <td class="name" id="options"><code>options</code></td>
4457
+ <td class="name"><code>options</code></td>
4156
4458
 
4157
4459
 
4158
4460
  <td class="type">
4159
4461
 
4160
4462
 
4161
- <span class="param-type">Object</span>
4463
+ <span class="param-type">
4464
+
4465
+ Object
4466
+
4467
+ </span>
4468
+
4162
4469
 
4163
4470
 
4164
4471
 
@@ -4174,16 +4481,25 @@
4174
4481
 
4175
4482
  <tr class="deep-level-1">
4176
4483
 
4177
- <td class="name" id="view"><code>view</code></td>
4484
+ <td class="name"><code>view</code></td>
4178
4485
 
4179
4486
 
4180
4487
  <td class="type">
4181
4488
 
4182
4489
 
4183
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4490
+ <span class="param-type">
4491
+
4492
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4493
+
4494
+ </span>
4184
4495
  |
4185
4496
 
4186
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4497
+ <span class="param-type">
4498
+
4499
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4500
+
4501
+ </span>
4502
+
4187
4503
 
4188
4504
 
4189
4505
 
@@ -4199,13 +4515,18 @@
4199
4515
 
4200
4516
  <tr class="deep-level-1">
4201
4517
 
4202
- <td class="name" id="layer"><code>layer</code></td>
4518
+ <td class="name"><code>layer</code></td>
4203
4519
 
4204
4520
 
4205
4521
  <td class="type">
4206
4522
 
4207
4523
 
4208
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4524
+ <span class="param-type">
4525
+
4526
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4527
+
4528
+ </span>
4529
+
4209
4530
 
4210
4531
 
4211
4532
 
@@ -4221,13 +4542,18 @@
4221
4542
 
4222
4543
  <tr class="deep-level-1">
4223
4544
 
4224
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4545
+ <td class="name"><code>sketchStyle</code></td>
4225
4546
 
4226
4547
 
4227
4548
  <td class="type">
4228
4549
 
4229
4550
 
4230
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4551
+ <span class="param-type">
4552
+
4553
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4554
+
4555
+ </span>
4556
+
4231
4557
 
4232
4558
 
4233
4559
 
@@ -4324,7 +4650,7 @@
4324
4650
 
4325
4651
 
4326
4652
  <ul>
4327
- <li><a class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
4653
+ <li><a link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool" SketchBaseDrawTool.html>SketchBaseDrawTool</a></li>
4328
4654
  </ul>
4329
4655
 
4330
4656
 
@@ -4356,11 +4682,16 @@
4356
4682
  <tbody>
4357
4683
 
4358
4684
  <tr class="deep-level-0">
4359
- <td class="name"><code><a href="SketchPolylineDrawTool.html#editOption">editOption</a></code></td>
4685
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
4360
4686
  <td class="name">
4361
4687
  <code>
4362
4688
 
4363
- <span class="param-type">Object</span>
4689
+ <span class="param-type">
4690
+
4691
+ Object
4692
+
4693
+ </span>
4694
+
4364
4695
 
4365
4696
 
4366
4697
  </code>
@@ -4369,11 +4700,16 @@
4369
4700
  </tr>
4370
4701
 
4371
4702
  <tr class="deep-level-0">
4372
- <td class="name"><code><a href="SketchPolylineDrawTool.html#elevationInfo">elevationInfo</a></code></td>
4703
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
4373
4704
  <td class="name">
4374
4705
  <code>
4375
4706
 
4376
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4707
+ <span class="param-type">
4708
+
4709
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4710
+
4711
+ </span>
4712
+
4377
4713
 
4378
4714
 
4379
4715
  </code>
@@ -4382,11 +4718,16 @@
4382
4718
  </tr>
4383
4719
 
4384
4720
  <tr class="deep-level-0">
4385
- <td class="name"><code><a href="SketchPolylineDrawTool.html#extendOptions">extendOptions</a></code></td>
4721
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
4386
4722
  <td class="name">
4387
4723
  <code>
4388
4724
 
4389
- <span class="param-type">Object</span>
4725
+ <span class="param-type">
4726
+
4727
+ Object
4728
+
4729
+ </span>
4730
+
4390
4731
 
4391
4732
 
4392
4733
  </code>
@@ -4395,11 +4736,16 @@
4395
4736
  </tr>
4396
4737
 
4397
4738
  <tr class="deep-level-0">
4398
- <td class="name"><code><a href="SketchPolylineDrawTool.html#layer">layer</a></code></td>
4739
+ <td class="name"><code><a href="#layer">layer</a></code></td>
4399
4740
  <td class="name">
4400
4741
  <code>
4401
4742
 
4402
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4743
+ <span class="param-type">
4744
+
4745
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4746
+
4747
+ </span>
4748
+
4403
4749
 
4404
4750
 
4405
4751
  </code>
@@ -4408,11 +4754,16 @@
4408
4754
  </tr>
4409
4755
 
4410
4756
  <tr class="deep-level-0">
4411
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStage">sketchStage</a></code></td>
4757
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
4412
4758
  <td class="name">
4413
4759
  <code>
4414
4760
 
4415
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4761
+ <span class="param-type">
4762
+
4763
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
4764
+
4765
+ </span>
4766
+
4416
4767
 
4417
4768
 
4418
4769
  </code>
@@ -4421,11 +4772,16 @@
4421
4772
  </tr>
4422
4773
 
4423
4774
  <tr class="deep-level-0">
4424
- <td class="name"><code><a href="SketchPolylineDrawTool.html#sketchStyle">sketchStyle</a></code></td>
4775
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
4425
4776
  <td class="name">
4426
4777
  <code>
4427
4778
 
4428
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4779
+ <span class="param-type">
4780
+
4781
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4782
+
4783
+ </span>
4784
+
4429
4785
 
4430
4786
 
4431
4787
  </code>
@@ -4434,11 +4790,16 @@
4434
4790
  </tr>
4435
4791
 
4436
4792
  <tr class="deep-level-0">
4437
- <td class="name"><code><a href="SketchPolylineDrawTool.html#type">type</a></code></td>
4793
+ <td class="name"><code><a href="#type">type</a></code></td>
4438
4794
  <td class="name">
4439
4795
  <code>
4440
4796
 
4441
- <span class="param-type">String</span>
4797
+ <span class="param-type">
4798
+
4799
+ String
4800
+
4801
+ </span>
4802
+
4442
4803
 
4443
4804
 
4444
4805
  </code>
@@ -4447,11 +4808,16 @@
4447
4808
  </tr>
4448
4809
 
4449
4810
  <tr class="deep-level-0">
4450
- <td class="name"><code><a href="SketchPolylineDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
4811
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
4451
4812
  <td class="name">
4452
4813
  <code>
4453
4814
 
4454
- <span class="param-type">String</span>
4815
+ <span class="param-type">
4816
+
4817
+ String
4818
+
4819
+ </span>
4820
+
4455
4821
 
4456
4822
 
4457
4823
  </code>
@@ -4460,14 +4826,23 @@
4460
4826
  </tr>
4461
4827
 
4462
4828
  <tr class="deep-level-0">
4463
- <td class="name"><code><a href="SketchPolylineDrawTool.html#view">view</a></code></td>
4829
+ <td class="name"><code><a href="#view">view</a></code></td>
4464
4830
  <td class="name">
4465
4831
  <code>
4466
4832
 
4467
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4833
+ <span class="param-type">
4834
+
4835
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4836
+
4837
+ </span>
4468
4838
  |
4469
4839
 
4470
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4840
+ <span class="param-type">
4841
+
4842
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4843
+
4844
+ </span>
4845
+
4471
4846
 
4472
4847
 
4473
4848
  </code>
@@ -4486,7 +4861,12 @@
4486
4861
  <span class="method-parameter is-pulled-right">
4487
4862
  <label>类型:</label>
4488
4863
 
4489
- <span class="param-type">Object</span>
4864
+ <span class="param-type">
4865
+
4866
+ Object
4867
+
4868
+ </span>
4869
+
4490
4870
 
4491
4871
 
4492
4872
  </span>
@@ -4561,7 +4941,12 @@
4561
4941
  <span class="method-parameter is-pulled-right">
4562
4942
  <label>类型:</label>
4563
4943
 
4564
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4944
+ <span class="param-type">
4945
+
4946
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4947
+
4948
+ </span>
4949
+
4565
4950
 
4566
4951
 
4567
4952
  </span>
@@ -4636,7 +5021,12 @@
4636
5021
  <span class="method-parameter is-pulled-right">
4637
5022
  <label>类型:</label>
4638
5023
 
4639
- <span class="param-type">Object</span>
5024
+ <span class="param-type">
5025
+
5026
+ Object
5027
+
5028
+ </span>
5029
+
4640
5030
 
4641
5031
 
4642
5032
  </span>
@@ -4711,7 +5101,12 @@
4711
5101
  <span class="method-parameter is-pulled-right">
4712
5102
  <label>类型:</label>
4713
5103
 
4714
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
5104
+ <span class="param-type">
5105
+
5106
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
5107
+
5108
+ </span>
5109
+
4715
5110
 
4716
5111
 
4717
5112
  </span>
@@ -4786,7 +5181,12 @@
4786
5181
  <span class="method-parameter is-pulled-right">
4787
5182
  <label>类型:</label>
4788
5183
 
4789
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
5184
+ <span class="param-type">
5185
+
5186
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
5187
+
5188
+ </span>
5189
+
4790
5190
 
4791
5191
 
4792
5192
  </span>
@@ -4861,7 +5261,12 @@
4861
5261
  <span class="method-parameter is-pulled-right">
4862
5262
  <label>类型:</label>
4863
5263
 
4864
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5264
+ <span class="param-type">
5265
+
5266
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5267
+
5268
+ </span>
5269
+
4865
5270
 
4866
5271
 
4867
5272
  </span>
@@ -4936,7 +5341,12 @@
4936
5341
  <span class="method-parameter is-pulled-right">
4937
5342
  <label>类型:</label>
4938
5343
 
4939
- <span class="param-type">String</span>
5344
+ <span class="param-type">
5345
+
5346
+ String
5347
+
5348
+ </span>
5349
+
4940
5350
 
4941
5351
 
4942
5352
  </span>
@@ -5011,7 +5421,12 @@
5011
5421
  <span class="method-parameter is-pulled-right">
5012
5422
  <label>类型:</label>
5013
5423
 
5014
- <span class="param-type">String</span>
5424
+ <span class="param-type">
5425
+
5426
+ String
5427
+
5428
+ </span>
5429
+
5015
5430
 
5016
5431
 
5017
5432
  </span>
@@ -5086,10 +5501,19 @@
5086
5501
  <span class="method-parameter is-pulled-right">
5087
5502
  <label>类型:</label>
5088
5503
 
5089
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5504
+ <span class="param-type">
5505
+
5506
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5507
+
5508
+ </span>
5090
5509
  |
5091
5510
 
5092
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5511
+ <span class="param-type">
5512
+
5513
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
5514
+
5515
+ </span>
5516
+
5093
5517
 
5094
5518
 
5095
5519
  </span>
@@ -5180,7 +5604,7 @@
5180
5604
  <tbody>
5181
5605
 
5182
5606
  <tr class="deep-level-0">
5183
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addFeature">addFeature</a></code></td>
5607
+ <td class="name"><code><a href="#addFeature">addFeature</a></code></td>
5184
5608
  <td class="name">
5185
5609
  <code>
5186
5610
 
@@ -5190,7 +5614,7 @@
5190
5614
  </tr>
5191
5615
 
5192
5616
  <tr class="deep-level-0">
5193
- <td class="name"><code><a href="SketchPolylineDrawTool.html#addMidVertex">addMidVertex</a></code></td>
5617
+ <td class="name"><code><a href="#addMidVertex">addMidVertex</a></code></td>
5194
5618
  <td class="name">
5195
5619
  <code>
5196
5620
 
@@ -5200,7 +5624,7 @@
5200
5624
  </tr>
5201
5625
 
5202
5626
  <tr class="deep-level-0">
5203
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
5627
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5204
5628
  <td class="name">
5205
5629
  <code>
5206
5630
 
@@ -5210,7 +5634,7 @@
5210
5634
  </tr>
5211
5635
 
5212
5636
  <tr class="deep-level-0">
5213
- <td class="name"><code><a href="SketchPolylineDrawTool.html#drawFeature">drawFeature</a></code></td>
5637
+ <td class="name"><code><a href="#drawFeature">drawFeature</a></code></td>
5214
5638
  <td class="name">
5215
5639
  <code>
5216
5640
 
@@ -5220,12 +5644,17 @@
5220
5644
  </tr>
5221
5645
 
5222
5646
  <tr class="deep-level-0">
5223
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
5647
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
5224
5648
  <td class="name">
5225
5649
  <code>
5226
5650
 
5227
5651
 
5228
- <span class="param-type">Number</span>
5652
+ <span class="param-type">
5653
+
5654
+ Number
5655
+
5656
+ </span>
5657
+
5229
5658
 
5230
5659
 
5231
5660
 
@@ -5235,12 +5664,17 @@
5235
5664
  </tr>
5236
5665
 
5237
5666
  <tr class="deep-level-0">
5238
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5667
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
5239
5668
  <td class="name">
5240
5669
  <code>
5241
5670
 
5242
5671
 
5243
- <span class="param-type">Number</span>
5672
+ <span class="param-type">
5673
+
5674
+ Number
5675
+
5676
+ </span>
5677
+
5244
5678
 
5245
5679
 
5246
5680
 
@@ -5250,12 +5684,17 @@
5250
5684
  </tr>
5251
5685
 
5252
5686
  <tr class="deep-level-0">
5253
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
5687
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
5254
5688
  <td class="name">
5255
5689
  <code>
5256
5690
 
5257
5691
 
5258
- <span class="param-type">Number</span>
5692
+ <span class="param-type">
5693
+
5694
+ Number
5695
+
5696
+ </span>
5697
+
5259
5698
 
5260
5699
 
5261
5700
 
@@ -5265,12 +5704,17 @@
5265
5704
  </tr>
5266
5705
 
5267
5706
  <tr class="deep-level-0">
5268
- <td class="name"><code><a href="SketchPolylineDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
5707
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
5269
5708
  <td class="name">
5270
5709
  <code>
5271
5710
 
5272
5711
 
5273
- <span class="param-type">Number</span>
5712
+ <span class="param-type">
5713
+
5714
+ Number
5715
+
5716
+ </span>
5717
+
5274
5718
 
5275
5719
 
5276
5720
 
@@ -5280,7 +5724,7 @@
5280
5724
  </tr>
5281
5725
 
5282
5726
  <tr class="deep-level-0">
5283
- <td class="name"><code><a href="SketchPolylineDrawTool.html#hitTestFeature">hitTestFeature</a></code></td>
5727
+ <td class="name"><code><a href="#hitTestFeature">hitTestFeature</a></code></td>
5284
5728
  <td class="name">
5285
5729
  <code>
5286
5730
 
@@ -5290,7 +5734,7 @@
5290
5734
  </tr>
5291
5735
 
5292
5736
  <tr class="deep-level-0">
5293
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
5737
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
5294
5738
  <td class="name">
5295
5739
  <code>
5296
5740
 
@@ -5300,7 +5744,7 @@
5300
5744
  </tr>
5301
5745
 
5302
5746
  <tr class="deep-level-0">
5303
- <td class="name"><code><a href="SketchPolylineDrawTool.html#removeVertex">removeVertex</a></code></td>
5747
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
5304
5748
  <td class="name">
5305
5749
  <code>
5306
5750
 
@@ -5310,7 +5754,7 @@
5310
5754
  </tr>
5311
5755
 
5312
5756
  <tr class="deep-level-0">
5313
- <td class="name"><code><a href="SketchPolylineDrawTool.html#selectFeature">selectFeature</a></code></td>
5757
+ <td class="name"><code><a href="#selectFeature">selectFeature</a></code></td>
5314
5758
  <td class="name">
5315
5759
  <code>
5316
5760
 
@@ -5320,7 +5764,7 @@
5320
5764
  </tr>
5321
5765
 
5322
5766
  <tr class="deep-level-0">
5323
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
5767
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
5324
5768
  <td class="name">
5325
5769
  <code>
5326
5770
 
@@ -5330,7 +5774,7 @@
5330
5774
  </tr>
5331
5775
 
5332
5776
  <tr class="deep-level-0">
5333
- <td class="name"><code><a href="SketchPolylineDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5777
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
5334
5778
  <td class="name">
5335
5779
  <code>
5336
5780
 
@@ -5340,7 +5784,7 @@
5340
5784
  </tr>
5341
5785
 
5342
5786
  <tr class="deep-level-0">
5343
- <td class="name"><code><a href="SketchPolylineDrawTool.html#start">start</a></code></td>
5787
+ <td class="name"><code><a href="#start">start</a></code></td>
5344
5788
  <td class="name">
5345
5789
  <code>
5346
5790
 
@@ -5350,7 +5794,7 @@
5350
5794
  </tr>
5351
5795
 
5352
5796
  <tr class="deep-level-0">
5353
- <td class="name"><code><a href="SketchPolylineDrawTool.html#stop">stop</a></code></td>
5797
+ <td class="name"><code><a href="#stop">stop</a></code></td>
5354
5798
  <td class="name">
5355
5799
  <code>
5356
5800
 
@@ -5360,7 +5804,7 @@
5360
5804
  </tr>
5361
5805
 
5362
5806
  <tr class="deep-level-0">
5363
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateFeature">updateFeature</a></code></td>
5807
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
5364
5808
  <td class="name">
5365
5809
  <code>
5366
5810
 
@@ -5370,7 +5814,7 @@
5370
5814
  </tr>
5371
5815
 
5372
5816
  <tr class="deep-level-0">
5373
- <td class="name"><code><a href="SketchPolylineDrawTool.html#updateVertex">updateVertex</a></code></td>
5817
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
5374
5818
  <td class="name">
5375
5819
  <code>
5376
5820
 
@@ -5437,13 +5881,18 @@
5437
5881
 
5438
5882
  <tr class="deep-level-0">
5439
5883
 
5440
- <td class="name" id="points"><code>points</code></td>
5884
+ <td class="name"><code>points</code></td>
5441
5885
 
5442
5886
 
5443
5887
  <td class="type">
5444
5888
 
5445
5889
 
5446
- <span class="param-type">Array</span>
5890
+ <span class="param-type">
5891
+
5892
+ Array
5893
+
5894
+ </span>
5895
+
5447
5896
 
5448
5897
 
5449
5898
 
@@ -5461,13 +5910,18 @@
5461
5910
 
5462
5911
  <tr class="deep-level-0">
5463
5912
 
5464
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
5913
+ <td class="name"><code>sketchStyle</code></td>
5465
5914
 
5466
5915
 
5467
5916
  <td class="type">
5468
5917
 
5469
5918
 
5470
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5919
+ <span class="param-type">
5920
+
5921
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5922
+
5923
+ </span>
5924
+
5471
5925
 
5472
5926
 
5473
5927
 
@@ -5874,13 +6328,18 @@
5874
6328
 
5875
6329
  <tr class="deep-level-0">
5876
6330
 
5877
- <td class="name" id="pixel"><code>pixel</code></td>
6331
+ <td class="name"><code>pixel</code></td>
5878
6332
 
5879
6333
 
5880
6334
  <td class="type">
5881
6335
 
5882
6336
 
5883
- <span class="param-type">Number</span>
6337
+ <span class="param-type">
6338
+
6339
+ Number
6340
+
6341
+ </span>
6342
+
5884
6343
 
5885
6344
 
5886
6345
 
@@ -5973,7 +6432,12 @@
5973
6432
  <div class='column is-5 has-text-left'>
5974
6433
  <label>类型: </label>
5975
6434
 
5976
- <span class="param-type">Number</span>
6435
+ <span class="param-type">
6436
+
6437
+ Number
6438
+
6439
+ </span>
6440
+
5977
6441
 
5978
6442
 
5979
6443
  </div>
@@ -6044,13 +6508,18 @@
6044
6508
 
6045
6509
  <tr class="deep-level-0">
6046
6510
 
6047
- <td class="name" id="coordinates"><code>coordinates</code></td>
6511
+ <td class="name"><code>coordinates</code></td>
6048
6512
 
6049
6513
 
6050
6514
  <td class="type">
6051
6515
 
6052
6516
 
6053
- <span class="param-type">Array</span>
6517
+ <span class="param-type">
6518
+
6519
+ Array
6520
+
6521
+ </span>
6522
+
6054
6523
 
6055
6524
 
6056
6525
 
@@ -6068,13 +6537,18 @@
6068
6537
 
6069
6538
  <tr class="deep-level-0">
6070
6539
 
6071
- <td class="name" id="direction"><code>direction</code></td>
6540
+ <td class="name"><code>direction</code></td>
6072
6541
 
6073
6542
 
6074
6543
  <td class="type">
6075
6544
 
6076
6545
 
6077
- <span class="param-type">String</span>
6546
+ <span class="param-type">
6547
+
6548
+ String
6549
+
6550
+ </span>
6551
+
6078
6552
 
6079
6553
 
6080
6554
 
@@ -6092,13 +6566,18 @@
6092
6566
 
6093
6567
  <tr class="deep-level-0">
6094
6568
 
6095
- <td class="name" id="extent"><code>extent</code></td>
6569
+ <td class="name"><code>extent</code></td>
6096
6570
 
6097
6571
 
6098
6572
  <td class="type">
6099
6573
 
6100
6574
 
6101
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6575
+ <span class="param-type">
6576
+
6577
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
6578
+
6579
+ </span>
6580
+
6102
6581
 
6103
6582
 
6104
6583
 
@@ -6116,13 +6595,18 @@
6116
6595
 
6117
6596
  <tr class="deep-level-0">
6118
6597
 
6119
- <td class="name" id="startPoint"><code>startPoint</code></td>
6598
+ <td class="name"><code>startPoint</code></td>
6120
6599
 
6121
6600
 
6122
6601
  <td class="type">
6123
6602
 
6124
6603
 
6125
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6607
+
6608
+ </span>
6609
+
6126
6610
 
6127
6611
 
6128
6612
 
@@ -6140,13 +6624,18 @@
6140
6624
 
6141
6625
  <tr class="deep-level-0">
6142
6626
 
6143
- <td class="name" id="movePoint"><code>movePoint</code></td>
6627
+ <td class="name"><code>movePoint</code></td>
6144
6628
 
6145
6629
 
6146
6630
  <td class="type">
6147
6631
 
6148
6632
 
6149
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6633
+ <span class="param-type">
6634
+
6635
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6636
+
6637
+ </span>
6638
+
6150
6639
 
6151
6640
 
6152
6641
 
@@ -6164,13 +6653,18 @@
6164
6653
 
6165
6654
  <tr class="deep-level-0">
6166
6655
 
6167
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
6656
+ <td class="name"><code>oriCoordinates</code></td>
6168
6657
 
6169
6658
 
6170
6659
  <td class="type">
6171
6660
 
6172
6661
 
6173
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6662
+ <span class="param-type">
6663
+
6664
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6665
+
6666
+ </span>
6667
+
6174
6668
 
6175
6669
 
6176
6670
 
@@ -6263,7 +6757,12 @@
6263
6757
  <div class='column is-5 has-text-left'>
6264
6758
  <label>类型: </label>
6265
6759
 
6266
- <span class="param-type">Number</span>
6760
+ <span class="param-type">
6761
+
6762
+ Number
6763
+
6764
+ </span>
6765
+
6267
6766
 
6268
6767
 
6269
6768
  </div>
@@ -6334,13 +6833,18 @@
6334
6833
 
6335
6834
  <tr class="deep-level-0">
6336
6835
 
6337
- <td class="name" id="coordinates"><code>coordinates</code></td>
6836
+ <td class="name"><code>coordinates</code></td>
6338
6837
 
6339
6838
 
6340
6839
  <td class="type">
6341
6840
 
6342
6841
 
6343
- <span class="param-type">Array</span>
6842
+ <span class="param-type">
6843
+
6844
+ Array
6845
+
6846
+ </span>
6847
+
6344
6848
 
6345
6849
 
6346
6850
 
@@ -6358,13 +6862,18 @@
6358
6862
 
6359
6863
  <tr class="deep-level-0">
6360
6864
 
6361
- <td class="name" id="deltaX"><code>deltaX</code></td>
6865
+ <td class="name"><code>deltaX</code></td>
6362
6866
 
6363
6867
 
6364
6868
  <td class="type">
6365
6869
 
6366
6870
 
6367
- <span class="param-type">Number</span>
6871
+ <span class="param-type">
6872
+
6873
+ Number
6874
+
6875
+ </span>
6876
+
6368
6877
 
6369
6878
 
6370
6879
 
@@ -6382,13 +6891,18 @@
6382
6891
 
6383
6892
  <tr class="deep-level-0">
6384
6893
 
6385
- <td class="name" id="deltaY"><code>deltaY</code></td>
6894
+ <td class="name"><code>deltaY</code></td>
6386
6895
 
6387
6896
 
6388
6897
  <td class="type">
6389
6898
 
6390
6899
 
6391
- <span class="param-type">Number</span>
6900
+ <span class="param-type">
6901
+
6902
+ Number
6903
+
6904
+ </span>
6905
+
6392
6906
 
6393
6907
 
6394
6908
 
@@ -6481,7 +6995,12 @@
6481
6995
  <div class='column is-5 has-text-left'>
6482
6996
  <label>类型: </label>
6483
6997
 
6484
- <span class="param-type">Number</span>
6998
+ <span class="param-type">
6999
+
7000
+ Number
7001
+
7002
+ </span>
7003
+
6485
7004
 
6486
7005
 
6487
7006
  </div>
@@ -6552,13 +7071,18 @@
6552
7071
 
6553
7072
  <tr class="deep-level-0">
6554
7073
 
6555
- <td class="name" id="coordinates"><code>coordinates</code></td>
7074
+ <td class="name"><code>coordinates</code></td>
6556
7075
 
6557
7076
 
6558
7077
  <td class="type">
6559
7078
 
6560
7079
 
6561
- <span class="param-type">Array</span>
7080
+ <span class="param-type">
7081
+
7082
+ Array
7083
+
7084
+ </span>
7085
+
6562
7086
 
6563
7087
 
6564
7088
 
@@ -6576,13 +7100,18 @@
6576
7100
 
6577
7101
  <tr class="deep-level-0">
6578
7102
 
6579
- <td class="name" id="direction"><code>direction</code></td>
7103
+ <td class="name"><code>direction</code></td>
6580
7104
 
6581
7105
 
6582
7106
  <td class="type">
6583
7107
 
6584
7108
 
6585
- <span class="param-type">String</span>
7109
+ <span class="param-type">
7110
+
7111
+ String
7112
+
7113
+ </span>
7114
+
6586
7115
 
6587
7116
 
6588
7117
 
@@ -6600,13 +7129,18 @@
6600
7129
 
6601
7130
  <tr class="deep-level-0">
6602
7131
 
6603
- <td class="name" id="extent"><code>extent</code></td>
7132
+ <td class="name"><code>extent</code></td>
6604
7133
 
6605
7134
 
6606
7135
  <td class="type">
6607
7136
 
6608
7137
 
6609
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7138
+ <span class="param-type">
7139
+
7140
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7141
+
7142
+ </span>
7143
+
6610
7144
 
6611
7145
 
6612
7146
 
@@ -6624,13 +7158,18 @@
6624
7158
 
6625
7159
  <tr class="deep-level-0">
6626
7160
 
6627
- <td class="name" id="startPoint"><code>startPoint</code></td>
7161
+ <td class="name"><code>startPoint</code></td>
6628
7162
 
6629
7163
 
6630
7164
  <td class="type">
6631
7165
 
6632
7166
 
6633
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7167
+ <span class="param-type">
7168
+
7169
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7170
+
7171
+ </span>
7172
+
6634
7173
 
6635
7174
 
6636
7175
 
@@ -6648,13 +7187,18 @@
6648
7187
 
6649
7188
  <tr class="deep-level-0">
6650
7189
 
6651
- <td class="name" id="movePoint"><code>movePoint</code></td>
7190
+ <td class="name"><code>movePoint</code></td>
6652
7191
 
6653
7192
 
6654
7193
  <td class="type">
6655
7194
 
6656
7195
 
6657
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7196
+ <span class="param-type">
7197
+
7198
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7199
+
7200
+ </span>
7201
+
6658
7202
 
6659
7203
 
6660
7204
 
@@ -6672,13 +7216,18 @@
6672
7216
 
6673
7217
  <tr class="deep-level-0">
6674
7218
 
6675
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
7219
+ <td class="name"><code>oriCoordinates</code></td>
6676
7220
 
6677
7221
 
6678
7222
  <td class="type">
6679
7223
 
6680
7224
 
6681
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7225
+ <span class="param-type">
7226
+
7227
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7228
+
7229
+ </span>
7230
+
6682
7231
 
6683
7232
 
6684
7233
 
@@ -6771,7 +7320,12 @@
6771
7320
  <div class='column is-5 has-text-left'>
6772
7321
  <label>类型: </label>
6773
7322
 
6774
- <span class="param-type">Number</span>
7323
+ <span class="param-type">
7324
+
7325
+ Number
7326
+
7327
+ </span>
7328
+
6775
7329
 
6776
7330
 
6777
7331
  </div>
@@ -6842,13 +7396,18 @@
6842
7396
 
6843
7397
  <tr class="deep-level-0">
6844
7398
 
6845
- <td class="name" id="feature"><code>feature</code></td>
7399
+ <td class="name"><code>feature</code></td>
6846
7400
 
6847
7401
 
6848
7402
  <td class="type">
6849
7403
 
6850
7404
 
6851
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7405
+ <span class="param-type">
7406
+
7407
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7408
+
7409
+ </span>
7410
+
6852
7411
 
6853
7412
 
6854
7413
 
@@ -6866,13 +7425,18 @@
6866
7425
 
6867
7426
  <tr class="deep-level-0">
6868
7427
 
6869
- <td class="name" id="event"><code>event</code></td>
7428
+ <td class="name"><code>event</code></td>
6870
7429
 
6871
7430
 
6872
7431
  <td class="type">
6873
7432
 
6874
7433
 
6875
- <span class="param-type">Object</span>
7434
+ <span class="param-type">
7435
+
7436
+ Object
7437
+
7438
+ </span>
7439
+
6876
7440
 
6877
7441
 
6878
7442
 
@@ -7102,13 +7666,18 @@
7102
7666
 
7103
7667
  <tr class="deep-level-0">
7104
7668
 
7105
- <td class="name" id="index"><code>index</code></td>
7669
+ <td class="name"><code>index</code></td>
7106
7670
 
7107
7671
 
7108
7672
  <td class="type">
7109
7673
 
7110
7674
 
7111
- <span class="param-type">Number</span>
7675
+ <span class="param-type">
7676
+
7677
+ Number
7678
+
7679
+ </span>
7680
+
7112
7681
 
7113
7682
 
7114
7683
 
@@ -7247,13 +7816,18 @@
7247
7816
 
7248
7817
  <tr class="deep-level-0">
7249
7818
 
7250
- <td class="name" id="feature"><code>feature</code></td>
7819
+ <td class="name"><code>feature</code></td>
7251
7820
 
7252
7821
 
7253
7822
  <td class="type">
7254
7823
 
7255
7824
 
7256
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7825
+ <span class="param-type">
7826
+
7827
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7828
+
7829
+ </span>
7830
+
7257
7831
 
7258
7832
 
7259
7833
 
@@ -7387,13 +7961,18 @@
7387
7961
 
7388
7962
  <tr class="deep-level-0">
7389
7963
 
7390
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
7964
+ <td class="name"><code>sketchStyle</code></td>
7391
7965
 
7392
7966
 
7393
7967
  <td class="type">
7394
7968
 
7395
7969
 
7396
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7970
+ <span class="param-type">
7971
+
7972
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
7973
+
7974
+ </span>
7975
+
7397
7976
 
7398
7977
 
7399
7978
 
@@ -7532,13 +8111,18 @@
7532
8111
 
7533
8112
  <tr class="deep-level-0">
7534
8113
 
7535
- <td class="name" id="geometries"><code>geometries</code></td>
8114
+ <td class="name"><code>geometries</code></td>
7536
8115
 
7537
8116
 
7538
8117
  <td class="type">
7539
8118
 
7540
8119
 
7541
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
8120
+ <span class="param-type">
8121
+
8122
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
8123
+
8124
+ </span>
8125
+
7542
8126
 
7543
8127
 
7544
8128
 
@@ -7869,13 +8453,18 @@
7869
8453
 
7870
8454
  <tr class="deep-level-0">
7871
8455
 
7872
- <td class="name" id="point"><code>point</code></td>
8456
+ <td class="name"><code>point</code></td>
7873
8457
 
7874
8458
 
7875
8459
  <td class="type">
7876
8460
 
7877
8461
 
7878
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8462
+ <span class="param-type">
8463
+
8464
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8465
+
8466
+ </span>
8467
+
7879
8468
 
7880
8469
 
7881
8470
 
@@ -7893,13 +8482,18 @@
7893
8482
 
7894
8483
  <tr class="deep-level-0">
7895
8484
 
7896
- <td class="name" id="feature"><code>feature</code></td>
8485
+ <td class="name"><code>feature</code></td>
7897
8486
 
7898
8487
 
7899
8488
  <td class="type">
7900
8489
 
7901
8490
 
7902
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8491
+ <span class="param-type">
8492
+
8493
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8494
+
8495
+ </span>
8496
+
7903
8497
 
7904
8498
 
7905
8499
 
@@ -8038,13 +8632,18 @@
8038
8632
 
8039
8633
  <tr class="deep-level-0">
8040
8634
 
8041
- <td class="name" id="point"><code>point</code></td>
8635
+ <td class="name"><code>point</code></td>
8042
8636
 
8043
8637
 
8044
8638
  <td class="type">
8045
8639
 
8046
8640
 
8047
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8641
+ <span class="param-type">
8642
+
8643
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8644
+
8645
+ </span>
8646
+
8048
8647
 
8049
8648
 
8050
8649
 
@@ -8062,13 +8661,18 @@
8062
8661
 
8063
8662
  <tr class="deep-level-0">
8064
8663
 
8065
- <td class="name" id="index"><code>index</code></td>
8664
+ <td class="name"><code>index</code></td>
8066
8665
 
8067
8666
 
8068
8667
  <td class="type">
8069
8668
 
8070
8669
 
8071
- <span class="param-type">Number</span>
8670
+ <span class="param-type">
8671
+
8672
+ Number
8673
+
8674
+ </span>
8675
+
8072
8676
 
8073
8677
 
8074
8678