@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 { LineString } 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 { LineString } 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</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { LineString } 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
 
@@ -332,7 +344,11 @@ new LineString({
332
344
  <td class="name">
333
345
  <code>
334
346
 
335
- <span class="param-type">Array</span>
347
+ <span class="param-type">
348
+
349
+ Array
350
+
351
+ </span>
336
352
 
337
353
 
338
354
 
@@ -346,7 +362,11 @@ new LineString({
346
362
  <td class="name">
347
363
  <code>
348
364
 
349
- <span class="param-type">Number</span>
365
+ <span class="param-type">
366
+
367
+ Number
368
+
369
+ </span>
350
370
 
351
371
 
352
372
 
@@ -360,7 +380,11 @@ new LineString({
360
380
  <td class="name">
361
381
  <code>
362
382
 
363
- <span class="param-type">Boolean</span>
383
+ <span class="param-type">
384
+
385
+ Boolean
386
+
387
+ </span>
364
388
 
365
389
 
366
390
 
@@ -374,7 +398,11 @@ new LineString({
374
398
  <td class="name">
375
399
  <code>
376
400
 
377
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
401
+ <span class="param-type">
402
+
403
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
404
+
405
+ </span>
378
406
 
379
407
 
380
408
 
@@ -388,7 +416,11 @@ new LineString({
388
416
  <td class="name">
389
417
  <code>
390
418
 
391
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
419
+ <span class="param-type">
420
+
421
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
422
+
423
+ </span>
392
424
 
393
425
 
394
426
 
@@ -408,7 +440,11 @@ new LineString({
408
440
  <span class="method-parameter is-pulled-right">
409
441
  <label>类型:</label>
410
442
 
411
- <span class="param-type">Array</span>
443
+ <span class="param-type">
444
+
445
+ Array
446
+
447
+ </span>
412
448
 
413
449
 
414
450
 
@@ -479,7 +515,11 @@ new LineString({
479
515
  <span class="method-parameter is-pulled-right">
480
516
  <label>类型:</label>
481
517
 
482
- <span class="param-type">Number</span>
518
+ <span class="param-type">
519
+
520
+ Number
521
+
522
+ </span>
483
523
 
484
524
 
485
525
 
@@ -555,7 +595,11 @@ new LineString({
555
595
  <span class="method-parameter is-pulled-right">
556
596
  <label>类型:</label>
557
597
 
558
- <span class="param-type">Boolean</span>
598
+ <span class="param-type">
599
+
600
+ Boolean
601
+
602
+ </span>
559
603
 
560
604
 
561
605
 
@@ -635,7 +679,11 @@ new LineString({
635
679
  <span class="method-parameter is-pulled-right">
636
680
  <label>类型:</label>
637
681
 
638
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
682
+ <span class="param-type">
683
+
684
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
685
+
686
+ </span>
639
687
 
640
688
 
641
689
 
@@ -711,7 +759,11 @@ new LineString({
711
759
  <span class="method-parameter is-pulled-right">
712
760
  <label>类型:</label>
713
761
 
714
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
762
+ <span class="param-type">
763
+
764
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
765
+
766
+ </span>
715
767
 
716
768
 
717
769
 
@@ -813,7 +865,11 @@ new LineString({
813
865
  <code>
814
866
 
815
867
 
816
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
868
+ <span class="param-type">
869
+
870
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
871
+
872
+ </span>
817
873
 
818
874
 
819
875
 
@@ -839,7 +895,11 @@ new LineString({
839
895
  <code>
840
896
 
841
897
 
842
- <span class="param-type">String</span>
898
+ <span class="param-type">
899
+
900
+ String
901
+
902
+ </span>
843
903
 
844
904
 
845
905
 
@@ -858,7 +918,7 @@ new LineString({
858
918
 
859
919
  </code>
860
920
  </td>
861
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
921
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
862
922
  </tr>
863
923
 
864
924
  <tr class="deep-level-0">
@@ -867,10 +927,18 @@ new LineString({
867
927
  <code>
868
928
 
869
929
 
870
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
930
+ <span class="param-type">
931
+
932
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
933
+
934
+ </span>
871
935
  |
872
936
 
873
- <span class="param-type">null</span>
937
+ <span class="param-type">
938
+
939
+ null
940
+
941
+ </span>
874
942
 
875
943
 
876
944
 
@@ -886,7 +954,11 @@ new LineString({
886
954
  <code>
887
955
 
888
956
 
889
- <span class="param-type">String</span>
957
+ <span class="param-type">
958
+
959
+ String
960
+
961
+ </span>
890
962
 
891
963
 
892
964
 
@@ -902,7 +974,11 @@ new LineString({
902
974
  <code>
903
975
 
904
976
 
905
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
977
+ <span class="param-type">
978
+
979
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
980
+
981
+ </span>
906
982
 
907
983
 
908
984
 
@@ -918,7 +994,11 @@ new LineString({
918
994
  <code>
919
995
 
920
996
 
921
- <span class="param-type">Object</span>
997
+ <span class="param-type">
998
+
999
+ Object
1000
+
1001
+ </span>
922
1002
 
923
1003
 
924
1004
 
@@ -927,12 +1007,7 @@ new LineString({
927
1007
  </td>
928
1008
  <td class="name"><code><p>移除事件<br/>
929
1009
  示例如下:<br/>
930
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
931
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
932
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
933
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
934
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
935
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1010
+ </code></td>
936
1011
  </tr>
937
1012
 
938
1013
  <tr class="deep-level-0">
@@ -941,7 +1016,11 @@ new LineString({
941
1016
  <code>
942
1017
 
943
1018
 
944
- <span class="param-type">Object</span>
1019
+ <span class="param-type">
1020
+
1021
+ Object
1022
+
1023
+ </span>
945
1024
 
946
1025
 
947
1026
 
@@ -950,11 +1029,7 @@ new LineString({
950
1029
  </td>
951
1030
  <td class="name"><code><p>注册一个新的监听事件;<br/>
952
1031
  示例如下:<br/>
953
- <a href='#event1'>[1、注册一个事件]</a><br/>
954
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
955
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
956
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
957
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1032
+ </code></td>
958
1033
  </tr>
959
1034
 
960
1035
  <tr class="deep-level-0">
@@ -963,7 +1038,11 @@ new LineString({
963
1038
  <code>
964
1039
 
965
1040
 
966
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1041
+ <span class="param-type">
1042
+
1043
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1044
+
1045
+ </span>
967
1046
 
968
1047
 
969
1048
 
@@ -979,7 +1058,11 @@ new LineString({
979
1058
  <code>
980
1059
 
981
1060
 
982
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
1061
+ <span class="param-type">
1062
+
1063
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
1064
+
1065
+ </span>
983
1066
 
984
1067
 
985
1068
 
@@ -998,7 +1081,7 @@ new LineString({
998
1081
 
999
1082
  </code>
1000
1083
  </td>
1001
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1084
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
1002
1085
  </tr>
1003
1086
 
1004
1087
  <tr class="deep-level-0">
@@ -1007,7 +1090,11 @@ new LineString({
1007
1090
  <code>
1008
1091
 
1009
1092
 
1010
- <span class="param-type">Object</span>
1093
+ <span class="param-type">
1094
+
1095
+ Object
1096
+
1097
+ </span>
1011
1098
 
1012
1099
 
1013
1100
 
@@ -1023,15 +1110,18 @@ new LineString({
1023
1110
  <code>
1024
1111
 
1025
1112
 
1026
- <span class="param-type">Object</span>
1113
+ <span class="param-type">
1114
+
1115
+ Object
1116
+
1117
+ </span>
1027
1118
 
1028
1119
 
1029
1120
 
1030
1121
 
1031
1122
  </code>
1032
1123
  </td>
1033
- <td class="name"><code><p><a id='toJSON'></a>
1034
- 导出为json对象</p></code></td>
1124
+ <td class="name"><code><p></code></td>
1035
1125
  </tr>
1036
1126
 
1037
1127
  <tr class="deep-level-0">
@@ -1043,7 +1133,7 @@ new LineString({
1043
1133
 
1044
1134
  </code>
1045
1135
  </td>
1046
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1136
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1047
1137
  </tr>
1048
1138
 
1049
1139
  <tr class="deep-level-0">
@@ -1055,7 +1145,7 @@ new LineString({
1055
1145
 
1056
1146
  </code>
1057
1147
  </td>
1058
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1148
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
1059
1149
  </tr>
1060
1150
 
1061
1151
  <tr class="deep-level-0">
@@ -1064,14 +1154,18 @@ new LineString({
1064
1154
  <code>
1065
1155
 
1066
1156
 
1067
- <span class="param-type">String</span>
1157
+ <span class="param-type">
1158
+
1159
+ String
1160
+
1161
+ </span>
1068
1162
 
1069
1163
 
1070
1164
 
1071
1165
 
1072
1166
  </code>
1073
1167
  </td>
1074
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1168
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1075
1169
  </tr>
1076
1170
 
1077
1171
  <tr class="deep-level-0">
@@ -1080,7 +1174,11 @@ new LineString({
1080
1174
  <code>
1081
1175
 
1082
1176
 
1083
- <span class="param-type">String</span>
1177
+ <span class="param-type">
1178
+
1179
+ String
1180
+
1181
+ </span>
1084
1182
 
1085
1183
 
1086
1184
 
@@ -1152,13 +1250,17 @@ new LineString({
1152
1250
 
1153
1251
  <tr class="deep-level-0">
1154
1252
 
1155
- <td class="name" id="json"><code>json</code></td>
1253
+ <td class="name"><code>json</code></td>
1156
1254
 
1157
1255
 
1158
1256
  <td class="type">
1159
1257
 
1160
1258
 
1161
- <span class="param-type">Object</span>
1259
+ <span class="param-type">
1260
+
1261
+ Object
1262
+
1263
+ </span>
1162
1264
 
1163
1265
 
1164
1266
 
@@ -1363,7 +1465,11 @@ const line = LineString.fromJSON(json)</code></pre>
1363
1465
  <div class='column is-5 has-text-left'>
1364
1466
  <label>类型: </label>
1365
1467
 
1366
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1468
+ <span class="param-type">
1469
+
1470
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1471
+
1472
+ </span>
1367
1473
 
1368
1474
 
1369
1475
 
@@ -1435,13 +1541,17 @@ const line = LineString.fromJSON(json)</code></pre>
1435
1541
 
1436
1542
  <tr class="deep-level-0">
1437
1543
 
1438
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1544
+ <td class="name"><code>GeoJSON</code></td>
1439
1545
 
1440
1546
 
1441
1547
  <td class="type">
1442
1548
 
1443
1549
 
1444
- <span class="param-type">Object</span>
1550
+ <span class="param-type">
1551
+
1552
+ Object
1553
+
1554
+ </span>
1445
1555
 
1446
1556
 
1447
1557
 
@@ -1631,7 +1741,11 @@ const line = LineString.fromJSON(json)</code></pre>
1631
1741
  <div class='column is-5 has-text-left'>
1632
1742
  <label>类型: </label>
1633
1743
 
1634
- <span class="param-type">String</span>
1744
+ <span class="param-type">
1745
+
1746
+ String
1747
+
1748
+ </span>
1635
1749
 
1636
1750
 
1637
1751
 
@@ -1816,13 +1930,17 @@ const line = LineString.fromJSON(json)</code></pre>
1816
1930
 
1817
1931
  <tr class="deep-level-0">
1818
1932
 
1819
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
1933
+ <td class="name"><code>pointIndex</code></td>
1820
1934
 
1821
1935
 
1822
1936
  <td class="type">
1823
1937
 
1824
1938
 
1825
- <span class="param-type">Number</span>
1939
+ <span class="param-type">
1940
+
1941
+ Number
1942
+
1943
+ </span>
1826
1944
 
1827
1945
 
1828
1946
 
@@ -1911,10 +2029,18 @@ const line = LineString.fromJSON(json)</code></pre>
1911
2029
  <div class='column is-5 has-text-left'>
1912
2030
  <label>类型: </label>
1913
2031
 
1914
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2032
+ <span class="param-type">
2033
+
2034
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2035
+
2036
+ </span>
1915
2037
  |
1916
2038
 
1917
- <span class="param-type">null</span>
2039
+ <span class="param-type">
2040
+
2041
+ null
2042
+
2043
+ </span>
1918
2044
 
1919
2045
 
1920
2046
 
@@ -2056,7 +2182,11 @@ const point = lineString.getPoint(0)</code></pre>
2056
2182
  <div class='column is-5 has-text-left'>
2057
2183
  <label>类型: </label>
2058
2184
 
2059
- <span class="param-type">String</span>
2185
+ <span class="param-type">
2186
+
2187
+ String
2188
+
2189
+ </span>
2060
2190
 
2061
2191
 
2062
2192
 
@@ -2128,13 +2258,17 @@ const point = lineString.getPoint(0)</code></pre>
2128
2258
 
2129
2259
  <tr class="deep-level-0">
2130
2260
 
2131
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2261
+ <td class="name"><code>pointIndex</code></td>
2132
2262
 
2133
2263
 
2134
2264
  <td class="type">
2135
2265
 
2136
2266
 
2137
- <span class="param-type">Number</span>
2267
+ <span class="param-type">
2268
+
2269
+ Number
2270
+
2271
+ </span>
2138
2272
 
2139
2273
 
2140
2274
 
@@ -2153,16 +2287,24 @@ const point = lineString.getPoint(0)</code></pre>
2153
2287
 
2154
2288
  <tr class="deep-level-0">
2155
2289
 
2156
- <td class="name" id="point"><code>point</code></td>
2290
+ <td class="name"><code>point</code></td>
2157
2291
 
2158
2292
 
2159
2293
  <td class="type">
2160
2294
 
2161
2295
 
2162
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2296
+ <span class="param-type">
2297
+
2298
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2299
+
2300
+ </span>
2163
2301
  |
2164
2302
 
2165
- <span class="param-type">Array.&lt;Number></span>
2303
+ <span class="param-type">
2304
+
2305
+ Array.&lt;Number>
2306
+
2307
+ </span>
2166
2308
 
2167
2309
 
2168
2310
 
@@ -2251,7 +2393,11 @@ const point = lineString.getPoint(0)</code></pre>
2251
2393
  <div class='column is-5 has-text-left'>
2252
2394
  <label>类型: </label>
2253
2395
 
2254
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
2396
+ <span class="param-type">
2397
+
2398
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
2399
+
2400
+ </span>
2255
2401
 
2256
2402
 
2257
2403
 
@@ -2350,13 +2496,17 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2350
2496
 
2351
2497
  <tr class="deep-level-0">
2352
2498
 
2353
- <td class="name" id="types"><code>types</code></td>
2499
+ <td class="name"><code>types</code></td>
2354
2500
 
2355
2501
 
2356
2502
  <td class="type">
2357
2503
 
2358
2504
 
2359
- <span class="param-type">string</span>
2505
+ <span class="param-type">
2506
+
2507
+ string
2508
+
2509
+ </span>
2360
2510
 
2361
2511
 
2362
2512
 
@@ -2377,13 +2527,17 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2377
2527
 
2378
2528
  <tr class="deep-level-0">
2379
2529
 
2380
- <td class="name" id="fn"><code>fn</code></td>
2530
+ <td class="name"><code>fn</code></td>
2381
2531
 
2382
2532
 
2383
2533
  <td class="type">
2384
2534
 
2385
2535
 
2386
- <span class="param-type">function</span>
2536
+ <span class="param-type">
2537
+
2538
+ function
2539
+
2540
+ </span>
2387
2541
 
2388
2542
 
2389
2543
 
@@ -2402,13 +2556,17 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2402
2556
 
2403
2557
  <tr class="deep-level-0">
2404
2558
 
2405
- <td class="name" id="context"><code>context</code></td>
2559
+ <td class="name"><code>context</code></td>
2406
2560
 
2407
2561
 
2408
2562
  <td class="type">
2409
2563
 
2410
2564
 
2411
- <span class="param-type">Object</span>
2565
+ <span class="param-type">
2566
+
2567
+ Object
2568
+
2569
+ </span>
2412
2570
 
2413
2571
 
2414
2572
 
@@ -2502,7 +2660,11 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2502
2660
  <div class='column is-5 has-text-left'>
2503
2661
  <label>类型: </label>
2504
2662
 
2505
- <span class="param-type">Object</span>
2663
+ <span class="param-type">
2664
+
2665
+ Object
2666
+
2667
+ </span>
2506
2668
 
2507
2669
 
2508
2670
 
@@ -2670,16 +2832,24 @@ view.off({
2670
2832
 
2671
2833
  <tr class="deep-level-0">
2672
2834
 
2673
- <td class="name" id="types"><code>types</code></td>
2835
+ <td class="name"><code>types</code></td>
2674
2836
 
2675
2837
 
2676
2838
  <td class="type">
2677
2839
 
2678
2840
 
2679
- <span class="param-type">String</span>
2841
+ <span class="param-type">
2842
+
2843
+ String
2844
+
2845
+ </span>
2680
2846
  |
2681
2847
 
2682
- <span class="param-type">Object</span>
2848
+ <span class="param-type">
2849
+
2850
+ Object
2851
+
2852
+ </span>
2683
2853
 
2684
2854
 
2685
2855
 
@@ -2706,13 +2876,17 @@ view.off({
2706
2876
 
2707
2877
  <tr class="deep-level-0">
2708
2878
 
2709
- <td class="name" id="fn"><code>fn</code></td>
2879
+ <td class="name"><code>fn</code></td>
2710
2880
 
2711
2881
 
2712
2882
  <td class="type">
2713
2883
 
2714
2884
 
2715
- <span class="param-type">function</span>
2885
+ <span class="param-type">
2886
+
2887
+ function
2888
+
2889
+ </span>
2716
2890
 
2717
2891
 
2718
2892
 
@@ -2737,13 +2911,17 @@ view.off({
2737
2911
 
2738
2912
  <tr class="deep-level-0">
2739
2913
 
2740
- <td class="name" id="context"><code>context</code></td>
2914
+ <td class="name"><code>context</code></td>
2741
2915
 
2742
2916
 
2743
2917
  <td class="type">
2744
2918
 
2745
2919
 
2746
- <span class="param-type">Object</span>
2920
+ <span class="param-type">
2921
+
2922
+ Object
2923
+
2924
+ </span>
2747
2925
 
2748
2926
 
2749
2927
 
@@ -2843,7 +3021,11 @@ view.off({
2843
3021
  <div class='column is-5 has-text-left'>
2844
3022
  <label>类型: </label>
2845
3023
 
2846
- <span class="param-type">Object</span>
3024
+ <span class="param-type">
3025
+
3026
+ Object
3027
+
3028
+ </span>
2847
3029
 
2848
3030
 
2849
3031
 
@@ -2993,13 +3175,17 @@ view.on({
2993
3175
 
2994
3176
  <tr class="deep-level-0">
2995
3177
 
2996
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3178
+ <td class="name"><code>pointIndex</code></td>
2997
3179
 
2998
3180
 
2999
3181
  <td class="type">
3000
3182
 
3001
3183
 
3002
- <span class="param-type">Number</span>
3184
+ <span class="param-type">
3185
+
3186
+ Number
3187
+
3188
+ </span>
3003
3189
 
3004
3190
 
3005
3191
 
@@ -3088,7 +3274,11 @@ view.on({
3088
3274
  <div class='column is-5 has-text-left'>
3089
3275
  <label>类型: </label>
3090
3276
 
3091
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3277
+ <span class="param-type">
3278
+
3279
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3280
+
3281
+ </span>
3092
3282
 
3093
3283
 
3094
3284
 
@@ -3180,13 +3370,17 @@ lineString.removePoint(0)</code></pre>
3180
3370
 
3181
3371
  <tr class="deep-level-0">
3182
3372
 
3183
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3373
+ <td class="name"><code>pointIndex</code></td>
3184
3374
 
3185
3375
 
3186
3376
  <td class="type">
3187
3377
 
3188
3378
 
3189
- <span class="param-type">Number</span>
3379
+ <span class="param-type">
3380
+
3381
+ Number
3382
+
3383
+ </span>
3190
3384
 
3191
3385
 
3192
3386
 
@@ -3205,16 +3399,24 @@ lineString.removePoint(0)</code></pre>
3205
3399
 
3206
3400
  <tr class="deep-level-0">
3207
3401
 
3208
- <td class="name" id="point"><code>point</code></td>
3402
+ <td class="name"><code>point</code></td>
3209
3403
 
3210
3404
 
3211
3405
  <td class="type">
3212
3406
 
3213
3407
 
3214
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3408
+ <span class="param-type">
3409
+
3410
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3411
+
3412
+ </span>
3215
3413
  |
3216
3414
 
3217
- <span class="param-type">Array.&lt;Number></span>
3415
+ <span class="param-type">
3416
+
3417
+ Array.&lt;Number>
3418
+
3419
+ </span>
3218
3420
 
3219
3421
 
3220
3422
 
@@ -3303,7 +3505,11 @@ lineString.removePoint(0)</code></pre>
3303
3505
  <div class='column is-5 has-text-left'>
3304
3506
  <label>类型: </label>
3305
3507
 
3306
- <span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3508
+ <span class="param-type">
3509
+
3510
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
3511
+
3512
+ </span>
3307
3513
 
3308
3514
 
3309
3515
 
@@ -3553,7 +3759,11 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3553
3759
  <div class='column is-5 has-text-left'>
3554
3760
  <label>类型: </label>
3555
3761
 
3556
- <span class="param-type">Object</span>
3762
+ <span class="param-type">
3763
+
3764
+ Object
3765
+
3766
+ </span>
3557
3767
 
3558
3768
 
3559
3769
 
@@ -3676,7 +3886,11 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3676
3886
  <div class='column is-5 has-text-left'>
3677
3887
  <label>类型: </label>
3678
3888
 
3679
- <span class="param-type">Object</span>
3889
+ <span class="param-type">
3890
+
3891
+ Object
3892
+
3893
+ </span>
3680
3894
 
3681
3895
 
3682
3896
 
@@ -4014,7 +4228,11 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
4014
4228
  <div class='column is-5 has-text-left'>
4015
4229
  <label>类型: </label>
4016
4230
 
4017
- <span class="param-type">String</span>
4231
+ <span class="param-type">
4232
+
4233
+ String
4234
+
4235
+ </span>
4018
4236
 
4019
4237
 
4020
4238
 
@@ -4136,7 +4354,11 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
4136
4354
  <div class='column is-5 has-text-left'>
4137
4355
  <label>类型: </label>
4138
4356
 
4139
- <span class="param-type">String</span>
4357
+ <span class="param-type">
4358
+
4359
+ String
4360
+
4361
+ </span>
4140
4362
 
4141
4363
 
4142
4364