@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
 
@@ -264,11 +288,16 @@
264
288
  <tbody>
265
289
 
266
290
  <tr class="deep-level-0">
267
- <td class="name"><code><a href="SketchBaseDrawTool.html#editOption">editOption</a></code></td>
291
+ <td class="name"><code><a href="#editOption">editOption</a></code></td>
268
292
  <td class="name">
269
293
  <code>
270
294
 
271
- <span class="param-type">Object</span>
295
+ <span class="param-type">
296
+
297
+ Object
298
+
299
+ </span>
300
+
272
301
 
273
302
 
274
303
  </code>
@@ -277,11 +306,16 @@
277
306
  </tr>
278
307
 
279
308
  <tr class="deep-level-0">
280
- <td class="name"><code><a href="SketchBaseDrawTool.html#elevationInfo">elevationInfo</a></code></td>
309
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
281
310
  <td class="name">
282
311
  <code>
283
312
 
284
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
313
+ <span class="param-type">
314
+
315
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
316
+
317
+ </span>
318
+
285
319
 
286
320
 
287
321
  </code>
@@ -290,11 +324,16 @@
290
324
  </tr>
291
325
 
292
326
  <tr class="deep-level-0">
293
- <td class="name"><code><a href="SketchBaseDrawTool.html#extendOptions">extendOptions</a></code></td>
327
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
294
328
  <td class="name">
295
329
  <code>
296
330
 
297
- <span class="param-type">Object</span>
331
+ <span class="param-type">
332
+
333
+ Object
334
+
335
+ </span>
336
+
298
337
 
299
338
 
300
339
  </code>
@@ -303,11 +342,16 @@
303
342
  </tr>
304
343
 
305
344
  <tr class="deep-level-0">
306
- <td class="name"><code><a href="SketchBaseDrawTool.html#layer">layer</a></code></td>
345
+ <td class="name"><code><a href="#layer">layer</a></code></td>
307
346
  <td class="name">
308
347
  <code>
309
348
 
310
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
349
+ <span class="param-type">
350
+
351
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
352
+
353
+ </span>
354
+
311
355
 
312
356
 
313
357
  </code>
@@ -316,11 +360,16 @@
316
360
  </tr>
317
361
 
318
362
  <tr class="deep-level-0">
319
- <td class="name"><code><a href="SketchBaseDrawTool.html#sketchStage">sketchStage</a></code></td>
363
+ <td class="name"><code><a href="#sketchStage">sketchStage</a></code></td>
320
364
  <td class="name">
321
365
  <code>
322
366
 
323
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
367
+ <span class="param-type">
368
+
369
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
370
+
371
+ </span>
372
+
324
373
 
325
374
 
326
375
  </code>
@@ -329,11 +378,16 @@
329
378
  </tr>
330
379
 
331
380
  <tr class="deep-level-0">
332
- <td class="name"><code><a href="SketchBaseDrawTool.html#sketchStyle">sketchStyle</a></code></td>
381
+ <td class="name"><code><a href="#sketchStyle">sketchStyle</a></code></td>
333
382
  <td class="name">
334
383
  <code>
335
384
 
336
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
385
+ <span class="param-type">
386
+
387
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
388
+
389
+ </span>
390
+
337
391
 
338
392
 
339
393
  </code>
@@ -342,11 +396,16 @@
342
396
  </tr>
343
397
 
344
398
  <tr class="deep-level-0">
345
- <td class="name"><code><a href="SketchBaseDrawTool.html#type">type</a></code></td>
399
+ <td class="name"><code><a href="#type">type</a></code></td>
346
400
  <td class="name">
347
401
  <code>
348
402
 
349
- <span class="param-type">String</span>
403
+ <span class="param-type">
404
+
405
+ String
406
+
407
+ </span>
408
+
350
409
 
351
410
 
352
411
  </code>
@@ -355,11 +414,16 @@
355
414
  </tr>
356
415
 
357
416
  <tr class="deep-level-0">
358
- <td class="name"><code><a href="SketchBaseDrawTool.html#undoRedoManager">undoRedoManager</a></code></td>
417
+ <td class="name"><code><a href="#undoRedoManager">undoRedoManager</a></code></td>
359
418
  <td class="name">
360
419
  <code>
361
420
 
362
- <span class="param-type">String</span>
421
+ <span class="param-type">
422
+
423
+ String
424
+
425
+ </span>
426
+
363
427
 
364
428
 
365
429
  </code>
@@ -368,14 +432,23 @@
368
432
  </tr>
369
433
 
370
434
  <tr class="deep-level-0">
371
- <td class="name"><code><a href="SketchBaseDrawTool.html#view">view</a></code></td>
435
+ <td class="name"><code><a href="#view">view</a></code></td>
372
436
  <td class="name">
373
437
  <code>
374
438
 
375
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
439
+ <span class="param-type">
440
+
441
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
442
+
443
+ </span>
376
444
  |
377
445
 
378
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
446
+ <span class="param-type">
447
+
448
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
449
+
450
+ </span>
451
+
379
452
 
380
453
 
381
454
  </code>
@@ -394,7 +467,12 @@
394
467
  <span class="method-parameter is-pulled-right">
395
468
  <label>类型:</label>
396
469
 
397
- <span class="param-type">Object</span>
470
+ <span class="param-type">
471
+
472
+ Object
473
+
474
+ </span>
475
+
398
476
 
399
477
 
400
478
  </span>
@@ -464,7 +542,12 @@
464
542
  <span class="method-parameter is-pulled-right">
465
543
  <label>类型:</label>
466
544
 
467
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
545
+ <span class="param-type">
546
+
547
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
548
+
549
+ </span>
550
+
468
551
 
469
552
 
470
553
  </span>
@@ -534,7 +617,12 @@
534
617
  <span class="method-parameter is-pulled-right">
535
618
  <label>类型:</label>
536
619
 
537
- <span class="param-type">Object</span>
620
+ <span class="param-type">
621
+
622
+ Object
623
+
624
+ </span>
625
+
538
626
 
539
627
 
540
628
  </span>
@@ -604,7 +692,12 @@
604
692
  <span class="method-parameter is-pulled-right">
605
693
  <label>类型:</label>
606
694
 
607
- <span class="param-type"><a class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
695
+ <span class="param-type">
696
+
697
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
698
+
699
+ </span>
700
+
608
701
 
609
702
 
610
703
  </span>
@@ -674,7 +767,12 @@
674
767
  <span class="method-parameter is-pulled-right">
675
768
  <label>类型:</label>
676
769
 
677
- <span class="param-type"><a class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
770
+ <span class="param-type">
771
+
772
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
773
+
774
+ </span>
775
+
678
776
 
679
777
 
680
778
  </span>
@@ -744,7 +842,12 @@
744
842
  <span class="method-parameter is-pulled-right">
745
843
  <label>类型:</label>
746
844
 
747
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
845
+ <span class="param-type">
846
+
847
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
848
+
849
+ </span>
850
+
748
851
 
749
852
 
750
853
  </span>
@@ -814,7 +917,12 @@
814
917
  <span class="method-parameter is-pulled-right">
815
918
  <label>类型:</label>
816
919
 
817
- <span class="param-type">String</span>
920
+ <span class="param-type">
921
+
922
+ String
923
+
924
+ </span>
925
+
818
926
 
819
927
 
820
928
  </span>
@@ -884,7 +992,12 @@
884
992
  <span class="method-parameter is-pulled-right">
885
993
  <label>类型:</label>
886
994
 
887
- <span class="param-type">String</span>
995
+ <span class="param-type">
996
+
997
+ String
998
+
999
+ </span>
1000
+
888
1001
 
889
1002
 
890
1003
  </span>
@@ -954,10 +1067,19 @@
954
1067
  <span class="method-parameter is-pulled-right">
955
1068
  <label>类型:</label>
956
1069
 
957
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1070
+ <span class="param-type">
1071
+
1072
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1073
+
1074
+ </span>
958
1075
  |
959
1076
 
960
- <span class="param-type"><a class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1077
+ <span class="param-type">
1078
+
1079
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1080
+
1081
+ </span>
1082
+
961
1083
 
962
1084
 
963
1085
  </span>
@@ -1043,7 +1165,7 @@
1043
1165
  <tbody>
1044
1166
 
1045
1167
  <tr class="deep-level-0">
1046
- <td class="name"><code><a href="SketchBaseDrawTool.html#addVertex">addVertex</a></code></td>
1168
+ <td class="name"><code><a href="#addVertex">addVertex</a></code></td>
1047
1169
  <td class="name">
1048
1170
  <code>
1049
1171
 
@@ -1053,12 +1175,17 @@
1053
1175
  </tr>
1054
1176
 
1055
1177
  <tr class="deep-level-0">
1056
- <td class="name"><code><a href="SketchBaseDrawTool.html#getDistanceByPixel">getDistanceByPixel</a></code></td>
1178
+ <td class="name"><code><a href="#getDistanceByPixel">getDistanceByPixel</a></code></td>
1057
1179
  <td class="name">
1058
1180
  <code>
1059
1181
 
1060
1182
 
1061
- <span class="param-type">Number</span>
1183
+ <span class="param-type">
1184
+
1185
+ Number
1186
+
1187
+ </span>
1188
+
1062
1189
 
1063
1190
 
1064
1191
 
@@ -1068,12 +1195,17 @@
1068
1195
  </tr>
1069
1196
 
1070
1197
  <tr class="deep-level-0">
1071
- <td class="name"><code><a href="SketchBaseDrawTool.html#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1198
+ <td class="name"><code><a href="#getMidScaleCoordinates">getMidScaleCoordinates</a></code></td>
1072
1199
  <td class="name">
1073
1200
  <code>
1074
1201
 
1075
1202
 
1076
- <span class="param-type">Number</span>
1203
+ <span class="param-type">
1204
+
1205
+ Number
1206
+
1207
+ </span>
1208
+
1077
1209
 
1078
1210
 
1079
1211
 
@@ -1083,12 +1215,17 @@
1083
1215
  </tr>
1084
1216
 
1085
1217
  <tr class="deep-level-0">
1086
- <td class="name"><code><a href="SketchBaseDrawTool.html#getPanCoordinates">getPanCoordinates</a></code></td>
1218
+ <td class="name"><code><a href="#getPanCoordinates">getPanCoordinates</a></code></td>
1087
1219
  <td class="name">
1088
1220
  <code>
1089
1221
 
1090
1222
 
1091
- <span class="param-type">Number</span>
1223
+ <span class="param-type">
1224
+
1225
+ Number
1226
+
1227
+ </span>
1228
+
1092
1229
 
1093
1230
 
1094
1231
 
@@ -1098,12 +1235,17 @@
1098
1235
  </tr>
1099
1236
 
1100
1237
  <tr class="deep-level-0">
1101
- <td class="name"><code><a href="SketchBaseDrawTool.html#getScaleCoordinates">getScaleCoordinates</a></code></td>
1238
+ <td class="name"><code><a href="#getScaleCoordinates">getScaleCoordinates</a></code></td>
1102
1239
  <td class="name">
1103
1240
  <code>
1104
1241
 
1105
1242
 
1106
- <span class="param-type">Number</span>
1243
+ <span class="param-type">
1244
+
1245
+ Number
1246
+
1247
+ </span>
1248
+
1107
1249
 
1108
1250
 
1109
1251
 
@@ -1113,7 +1255,7 @@
1113
1255
  </tr>
1114
1256
 
1115
1257
  <tr class="deep-level-0">
1116
- <td class="name"><code><a href="SketchBaseDrawTool.html#removeDrawTool">removeDrawTool</a></code></td>
1258
+ <td class="name"><code><a href="#removeDrawTool">removeDrawTool</a></code></td>
1117
1259
  <td class="name">
1118
1260
  <code>
1119
1261
 
@@ -1123,7 +1265,7 @@
1123
1265
  </tr>
1124
1266
 
1125
1267
  <tr class="deep-level-0">
1126
- <td class="name"><code><a href="SketchBaseDrawTool.html#removeVertex">removeVertex</a></code></td>
1268
+ <td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
1127
1269
  <td class="name">
1128
1270
  <code>
1129
1271
 
@@ -1133,7 +1275,7 @@
1133
1275
  </tr>
1134
1276
 
1135
1277
  <tr class="deep-level-0">
1136
- <td class="name"><code><a href="SketchBaseDrawTool.html#setSketchStyle">setSketchStyle</a></code></td>
1278
+ <td class="name"><code><a href="#setSketchStyle">setSketchStyle</a></code></td>
1137
1279
  <td class="name">
1138
1280
  <code>
1139
1281
 
@@ -1143,7 +1285,7 @@
1143
1285
  </tr>
1144
1286
 
1145
1287
  <tr class="deep-level-0">
1146
- <td class="name"><code><a href="SketchBaseDrawTool.html#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1288
+ <td class="name"><code><a href="#setSnapAndReferGeometries">setSnapAndReferGeometries</a></code></td>
1147
1289
  <td class="name">
1148
1290
  <code>
1149
1291
 
@@ -1153,7 +1295,7 @@
1153
1295
  </tr>
1154
1296
 
1155
1297
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="SketchBaseDrawTool.html#start">start</a></code></td>
1298
+ <td class="name"><code><a href="#start">start</a></code></td>
1157
1299
  <td class="name">
1158
1300
  <code>
1159
1301
 
@@ -1163,7 +1305,7 @@
1163
1305
  </tr>
1164
1306
 
1165
1307
  <tr class="deep-level-0">
1166
- <td class="name"><code><a href="SketchBaseDrawTool.html#stop">stop</a></code></td>
1308
+ <td class="name"><code><a href="#stop">stop</a></code></td>
1167
1309
  <td class="name">
1168
1310
  <code>
1169
1311
 
@@ -1173,7 +1315,7 @@
1173
1315
  </tr>
1174
1316
 
1175
1317
  <tr class="deep-level-0">
1176
- <td class="name"><code><a href="SketchBaseDrawTool.html#updateFeature">updateFeature</a></code></td>
1318
+ <td class="name"><code><a href="#updateFeature">updateFeature</a></code></td>
1177
1319
  <td class="name">
1178
1320
  <code>
1179
1321
 
@@ -1183,7 +1325,7 @@
1183
1325
  </tr>
1184
1326
 
1185
1327
  <tr class="deep-level-0">
1186
- <td class="name"><code><a href="SketchBaseDrawTool.html#updateVertex">updateVertex</a></code></td>
1328
+ <td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
1187
1329
  <td class="name">
1188
1330
  <code>
1189
1331
 
@@ -1250,13 +1392,18 @@
1250
1392
 
1251
1393
  <tr class="deep-level-0">
1252
1394
 
1253
- <td class="name" id="point"><code>point</code></td>
1395
+ <td class="name"><code>point</code></td>
1254
1396
 
1255
1397
 
1256
1398
  <td class="type">
1257
1399
 
1258
1400
 
1259
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1401
+ <span class="param-type">
1402
+
1403
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1404
+
1405
+ </span>
1406
+
1260
1407
 
1261
1408
 
1262
1409
 
@@ -1274,13 +1421,18 @@
1274
1421
 
1275
1422
  <tr class="deep-level-0">
1276
1423
 
1277
- <td class="name" id="index"><code>index</code></td>
1424
+ <td class="name"><code>index</code></td>
1278
1425
 
1279
1426
 
1280
1427
  <td class="type">
1281
1428
 
1282
1429
 
1283
- <span class="param-type">Number</span>
1430
+ <span class="param-type">
1431
+
1432
+ Number
1433
+
1434
+ </span>
1435
+
1284
1436
 
1285
1437
 
1286
1438
 
@@ -1414,13 +1566,18 @@
1414
1566
 
1415
1567
  <tr class="deep-level-0">
1416
1568
 
1417
- <td class="name" id="pixel"><code>pixel</code></td>
1569
+ <td class="name"><code>pixel</code></td>
1418
1570
 
1419
1571
 
1420
1572
  <td class="type">
1421
1573
 
1422
1574
 
1423
- <span class="param-type">Number</span>
1575
+ <span class="param-type">
1576
+
1577
+ Number
1578
+
1579
+ </span>
1580
+
1424
1581
 
1425
1582
 
1426
1583
 
@@ -1508,7 +1665,12 @@
1508
1665
  <div class='column is-5 has-text-left'>
1509
1666
  <label>类型: </label>
1510
1667
 
1511
- <span class="param-type">Number</span>
1668
+ <span class="param-type">
1669
+
1670
+ Number
1671
+
1672
+ </span>
1673
+
1512
1674
 
1513
1675
 
1514
1676
  </div>
@@ -1579,13 +1741,18 @@
1579
1741
 
1580
1742
  <tr class="deep-level-0">
1581
1743
 
1582
- <td class="name" id="coordinates"><code>coordinates</code></td>
1744
+ <td class="name"><code>coordinates</code></td>
1583
1745
 
1584
1746
 
1585
1747
  <td class="type">
1586
1748
 
1587
1749
 
1588
- <span class="param-type">Array</span>
1750
+ <span class="param-type">
1751
+
1752
+ Array
1753
+
1754
+ </span>
1755
+
1589
1756
 
1590
1757
 
1591
1758
 
@@ -1603,13 +1770,18 @@
1603
1770
 
1604
1771
  <tr class="deep-level-0">
1605
1772
 
1606
- <td class="name" id="direction"><code>direction</code></td>
1773
+ <td class="name"><code>direction</code></td>
1607
1774
 
1608
1775
 
1609
1776
  <td class="type">
1610
1777
 
1611
1778
 
1612
- <span class="param-type">String</span>
1779
+ <span class="param-type">
1780
+
1781
+ String
1782
+
1783
+ </span>
1784
+
1613
1785
 
1614
1786
 
1615
1787
 
@@ -1627,13 +1799,18 @@
1627
1799
 
1628
1800
  <tr class="deep-level-0">
1629
1801
 
1630
- <td class="name" id="extent"><code>extent</code></td>
1802
+ <td class="name"><code>extent</code></td>
1631
1803
 
1632
1804
 
1633
1805
  <td class="type">
1634
1806
 
1635
1807
 
1636
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1808
+ <span class="param-type">
1809
+
1810
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1811
+
1812
+ </span>
1813
+
1637
1814
 
1638
1815
 
1639
1816
 
@@ -1651,13 +1828,18 @@
1651
1828
 
1652
1829
  <tr class="deep-level-0">
1653
1830
 
1654
- <td class="name" id="startPoint"><code>startPoint</code></td>
1831
+ <td class="name"><code>startPoint</code></td>
1655
1832
 
1656
1833
 
1657
1834
  <td class="type">
1658
1835
 
1659
1836
 
1660
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1837
+ <span class="param-type">
1838
+
1839
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1840
+
1841
+ </span>
1842
+
1661
1843
 
1662
1844
 
1663
1845
 
@@ -1675,13 +1857,18 @@
1675
1857
 
1676
1858
  <tr class="deep-level-0">
1677
1859
 
1678
- <td class="name" id="movePoint"><code>movePoint</code></td>
1860
+ <td class="name"><code>movePoint</code></td>
1679
1861
 
1680
1862
 
1681
1863
  <td class="type">
1682
1864
 
1683
1865
 
1684
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1866
+ <span class="param-type">
1867
+
1868
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1869
+
1870
+ </span>
1871
+
1685
1872
 
1686
1873
 
1687
1874
 
@@ -1699,13 +1886,18 @@
1699
1886
 
1700
1887
  <tr class="deep-level-0">
1701
1888
 
1702
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
1889
+ <td class="name"><code>oriCoordinates</code></td>
1703
1890
 
1704
1891
 
1705
1892
  <td class="type">
1706
1893
 
1707
1894
 
1708
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1895
+ <span class="param-type">
1896
+
1897
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1898
+
1899
+ </span>
1900
+
1709
1901
 
1710
1902
 
1711
1903
 
@@ -1793,7 +1985,12 @@
1793
1985
  <div class='column is-5 has-text-left'>
1794
1986
  <label>类型: </label>
1795
1987
 
1796
- <span class="param-type">Number</span>
1988
+ <span class="param-type">
1989
+
1990
+ Number
1991
+
1992
+ </span>
1993
+
1797
1994
 
1798
1995
 
1799
1996
  </div>
@@ -1864,13 +2061,18 @@
1864
2061
 
1865
2062
  <tr class="deep-level-0">
1866
2063
 
1867
- <td class="name" id="coordinates"><code>coordinates</code></td>
2064
+ <td class="name"><code>coordinates</code></td>
1868
2065
 
1869
2066
 
1870
2067
  <td class="type">
1871
2068
 
1872
2069
 
1873
- <span class="param-type">Array</span>
2070
+ <span class="param-type">
2071
+
2072
+ Array
2073
+
2074
+ </span>
2075
+
1874
2076
 
1875
2077
 
1876
2078
 
@@ -1888,13 +2090,18 @@
1888
2090
 
1889
2091
  <tr class="deep-level-0">
1890
2092
 
1891
- <td class="name" id="deltaX"><code>deltaX</code></td>
2093
+ <td class="name"><code>deltaX</code></td>
1892
2094
 
1893
2095
 
1894
2096
  <td class="type">
1895
2097
 
1896
2098
 
1897
- <span class="param-type">Number</span>
2099
+ <span class="param-type">
2100
+
2101
+ Number
2102
+
2103
+ </span>
2104
+
1898
2105
 
1899
2106
 
1900
2107
 
@@ -1912,13 +2119,18 @@
1912
2119
 
1913
2120
  <tr class="deep-level-0">
1914
2121
 
1915
- <td class="name" id="deltaY"><code>deltaY</code></td>
2122
+ <td class="name"><code>deltaY</code></td>
1916
2123
 
1917
2124
 
1918
2125
  <td class="type">
1919
2126
 
1920
2127
 
1921
- <span class="param-type">Number</span>
2128
+ <span class="param-type">
2129
+
2130
+ Number
2131
+
2132
+ </span>
2133
+
1922
2134
 
1923
2135
 
1924
2136
 
@@ -2006,7 +2218,12 @@
2006
2218
  <div class='column is-5 has-text-left'>
2007
2219
  <label>类型: </label>
2008
2220
 
2009
- <span class="param-type">Number</span>
2221
+ <span class="param-type">
2222
+
2223
+ Number
2224
+
2225
+ </span>
2226
+
2010
2227
 
2011
2228
 
2012
2229
  </div>
@@ -2077,13 +2294,18 @@
2077
2294
 
2078
2295
  <tr class="deep-level-0">
2079
2296
 
2080
- <td class="name" id="coordinates"><code>coordinates</code></td>
2297
+ <td class="name"><code>coordinates</code></td>
2081
2298
 
2082
2299
 
2083
2300
  <td class="type">
2084
2301
 
2085
2302
 
2086
- <span class="param-type">Array</span>
2303
+ <span class="param-type">
2304
+
2305
+ Array
2306
+
2307
+ </span>
2308
+
2087
2309
 
2088
2310
 
2089
2311
 
@@ -2101,13 +2323,18 @@
2101
2323
 
2102
2324
  <tr class="deep-level-0">
2103
2325
 
2104
- <td class="name" id="direction"><code>direction</code></td>
2326
+ <td class="name"><code>direction</code></td>
2105
2327
 
2106
2328
 
2107
2329
  <td class="type">
2108
2330
 
2109
2331
 
2110
- <span class="param-type">String</span>
2332
+ <span class="param-type">
2333
+
2334
+ String
2335
+
2336
+ </span>
2337
+
2111
2338
 
2112
2339
 
2113
2340
 
@@ -2125,13 +2352,18 @@
2125
2352
 
2126
2353
  <tr class="deep-level-0">
2127
2354
 
2128
- <td class="name" id="extent"><code>extent</code></td>
2355
+ <td class="name"><code>extent</code></td>
2129
2356
 
2130
2357
 
2131
2358
  <td class="type">
2132
2359
 
2133
2360
 
2134
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2361
+ <span class="param-type">
2362
+
2363
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2364
+
2365
+ </span>
2366
+
2135
2367
 
2136
2368
 
2137
2369
 
@@ -2149,13 +2381,18 @@
2149
2381
 
2150
2382
  <tr class="deep-level-0">
2151
2383
 
2152
- <td class="name" id="startPoint"><code>startPoint</code></td>
2384
+ <td class="name"><code>startPoint</code></td>
2153
2385
 
2154
2386
 
2155
2387
  <td class="type">
2156
2388
 
2157
2389
 
2158
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2390
+ <span class="param-type">
2391
+
2392
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2393
+
2394
+ </span>
2395
+
2159
2396
 
2160
2397
 
2161
2398
 
@@ -2173,13 +2410,18 @@
2173
2410
 
2174
2411
  <tr class="deep-level-0">
2175
2412
 
2176
- <td class="name" id="movePoint"><code>movePoint</code></td>
2413
+ <td class="name"><code>movePoint</code></td>
2177
2414
 
2178
2415
 
2179
2416
  <td class="type">
2180
2417
 
2181
2418
 
2182
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2419
+ <span class="param-type">
2420
+
2421
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2422
+
2423
+ </span>
2424
+
2183
2425
 
2184
2426
 
2185
2427
 
@@ -2197,13 +2439,18 @@
2197
2439
 
2198
2440
  <tr class="deep-level-0">
2199
2441
 
2200
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2442
+ <td class="name"><code>oriCoordinates</code></td>
2201
2443
 
2202
2444
 
2203
2445
  <td class="type">
2204
2446
 
2205
2447
 
2206
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2448
+ <span class="param-type">
2449
+
2450
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2451
+
2452
+ </span>
2453
+
2207
2454
 
2208
2455
 
2209
2456
 
@@ -2291,7 +2538,12 @@
2291
2538
  <div class='column is-5 has-text-left'>
2292
2539
  <label>类型: </label>
2293
2540
 
2294
- <span class="param-type">Number</span>
2541
+ <span class="param-type">
2542
+
2543
+ Number
2544
+
2545
+ </span>
2546
+
2295
2547
 
2296
2548
 
2297
2549
  </div>
@@ -2453,13 +2705,18 @@
2453
2705
 
2454
2706
  <tr class="deep-level-0">
2455
2707
 
2456
- <td class="name" id="index"><code>index</code></td>
2708
+ <td class="name"><code>index</code></td>
2457
2709
 
2458
2710
 
2459
2711
  <td class="type">
2460
2712
 
2461
2713
 
2462
- <span class="param-type">Number</span>
2714
+ <span class="param-type">
2715
+
2716
+ Number
2717
+
2718
+ </span>
2719
+
2463
2720
 
2464
2721
 
2465
2722
 
@@ -2593,13 +2850,18 @@
2593
2850
 
2594
2851
  <tr class="deep-level-0">
2595
2852
 
2596
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
2853
+ <td class="name"><code>sketchStyle</code></td>
2597
2854
 
2598
2855
 
2599
2856
  <td class="type">
2600
2857
 
2601
2858
 
2602
- <span class="param-type"><a class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2859
+ <span class="param-type">
2860
+
2861
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2862
+
2863
+ </span>
2864
+
2603
2865
 
2604
2866
 
2605
2867
 
@@ -2733,13 +2995,18 @@
2733
2995
 
2734
2996
  <tr class="deep-level-0">
2735
2997
 
2736
- <td class="name" id="geometries"><code>geometries</code></td>
2998
+ <td class="name"><code>geometries</code></td>
2737
2999
 
2738
3000
 
2739
3001
  <td class="type">
2740
3002
 
2741
3003
 
2742
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
3004
+ <span class="param-type">
3005
+
3006
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3007
+
3008
+ </span>
3009
+
2743
3010
 
2744
3011
 
2745
3012
 
@@ -3055,13 +3322,18 @@
3055
3322
 
3056
3323
  <tr class="deep-level-0">
3057
3324
 
3058
- <td class="name" id="point"><code>point</code></td>
3325
+ <td class="name"><code>point</code></td>
3059
3326
 
3060
3327
 
3061
3328
  <td class="type">
3062
3329
 
3063
3330
 
3064
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3331
+ <span class="param-type">
3332
+
3333
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3334
+
3335
+ </span>
3336
+
3065
3337
 
3066
3338
 
3067
3339
 
@@ -3079,13 +3351,18 @@
3079
3351
 
3080
3352
  <tr class="deep-level-0">
3081
3353
 
3082
- <td class="name" id="feature"><code>feature</code></td>
3354
+ <td class="name"><code>feature</code></td>
3083
3355
 
3084
3356
 
3085
3357
  <td class="type">
3086
3358
 
3087
3359
 
3088
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3360
+ <span class="param-type">
3361
+
3362
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3363
+
3364
+ </span>
3365
+
3089
3366
 
3090
3367
 
3091
3368
 
@@ -3219,13 +3496,18 @@
3219
3496
 
3220
3497
  <tr class="deep-level-0">
3221
3498
 
3222
- <td class="name" id="point"><code>point</code></td>
3499
+ <td class="name"><code>point</code></td>
3223
3500
 
3224
3501
 
3225
3502
  <td class="type">
3226
3503
 
3227
3504
 
3228
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3505
+ <span class="param-type">
3506
+
3507
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3508
+
3509
+ </span>
3510
+
3229
3511
 
3230
3512
 
3231
3513
 
@@ -3243,13 +3525,18 @@
3243
3525
 
3244
3526
  <tr class="deep-level-0">
3245
3527
 
3246
- <td class="name" id="index"><code>index</code></td>
3528
+ <td class="name"><code>index</code></td>
3247
3529
 
3248
3530
 
3249
3531
  <td class="type">
3250
3532
 
3251
3533
 
3252
- <span class="param-type">Number</span>
3534
+ <span class="param-type">
3535
+
3536
+ Number
3537
+
3538
+ </span>
3539
+
3253
3540
 
3254
3541
 
3255
3542