@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -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/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,16 +104,24 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="symbol"><code>symbol</code></td>
107
+ <td class="name"><code>symbol</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
116
+
117
+ </span>
110
118
  |
111
119
 
112
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
120
+ <span class="param-type">
121
+
122
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
123
+
124
+ </span>
113
125
 
114
126
 
115
127
 
@@ -130,13 +142,17 @@
130
142
 
131
143
  <tr class="deep-level-1">
132
144
 
133
- <td class="name" id="renderMode"><code>renderMode</code></td>
145
+ <td class="name"><code>renderMode</code></td>
134
146
 
135
147
 
136
148
  <td class="type">
137
149
 
138
150
 
139
- <span class="param-type">String</span>
151
+ <span class="param-type">
152
+
153
+ String
154
+
155
+ </span>
140
156
 
141
157
 
142
158
 
@@ -157,13 +173,17 @@
157
173
 
158
174
  <tr class="deep-level-1">
159
175
 
160
- <td class="name" id="groundScale"><code>groundScale</code></td>
176
+ <td class="name"><code>groundScale</code></td>
161
177
 
162
178
 
163
179
  <td class="type">
164
180
 
165
181
 
166
- <span class="param-type">Number</span>
182
+ <span class="param-type">
183
+
184
+ Number
185
+
186
+ </span>
167
187
 
168
188
 
169
189
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="deconflictionStrategy"><code>deconflictionStrategy</code></td>
209
+ <td class="name"><code>deconflictionStrategy</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
196
220
 
197
221
 
198
222
 
@@ -213,13 +237,17 @@
213
237
 
214
238
  <tr class="deep-level-1">
215
239
 
216
- <td class="name" id="maxScale"><code>maxScale</code></td>
240
+ <td class="name"><code>maxScale</code></td>
217
241
 
218
242
 
219
243
  <td class="type">
220
244
 
221
245
 
222
- <span class="param-type">Number</span>
246
+ <span class="param-type">
247
+
248
+ Number
249
+
250
+ </span>
223
251
 
224
252
 
225
253
 
@@ -240,13 +268,17 @@
240
268
 
241
269
  <tr class="deep-level-1">
242
270
 
243
- <td class="name" id="minScale"><code>minScale</code></td>
271
+ <td class="name"><code>minScale</code></td>
244
272
 
245
273
 
246
274
  <td class="type">
247
275
 
248
276
 
249
- <span class="param-type">Number</span>
277
+ <span class="param-type">
278
+
279
+ Number
280
+
281
+ </span>
250
282
 
251
283
 
252
284
 
@@ -267,13 +299,17 @@
267
299
 
268
300
  <tr class="deep-level-1">
269
301
 
270
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
302
+ <td class="name"><code>elevationInfo</code></td>
271
303
 
272
304
 
273
305
  <td class="type">
274
306
 
275
307
 
276
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
308
+ <span class="param-type">
309
+
310
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
311
+
312
+ </span>
277
313
 
278
314
 
279
315
 
@@ -294,13 +330,17 @@
294
330
 
295
331
  <tr class="deep-level-1">
296
332
 
297
- <td class="name" id="labelPlacement"><code>labelPlacement</code></td>
333
+ <td class="name"><code>labelPlacement</code></td>
298
334
 
299
335
 
300
336
  <td class="type">
301
337
 
302
338
 
303
- <span class="param-type">String</span>
339
+ <span class="param-type">
340
+
341
+ String
342
+
343
+ </span>
304
344
 
305
345
 
306
346
 
@@ -321,13 +361,17 @@
321
361
 
322
362
  <tr class="deep-level-1">
323
363
 
324
- <td class="name" id="currentAttributeName"><code>currentAttributeName</code></td>
364
+ <td class="name"><code>currentAttributeName</code></td>
325
365
 
326
366
 
327
367
  <td class="type">
328
368
 
329
369
 
330
- <span class="param-type">String</span>
370
+ <span class="param-type">
371
+
372
+ String
373
+
374
+ </span>
331
375
 
332
376
 
333
377
 
@@ -348,13 +392,17 @@
348
392
 
349
393
  <tr class="deep-level-1">
350
394
 
351
- <td class="name" id="labelExpression"><code>labelExpression</code></td>
395
+ <td class="name"><code>labelExpression</code></td>
352
396
 
353
397
 
354
398
  <td class="type">
355
399
 
356
400
 
357
- <span class="param-type">String</span>
401
+ <span class="param-type">
402
+
403
+ String
404
+
405
+ </span>
358
406
 
359
407
 
360
408
 
@@ -375,13 +423,17 @@
375
423
 
376
424
  <tr class="deep-level-1">
377
425
 
378
- <td class="name" id="repeatLabel"><code>repeatLabel</code></td>
426
+ <td class="name"><code>repeatLabel</code></td>
379
427
 
380
428
 
381
429
  <td class="type">
382
430
 
383
431
 
384
- <span class="param-type">Boolean</span>
432
+ <span class="param-type">
433
+
434
+ Boolean
435
+
436
+ </span>
385
437
 
386
438
 
387
439
 
@@ -404,13 +456,17 @@
404
456
 
405
457
  <tr class="deep-level-1">
406
458
 
407
- <td class="name" id="repeatLabelDistance"><code>repeatLabelDistance</code></td>
459
+ <td class="name"><code>repeatLabelDistance</code></td>
408
460
 
409
461
 
410
462
  <td class="type">
411
463
 
412
464
 
413
- <span class="param-type">Number</span>
465
+ <span class="param-type">
466
+
467
+ Number
468
+
469
+ </span>
414
470
 
415
471
 
416
472
 
@@ -433,13 +489,17 @@
433
489
 
434
490
  <tr class="deep-level-1">
435
491
 
436
- <td class="name" id="repeatStartRate"><code>repeatStartRate</code></td>
492
+ <td class="name"><code>repeatStartRate</code></td>
437
493
 
438
494
 
439
495
  <td class="type">
440
496
 
441
497
 
442
- <span class="param-type">Number</span>
498
+ <span class="param-type">
499
+
500
+ Number
501
+
502
+ </span>
443
503
 
444
504
 
445
505
 
@@ -462,13 +522,17 @@
462
522
 
463
523
  <tr class="deep-level-1">
464
524
 
465
- <td class="name" id="repeatEndRate"><code>repeatEndRate</code></td>
525
+ <td class="name"><code>repeatEndRate</code></td>
466
526
 
467
527
 
468
528
  <td class="type">
469
529
 
470
530
 
471
- <span class="param-type">Number</span>
531
+ <span class="param-type">
532
+
533
+ Number
534
+
535
+ </span>
472
536
 
473
537
 
474
538
 
@@ -491,13 +555,17 @@
491
555
 
492
556
  <tr class="deep-level-1">
493
557
 
494
- <td class="name" id="lineLabelSpread"><code>lineLabelSpread</code></td>
558
+ <td class="name"><code>lineLabelSpread</code></td>
495
559
 
496
560
 
497
561
  <td class="type">
498
562
 
499
563
 
500
- <span class="param-type">Number</span>
564
+ <span class="param-type">
565
+
566
+ Number
567
+
568
+ </span>
501
569
 
502
570
 
503
571
 
@@ -520,13 +588,17 @@
520
588
 
521
589
  <tr class="deep-level-1">
522
590
 
523
- <td class="name" id="labelPositionAlong"><code>labelPositionAlong</code></td>
591
+ <td class="name"><code>labelPositionAlong</code></td>
524
592
 
525
593
 
526
594
  <td class="type">
527
595
 
528
596
 
529
- <span class="param-type">Number</span>
597
+ <span class="param-type">
598
+
599
+ Number
600
+
601
+ </span>
530
602
 
531
603
 
532
604
 
@@ -549,13 +621,17 @@
549
621
 
550
622
  <tr class="deep-level-1">
551
623
 
552
- <td class="name" id="skeletonLineStartRate"><code>skeletonLineStartRate</code></td>
624
+ <td class="name"><code>skeletonLineStartRate</code></td>
553
625
 
554
626
 
555
627
  <td class="type">
556
628
 
557
629
 
558
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
559
635
 
560
636
 
561
637
 
@@ -578,13 +654,17 @@
578
654
 
579
655
  <tr class="deep-level-1">
580
656
 
581
- <td class="name" id="skeletonLineEndRate"><code>skeletonLineEndRate</code></td>
657
+ <td class="name"><code>skeletonLineEndRate</code></td>
582
658
 
583
659
 
584
660
  <td class="type">
585
661
 
586
662
 
587
- <span class="param-type">Number</span>
663
+ <span class="param-type">
664
+
665
+ Number
666
+
667
+ </span>
588
668
 
589
669
 
590
670
 
@@ -607,13 +687,17 @@
607
687
 
608
688
  <tr class="deep-level-1">
609
689
 
610
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
690
+ <td class="name"><code>extendOptions</code></td>
611
691
 
612
692
 
613
693
  <td class="type">
614
694
 
615
695
 
616
- <span class="param-type">Object</span>
696
+ <span class="param-type">
697
+
698
+ Object
699
+
700
+ </span>
617
701
 
618
702
 
619
703
 
@@ -773,7 +857,11 @@
773
857
  <td class="name">
774
858
  <code>
775
859
 
776
- <span class="param-type">String</span>
860
+ <span class="param-type">
861
+
862
+ String
863
+
864
+ </span>
777
865
 
778
866
 
779
867
 
@@ -787,7 +875,11 @@
787
875
  <td class="name">
788
876
  <code>
789
877
 
790
- <span class="param-type">String</span>
878
+ <span class="param-type">
879
+
880
+ String
881
+
882
+ </span>
791
883
 
792
884
 
793
885
 
@@ -801,7 +893,11 @@
801
893
  <td class="name">
802
894
  <code>
803
895
 
804
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
896
+ <span class="param-type">
897
+
898
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
899
+
900
+ </span>
805
901
 
806
902
 
807
903
 
@@ -815,7 +911,11 @@
815
911
  <td class="name">
816
912
  <code>
817
913
 
818
- <span class="param-type">Object</span>
914
+ <span class="param-type">
915
+
916
+ Object
917
+
918
+ </span>
819
919
 
820
920
 
821
921
 
@@ -829,7 +929,11 @@
829
929
  <td class="name">
830
930
  <code>
831
931
 
832
- <span class="param-type">Number</span>
932
+ <span class="param-type">
933
+
934
+ Number
935
+
936
+ </span>
833
937
 
834
938
 
835
939
 
@@ -843,7 +947,11 @@
843
947
  <td class="name">
844
948
  <code>
845
949
 
846
- <span class="param-type">String</span>
950
+ <span class="param-type">
951
+
952
+ String
953
+
954
+ </span>
847
955
 
848
956
 
849
957
 
@@ -857,7 +965,11 @@
857
965
  <td class="name">
858
966
  <code>
859
967
 
860
- <span class="param-type">String</span>
968
+ <span class="param-type">
969
+
970
+ String
971
+
972
+ </span>
861
973
 
862
974
 
863
975
 
@@ -871,7 +983,11 @@
871
983
  <td class="name">
872
984
  <code>
873
985
 
874
- <span class="param-type">String</span>
986
+ <span class="param-type">
987
+
988
+ String
989
+
990
+ </span>
875
991
 
876
992
 
877
993
 
@@ -885,7 +1001,11 @@
885
1001
  <td class="name">
886
1002
  <code>
887
1003
 
888
- <span class="param-type">String</span>
1004
+ <span class="param-type">
1005
+
1006
+ String
1007
+
1008
+ </span>
889
1009
 
890
1010
 
891
1011
 
@@ -899,7 +1019,11 @@
899
1019
  <td class="name">
900
1020
  <code>
901
1021
 
902
- <span class="param-type">Number</span>
1022
+ <span class="param-type">
1023
+
1024
+ Number
1025
+
1026
+ </span>
903
1027
 
904
1028
 
905
1029
 
@@ -913,7 +1037,11 @@
913
1037
  <td class="name">
914
1038
  <code>
915
1039
 
916
- <span class="param-type">Number</span>
1040
+ <span class="param-type">
1041
+
1042
+ Number
1043
+
1044
+ </span>
917
1045
 
918
1046
 
919
1047
 
@@ -927,7 +1055,11 @@
927
1055
  <td class="name">
928
1056
  <code>
929
1057
 
930
- <span class="param-type">String</span>
1058
+ <span class="param-type">
1059
+
1060
+ String
1061
+
1062
+ </span>
931
1063
 
932
1064
 
933
1065
 
@@ -941,7 +1073,11 @@
941
1073
  <td class="name">
942
1074
  <code>
943
1075
 
944
- <span class="param-type">Number</span>
1076
+ <span class="param-type">
1077
+
1078
+ Number
1079
+
1080
+ </span>
945
1081
 
946
1082
 
947
1083
 
@@ -955,7 +1091,11 @@
955
1091
  <td class="name">
956
1092
  <code>
957
1093
 
958
- <span class="param-type">Boolean</span>
1094
+ <span class="param-type">
1095
+
1096
+ Boolean
1097
+
1098
+ </span>
959
1099
 
960
1100
 
961
1101
 
@@ -969,7 +1109,11 @@
969
1109
  <td class="name">
970
1110
  <code>
971
1111
 
972
- <span class="param-type">Number</span>
1112
+ <span class="param-type">
1113
+
1114
+ Number
1115
+
1116
+ </span>
973
1117
 
974
1118
 
975
1119
 
@@ -983,7 +1127,11 @@
983
1127
  <td class="name">
984
1128
  <code>
985
1129
 
986
- <span class="param-type">Number</span>
1130
+ <span class="param-type">
1131
+
1132
+ Number
1133
+
1134
+ </span>
987
1135
 
988
1136
 
989
1137
 
@@ -997,7 +1145,11 @@
997
1145
  <td class="name">
998
1146
  <code>
999
1147
 
1000
- <span class="param-type">String</span>
1148
+ <span class="param-type">
1149
+
1150
+ String
1151
+
1152
+ </span>
1001
1153
 
1002
1154
 
1003
1155
 
@@ -1011,7 +1163,11 @@
1011
1163
  <td class="name">
1012
1164
  <code>
1013
1165
 
1014
- <span class="param-type">String</span>
1166
+ <span class="param-type">
1167
+
1168
+ String
1169
+
1170
+ </span>
1015
1171
 
1016
1172
 
1017
1173
 
@@ -1025,10 +1181,18 @@
1025
1181
  <td class="name">
1026
1182
  <code>
1027
1183
 
1028
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
1184
+ <span class="param-type">
1185
+
1186
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
1187
+
1188
+ </span>
1029
1189
  |
1030
1190
 
1031
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1191
+ <span class="param-type">
1192
+
1193
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
1194
+
1195
+ </span>
1032
1196
 
1033
1197
 
1034
1198
 
@@ -1048,7 +1212,11 @@
1048
1212
  <span class="method-parameter is-pulled-right">
1049
1213
  <label>类型:</label>
1050
1214
 
1051
- <span class="param-type">String</span>
1215
+ <span class="param-type">
1216
+
1217
+ String
1218
+
1219
+ </span>
1052
1220
 
1053
1221
 
1054
1222
 
@@ -1119,7 +1287,11 @@
1119
1287
  <span class="method-parameter is-pulled-right">
1120
1288
  <label>类型:</label>
1121
1289
 
1122
- <span class="param-type">String</span>
1290
+ <span class="param-type">
1291
+
1292
+ String
1293
+
1294
+ </span>
1123
1295
 
1124
1296
 
1125
1297
 
@@ -1190,7 +1362,11 @@
1190
1362
  <span class="method-parameter is-pulled-right">
1191
1363
  <label>类型:</label>
1192
1364
 
1193
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1365
+ <span class="param-type">
1366
+
1367
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1368
+
1369
+ </span>
1194
1370
 
1195
1371
 
1196
1372
 
@@ -1261,7 +1437,11 @@
1261
1437
  <span class="method-parameter is-pulled-right">
1262
1438
  <label>类型:</label>
1263
1439
 
1264
- <span class="param-type">Object</span>
1440
+ <span class="param-type">
1441
+
1442
+ Object
1443
+
1444
+ </span>
1265
1445
 
1266
1446
 
1267
1447
 
@@ -1332,7 +1512,11 @@
1332
1512
  <span class="method-parameter is-pulled-right">
1333
1513
  <label>类型:</label>
1334
1514
 
1335
- <span class="param-type">Number</span>
1515
+ <span class="param-type">
1516
+
1517
+ Number
1518
+
1519
+ </span>
1336
1520
 
1337
1521
 
1338
1522
 
@@ -1403,7 +1587,11 @@
1403
1587
  <span class="method-parameter is-pulled-right">
1404
1588
  <label>类型:</label>
1405
1589
 
1406
- <span class="param-type">String</span>
1590
+ <span class="param-type">
1591
+
1592
+ String
1593
+
1594
+ </span>
1407
1595
 
1408
1596
 
1409
1597
 
@@ -1474,7 +1662,11 @@
1474
1662
  <span class="method-parameter is-pulled-right">
1475
1663
  <label>类型:</label>
1476
1664
 
1477
- <span class="param-type">String</span>
1665
+ <span class="param-type">
1666
+
1667
+ String
1668
+
1669
+ </span>
1478
1670
 
1479
1671
 
1480
1672
 
@@ -1545,7 +1737,11 @@
1545
1737
  <span class="method-parameter is-pulled-right">
1546
1738
  <label>类型:</label>
1547
1739
 
1548
- <span class="param-type">String</span>
1740
+ <span class="param-type">
1741
+
1742
+ String
1743
+
1744
+ </span>
1549
1745
 
1550
1746
 
1551
1747
 
@@ -1616,7 +1812,11 @@
1616
1812
  <span class="method-parameter is-pulled-right">
1617
1813
  <label>类型:</label>
1618
1814
 
1619
- <span class="param-type">String</span>
1815
+ <span class="param-type">
1816
+
1817
+ String
1818
+
1819
+ </span>
1620
1820
 
1621
1821
 
1622
1822
 
@@ -1687,7 +1887,11 @@
1687
1887
  <span class="method-parameter is-pulled-right">
1688
1888
  <label>类型:</label>
1689
1889
 
1690
- <span class="param-type">Number</span>
1890
+ <span class="param-type">
1891
+
1892
+ Number
1893
+
1894
+ </span>
1691
1895
 
1692
1896
 
1693
1897
 
@@ -1758,7 +1962,11 @@
1758
1962
  <span class="method-parameter is-pulled-right">
1759
1963
  <label>类型:</label>
1760
1964
 
1761
- <span class="param-type">Number</span>
1965
+ <span class="param-type">
1966
+
1967
+ Number
1968
+
1969
+ </span>
1762
1970
 
1763
1971
 
1764
1972
 
@@ -1829,7 +2037,11 @@
1829
2037
  <span class="method-parameter is-pulled-right">
1830
2038
  <label>类型:</label>
1831
2039
 
1832
- <span class="param-type">String</span>
2040
+ <span class="param-type">
2041
+
2042
+ String
2043
+
2044
+ </span>
1833
2045
 
1834
2046
 
1835
2047
 
@@ -1900,7 +2112,11 @@
1900
2112
  <span class="method-parameter is-pulled-right">
1901
2113
  <label>类型:</label>
1902
2114
 
1903
- <span class="param-type">Number</span>
2115
+ <span class="param-type">
2116
+
2117
+ Number
2118
+
2119
+ </span>
1904
2120
 
1905
2121
 
1906
2122
 
@@ -1971,7 +2187,11 @@
1971
2187
  <span class="method-parameter is-pulled-right">
1972
2188
  <label>类型:</label>
1973
2189
 
1974
- <span class="param-type">Boolean</span>
2190
+ <span class="param-type">
2191
+
2192
+ Boolean
2193
+
2194
+ </span>
1975
2195
 
1976
2196
 
1977
2197
 
@@ -2042,7 +2262,11 @@
2042
2262
  <span class="method-parameter is-pulled-right">
2043
2263
  <label>类型:</label>
2044
2264
 
2045
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2046
2270
 
2047
2271
 
2048
2272
 
@@ -2113,7 +2337,11 @@
2113
2337
  <span class="method-parameter is-pulled-right">
2114
2338
  <label>类型:</label>
2115
2339
 
2116
- <span class="param-type">Number</span>
2340
+ <span class="param-type">
2341
+
2342
+ Number
2343
+
2344
+ </span>
2117
2345
 
2118
2346
 
2119
2347
 
@@ -2184,7 +2412,11 @@
2184
2412
  <span class="method-parameter is-pulled-right">
2185
2413
  <label>类型:</label>
2186
2414
 
2187
- <span class="param-type">String</span>
2415
+ <span class="param-type">
2416
+
2417
+ String
2418
+
2419
+ </span>
2188
2420
 
2189
2421
 
2190
2422
 
@@ -2255,7 +2487,11 @@
2255
2487
  <span class="method-parameter is-pulled-right">
2256
2488
  <label>类型:</label>
2257
2489
 
2258
- <span class="param-type">String</span>
2490
+ <span class="param-type">
2491
+
2492
+ String
2493
+
2494
+ </span>
2259
2495
 
2260
2496
 
2261
2497
 
@@ -2326,10 +2562,18 @@
2326
2562
  <span class="method-parameter is-pulled-right">
2327
2563
  <label>类型:</label>
2328
2564
 
2329
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
2565
+ <span class="param-type">
2566
+
2567
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
2568
+
2569
+ </span>
2330
2570
  |
2331
2571
 
2332
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2572
+ <span class="param-type">
2573
+
2574
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2575
+
2576
+ </span>
2333
2577
 
2334
2578
 
2335
2579
 
@@ -2421,14 +2665,18 @@
2421
2665
  <code>
2422
2666
 
2423
2667
 
2424
- <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2668
+ <span class="param-type">
2669
+
2670
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2671
+
2672
+ </span>
2425
2673
 
2426
2674
 
2427
2675
 
2428
2676
 
2429
2677
  </code>
2430
2678
  </td>
2431
- <td class="name"><code><p>将JSON里的数据导入,并返回一个新的LabelClass对象<a id='fromJSON'></a></p></code></td>
2679
+ <td class="name"><code><p>将JSON里的数据导入,并返回一个新的LabelClass对象</code></td>
2432
2680
  </tr>
2433
2681
 
2434
2682
  <tr class="deep-level-0">
@@ -2437,14 +2685,18 @@
2437
2685
  <code>
2438
2686
 
2439
2687
 
2440
- <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2688
+ <span class="param-type">
2689
+
2690
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2691
+
2692
+ </span>
2441
2693
 
2442
2694
 
2443
2695
 
2444
2696
 
2445
2697
  </code>
2446
2698
  </td>
2447
- <td class="name"><code><p>克隆并返回一个新的LabelClass对象<a id='clone'></a></p></code></td>
2699
+ <td class="name"><code><p>克隆并返回一个新的LabelClass对象</code></td>
2448
2700
  </tr>
2449
2701
 
2450
2702
  <tr class="deep-level-0">
@@ -2453,14 +2705,18 @@
2453
2705
  <code>
2454
2706
 
2455
2707
 
2456
- <span class="param-type">Object</span>
2708
+ <span class="param-type">
2709
+
2710
+ Object
2711
+
2712
+ </span>
2457
2713
 
2458
2714
 
2459
2715
 
2460
2716
 
2461
2717
  </code>
2462
2718
  </td>
2463
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
2719
+ <td class="name"><code><p>转换为json对象</code></td>
2464
2720
  </tr>
2465
2721
 
2466
2722
  </tbody>
@@ -2525,13 +2781,17 @@
2525
2781
 
2526
2782
  <tr class="deep-level-0">
2527
2783
 
2528
- <td class="name" id="json"><code>json</code></td>
2784
+ <td class="name"><code>json</code></td>
2529
2785
 
2530
2786
 
2531
2787
  <td class="type">
2532
2788
 
2533
2789
 
2534
- <span class="param-type">Object</span>
2790
+ <span class="param-type">
2791
+
2792
+ Object
2793
+
2794
+ </span>
2535
2795
 
2536
2796
 
2537
2797
 
@@ -2620,7 +2880,11 @@
2620
2880
  <div class='column is-5 has-text-left'>
2621
2881
  <label>类型: </label>
2622
2882
 
2623
- <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2883
+ <span class="param-type">
2884
+
2885
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2886
+
2887
+ </span>
2624
2888
 
2625
2889
 
2626
2890
 
@@ -2737,7 +3001,11 @@
2737
3001
  <div class='column is-5 has-text-left'>
2738
3002
  <label>类型: </label>
2739
3003
 
2740
- <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
3004
+ <span class="param-type">
3005
+
3006
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
3007
+
3008
+ </span>
2741
3009
 
2742
3010
 
2743
3011
 
@@ -2854,7 +3122,11 @@
2854
3122
  <div class='column is-5 has-text-left'>
2855
3123
  <label>类型: </label>
2856
3124
 
2857
- <span class="param-type">Object</span>
3125
+ <span class="param-type">
3126
+
3127
+ Object
3128
+
3129
+ </span>
2858
3130
 
2859
3131
 
2860
3132