@mapgis/webclient-common 17.0.7 → 17.2.1
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.
- package/README.md +12 -37
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/webclient-common-es6.min.js +16 -5
- package/documention/AddressServer.html +12 -12
- package/documention/ArcGISFeatureServer.html +10 -10
- package/documention/ArcGISGeometryServer.html +10 -10
- package/documention/ArcGISMapImageLayer.html +10 -10
- package/documention/ArcGISMapImageSubLayer.html +311 -7
- package/documention/ArcGISMapServer.html +414 -10
- package/documention/ArcGISTileLayer.html +121 -13
- package/documention/ArcGISVectorTileLayer.html +7 -7
- package/documention/ArcGISVectorTileServer.html +10 -10
- package/documention/BaseRenderer.html +239 -0
- package/documention/BaseServer.html +11 -11
- package/documention/BaseView.html +458 -3
- package/documention/Basemap.html +3 -3
- package/documention/Callout3D.html +107 -0
- package/documention/Cesium3DTilesCacheLayer.html +149 -177
- package/documention/Cesium3DTilesServer.html +11 -11
- package/documention/Circle.html +110 -7
- package/documention/ClassBreakInfo.html +0 -217
- package/documention/ClassBreakRenderer.html +413 -23
- package/documention/ClusterRenderer.html +247 -7
- package/documention/Config.html +4 -4
- package/documention/Extent.html +118 -15
- package/documention/ExtrudeSymbol3DLayer.html +109 -2
- package/documention/Feature.html +7 -7
- package/documention/FeatureLayer.html +116 -8
- package/documention/FeatureServer.html +27 -27
- package/documention/FeatureSet.html +7 -7
- package/documention/FillSymbol.html +107 -0
- package/documention/FillSymbol3DLayer.html +109 -2
- package/documention/Font.html +4 -4
- package/documention/GeoJSONLayer.html +142 -34
- package/documention/Geometry.html +138 -7
- package/documention/GeometryEngine.html +79 -79
- package/documention/GeometryServer.html +30 -30
- package/documention/GraphicsLayer.html +147 -39
- package/documention/GroupLayer.html +120 -12
- package/documention/HeatmapRenderer.html +107 -0
- package/documention/IGSFeatureLayer.html +25 -25
- package/documention/IGSMapImageLayer.html +46 -46
- package/documention/IGSMapImageSubLayer.html +307 -3
- package/documention/IGSSceneLayer.html +11 -11
- package/documention/IGSSceneSubLayer.html +213 -33
- package/documention/IGSTileLayer.html +126 -19
- package/documention/IGSVectorTileLayer.html +230 -43
- package/documention/IGSVectorTileSubLayer.html +5 -4
- package/documention/IconSymbol3DLayer.html +111 -4
- package/documention/ImageServer.html +11 -11
- package/documention/LabelClass.html +10 -5
- package/documention/LabelSymbol3D.html +2 -2
- package/documention/Layer.html +244 -9
- package/documention/LineCallout3D.html +107 -0
- package/documention/LineString.html +113 -10
- package/documention/LineSymbol.html +107 -0
- package/documention/LineSymbol3D.html +2 -2
- package/documention/LineSymbol3DLayer.html +109 -2
- package/documention/M3DModelCacheLayer.html +133 -79
- package/documention/M3DServer.html +12 -12
- package/documention/Map.html +32 -5
- package/documention/MapGISTextSymbol.html +110 -3
- package/documention/MapImageLayer.html +527 -16
- package/documention/MapServer.html +14 -14
- package/documention/MapView.html +204 -3
- package/documention/MarkerSymbol.html +107 -0
- package/documention/MultiLineString.html +116 -13
- package/documention/MultiPoint.html +113 -10
- package/documention/MultiPolygon.html +112 -9
- package/documention/OGCLayer.html +116 -8
- package/documention/ObjectSymbol3DLayer.html +111 -4
- package/documention/OutStatistic.html +1 -1
- package/documention/OverlayLayer.html +116 -8
- package/documention/PathSymbol3DLayer.html +109 -2
- package/documention/PictureFillSymbol.html +169 -8
- package/documention/PictureMarkerSymbol.html +3 -3
- package/documention/PlotServer.html +10 -10
- package/documention/PoiServer.html +12 -12
- package/documention/Point.html +115 -12
- package/documention/PointSymbol3D.html +3 -3
- package/documention/Polygon.html +117 -14
- package/documention/PolygonSymbol3D.html +2 -2
- package/documention/Projection.html +429 -8
- package/documention/RandomRenderer.html +108 -1
- package/documention/RankRenderer.html +109 -2
- package/documention/ResourceServer.html +150 -150
- package/documention/RootServer.html +12 -12
- package/documention/SceneLayer.html +116 -8
- package/documention/SceneServer.html +16 -16
- package/documention/SceneView.html +10164 -130
- package/documention/SecurityServer.html +12 -12
- package/documention/SimpleFillSymbol.html +110 -3
- package/documention/SimpleLineSymbol.html +3 -3
- package/documention/SimpleMarkerSymbol.html +3 -3
- package/documention/SimpleRenderer.html +116 -9
- package/documention/SizeVariable.html +1 -1
- package/documention/SketchBaseDrawTool.html +181 -3
- package/documention/SketchCircleDrawTool.html +159 -3
- package/documention/SketchEditor.html +2 -2
- package/documention/SketchEditorCesium.html +1 -1
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/SketchExtentDrawTool.html +159 -3
- package/documention/SketchFreehandPolygonDrawTool.html +159 -3
- package/documention/SketchFreehandPolylineDrawTool.html +159 -3
- package/documention/SketchPointDrawTool.html +159 -3
- package/documention/SketchPolygonDrawTool.html +318 -6
- package/documention/SketchPolylineDrawTool.html +318 -6
- package/documention/SpatialReference.html +1 -1
- package/documention/SubLayer.html +296 -26
- package/documention/Symbol.html +134 -1
- package/documention/Symbol3DLayer.html +107 -0
- package/documention/Symbol3DVerticalOffset.html +107 -0
- package/documention/TerrainCacheLayer.html +133 -165
- package/documention/TerrainServer.html +11 -11
- package/documention/TextSymbol.html +111 -4
- package/documention/TextSymbol3DLayer.html +109 -2
- package/documention/ThemeServer.html +13 -13
- package/documention/TileLayer.html +116 -8
- package/documention/TileServer.html +12 -12
- package/documention/UniqueValueInfo.html +0 -217
- package/documention/UniqueValueRenderer.html +125 -18
- package/documention/UnknownLayer.html +116 -8
- package/documention/VectorTileLayer.html +117 -9
- package/documention/VectorTileServer.html +11 -11
- package/documention/VectorTileSubLayer.html +304 -0
- package/documention/VideoMapView.html +4 -4
- package/documention/WCSServer.html +10 -10
- package/documention/WFSLayer.html +140 -32
- package/documention/WFSServer.html +11 -11
- package/documention/WMSLayer.html +131 -23
- package/documention/WMSServer.html +12 -12
- package/documention/WMSSubLayer.html +218 -7
- package/documention/WMTSLayer.html +126 -18
- package/documention/WMTSServer.html +12 -12
- package/documention/WMTSSubLayer.html +116 -8
- package/documention/WPSServer.html +10 -10
- package/documention/WaterSymbol3DLayer.html +107 -0
- package/documention/WebTileLayer.html +121 -13
- package/documention/WorkFlowServer.html +12 -12
- package/documention/WorkFlowServer600227.html +12 -12
- package/documention/WorkFlowServer600228.html +13 -13
- package/documention/WorkFlowServer600229.html +12 -12
- package/documention/WorkFlowServer600230.html +12 -12
- package/documention/WorkFlowServer600231.html +12 -12
- package/documention/WorkFlowServer600232.html +13 -13
- package/documention/WorkFlowServer600233.html +14 -14
- package/documention/WorkFlowServer600235.html +12 -12
- package/documention/WorkFlowServer600237.html +13 -13
- package/documention/WorkFlowServer600238.html +15 -15
- package/documention/WorkFlowServer600239.html +16 -16
- package/documention/WorkFlowServer600307.html +14 -14
- package/documention/WorkFlowServer600308.html +2 -2
- package/documention/WorkFlowServer600309.html +12 -12
- package/documention/WorkFlowServer600314.html +12 -12
- package/documention/WorkFlowServer600334.html +12 -12
- package/documention/WorkFlowServer600336.html +12 -12
- package/documention/WorkFlowServer600340.html +12 -12
- package/documention/WorkFlowServer600354.html +12 -12
- package/documention/WorkFlowServer600368.html +12 -12
- package/documention/WorkFlowServer600369.html +12 -12
- package/documention/WorkFlowServer600370.html +12 -12
- package/documention/global.html +1024 -1874
- package/documention/index.html +84 -78
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
- package/documention/scripts/sideBar.js +16 -2
- package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
- package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
- package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
- package/package.json +14 -13
package/documention/Circle.html
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
<div class="description">
|
|
38
38
|
<p>几何圆,参考示例:<a href='#Circle'>[几何圆对象]</a>
|
|
39
39
|
<br><br>[ES5引入方式]:<br/>
|
|
40
|
-
|
|
40
|
+
zondy.geometry.Circle() <br/>
|
|
41
41
|
[ES6引入方式]:<br/>
|
|
42
42
|
import { Circle } from "@mapgis/webclient-common" <br/>
|
|
43
43
|
<br/></p>
|
|
@@ -299,7 +299,7 @@ import { Circle } from "@mapgis/webclient-common" <br/>
|
|
|
299
299
|
|
|
300
300
|
<td class="default">
|
|
301
301
|
|
|
302
|
-
new
|
|
302
|
+
new zondy.SpatialReference('EPSG:4326')
|
|
303
303
|
|
|
304
304
|
</td>
|
|
305
305
|
|
|
@@ -393,7 +393,7 @@ import { Circle } from "@mapgis/webclient-common" <br/>
|
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
396
|
-
const { Circle } =
|
|
396
|
+
const { Circle } = zondy.geometry
|
|
397
397
|
// ES6引入方式
|
|
398
398
|
import { Circle } from "@mapgis/webclient-common"
|
|
399
399
|
new Circle({
|
|
@@ -408,8 +408,8 @@ new Circle({
|
|
|
408
408
|
|
|
409
409
|
|
|
410
410
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
411
|
-
const { Circle } =
|
|
412
|
-
const { SpatialReference } =
|
|
411
|
+
const { Circle } = zondy.geometry
|
|
412
|
+
const { SpatialReference } = zondy
|
|
413
413
|
// ES6引入方式
|
|
414
414
|
import { Circle, SpatialReference } from "@mapgis/webclient-common"
|
|
415
415
|
new Circle({
|
|
@@ -488,6 +488,24 @@ new Circle({
|
|
|
488
488
|
<td class="name"><code><p>圆的中心点</p></code></td>
|
|
489
489
|
</tr>
|
|
490
490
|
|
|
491
|
+
<tr class="deep-level-0">
|
|
492
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
493
|
+
<td class="name">
|
|
494
|
+
<code>
|
|
495
|
+
|
|
496
|
+
<span class="param-type">
|
|
497
|
+
|
|
498
|
+
Object
|
|
499
|
+
|
|
500
|
+
</span>
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
</code>
|
|
505
|
+
</td>
|
|
506
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
507
|
+
</tr>
|
|
508
|
+
|
|
491
509
|
<tr class="deep-level-0">
|
|
492
510
|
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
493
511
|
<td class="name">
|
|
@@ -661,6 +679,91 @@ new Circle({
|
|
|
661
679
|
|
|
662
680
|
|
|
663
681
|
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
</dl>
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
</div>
|
|
697
|
+
|
|
698
|
+
<div class="member">
|
|
699
|
+
|
|
700
|
+
<span class="method-parameter is-pulled-right">
|
|
701
|
+
<label>类型:</label>
|
|
702
|
+
|
|
703
|
+
<span class="param-type">
|
|
704
|
+
|
|
705
|
+
Object
|
|
706
|
+
|
|
707
|
+
</span>
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
</span>
|
|
712
|
+
|
|
713
|
+
<h4 class="name" id="extendOptions">
|
|
714
|
+
<a class="href-link" href="#extendOptions">#</a>
|
|
715
|
+
|
|
716
|
+
<span class="code-name">
|
|
717
|
+
extendOptions
|
|
718
|
+
</span>
|
|
719
|
+
|
|
720
|
+
</h4>
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
<div class="description">
|
|
726
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
727
|
+
</div>
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
<dl class="details">
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
<dt class="inherited-from">Inherited From:</dt>
|
|
741
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
742
|
+
<a goto="extendOptions" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extendOptions" Geometry.html#extendOptions>Geometry#extendOptions</a>
|
|
743
|
+
</li></ul></dd>
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
<dt class="tag-default">Default Value:</dt>
|
|
764
|
+
<dd class="tag-default"><ul class="dummy">
|
|
765
|
+
<li>{}</li>
|
|
766
|
+
</ul></dd>
|
|
664
767
|
|
|
665
768
|
|
|
666
769
|
|
|
@@ -1554,7 +1657,7 @@ new Circle({
|
|
|
1554
1657
|
|
|
1555
1658
|
|
|
1556
1659
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
1557
|
-
const { Circle } =
|
|
1660
|
+
const { Circle } = zondy.geometry
|
|
1558
1661
|
// ES6引入方式
|
|
1559
1662
|
import { Circle } from "@mapgis/webclient-common"
|
|
1560
1663
|
const json = {
|
|
@@ -2601,7 +2704,7 @@ const circle = Circle.fromJSON(json)</code></pre>
|
|
|
2601
2704
|
|
|
2602
2705
|
|
|
2603
2706
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
2604
|
-
const { Circle } =
|
|
2707
|
+
const { Circle } = zondy.geometry
|
|
2605
2708
|
// ES6引入方式
|
|
2606
2709
|
import { Circle } from "@mapgis/webclient-common"
|
|
2607
2710
|
const circle = new Circle({
|
|
@@ -195,37 +195,6 @@
|
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<tr class="deep-level-1">
|
|
199
|
-
|
|
200
|
-
<td class="name"><code>label</code></td>
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
<td class="type">
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
String
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
</td>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
<td class="default">
|
|
219
|
-
|
|
220
|
-
</td>
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
<td class="description last"><p>标签信息</p></td>
|
|
224
|
-
</tr>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
198
|
<tr class="deep-level-1">
|
|
230
199
|
|
|
231
200
|
<td class="name"><code>visible</code></td>
|
|
@@ -362,42 +331,6 @@
|
|
|
362
331
|
</thead>
|
|
363
332
|
<tbody>
|
|
364
333
|
|
|
365
|
-
<tr class="deep-level-0">
|
|
366
|
-
<td class="name"><code><a href="#description">description</a></code></td>
|
|
367
|
-
<td class="name">
|
|
368
|
-
<code>
|
|
369
|
-
|
|
370
|
-
<span class="param-type">
|
|
371
|
-
|
|
372
|
-
String
|
|
373
|
-
|
|
374
|
-
</span>
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
</code>
|
|
379
|
-
</td>
|
|
380
|
-
<td class="name"><code><p>标签信息</p></code></td>
|
|
381
|
-
</tr>
|
|
382
|
-
|
|
383
|
-
<tr class="deep-level-0">
|
|
384
|
-
<td class="name"><code><a href="#label">label</a></code></td>
|
|
385
|
-
<td class="name">
|
|
386
|
-
<code>
|
|
387
|
-
|
|
388
|
-
<span class="param-type">
|
|
389
|
-
|
|
390
|
-
String
|
|
391
|
-
|
|
392
|
-
</span>
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
</code>
|
|
397
|
-
</td>
|
|
398
|
-
<td class="name"><code><p>标签信息</p></code></td>
|
|
399
|
-
</tr>
|
|
400
|
-
|
|
401
334
|
<tr class="deep-level-0">
|
|
402
335
|
<td class="name"><code><a href="#maxValue">maxValue</a></code></td>
|
|
403
336
|
<td class="name">
|
|
@@ -481,156 +414,6 @@
|
|
|
481
414
|
<span class="method-parameter is-pulled-right">
|
|
482
415
|
<label>类型:</label>
|
|
483
416
|
|
|
484
|
-
<span class="param-type">
|
|
485
|
-
|
|
486
|
-
String
|
|
487
|
-
|
|
488
|
-
</span>
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
</span>
|
|
493
|
-
|
|
494
|
-
<h4 class="name" id="description">
|
|
495
|
-
<a class="href-link" href="#description">#</a>
|
|
496
|
-
|
|
497
|
-
<span class="code-name">
|
|
498
|
-
description
|
|
499
|
-
</span>
|
|
500
|
-
|
|
501
|
-
</h4>
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
<div class="description">
|
|
507
|
-
<p>标签信息</p>
|
|
508
|
-
</div>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
<dl class="details">
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
</dl>
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
</div>
|
|
553
|
-
|
|
554
|
-
<div class="member">
|
|
555
|
-
|
|
556
|
-
<span class="method-parameter is-pulled-right">
|
|
557
|
-
<label>类型:</label>
|
|
558
|
-
|
|
559
|
-
<span class="param-type">
|
|
560
|
-
|
|
561
|
-
String
|
|
562
|
-
|
|
563
|
-
</span>
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
</span>
|
|
568
|
-
|
|
569
|
-
<h4 class="name" id="label">
|
|
570
|
-
<a class="href-link" href="#label">#</a>
|
|
571
|
-
|
|
572
|
-
<span class="code-name">
|
|
573
|
-
label
|
|
574
|
-
</span>
|
|
575
|
-
|
|
576
|
-
</h4>
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
<div class="description">
|
|
582
|
-
<p>标签信息</p>
|
|
583
|
-
</div>
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
<dl class="details">
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
</dl>
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
</div>
|
|
628
|
-
|
|
629
|
-
<div class="member">
|
|
630
|
-
|
|
631
|
-
<span class="method-parameter is-pulled-right">
|
|
632
|
-
<label>类型:</label>
|
|
633
|
-
|
|
634
417
|
<span class="param-type">
|
|
635
418
|
|
|
636
419
|
Number
|