@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,16 +98,24 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="view"><code>view</code></td>
101
+ <td class="name"><code>view</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
104
112
  |
105
113
 
106
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" 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>
107
119
 
108
120
 
109
121
 
@@ -120,13 +132,17 @@
120
132
 
121
133
  <tr class="deep-level-1">
122
134
 
123
- <td class="name" id="layer"><code>layer</code></td>
135
+ <td class="name"><code>layer</code></td>
124
136
 
125
137
 
126
138
  <td class="type">
127
139
 
128
140
 
129
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" 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>
130
146
 
131
147
 
132
148
 
@@ -143,13 +159,17 @@
143
159
 
144
160
  <tr class="deep-level-1">
145
161
 
146
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
162
+ <td class="name"><code>sketchStyle</code></td>
147
163
 
148
164
 
149
165
  <td class="type">
150
166
 
151
167
 
152
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
153
173
 
154
174
 
155
175
 
@@ -283,7 +303,11 @@
283
303
  <td class="name">
284
304
  <code>
285
305
 
286
- <span class="param-type">Object</span>
306
+ <span class="param-type">
307
+
308
+ Object
309
+
310
+ </span>
287
311
 
288
312
 
289
313
 
@@ -297,7 +321,11 @@
297
321
  <td class="name">
298
322
  <code>
299
323
 
300
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
301
329
 
302
330
 
303
331
 
@@ -311,7 +339,11 @@
311
339
  <td class="name">
312
340
  <code>
313
341
 
314
- <span class="param-type">Object</span>
342
+ <span class="param-type">
343
+
344
+ Object
345
+
346
+ </span>
315
347
 
316
348
 
317
349
 
@@ -325,7 +357,11 @@
325
357
  <td class="name">
326
358
  <code>
327
359
 
328
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" 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>
329
365
 
330
366
 
331
367
 
@@ -339,7 +375,11 @@
339
375
  <td class="name">
340
376
  <code>
341
377
 
342
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" 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>
343
383
 
344
384
 
345
385
 
@@ -353,7 +393,11 @@
353
393
  <td class="name">
354
394
  <code>
355
395
 
356
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
357
401
 
358
402
 
359
403
 
@@ -367,7 +411,11 @@
367
411
  <td class="name">
368
412
  <code>
369
413
 
370
- <span class="param-type">String</span>
414
+ <span class="param-type">
415
+
416
+ String
417
+
418
+ </span>
371
419
 
372
420
 
373
421
 
@@ -381,7 +429,11 @@
381
429
  <td class="name">
382
430
  <code>
383
431
 
384
- <span class="param-type">String</span>
432
+ <span class="param-type">
433
+
434
+ String
435
+
436
+ </span>
385
437
 
386
438
 
387
439
 
@@ -395,10 +447,18 @@
395
447
  <td class="name">
396
448
  <code>
397
449
 
398
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
399
455
  |
400
456
 
401
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" 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>
402
462
 
403
463
 
404
464
 
@@ -418,7 +478,11 @@
418
478
  <span class="method-parameter is-pulled-right">
419
479
  <label>类型:</label>
420
480
 
421
- <span class="param-type">Object</span>
481
+ <span class="param-type">
482
+
483
+ Object
484
+
485
+ </span>
422
486
 
423
487
 
424
488
 
@@ -494,7 +558,11 @@
494
558
  <span class="method-parameter is-pulled-right">
495
559
  <label>类型:</label>
496
560
 
497
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
498
566
 
499
567
 
500
568
 
@@ -570,7 +638,11 @@
570
638
  <span class="method-parameter is-pulled-right">
571
639
  <label>类型:</label>
572
640
 
573
- <span class="param-type">Object</span>
641
+ <span class="param-type">
642
+
643
+ Object
644
+
645
+ </span>
574
646
 
575
647
 
576
648
 
@@ -646,7 +718,11 @@
646
718
  <span class="method-parameter is-pulled-right">
647
719
  <label>类型:</label>
648
720
 
649
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" 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>
650
726
 
651
727
 
652
728
 
@@ -722,7 +798,11 @@
722
798
  <span class="method-parameter is-pulled-right">
723
799
  <label>类型:</label>
724
800
 
725
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" 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>
726
806
 
727
807
 
728
808
 
@@ -798,7 +878,11 @@
798
878
  <span class="method-parameter is-pulled-right">
799
879
  <label>类型:</label>
800
880
 
801
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
802
886
 
803
887
 
804
888
 
@@ -874,7 +958,11 @@
874
958
  <span class="method-parameter is-pulled-right">
875
959
  <label>类型:</label>
876
960
 
877
- <span class="param-type">String</span>
961
+ <span class="param-type">
962
+
963
+ String
964
+
965
+ </span>
878
966
 
879
967
 
880
968
 
@@ -950,7 +1038,11 @@
950
1038
  <span class="method-parameter is-pulled-right">
951
1039
  <label>类型:</label>
952
1040
 
953
- <span class="param-type">String</span>
1041
+ <span class="param-type">
1042
+
1043
+ String
1044
+
1045
+ </span>
954
1046
 
955
1047
 
956
1048
 
@@ -1026,10 +1118,18 @@
1026
1118
  <span class="method-parameter is-pulled-right">
1027
1119
  <label>类型:</label>
1028
1120
 
1029
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" 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>
1030
1126
  |
1031
1127
 
1032
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" 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>
1033
1133
 
1034
1134
 
1035
1135
 
@@ -1166,7 +1266,11 @@
1166
1266
  <code>
1167
1267
 
1168
1268
 
1169
- <span class="param-type">Number</span>
1269
+ <span class="param-type">
1270
+
1271
+ Number
1272
+
1273
+ </span>
1170
1274
 
1171
1275
 
1172
1276
 
@@ -1182,7 +1286,11 @@
1182
1286
  <code>
1183
1287
 
1184
1288
 
1185
- <span class="param-type">Number</span>
1289
+ <span class="param-type">
1290
+
1291
+ Number
1292
+
1293
+ </span>
1186
1294
 
1187
1295
 
1188
1296
 
@@ -1198,7 +1306,11 @@
1198
1306
  <code>
1199
1307
 
1200
1308
 
1201
- <span class="param-type">Number</span>
1309
+ <span class="param-type">
1310
+
1311
+ Number
1312
+
1313
+ </span>
1202
1314
 
1203
1315
 
1204
1316
 
@@ -1214,7 +1326,11 @@
1214
1326
  <code>
1215
1327
 
1216
1328
 
1217
- <span class="param-type">Number</span>
1329
+ <span class="param-type">
1330
+
1331
+ Number
1332
+
1333
+ </span>
1218
1334
 
1219
1335
 
1220
1336
 
@@ -1382,13 +1498,17 @@
1382
1498
 
1383
1499
  <tr class="deep-level-0">
1384
1500
 
1385
- <td class="name" id="point"><code>point</code></td>
1501
+ <td class="name"><code>point</code></td>
1386
1502
 
1387
1503
 
1388
1504
  <td class="type">
1389
1505
 
1390
1506
 
1391
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1507
+ <span class="param-type">
1508
+
1509
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1510
+
1511
+ </span>
1392
1512
 
1393
1513
 
1394
1514
 
@@ -1407,13 +1527,17 @@
1407
1527
 
1408
1528
  <tr class="deep-level-0">
1409
1529
 
1410
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1530
+ <td class="name"><code>sketchStyle</code></td>
1411
1531
 
1412
1532
 
1413
1533
  <td class="type">
1414
1534
 
1415
1535
 
1416
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" 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>
1417
1541
 
1418
1542
 
1419
1543
 
@@ -1432,13 +1556,17 @@
1432
1556
 
1433
1557
  <tr class="deep-level-0">
1434
1558
 
1435
- <td class="name" id="attributes"><code>attributes</code></td>
1559
+ <td class="name"><code>attributes</code></td>
1436
1560
 
1437
1561
 
1438
1562
  <td class="type">
1439
1563
 
1440
1564
 
1441
- <span class="param-type">Object</span>
1565
+ <span class="param-type">
1566
+
1567
+ Object
1568
+
1569
+ </span>
1442
1570
 
1443
1571
 
1444
1572
 
@@ -1573,13 +1701,17 @@
1573
1701
 
1574
1702
  <tr class="deep-level-0">
1575
1703
 
1576
- <td class="name" id="geometry"><code>geometry</code></td>
1704
+ <td class="name"><code>geometry</code></td>
1577
1705
 
1578
1706
 
1579
1707
  <td class="type">
1580
1708
 
1581
1709
 
1582
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1710
+ <span class="param-type">
1711
+
1712
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1713
+
1714
+ </span>
1583
1715
 
1584
1716
 
1585
1717
 
@@ -1598,13 +1730,17 @@
1598
1730
 
1599
1731
  <tr class="deep-level-0">
1600
1732
 
1601
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1733
+ <td class="name"><code>sketchStyle</code></td>
1602
1734
 
1603
1735
 
1604
1736
  <td class="type">
1605
1737
 
1606
1738
 
1607
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1739
+ <span class="param-type">
1740
+
1741
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1742
+
1743
+ </span>
1608
1744
 
1609
1745
 
1610
1746
 
@@ -1623,13 +1759,17 @@
1623
1759
 
1624
1760
  <tr class="deep-level-0">
1625
1761
 
1626
- <td class="name" id="attributes"><code>attributes</code></td>
1762
+ <td class="name"><code>attributes</code></td>
1627
1763
 
1628
1764
 
1629
1765
  <td class="type">
1630
1766
 
1631
1767
 
1632
- <span class="param-type">Object</span>
1768
+ <span class="param-type">
1769
+
1770
+ Object
1771
+
1772
+ </span>
1633
1773
 
1634
1774
 
1635
1775
 
@@ -1764,13 +1904,17 @@
1764
1904
 
1765
1905
  <tr class="deep-level-0">
1766
1906
 
1767
- <td class="name" id="point"><code>point</code></td>
1907
+ <td class="name"><code>point</code></td>
1768
1908
 
1769
1909
 
1770
1910
  <td class="type">
1771
1911
 
1772
1912
 
1773
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1913
+ <span class="param-type">
1914
+
1915
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1916
+
1917
+ </span>
1774
1918
 
1775
1919
 
1776
1920
 
@@ -1789,13 +1933,17 @@
1789
1933
 
1790
1934
  <tr class="deep-level-0">
1791
1935
 
1792
- <td class="name" id="index"><code>index</code></td>
1936
+ <td class="name"><code>index</code></td>
1793
1937
 
1794
1938
 
1795
1939
  <td class="type">
1796
1940
 
1797
1941
 
1798
- <span class="param-type">Number</span>
1942
+ <span class="param-type">
1943
+
1944
+ Number
1945
+
1946
+ </span>
1799
1947
 
1800
1948
 
1801
1949
 
@@ -2026,13 +2174,17 @@
2026
2174
 
2027
2175
  <tr class="deep-level-0">
2028
2176
 
2029
- <td class="name" id="pixel"><code>pixel</code></td>
2177
+ <td class="name"><code>pixel</code></td>
2030
2178
 
2031
2179
 
2032
2180
  <td class="type">
2033
2181
 
2034
2182
 
2035
- <span class="param-type">Number</span>
2183
+ <span class="param-type">
2184
+
2185
+ Number
2186
+
2187
+ </span>
2036
2188
 
2037
2189
 
2038
2190
 
@@ -2126,7 +2278,11 @@
2126
2278
  <div class='column is-5 has-text-left'>
2127
2279
  <label>类型: </label>
2128
2280
 
2129
- <span class="param-type">Number</span>
2281
+ <span class="param-type">
2282
+
2283
+ Number
2284
+
2285
+ </span>
2130
2286
 
2131
2287
 
2132
2288
 
@@ -2198,13 +2354,17 @@
2198
2354
 
2199
2355
  <tr class="deep-level-0">
2200
2356
 
2201
- <td class="name" id="coordinates"><code>coordinates</code></td>
2357
+ <td class="name"><code>coordinates</code></td>
2202
2358
 
2203
2359
 
2204
2360
  <td class="type">
2205
2361
 
2206
2362
 
2207
- <span class="param-type">Array</span>
2363
+ <span class="param-type">
2364
+
2365
+ Array
2366
+
2367
+ </span>
2208
2368
 
2209
2369
 
2210
2370
 
@@ -2223,13 +2383,17 @@
2223
2383
 
2224
2384
  <tr class="deep-level-0">
2225
2385
 
2226
- <td class="name" id="direction"><code>direction</code></td>
2386
+ <td class="name"><code>direction</code></td>
2227
2387
 
2228
2388
 
2229
2389
  <td class="type">
2230
2390
 
2231
2391
 
2232
- <span class="param-type">String</span>
2392
+ <span class="param-type">
2393
+
2394
+ String
2395
+
2396
+ </span>
2233
2397
 
2234
2398
 
2235
2399
 
@@ -2248,13 +2412,17 @@
2248
2412
 
2249
2413
  <tr class="deep-level-0">
2250
2414
 
2251
- <td class="name" id="extent"><code>extent</code></td>
2415
+ <td class="name"><code>extent</code></td>
2252
2416
 
2253
2417
 
2254
2418
  <td class="type">
2255
2419
 
2256
2420
 
2257
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2421
+ <span class="param-type">
2422
+
2423
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2424
+
2425
+ </span>
2258
2426
 
2259
2427
 
2260
2428
 
@@ -2273,13 +2441,17 @@
2273
2441
 
2274
2442
  <tr class="deep-level-0">
2275
2443
 
2276
- <td class="name" id="startPoint"><code>startPoint</code></td>
2444
+ <td class="name"><code>startPoint</code></td>
2277
2445
 
2278
2446
 
2279
2447
  <td class="type">
2280
2448
 
2281
2449
 
2282
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2450
+ <span class="param-type">
2451
+
2452
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2453
+
2454
+ </span>
2283
2455
 
2284
2456
 
2285
2457
 
@@ -2298,13 +2470,17 @@
2298
2470
 
2299
2471
  <tr class="deep-level-0">
2300
2472
 
2301
- <td class="name" id="movePoint"><code>movePoint</code></td>
2473
+ <td class="name"><code>movePoint</code></td>
2302
2474
 
2303
2475
 
2304
2476
  <td class="type">
2305
2477
 
2306
2478
 
2307
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2479
+ <span class="param-type">
2480
+
2481
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2482
+
2483
+ </span>
2308
2484
 
2309
2485
 
2310
2486
 
@@ -2323,13 +2499,17 @@
2323
2499
 
2324
2500
  <tr class="deep-level-0">
2325
2501
 
2326
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2502
+ <td class="name"><code>oriCoordinates</code></td>
2327
2503
 
2328
2504
 
2329
2505
  <td class="type">
2330
2506
 
2331
2507
 
2332
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2508
+ <span class="param-type">
2509
+
2510
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2511
+
2512
+ </span>
2333
2513
 
2334
2514
 
2335
2515
 
@@ -2423,7 +2603,11 @@
2423
2603
  <div class='column is-5 has-text-left'>
2424
2604
  <label>类型: </label>
2425
2605
 
2426
- <span class="param-type">Number</span>
2606
+ <span class="param-type">
2607
+
2608
+ Number
2609
+
2610
+ </span>
2427
2611
 
2428
2612
 
2429
2613
 
@@ -2495,13 +2679,17 @@
2495
2679
 
2496
2680
  <tr class="deep-level-0">
2497
2681
 
2498
- <td class="name" id="coordinates"><code>coordinates</code></td>
2682
+ <td class="name"><code>coordinates</code></td>
2499
2683
 
2500
2684
 
2501
2685
  <td class="type">
2502
2686
 
2503
2687
 
2504
- <span class="param-type">Array</span>
2688
+ <span class="param-type">
2689
+
2690
+ Array
2691
+
2692
+ </span>
2505
2693
 
2506
2694
 
2507
2695
 
@@ -2520,13 +2708,17 @@
2520
2708
 
2521
2709
  <tr class="deep-level-0">
2522
2710
 
2523
- <td class="name" id="deltaX"><code>deltaX</code></td>
2711
+ <td class="name"><code>deltaX</code></td>
2524
2712
 
2525
2713
 
2526
2714
  <td class="type">
2527
2715
 
2528
2716
 
2529
- <span class="param-type">Number</span>
2717
+ <span class="param-type">
2718
+
2719
+ Number
2720
+
2721
+ </span>
2530
2722
 
2531
2723
 
2532
2724
 
@@ -2545,13 +2737,17 @@
2545
2737
 
2546
2738
  <tr class="deep-level-0">
2547
2739
 
2548
- <td class="name" id="deltaY"><code>deltaY</code></td>
2740
+ <td class="name"><code>deltaY</code></td>
2549
2741
 
2550
2742
 
2551
2743
  <td class="type">
2552
2744
 
2553
2745
 
2554
- <span class="param-type">Number</span>
2746
+ <span class="param-type">
2747
+
2748
+ Number
2749
+
2750
+ </span>
2555
2751
 
2556
2752
 
2557
2753
 
@@ -2645,7 +2841,11 @@
2645
2841
  <div class='column is-5 has-text-left'>
2646
2842
  <label>类型: </label>
2647
2843
 
2648
- <span class="param-type">Number</span>
2844
+ <span class="param-type">
2845
+
2846
+ Number
2847
+
2848
+ </span>
2649
2849
 
2650
2850
 
2651
2851
 
@@ -2717,13 +2917,17 @@
2717
2917
 
2718
2918
  <tr class="deep-level-0">
2719
2919
 
2720
- <td class="name" id="coordinates"><code>coordinates</code></td>
2920
+ <td class="name"><code>coordinates</code></td>
2721
2921
 
2722
2922
 
2723
2923
  <td class="type">
2724
2924
 
2725
2925
 
2726
- <span class="param-type">Array</span>
2926
+ <span class="param-type">
2927
+
2928
+ Array
2929
+
2930
+ </span>
2727
2931
 
2728
2932
 
2729
2933
 
@@ -2742,13 +2946,17 @@
2742
2946
 
2743
2947
  <tr class="deep-level-0">
2744
2948
 
2745
- <td class="name" id="direction"><code>direction</code></td>
2949
+ <td class="name"><code>direction</code></td>
2746
2950
 
2747
2951
 
2748
2952
  <td class="type">
2749
2953
 
2750
2954
 
2751
- <span class="param-type">String</span>
2955
+ <span class="param-type">
2956
+
2957
+ String
2958
+
2959
+ </span>
2752
2960
 
2753
2961
 
2754
2962
 
@@ -2767,13 +2975,17 @@
2767
2975
 
2768
2976
  <tr class="deep-level-0">
2769
2977
 
2770
- <td class="name" id="extent"><code>extent</code></td>
2978
+ <td class="name"><code>extent</code></td>
2771
2979
 
2772
2980
 
2773
2981
  <td class="type">
2774
2982
 
2775
2983
 
2776
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2984
+ <span class="param-type">
2985
+
2986
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2987
+
2988
+ </span>
2777
2989
 
2778
2990
 
2779
2991
 
@@ -2792,13 +3004,17 @@
2792
3004
 
2793
3005
  <tr class="deep-level-0">
2794
3006
 
2795
- <td class="name" id="startPoint"><code>startPoint</code></td>
3007
+ <td class="name"><code>startPoint</code></td>
2796
3008
 
2797
3009
 
2798
3010
  <td class="type">
2799
3011
 
2800
3012
 
2801
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3013
+ <span class="param-type">
3014
+
3015
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3016
+
3017
+ </span>
2802
3018
 
2803
3019
 
2804
3020
 
@@ -2817,13 +3033,17 @@
2817
3033
 
2818
3034
  <tr class="deep-level-0">
2819
3035
 
2820
- <td class="name" id="movePoint"><code>movePoint</code></td>
3036
+ <td class="name"><code>movePoint</code></td>
2821
3037
 
2822
3038
 
2823
3039
  <td class="type">
2824
3040
 
2825
3041
 
2826
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3042
+ <span class="param-type">
3043
+
3044
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3045
+
3046
+ </span>
2827
3047
 
2828
3048
 
2829
3049
 
@@ -2842,13 +3062,17 @@
2842
3062
 
2843
3063
  <tr class="deep-level-0">
2844
3064
 
2845
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
3065
+ <td class="name"><code>oriCoordinates</code></td>
2846
3066
 
2847
3067
 
2848
3068
  <td class="type">
2849
3069
 
2850
3070
 
2851
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3071
+ <span class="param-type">
3072
+
3073
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3074
+
3075
+ </span>
2852
3076
 
2853
3077
 
2854
3078
 
@@ -2942,7 +3166,11 @@
2942
3166
  <div class='column is-5 has-text-left'>
2943
3167
  <label>类型: </label>
2944
3168
 
2945
- <span class="param-type">Number</span>
3169
+ <span class="param-type">
3170
+
3171
+ Number
3172
+
3173
+ </span>
2946
3174
 
2947
3175
 
2948
3176
 
@@ -3014,13 +3242,17 @@
3014
3242
 
3015
3243
  <tr class="deep-level-0">
3016
3244
 
3017
- <td class="name" id="feature"><code>feature</code></td>
3245
+ <td class="name"><code>feature</code></td>
3018
3246
 
3019
3247
 
3020
3248
  <td class="type">
3021
3249
 
3022
3250
 
3023
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3251
+ <span class="param-type">
3252
+
3253
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3254
+
3255
+ </span>
3024
3256
 
3025
3257
 
3026
3258
 
@@ -3039,13 +3271,17 @@
3039
3271
 
3040
3272
  <tr class="deep-level-0">
3041
3273
 
3042
- <td class="name" id="event"><code>event</code></td>
3274
+ <td class="name"><code>event</code></td>
3043
3275
 
3044
3276
 
3045
3277
  <td class="type">
3046
3278
 
3047
3279
 
3048
- <span class="param-type">Object</span>
3280
+ <span class="param-type">
3281
+
3282
+ Object
3283
+
3284
+ </span>
3049
3285
 
3050
3286
 
3051
3287
 
@@ -3276,13 +3512,17 @@
3276
3512
 
3277
3513
  <tr class="deep-level-0">
3278
3514
 
3279
- <td class="name" id="index"><code>index</code></td>
3515
+ <td class="name"><code>index</code></td>
3280
3516
 
3281
3517
 
3282
3518
  <td class="type">
3283
3519
 
3284
3520
 
3285
- <span class="param-type">Number</span>
3521
+ <span class="param-type">
3522
+
3523
+ Number
3524
+
3525
+ </span>
3286
3526
 
3287
3527
 
3288
3528
 
@@ -3422,13 +3662,17 @@
3422
3662
 
3423
3663
  <tr class="deep-level-0">
3424
3664
 
3425
- <td class="name" id="feature"><code>feature</code></td>
3665
+ <td class="name"><code>feature</code></td>
3426
3666
 
3427
3667
 
3428
3668
  <td class="type">
3429
3669
 
3430
3670
 
3431
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3671
+ <span class="param-type">
3672
+
3673
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3674
+
3675
+ </span>
3432
3676
 
3433
3677
 
3434
3678
 
@@ -3563,13 +3807,17 @@
3563
3807
 
3564
3808
  <tr class="deep-level-0">
3565
3809
 
3566
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3810
+ <td class="name"><code>sketchStyle</code></td>
3567
3811
 
3568
3812
 
3569
3813
  <td class="type">
3570
3814
 
3571
3815
 
3572
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3816
+ <span class="param-type">
3817
+
3818
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3819
+
3820
+ </span>
3573
3821
 
3574
3822
 
3575
3823
 
@@ -3709,13 +3957,17 @@
3709
3957
 
3710
3958
  <tr class="deep-level-0">
3711
3959
 
3712
- <td class="name" id="geometries"><code>geometries</code></td>
3960
+ <td class="name"><code>geometries</code></td>
3713
3961
 
3714
3962
 
3715
3963
  <td class="type">
3716
3964
 
3717
3965
 
3718
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3966
+ <span class="param-type">
3967
+
3968
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3969
+
3970
+ </span>
3719
3971
 
3720
3972
 
3721
3973
 
@@ -4047,13 +4299,17 @@
4047
4299
 
4048
4300
  <tr class="deep-level-0">
4049
4301
 
4050
- <td class="name" id="point"><code>point</code></td>
4302
+ <td class="name"><code>point</code></td>
4051
4303
 
4052
4304
 
4053
4305
  <td class="type">
4054
4306
 
4055
4307
 
4056
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4308
+ <span class="param-type">
4309
+
4310
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4311
+
4312
+ </span>
4057
4313
 
4058
4314
 
4059
4315
 
@@ -4072,13 +4328,17 @@
4072
4328
 
4073
4329
  <tr class="deep-level-0">
4074
4330
 
4075
- <td class="name" id="feature"><code>feature</code></td>
4331
+ <td class="name"><code>feature</code></td>
4076
4332
 
4077
4333
 
4078
4334
  <td class="type">
4079
4335
 
4080
4336
 
4081
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4337
+ <span class="param-type">
4338
+
4339
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4340
+
4341
+ </span>
4082
4342
 
4083
4343
 
4084
4344
 
@@ -4218,13 +4478,17 @@
4218
4478
 
4219
4479
  <tr class="deep-level-0">
4220
4480
 
4221
- <td class="name" id="point"><code>point</code></td>
4481
+ <td class="name"><code>point</code></td>
4222
4482
 
4223
4483
 
4224
4484
  <td class="type">
4225
4485
 
4226
4486
 
4227
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4487
+ <span class="param-type">
4488
+
4489
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4490
+
4491
+ </span>
4228
4492
 
4229
4493
 
4230
4494
 
@@ -4243,13 +4507,17 @@
4243
4507
 
4244
4508
  <tr class="deep-level-0">
4245
4509
 
4246
- <td class="name" id="index"><code>index</code></td>
4510
+ <td class="name"><code>index</code></td>
4247
4511
 
4248
4512
 
4249
4513
  <td class="type">
4250
4514
 
4251
4515
 
4252
- <span class="param-type">Number</span>
4516
+ <span class="param-type">
4517
+
4518
+ Number
4519
+
4520
+ </span>
4253
4521
 
4254
4522
 
4255
4523