@mapgis/webclient-cesium-plugin 17.2.2 → 17.2.4
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 +17 -0
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/AlgorithmLib.html +7009 -0
- package/documention/AngulationTool.html +1068 -0
- package/documention/ArcGISMapServerImageryProvider.html +46 -3
- package/documention/ArcGISTileServerImageryProvider.html +43 -3
- package/documention/ArcGISVectorTileImageryProvider.html +6 -1
- package/documention/CesiumTerrainProvider.html +139 -0
- package/documention/CuttingTool.html +2910 -0
- package/documention/Deferred.html +139 -0
- package/documention/DrawElement.html +1643 -0
- package/documention/DrawTool.html +1275 -0
- package/documention/EditTool.html +1839 -0
- package/documention/FloodAnalysisReflection.html +1282 -0
- package/documention/Graphic.html +4789 -0
- package/documention/GraphicsLayer.html +5071 -0
- package/documention/MapGISTerrainProvider.html +16 -2
- package/documention/MapGISTileServerImageryProvider.html +39 -2
- package/documention/MeasureAreaTool.html +1182 -0
- package/documention/MeasureLengthTool.html +2306 -0
- package/documention/MeasureSlopeTool.html +1141 -0
- package/documention/ModelEditor.html +356 -0
- package/documention/PostProcessStageLibrary.html +1329 -0
- package/documention/Promise.html +980 -0
- package/documention/RiverGeometry.html +2659 -0
- package/documention/S3MTileset.html +34 -1
- package/documention/SelectTool.html +784 -0
- package/documention/ShadowRateAnalysis.html +1827 -0
- package/documention/ShadowRateDrawCommand.html +917 -0
- package/documention/Style.html +14203 -0
- package/documention/Tooltip.html +877 -0
- package/documention/TriangulationTool.html +1721 -0
- package/documention/VisiblityAnalysis.html +1998 -0
- package/documention/WaterReflection.html +1476 -0
- package/documention/WebMapServiceImageryProvider.html +45 -3
- package/documention/WebMapTileServiceImageryProvider.html +45 -3
- package/package.json +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
2
|
+
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">Deferred</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<section>
|
|
13
|
+
|
|
14
|
+
<article>
|
|
15
|
+
<div class="container-overview">
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<div class='vertical-section'>
|
|
19
|
+
<div class="members">
|
|
20
|
+
<div class="member">
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<h4 class="name" id="Deferred">
|
|
26
|
+
<a class="href-link" href="#Deferred">#</a>
|
|
27
|
+
|
|
28
|
+
<span class="code-name" id="Deferred" style="font-size:30px">
|
|
29
|
+
|
|
30
|
+
new Deferred<span class="signature">()</span>
|
|
31
|
+
|
|
32
|
+
</span>
|
|
33
|
+
</h4>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<div class="description">
|
|
38
|
+
<p>The full Deferred object, with <a class="mapgis-link-name" title="Promise" Promise.html><code>Promise</code></a> and <code>Resolver</code> parts</p>
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
<dl class="details">
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
</dl>
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
</div>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
</article>
|
|
138
|
+
|
|
139
|
+
</section>
|