@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { Circle } 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>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,16 +109,25 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="center"><code>center</code></td>
112
+ <td class="name"><code>center</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
118
+ <span class="param-type">
119
+
120
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
121
+
122
+ </span>
114
123
  |
115
124
 
116
- <span class="param-type">Array.&lt;Number></span>
125
+ <span class="param-type">
126
+
127
+ Array.&lt;Number>
128
+
129
+ </span>
130
+
117
131
 
118
132
 
119
133
 
@@ -133,13 +147,18 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
133
147
 
134
148
  <tr class="deep-level-1">
135
149
 
136
- <td class="name" id="radius"><code>radius</code></td>
150
+ <td class="name"><code>radius</code></td>
137
151
 
138
152
 
139
153
  <td class="type">
140
154
 
141
155
 
142
- <span class="param-type">Number</span>
156
+ <span class="param-type">
157
+
158
+ Number
159
+
160
+ </span>
161
+
143
162
 
144
163
 
145
164
 
@@ -161,13 +180,18 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
161
180
 
162
181
  <tr class="deep-level-1">
163
182
 
164
- <td class="name" id="radiusUnit"><code>radiusUnit</code></td>
183
+ <td class="name"><code>radiusUnit</code></td>
165
184
 
166
185
 
167
186
  <td class="type">
168
187
 
169
188
 
170
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
189
+ <span class="param-type">
190
+
191
+ <a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a>
192
+
193
+ </span>
194
+
171
195
 
172
196
 
173
197
 
@@ -189,13 +213,18 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
189
213
 
190
214
  <tr class="deep-level-1">
191
215
 
192
- <td class="name" id="numberOfPoints"><code>numberOfPoints</code></td>
216
+ <td class="name"><code>numberOfPoints</code></td>
193
217
 
194
218
 
195
219
  <td class="type">
196
220
 
197
221
 
198
- <span class="param-type">Number</span>
222
+ <span class="param-type">
223
+
224
+ Number
225
+
226
+ </span>
227
+
199
228
 
200
229
 
201
230
 
@@ -217,13 +246,18 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
217
246
 
218
247
  <tr class="deep-level-1">
219
248
 
220
- <td class="name" id="geodesic"><code>geodesic</code></td>
249
+ <td class="name"><code>geodesic</code></td>
221
250
 
222
251
 
223
252
  <td class="type">
224
253
 
225
254
 
226
- <span class="param-type">Number</span>
255
+ <span class="param-type">
256
+
257
+ Number
258
+
259
+ </span>
260
+
227
261
 
228
262
 
229
263
 
@@ -245,13 +279,18 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
245
279
 
246
280
  <tr class="deep-level-1">
247
281
 
248
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
282
+ <td class="name"><code>spatialReference</code></td>
249
283
 
250
284
 
251
285
  <td class="type">
252
286
 
253
287
 
254
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
288
+ <span class="param-type">
289
+
290
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
291
+
292
+ </span>
293
+
255
294
 
256
295
 
257
296
 
@@ -400,7 +439,7 @@ new Circle({
400
439
 
401
440
 
402
441
  <ul>
403
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
442
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
404
443
  </ul>
405
444
 
406
445
 
@@ -432,11 +471,16 @@ new Circle({
432
471
  <tbody>
433
472
 
434
473
  <tr class="deep-level-0">
435
- <td class="name"><code><a href="Circle.html#center">center</a></code></td>
474
+ <td class="name"><code><a href="#center">center</a></code></td>
436
475
  <td class="name">
437
476
  <code>
438
477
 
439
- <span class="param-type">Array.&lt;Number></span>
478
+ <span class="param-type">
479
+
480
+ Array.&lt;Number>
481
+
482
+ </span>
483
+
440
484
 
441
485
 
442
486
  </code>
@@ -445,11 +489,16 @@ new Circle({
445
489
  </tr>
446
490
 
447
491
  <tr class="deep-level-0">
448
- <td class="name"><code><a href="Circle.html#extent">extent</a></code></td>
492
+ <td class="name"><code><a href="#extent">extent</a></code></td>
449
493
  <td class="name">
450
494
  <code>
451
495
 
452
- <span class="param-type">Number</span>
496
+ <span class="param-type">
497
+
498
+ Number
499
+
500
+ </span>
501
+
453
502
 
454
503
 
455
504
  </code>
@@ -458,11 +507,16 @@ new Circle({
458
507
  </tr>
459
508
 
460
509
  <tr class="deep-level-0">
461
- <td class="name"><code><a href="Circle.html#geodesic">geodesic</a></code></td>
510
+ <td class="name"><code><a href="#geodesic">geodesic</a></code></td>
462
511
  <td class="name">
463
512
  <code>
464
513
 
465
- <span class="param-type">Boolean</span>
514
+ <span class="param-type">
515
+
516
+ Boolean
517
+
518
+ </span>
519
+
466
520
 
467
521
 
468
522
  </code>
@@ -471,11 +525,16 @@ new Circle({
471
525
  </tr>
472
526
 
473
527
  <tr class="deep-level-0">
474
- <td class="name"><code><a href="Circle.html#hasZ">hasZ</a></code></td>
528
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
475
529
  <td class="name">
476
530
  <code>
477
531
 
478
- <span class="param-type">Boolean</span>
532
+ <span class="param-type">
533
+
534
+ Boolean
535
+
536
+ </span>
537
+
479
538
 
480
539
 
481
540
  </code>
@@ -484,11 +543,16 @@ new Circle({
484
543
  </tr>
485
544
 
486
545
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="Circle.html#radius">radius</a></code></td>
546
+ <td class="name"><code><a href="#radius">radius</a></code></td>
488
547
  <td class="name">
489
548
  <code>
490
549
 
491
- <span class="param-type">Number</span>
550
+ <span class="param-type">
551
+
552
+ Number
553
+
554
+ </span>
555
+
492
556
 
493
557
 
494
558
  </code>
@@ -497,11 +561,16 @@ new Circle({
497
561
  </tr>
498
562
 
499
563
  <tr class="deep-level-0">
500
- <td class="name"><code><a href="Circle.html#radiusUnit">radiusUnit</a></code></td>
564
+ <td class="name"><code><a href="#radiusUnit">radiusUnit</a></code></td>
501
565
  <td class="name">
502
566
  <code>
503
567
 
504
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
568
+ <span class="param-type">
569
+
570
+ <a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a>
571
+
572
+ </span>
573
+
505
574
 
506
575
 
507
576
  </code>
@@ -510,11 +579,16 @@ new Circle({
510
579
  </tr>
511
580
 
512
581
  <tr class="deep-level-0">
513
- <td class="name"><code><a href="Circle.html#spatialReference">spatialReference</a></code></td>
582
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
514
583
  <td class="name">
515
584
  <code>
516
585
 
517
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
586
+ <span class="param-type">
587
+
588
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
589
+
590
+ </span>
591
+
518
592
 
519
593
 
520
594
  </code>
@@ -533,7 +607,12 @@ new Circle({
533
607
  <span class="method-parameter is-pulled-right">
534
608
  <label>类型:</label>
535
609
 
536
- <span class="param-type">Array.&lt;Number></span>
610
+ <span class="param-type">
611
+
612
+ Array.&lt;Number>
613
+
614
+ </span>
615
+
537
616
 
538
617
 
539
618
  </span>
@@ -603,7 +682,12 @@ new Circle({
603
682
  <span class="method-parameter is-pulled-right">
604
683
  <label>类型:</label>
605
684
 
606
- <span class="param-type">Number</span>
685
+ <span class="param-type">
686
+
687
+ Number
688
+
689
+ </span>
690
+
607
691
 
608
692
 
609
693
  </span>
@@ -678,7 +762,12 @@ new Circle({
678
762
  <span class="method-parameter is-pulled-right">
679
763
  <label>类型:</label>
680
764
 
681
- <span class="param-type">Boolean</span>
765
+ <span class="param-type">
766
+
767
+ Boolean
768
+
769
+ </span>
770
+
682
771
 
683
772
 
684
773
  </span>
@@ -753,7 +842,12 @@ new Circle({
753
842
  <span class="method-parameter is-pulled-right">
754
843
  <label>类型:</label>
755
844
 
756
- <span class="param-type">Boolean</span>
845
+ <span class="param-type">
846
+
847
+ Boolean
848
+
849
+ </span>
850
+
757
851
 
758
852
 
759
853
  </span>
@@ -832,7 +926,12 @@ new Circle({
832
926
  <span class="method-parameter is-pulled-right">
833
927
  <label>类型:</label>
834
928
 
835
- <span class="param-type">Number</span>
929
+ <span class="param-type">
930
+
931
+ Number
932
+
933
+ </span>
934
+
836
935
 
837
936
 
838
937
  </span>
@@ -907,7 +1006,12 @@ new Circle({
907
1006
  <span class="method-parameter is-pulled-right">
908
1007
  <label>类型:</label>
909
1008
 
910
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
1009
+ <span class="param-type">
1010
+
1011
+ <a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a>
1012
+
1013
+ </span>
1014
+
911
1015
 
912
1016
 
913
1017
  </span>
@@ -977,7 +1081,12 @@ new Circle({
977
1081
  <span class="method-parameter is-pulled-right">
978
1082
  <label>类型:</label>
979
1083
 
980
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1084
+ <span class="param-type">
1085
+
1086
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1087
+
1088
+ </span>
1089
+
981
1090
 
982
1091
 
983
1092
  </span>
@@ -1011,7 +1120,7 @@ new Circle({
1011
1120
 
1012
1121
  <dt class="inherited-from">Inherited From:</dt>
1013
1122
  <dd class="inherited-from"><ul class="dummy"><li>
1014
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
1123
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
1015
1124
  </li></ul></dd>
1016
1125
 
1017
1126
 
@@ -1068,7 +1177,7 @@ new Circle({
1068
1177
  <tbody>
1069
1178
 
1070
1179
  <tr class="deep-level-0">
1071
- <td class="name"><code><a href="Circle.html#fromJSON">fromJSON</a></code></td>
1180
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1072
1181
  <td class="name">
1073
1182
  <code>
1074
1183
 
@@ -1078,12 +1187,17 @@ new Circle({
1078
1187
  </tr>
1079
1188
 
1080
1189
  <tr class="deep-level-0">
1081
- <td class="name"><code><a href="Circle.html#clone">clone</a></code></td>
1190
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1082
1191
  <td class="name">
1083
1192
  <code>
1084
1193
 
1085
1194
 
1086
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1195
+ <span class="param-type">
1196
+
1197
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1198
+
1199
+ </span>
1200
+
1087
1201
 
1088
1202
 
1089
1203
 
@@ -1093,7 +1207,7 @@ new Circle({
1093
1207
  </tr>
1094
1208
 
1095
1209
  <tr class="deep-level-0">
1096
- <td class="name"><code><a href="Circle.html#fromGeoJSON">fromGeoJSON</a></code></td>
1210
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1097
1211
  <td class="name">
1098
1212
  <code>
1099
1213
 
@@ -1103,12 +1217,17 @@ new Circle({
1103
1217
  </tr>
1104
1218
 
1105
1219
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="Circle.html#getGeometryType">getGeometryType</a></code></td>
1220
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1107
1221
  <td class="name">
1108
1222
  <code>
1109
1223
 
1110
1224
 
1111
- <span class="param-type">String</span>
1225
+ <span class="param-type">
1226
+
1227
+ String
1228
+
1229
+ </span>
1230
+
1112
1231
 
1113
1232
 
1114
1233
 
@@ -1118,27 +1237,37 @@ new Circle({
1118
1237
  </tr>
1119
1238
 
1120
1239
  <tr class="deep-level-0">
1121
- <td class="name"><code><a href="Circle.html#getIGSType">getIGSType</a></code></td>
1240
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1122
1241
  <td class="name">
1123
1242
  <code>
1124
1243
 
1125
1244
 
1126
- <span class="param-type">String</span>
1245
+ <span class="param-type">
1246
+
1247
+ String
1248
+
1249
+ </span>
1250
+
1127
1251
 
1128
1252
 
1129
1253
 
1130
1254
  </code>
1131
1255
  </td>
1132
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
1256
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
1133
1257
  </tr>
1134
1258
 
1135
1259
  <tr class="deep-level-0">
1136
- <td class="name"><code><a href="Circle.html#getType">getType</a></code></td>
1260
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1137
1261
  <td class="name">
1138
1262
  <code>
1139
1263
 
1140
1264
 
1141
- <span class="param-type">String</span>
1265
+ <span class="param-type">
1266
+
1267
+ String
1268
+
1269
+ </span>
1270
+
1142
1271
 
1143
1272
 
1144
1273
 
@@ -1148,12 +1277,17 @@ new Circle({
1148
1277
  </tr>
1149
1278
 
1150
1279
  <tr class="deep-level-0">
1151
- <td class="name"><code><a href="Circle.html#toGeoJSON">toGeoJSON</a></code></td>
1280
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1152
1281
  <td class="name">
1153
1282
  <code>
1154
1283
 
1155
1284
 
1156
- <span class="param-type">Object</span>
1285
+ <span class="param-type">
1286
+
1287
+ Object
1288
+
1289
+ </span>
1290
+
1157
1291
 
1158
1292
 
1159
1293
 
@@ -1163,28 +1297,37 @@ new Circle({
1163
1297
  </tr>
1164
1298
 
1165
1299
  <tr class="deep-level-0">
1166
- <td class="name"><code><a href="Circle.html#toJSON">toJSON</a></code></td>
1300
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1167
1301
  <td class="name">
1168
1302
  <code>
1169
1303
 
1170
1304
 
1171
- <span class="param-type">Object</span>
1305
+ <span class="param-type">
1306
+
1307
+ Object
1308
+
1309
+ </span>
1310
+
1172
1311
 
1173
1312
 
1174
1313
 
1175
1314
  </code>
1176
1315
  </td>
1177
- <td class="name"><code><p><a id='toJSON'></a>
1178
- 导出为json对象</p></code></td>
1316
+ <td class="name"><code><p></code></td>
1179
1317
  </tr>
1180
1318
 
1181
1319
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="Circle.html#toPolygon">toPolygon</a></code></td>
1320
+ <td class="name"><code><a href="#toPolygon">toPolygon</a></code></td>
1183
1321
  <td class="name">
1184
1322
  <code>
1185
1323
 
1186
1324
 
1187
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1325
+ <span class="param-type">
1326
+
1327
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1328
+
1329
+ </span>
1330
+
1188
1331
 
1189
1332
 
1190
1333
 
@@ -1194,42 +1337,57 @@ new Circle({
1194
1337
  </tr>
1195
1338
 
1196
1339
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="Circle.html#toString">toString</a></code></td>
1340
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1198
1341
  <td class="name">
1199
1342
  <code>
1200
1343
 
1201
1344
 
1202
- <span class="param-type">String</span>
1345
+ <span class="param-type">
1346
+
1347
+ String
1348
+
1349
+ </span>
1350
+
1203
1351
 
1204
1352
 
1205
1353
 
1206
1354
  </code>
1207
1355
  </td>
1208
- <td class="name"><code><p>返回如下格式的字符串:&quot;x,y,radius&quot;,若有z,则返回&quot;x,y,z,radius&quot;<a id='toString'></a></p></code></td>
1356
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x,y,radius&quot;,若有z,则返回&quot;x,y,z,radius&quot;</code></td>
1209
1357
  </tr>
1210
1358
 
1211
1359
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="Circle.html#toXMl">toXMl</a></code></td>
1360
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1213
1361
  <td class="name">
1214
1362
  <code>
1215
1363
 
1216
1364
 
1217
- <span class="param-type">String</span>
1365
+ <span class="param-type">
1366
+
1367
+ String
1368
+
1369
+ </span>
1370
+
1218
1371
 
1219
1372
 
1220
1373
 
1221
1374
  </code>
1222
1375
  </td>
1223
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1376
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1224
1377
  </tr>
1225
1378
 
1226
1379
  <tr class="deep-level-0">
1227
- <td class="name"><code><a href="Circle.html#toXML">toXML</a></code></td>
1380
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1228
1381
  <td class="name">
1229
1382
  <code>
1230
1383
 
1231
1384
 
1232
- <span class="param-type">String</span>
1385
+ <span class="param-type">
1386
+
1387
+ String
1388
+
1389
+ </span>
1390
+
1233
1391
 
1234
1392
 
1235
1393
 
@@ -1300,13 +1458,18 @@ new Circle({
1300
1458
 
1301
1459
  <tr class="deep-level-0">
1302
1460
 
1303
- <td class="name" id="json"><code>json</code></td>
1461
+ <td class="name"><code>json</code></td>
1304
1462
 
1305
1463
 
1306
1464
  <td class="type">
1307
1465
 
1308
1466
 
1309
- <span class="param-type">Object</span>
1467
+ <span class="param-type">
1468
+
1469
+ Object
1470
+
1471
+ </span>
1472
+
1310
1473
 
1311
1474
 
1312
1475
 
@@ -1509,7 +1672,12 @@ const circle = Circle.fromJSON(json)</code></pre>
1509
1672
  <div class='column is-5 has-text-left'>
1510
1673
  <label>类型: </label>
1511
1674
 
1512
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1675
+ <span class="param-type">
1676
+
1677
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1678
+
1679
+ </span>
1680
+
1513
1681
 
1514
1682
 
1515
1683
  </div>
@@ -1580,13 +1748,18 @@ const circle = Circle.fromJSON(json)</code></pre>
1580
1748
 
1581
1749
  <tr class="deep-level-0">
1582
1750
 
1583
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1751
+ <td class="name"><code>GeoJSON</code></td>
1584
1752
 
1585
1753
 
1586
1754
  <td class="type">
1587
1755
 
1588
1756
 
1589
- <span class="param-type">Object</span>
1757
+ <span class="param-type">
1758
+
1759
+ Object
1760
+
1761
+ </span>
1762
+
1590
1763
 
1591
1764
 
1592
1765
 
@@ -1618,7 +1791,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1618
1791
 
1619
1792
  <dt class="inherited-from">Inherited From:</dt>
1620
1793
  <dd class="inherited-from"><ul class="dummy"><li>
1621
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1794
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1622
1795
  </li></ul></dd>
1623
1796
 
1624
1797
 
@@ -1714,7 +1887,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1714
1887
 
1715
1888
  <dt class="inherited-from">Inherited From:</dt>
1716
1889
  <dd class="inherited-from"><ul class="dummy"><li>
1717
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1890
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1718
1891
  </li></ul></dd>
1719
1892
 
1720
1893
 
@@ -1775,7 +1948,12 @@ const circle = Circle.fromJSON(json)</code></pre>
1775
1948
  <div class='column is-5 has-text-left'>
1776
1949
  <label>类型: </label>
1777
1950
 
1778
- <span class="param-type">String</span>
1951
+ <span class="param-type">
1952
+
1953
+ String
1954
+
1955
+ </span>
1956
+
1779
1957
 
1780
1958
 
1781
1959
  </div>
@@ -1896,7 +2074,12 @@ const circle = Circle.fromJSON(json)</code></pre>
1896
2074
  <div class='column is-5 has-text-left'>
1897
2075
  <label>类型: </label>
1898
2076
 
1899
- <span class="param-type">String</span>
2077
+ <span class="param-type">
2078
+
2079
+ String
2080
+
2081
+ </span>
2082
+
1900
2083
 
1901
2084
 
1902
2085
  </div>
@@ -1956,7 +2139,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1956
2139
 
1957
2140
  <dt class="inherited-from">Inherited From:</dt>
1958
2141
  <dd class="inherited-from"><ul class="dummy"><li>
1959
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2142
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
1960
2143
  </li></ul></dd>
1961
2144
 
1962
2145
 
@@ -2017,7 +2200,12 @@ const circle = Circle.fromJSON(json)</code></pre>
2017
2200
  <div class='column is-5 has-text-left'>
2018
2201
  <label>类型: </label>
2019
2202
 
2020
- <span class="param-type">String</span>
2203
+ <span class="param-type">
2204
+
2205
+ String
2206
+
2207
+ </span>
2208
+
2021
2209
 
2022
2210
 
2023
2211
  </div>
@@ -2138,7 +2326,12 @@ const circle = Circle.fromJSON(json)</code></pre>
2138
2326
  <div class='column is-5 has-text-left'>
2139
2327
  <label>类型: </label>
2140
2328
 
2141
- <span class="param-type">Object</span>
2329
+ <span class="param-type">
2330
+
2331
+ Object
2332
+
2333
+ </span>
2334
+
2142
2335
 
2143
2336
 
2144
2337
  </div>
@@ -2260,7 +2453,12 @@ const circle = Circle.fromJSON(json)</code></pre>
2260
2453
  <div class='column is-5 has-text-left'>
2261
2454
  <label>类型: </label>
2262
2455
 
2263
- <span class="param-type">Object</span>
2456
+ <span class="param-type">
2457
+
2458
+ Object
2459
+
2460
+ </span>
2461
+
2264
2462
 
2265
2463
 
2266
2464
  </div>
@@ -2376,7 +2574,12 @@ const circle = Circle.fromJSON(json)</code></pre>
2376
2574
  <div class='column is-5 has-text-left'>
2377
2575
  <label>类型: </label>
2378
2576
 
2379
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2577
+ <span class="param-type">
2578
+
2579
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2580
+
2581
+ </span>
2582
+
2380
2583
 
2381
2584
 
2382
2585
  </div>
@@ -2516,7 +2719,12 @@ const polygon = circle.toPolygon()</code></pre>
2516
2719
  <div class='column is-5 has-text-left'>
2517
2720
  <label>类型: </label>
2518
2721
 
2519
- <span class="param-type">String</span>
2722
+ <span class="param-type">
2723
+
2724
+ String
2725
+
2726
+ </span>
2727
+
2520
2728
 
2521
2729
 
2522
2730
  </div>
@@ -2632,7 +2840,12 @@ const polygon = circle.toPolygon()</code></pre>
2632
2840
  <div class='column is-5 has-text-left'>
2633
2841
  <label>类型: </label>
2634
2842
 
2635
- <span class="param-type">String</span>
2843
+ <span class="param-type">
2844
+
2845
+ String
2846
+
2847
+ </span>
2848
+
2636
2849
 
2637
2850
 
2638
2851
  </div>
@@ -2692,7 +2905,7 @@ const polygon = circle.toPolygon()</code></pre>
2692
2905
 
2693
2906
  <dt class="inherited-from">Inherited From:</dt>
2694
2907
  <dd class="inherited-from"><ul class="dummy"><li>
2695
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
2908
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
2696
2909
  </li></ul></dd>
2697
2910
 
2698
2911
 
@@ -2753,7 +2966,12 @@ const polygon = circle.toPolygon()</code></pre>
2753
2966
  <div class='column is-5 has-text-left'>
2754
2967
  <label>类型: </label>
2755
2968
 
2756
- <span class="param-type">String</span>
2969
+ <span class="param-type">
2970
+
2971
+ String
2972
+
2973
+ </span>
2974
+
2757
2975
 
2758
2976
 
2759
2977
  </div>