@mapgis/webclient-cesium-plugin 17.2.4 → 17.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,313 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">CircleWaveMaterialProperty</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="CircleWaveMaterialProperty">
26
+ <a class="href-link" href="#CircleWaveMaterialProperty">#</a>
27
+
28
+ <span class="code-name" id="CircleWaveMaterialProperty" style="font-size:30px">
29
+
30
+ new CircleWaveMaterialProperty<span class="signature">(options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <h4>参数</h4>
47
+
48
+ <div class="table-container">
49
+ <table class="params table">
50
+ <thead>
51
+ <tr>
52
+
53
+ <th>名称</th>
54
+
55
+
56
+ <th>类型</th>
57
+
58
+
59
+
60
+ <th class="last">描述</th>
61
+ </tr>
62
+ </thead>
63
+
64
+ <tbody>
65
+
66
+
67
+
68
+ <tr class="deep-level-0">
69
+
70
+ <td class="name"><code>options</code></td>
71
+
72
+
73
+ <td class="type">
74
+
75
+
76
+ <span class="param-type">
77
+
78
+ Object
79
+
80
+ </span>
81
+
82
+
83
+
84
+
85
+ </td>
86
+
87
+
88
+
89
+ <td class="description last"><p>附加属性</p></td>
90
+ </tr>
91
+
92
+
93
+
94
+
95
+ <tr class="deep-level-1">
96
+
97
+ <td class="name"><code>color</code></td>
98
+
99
+
100
+ <td class="type">
101
+
102
+
103
+ <span class="param-type">
104
+
105
+ Cesium.Color
106
+
107
+ </span>
108
+
109
+
110
+
111
+
112
+ </td>
113
+
114
+
115
+
116
+ <td class="description last"><p>颜色</p></td>
117
+ </tr>
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+ <tr class="deep-level-0">
128
+
129
+ <td class="name"><code>option.duration</code></td>
130
+
131
+
132
+ <td class="type">
133
+
134
+
135
+ <span class="param-type">
136
+
137
+ Number
138
+
139
+ </span>
140
+
141
+
142
+
143
+
144
+ </td>
145
+
146
+
147
+
148
+ <td class="description last"><p>持续时间 毫秒</p></td>
149
+ </tr>
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <tr class="deep-level-0">
157
+
158
+ <td class="name"><code>options.count</code></td>
159
+
160
+
161
+ <td class="type">
162
+
163
+
164
+ <span class="param-type">
165
+
166
+ Number
167
+
168
+ </span>
169
+
170
+
171
+
172
+
173
+ </td>
174
+
175
+
176
+
177
+ <td class="description last"><p>波纹数量</p></td>
178
+ </tr>
179
+
180
+
181
+
182
+
183
+
184
+
185
+ <tr class="deep-level-0">
186
+
187
+ <td class="name"><code>options.gradient</code></td>
188
+
189
+
190
+ <td class="type">
191
+
192
+
193
+ <span class="param-type">
194
+
195
+ Number
196
+
197
+ </span>
198
+
199
+
200
+
201
+
202
+ </td>
203
+
204
+
205
+
206
+ <td class="description last"><p>梯度拖尾效果,取值范围[0,1]</p></td>
207
+ </tr>
208
+
209
+
210
+
211
+
212
+ </tbody>
213
+ </table>
214
+ </div>
215
+
216
+
217
+
218
+
219
+
220
+
221
+ <dl class="details">
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+ <dt class="tag-author">作者:</dt>
241
+ <dd class="tag-author">
242
+ <ul>
243
+ <li>zlf</li>
244
+ </ul>
245
+ </dd>
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ </dl>
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+
290
+ </div>
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+ </article>
312
+
313
+ </section>