@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
@@ -78,13 +78,17 @@ import { MultiPoint } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { MultiPoint } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Array.&lt;Number></span>
118
+ <span class="param-type">
119
+
120
+ Array.&lt;Number>
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { MultiPoint } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
154
+
155
+ </span>
144
156
 
145
157
 
146
158
 
@@ -334,7 +346,11 @@ new Point({
334
346
  <td class="name">
335
347
  <code>
336
348
 
337
- <span class="param-type">Array</span>
349
+ <span class="param-type">
350
+
351
+ Array
352
+
353
+ </span>
338
354
 
339
355
 
340
356
 
@@ -348,7 +364,11 @@ new Point({
348
364
  <td class="name">
349
365
  <code>
350
366
 
351
- <span class="param-type">Number</span>
367
+ <span class="param-type">
368
+
369
+ Number
370
+
371
+ </span>
352
372
 
353
373
 
354
374
 
@@ -362,7 +382,11 @@ new Point({
362
382
  <td class="name">
363
383
  <code>
364
384
 
365
- <span class="param-type">Boolean</span>
385
+ <span class="param-type">
386
+
387
+ Boolean
388
+
389
+ </span>
366
390
 
367
391
 
368
392
 
@@ -376,7 +400,11 @@ new Point({
376
400
  <td class="name">
377
401
  <code>
378
402
 
379
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
403
+ <span class="param-type">
404
+
405
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
406
+
407
+ </span>
380
408
 
381
409
 
382
410
 
@@ -396,7 +424,11 @@ new Point({
396
424
  <span class="method-parameter is-pulled-right">
397
425
  <label>类型:</label>
398
426
 
399
- <span class="param-type">Array</span>
427
+ <span class="param-type">
428
+
429
+ Array
430
+
431
+ </span>
400
432
 
401
433
 
402
434
 
@@ -467,7 +499,11 @@ new Point({
467
499
  <span class="method-parameter is-pulled-right">
468
500
  <label>类型:</label>
469
501
 
470
- <span class="param-type">Number</span>
502
+ <span class="param-type">
503
+
504
+ Number
505
+
506
+ </span>
471
507
 
472
508
 
473
509
 
@@ -543,7 +579,11 @@ new Point({
543
579
  <span class="method-parameter is-pulled-right">
544
580
  <label>类型:</label>
545
581
 
546
- <span class="param-type">Boolean</span>
582
+ <span class="param-type">
583
+
584
+ Boolean
585
+
586
+ </span>
547
587
 
548
588
 
549
589
 
@@ -623,7 +663,11 @@ new Point({
623
663
  <span class="method-parameter is-pulled-right">
624
664
  <label>类型:</label>
625
665
 
626
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
666
+ <span class="param-type">
667
+
668
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
669
+
670
+ </span>
627
671
 
628
672
 
629
673
 
@@ -730,7 +774,11 @@ new Point({
730
774
  <code>
731
775
 
732
776
 
733
- <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
777
+ <span class="param-type">
778
+
779
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
780
+
781
+ </span>
734
782
 
735
783
 
736
784
 
@@ -746,7 +794,11 @@ new Point({
746
794
  <code>
747
795
 
748
796
 
749
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
797
+ <span class="param-type">
798
+
799
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
800
+
801
+ </span>
750
802
 
751
803
 
752
804
 
@@ -762,7 +814,11 @@ new Point({
762
814
  <code>
763
815
 
764
816
 
765
- <span class="param-type">Boolean</span>
817
+ <span class="param-type">
818
+
819
+ Boolean
820
+
821
+ </span>
766
822
 
767
823
 
768
824
 
@@ -788,7 +844,11 @@ new Point({
788
844
  <code>
789
845
 
790
846
 
791
- <span class="param-type">String</span>
847
+ <span class="param-type">
848
+
849
+ String
850
+
851
+ </span>
792
852
 
793
853
 
794
854
 
@@ -807,7 +867,7 @@ new Point({
807
867
 
808
868
  </code>
809
869
  </td>
810
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
870
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
811
871
  </tr>
812
872
 
813
873
  <tr class="deep-level-0">
@@ -816,7 +876,11 @@ new Point({
816
876
  <code>
817
877
 
818
878
 
819
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
879
+ <span class="param-type">
880
+
881
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
882
+
883
+ </span>
820
884
 
821
885
 
822
886
 
@@ -832,7 +896,11 @@ new Point({
832
896
  <code>
833
897
 
834
898
 
835
- <span class="param-type">String</span>
899
+ <span class="param-type">
900
+
901
+ String
902
+
903
+ </span>
836
904
 
837
905
 
838
906
 
@@ -848,7 +916,11 @@ new Point({
848
916
  <code>
849
917
 
850
918
 
851
- <span class="param-type">Object</span>
919
+ <span class="param-type">
920
+
921
+ Object
922
+
923
+ </span>
852
924
 
853
925
 
854
926
 
@@ -857,12 +929,7 @@ new Point({
857
929
  </td>
858
930
  <td class="name"><code><p>移除事件<br/>
859
931
  示例如下:<br/>
860
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
861
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
862
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
863
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
864
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
865
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
932
+ </code></td>
866
933
  </tr>
867
934
 
868
935
  <tr class="deep-level-0">
@@ -871,7 +938,11 @@ new Point({
871
938
  <code>
872
939
 
873
940
 
874
- <span class="param-type">Object</span>
941
+ <span class="param-type">
942
+
943
+ Object
944
+
945
+ </span>
875
946
 
876
947
 
877
948
 
@@ -880,11 +951,7 @@ new Point({
880
951
  </td>
881
952
  <td class="name"><code><p>注册一个新的监听事件;<br/>
882
953
  示例如下:<br/>
883
- <a href='#event1'>[1、注册一个事件]</a><br/>
884
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
885
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
886
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
887
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
954
+ </code></td>
888
955
  </tr>
889
956
 
890
957
  <tr class="deep-level-0">
@@ -893,10 +960,18 @@ new Point({
893
960
  <code>
894
961
 
895
962
 
896
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
963
+ <span class="param-type">
964
+
965
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
966
+
967
+ </span>
897
968
  |
898
969
 
899
- <span class="param-type">null</span>
970
+ <span class="param-type">
971
+
972
+ null
973
+
974
+ </span>
900
975
 
901
976
 
902
977
 
@@ -912,7 +987,11 @@ new Point({
912
987
  <code>
913
988
 
914
989
 
915
- <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
990
+ <span class="param-type">
991
+
992
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
993
+
994
+ </span>
916
995
 
917
996
 
918
997
 
@@ -931,7 +1010,7 @@ new Point({
931
1010
 
932
1011
  </code>
933
1012
  </td>
934
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1013
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
935
1014
  </tr>
936
1015
 
937
1016
  <tr class="deep-level-0">
@@ -940,7 +1019,11 @@ new Point({
940
1019
  <code>
941
1020
 
942
1021
 
943
- <span class="param-type">Object</span>
1022
+ <span class="param-type">
1023
+
1024
+ Object
1025
+
1026
+ </span>
944
1027
 
945
1028
 
946
1029
 
@@ -956,15 +1039,18 @@ new Point({
956
1039
  <code>
957
1040
 
958
1041
 
959
- <span class="param-type">Object</span>
1042
+ <span class="param-type">
1043
+
1044
+ Object
1045
+
1046
+ </span>
960
1047
 
961
1048
 
962
1049
 
963
1050
 
964
1051
  </code>
965
1052
  </td>
966
- <td class="name"><code><p><a id='toJSON'></a>
967
- 导出为json对象</p></code></td>
1053
+ <td class="name"><code><p></code></td>
968
1054
  </tr>
969
1055
 
970
1056
  <tr class="deep-level-0">
@@ -976,7 +1062,7 @@ new Point({
976
1062
 
977
1063
  </code>
978
1064
  </td>
979
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1065
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
980
1066
  </tr>
981
1067
 
982
1068
  <tr class="deep-level-0">
@@ -988,7 +1074,7 @@ new Point({
988
1074
 
989
1075
  </code>
990
1076
  </td>
991
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1077
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
992
1078
  </tr>
993
1079
 
994
1080
  <tr class="deep-level-0">
@@ -997,7 +1083,11 @@ new Point({
997
1083
  <code>
998
1084
 
999
1085
 
1000
- <span class="param-type">String</span>
1086
+ <span class="param-type">
1087
+
1088
+ String
1089
+
1090
+ </span>
1001
1091
 
1002
1092
 
1003
1093
 
@@ -1069,13 +1159,17 @@ new Point({
1069
1159
 
1070
1160
  <tr class="deep-level-0">
1071
1161
 
1072
- <td class="name" id="json"><code>json</code></td>
1162
+ <td class="name"><code>json</code></td>
1073
1163
 
1074
1164
 
1075
1165
  <td class="type">
1076
1166
 
1077
1167
 
1078
- <span class="param-type">Object</span>
1168
+ <span class="param-type">
1169
+
1170
+ Object
1171
+
1172
+ </span>
1079
1173
 
1080
1174
 
1081
1175
 
@@ -1233,16 +1327,24 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1233
1327
 
1234
1328
  <tr class="deep-level-0">
1235
1329
 
1236
- <td class="name" id="point"><code>point</code></td>
1330
+ <td class="name"><code>point</code></td>
1237
1331
 
1238
1332
 
1239
1333
  <td class="type">
1240
1334
 
1241
1335
 
1242
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1336
+ <span class="param-type">
1337
+
1338
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1339
+
1340
+ </span>
1243
1341
  |
1244
1342
 
1245
- <span class="param-type">Array.&lt;Number></span>
1343
+ <span class="param-type">
1344
+
1345
+ Array.&lt;Number>
1346
+
1347
+ </span>
1246
1348
 
1247
1349
 
1248
1350
 
@@ -1265,13 +1367,17 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1265
1367
 
1266
1368
  <tr class="deep-level-0">
1267
1369
 
1268
- <td class="name" id="mode"><code>mode</code></td>
1370
+ <td class="name"><code>mode</code></td>
1269
1371
 
1270
1372
 
1271
1373
  <td class="type">
1272
1374
 
1273
1375
 
1274
- <span class="param-type">String</span>
1376
+ <span class="param-type">
1377
+
1378
+ String
1379
+
1380
+ </span>
1275
1381
 
1276
1382
 
1277
1383
 
@@ -1366,7 +1472,11 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1366
1472
  <div class='column is-5 has-text-left'>
1367
1473
  <label>类型: </label>
1368
1474
 
1369
- <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
1475
+ <span class="param-type">
1476
+
1477
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
1478
+
1479
+ </span>
1370
1480
 
1371
1481
 
1372
1482
 
@@ -1509,7 +1619,11 @@ multiPoint.addPoint([102,2.0])</code></pre>
1509
1619
  <div class='column is-5 has-text-left'>
1510
1620
  <label>类型: </label>
1511
1621
 
1512
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1622
+ <span class="param-type">
1623
+
1624
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1625
+
1626
+ </span>
1513
1627
 
1514
1628
 
1515
1629
 
@@ -1581,16 +1695,24 @@ multiPoint.addPoint([102,2.0])</code></pre>
1581
1695
 
1582
1696
  <tr class="deep-level-0">
1583
1697
 
1584
- <td class="name" id="point"><code>point</code></td>
1698
+ <td class="name"><code>point</code></td>
1585
1699
 
1586
1700
 
1587
1701
  <td class="type">
1588
1702
 
1589
1703
 
1590
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1704
+ <span class="param-type">
1705
+
1706
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1707
+
1708
+ </span>
1591
1709
  |
1592
1710
 
1593
- <span class="param-type">Array.&lt;Number></span>
1711
+ <span class="param-type">
1712
+
1713
+ Array.&lt;Number>
1714
+
1715
+ </span>
1594
1716
 
1595
1717
 
1596
1718
 
@@ -1679,7 +1801,11 @@ multiPoint.addPoint([102,2.0])</code></pre>
1679
1801
  <div class='column is-5 has-text-left'>
1680
1802
  <label>类型: </label>
1681
1803
 
1682
- <span class="param-type">Boolean</span>
1804
+ <span class="param-type">
1805
+
1806
+ Boolean
1807
+
1808
+ </span>
1683
1809
 
1684
1810
 
1685
1811
 
@@ -1751,13 +1877,17 @@ multiPoint.addPoint([102,2.0])</code></pre>
1751
1877
 
1752
1878
  <tr class="deep-level-0">
1753
1879
 
1754
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1880
+ <td class="name"><code>GeoJSON</code></td>
1755
1881
 
1756
1882
 
1757
1883
  <td class="type">
1758
1884
 
1759
1885
 
1760
- <span class="param-type">Object</span>
1886
+ <span class="param-type">
1887
+
1888
+ Object
1889
+
1890
+ </span>
1761
1891
 
1762
1892
 
1763
1893
 
@@ -1947,7 +2077,11 @@ multiPoint.addPoint([102,2.0])</code></pre>
1947
2077
  <div class='column is-5 has-text-left'>
1948
2078
  <label>类型: </label>
1949
2079
 
1950
- <span class="param-type">String</span>
2080
+ <span class="param-type">
2081
+
2082
+ String
2083
+
2084
+ </span>
1951
2085
 
1952
2086
 
1953
2087
 
@@ -2132,13 +2266,17 @@ multiPoint.addPoint([102,2.0])</code></pre>
2132
2266
 
2133
2267
  <tr class="deep-level-0">
2134
2268
 
2135
- <td class="name" id="index"><code>index</code></td>
2269
+ <td class="name"><code>index</code></td>
2136
2270
 
2137
2271
 
2138
2272
  <td class="type">
2139
2273
 
2140
2274
 
2141
- <span class="param-type">Number</span>
2275
+ <span class="param-type">
2276
+
2277
+ Number
2278
+
2279
+ </span>
2142
2280
 
2143
2281
 
2144
2282
 
@@ -2227,7 +2365,11 @@ multiPoint.addPoint([102,2.0])</code></pre>
2227
2365
  <div class='column is-5 has-text-left'>
2228
2366
  <label>类型: </label>
2229
2367
 
2230
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2368
+ <span class="param-type">
2369
+
2370
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2371
+
2372
+ </span>
2231
2373
 
2232
2374
 
2233
2375
 
@@ -2370,7 +2512,11 @@ const point = multiPoint.getPoint(0)</code></pre>
2370
2512
  <div class='column is-5 has-text-left'>
2371
2513
  <label>类型: </label>
2372
2514
 
2373
- <span class="param-type">String</span>
2515
+ <span class="param-type">
2516
+
2517
+ String
2518
+
2519
+ </span>
2374
2520
 
2375
2521
 
2376
2522
 
@@ -2449,13 +2595,17 @@ const point = multiPoint.getPoint(0)</code></pre>
2449
2595
 
2450
2596
  <tr class="deep-level-0">
2451
2597
 
2452
- <td class="name" id="types"><code>types</code></td>
2598
+ <td class="name"><code>types</code></td>
2453
2599
 
2454
2600
 
2455
2601
  <td class="type">
2456
2602
 
2457
2603
 
2458
- <span class="param-type">string</span>
2604
+ <span class="param-type">
2605
+
2606
+ string
2607
+
2608
+ </span>
2459
2609
 
2460
2610
 
2461
2611
 
@@ -2476,13 +2626,17 @@ const point = multiPoint.getPoint(0)</code></pre>
2476
2626
 
2477
2627
  <tr class="deep-level-0">
2478
2628
 
2479
- <td class="name" id="fn"><code>fn</code></td>
2629
+ <td class="name"><code>fn</code></td>
2480
2630
 
2481
2631
 
2482
2632
  <td class="type">
2483
2633
 
2484
2634
 
2485
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2486
2640
 
2487
2641
 
2488
2642
 
@@ -2501,13 +2655,17 @@ const point = multiPoint.getPoint(0)</code></pre>
2501
2655
 
2502
2656
  <tr class="deep-level-0">
2503
2657
 
2504
- <td class="name" id="context"><code>context</code></td>
2658
+ <td class="name"><code>context</code></td>
2505
2659
 
2506
2660
 
2507
2661
  <td class="type">
2508
2662
 
2509
2663
 
2510
- <span class="param-type">Object</span>
2664
+ <span class="param-type">
2665
+
2666
+ Object
2667
+
2668
+ </span>
2511
2669
 
2512
2670
 
2513
2671
 
@@ -2601,7 +2759,11 @@ const point = multiPoint.getPoint(0)</code></pre>
2601
2759
  <div class='column is-5 has-text-left'>
2602
2760
  <label>类型: </label>
2603
2761
 
2604
- <span class="param-type">Object</span>
2762
+ <span class="param-type">
2763
+
2764
+ Object
2765
+
2766
+ </span>
2605
2767
 
2606
2768
 
2607
2769
 
@@ -2769,16 +2931,24 @@ view.off({
2769
2931
 
2770
2932
  <tr class="deep-level-0">
2771
2933
 
2772
- <td class="name" id="types"><code>types</code></td>
2934
+ <td class="name"><code>types</code></td>
2773
2935
 
2774
2936
 
2775
2937
  <td class="type">
2776
2938
 
2777
2939
 
2778
- <span class="param-type">String</span>
2940
+ <span class="param-type">
2941
+
2942
+ String
2943
+
2944
+ </span>
2779
2945
  |
2780
2946
 
2781
- <span class="param-type">Object</span>
2947
+ <span class="param-type">
2948
+
2949
+ Object
2950
+
2951
+ </span>
2782
2952
 
2783
2953
 
2784
2954
 
@@ -2805,13 +2975,17 @@ view.off({
2805
2975
 
2806
2976
  <tr class="deep-level-0">
2807
2977
 
2808
- <td class="name" id="fn"><code>fn</code></td>
2978
+ <td class="name"><code>fn</code></td>
2809
2979
 
2810
2980
 
2811
2981
  <td class="type">
2812
2982
 
2813
2983
 
2814
- <span class="param-type">function</span>
2984
+ <span class="param-type">
2985
+
2986
+ function
2987
+
2988
+ </span>
2815
2989
 
2816
2990
 
2817
2991
 
@@ -2836,13 +3010,17 @@ view.off({
2836
3010
 
2837
3011
  <tr class="deep-level-0">
2838
3012
 
2839
- <td class="name" id="context"><code>context</code></td>
3013
+ <td class="name"><code>context</code></td>
2840
3014
 
2841
3015
 
2842
3016
  <td class="type">
2843
3017
 
2844
3018
 
2845
- <span class="param-type">Object</span>
3019
+ <span class="param-type">
3020
+
3021
+ Object
3022
+
3023
+ </span>
2846
3024
 
2847
3025
 
2848
3026
 
@@ -2942,7 +3120,11 @@ view.off({
2942
3120
  <div class='column is-5 has-text-left'>
2943
3121
  <label>类型: </label>
2944
3122
 
2945
- <span class="param-type">Object</span>
3123
+ <span class="param-type">
3124
+
3125
+ Object
3126
+
3127
+ </span>
2946
3128
 
2947
3129
 
2948
3130
 
@@ -3092,13 +3274,17 @@ view.on({
3092
3274
 
3093
3275
  <tr class="deep-level-0">
3094
3276
 
3095
- <td class="name" id="index"><code>index</code></td>
3277
+ <td class="name"><code>index</code></td>
3096
3278
 
3097
3279
 
3098
3280
  <td class="type">
3099
3281
 
3100
3282
 
3101
- <span class="param-type">Number</span>
3283
+ <span class="param-type">
3284
+
3285
+ Number
3286
+
3287
+ </span>
3102
3288
 
3103
3289
 
3104
3290
 
@@ -3187,10 +3373,18 @@ view.on({
3187
3373
  <div class='column is-5 has-text-left'>
3188
3374
  <label>类型: </label>
3189
3375
 
3190
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3376
+ <span class="param-type">
3377
+
3378
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3379
+
3380
+ </span>
3191
3381
  |
3192
3382
 
3193
- <span class="param-type">null</span>
3383
+ <span class="param-type">
3384
+
3385
+ null
3386
+
3387
+ </span>
3194
3388
 
3195
3389
 
3196
3390
 
@@ -3283,13 +3477,17 @@ const point = multiPoint.removePoint(0)</code></pre>
3283
3477
 
3284
3478
  <tr class="deep-level-0">
3285
3479
 
3286
- <td class="name" id="index"><code>index</code></td>
3480
+ <td class="name"><code>index</code></td>
3287
3481
 
3288
3482
 
3289
3483
  <td class="type">
3290
3484
 
3291
3485
 
3292
- <span class="param-type">Number</span>
3486
+ <span class="param-type">
3487
+
3488
+ Number
3489
+
3490
+ </span>
3293
3491
 
3294
3492
 
3295
3493
 
@@ -3308,16 +3506,24 @@ const point = multiPoint.removePoint(0)</code></pre>
3308
3506
 
3309
3507
  <tr class="deep-level-0">
3310
3508
 
3311
- <td class="name" id="point"><code>point</code></td>
3509
+ <td class="name"><code>point</code></td>
3312
3510
 
3313
3511
 
3314
3512
  <td class="type">
3315
3513
 
3316
3514
 
3317
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3515
+ <span class="param-type">
3516
+
3517
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3518
+
3519
+ </span>
3318
3520
  |
3319
3521
 
3320
- <span class="param-type">Array.&lt;Number></span>
3522
+ <span class="param-type">
3523
+
3524
+ Array.&lt;Number>
3525
+
3526
+ </span>
3321
3527
 
3322
3528
 
3323
3529
 
@@ -3406,7 +3612,11 @@ const point = multiPoint.removePoint(0)</code></pre>
3406
3612
  <div class='column is-5 has-text-left'>
3407
3613
  <label>类型: </label>
3408
3614
 
3409
- <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
3615
+ <span class="param-type">
3616
+
3617
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
3618
+
3619
+ </span>
3410
3620
 
3411
3621
 
3412
3622
 
@@ -3657,7 +3867,11 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3657
3867
  <div class='column is-5 has-text-left'>
3658
3868
  <label>类型: </label>
3659
3869
 
3660
- <span class="param-type">Object</span>
3870
+ <span class="param-type">
3871
+
3872
+ Object
3873
+
3874
+ </span>
3661
3875
 
3662
3876
 
3663
3877
 
@@ -3780,7 +3994,11 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3780
3994
  <div class='column is-5 has-text-left'>
3781
3995
  <label>类型: </label>
3782
3996
 
3783
- <span class="param-type">Object</span>
3997
+ <span class="param-type">
3998
+
3999
+ Object
4000
+
4001
+ </span>
3784
4002
 
3785
4003
 
3786
4004
 
@@ -4123,7 +4341,11 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
4123
4341
  <div class='column is-5 has-text-left'>
4124
4342
  <label>类型: </label>
4125
4343
 
4126
- <span class="param-type">String</span>
4344
+ <span class="param-type">
4345
+
4346
+ String
4347
+
4348
+ </span>
4127
4349
 
4128
4350
 
4129
4351