@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,369 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">PolylineTrailLinkMaterialProperty</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="PolylineTrailLinkMaterialProperty">
26
+ <a class="href-link" href="#PolylineTrailLinkMaterialProperty">#</a>
27
+
28
+ <span class="code-name" id="PolylineTrailLinkMaterialProperty" style="font-size:30px">
29
+
30
+ new PolylineTrailLinkMaterialProperty<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>image</code></td>
98
+
99
+
100
+ <td class="type">
101
+
102
+
103
+ <span class="param-type">
104
+
105
+ String
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
+ <tr class="deep-level-1">
123
+
124
+ <td class="name"><code>color</code></td>
125
+
126
+
127
+ <td class="type">
128
+
129
+
130
+ <span class="param-type">
131
+
132
+ Cesium.Color
133
+
134
+ </span>
135
+
136
+
137
+
138
+
139
+ </td>
140
+
141
+
142
+
143
+ <td class="description last"><p>颜色</p></td>
144
+ </tr>
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <tr class="deep-level-0">
155
+
156
+ <td class="name"><code>option.duration</code></td>
157
+
158
+
159
+ <td class="type">
160
+
161
+
162
+ <span class="param-type">
163
+
164
+ Number
165
+
166
+ </span>
167
+
168
+
169
+
170
+
171
+ </td>
172
+
173
+
174
+
175
+ <td class="description last"><p>持续时间 毫秒</p></td>
176
+ </tr>
177
+
178
+
179
+
180
+
181
+
182
+
183
+ <tr class="deep-level-0">
184
+
185
+ <td class="name"><code>options.direction</code></td>
186
+
187
+
188
+ <td class="type">
189
+
190
+
191
+ <span class="param-type">
192
+
193
+ Number
194
+
195
+ </span>
196
+
197
+
198
+
199
+
200
+ </td>
201
+
202
+
203
+
204
+ <td class="description last"><p>动态纹理中image流动的方向,1.0:顺时针,2.0:逆时针,3.0:由上到下,4.0:由下到上</p></td>
205
+ </tr>
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <tr class="deep-level-0">
213
+
214
+ <td class="name"><code>options.repeat</code></td>
215
+
216
+
217
+ <td class="type">
218
+
219
+
220
+ <span class="param-type">
221
+
222
+ Cesium.Cartesian2
223
+
224
+ </span>
225
+
226
+
227
+
228
+
229
+ </td>
230
+
231
+
232
+
233
+ <td class="description last"><p>在X轴方向与Y轴方向重复的次数</p></td>
234
+ </tr>
235
+
236
+
237
+
238
+
239
+
240
+
241
+ <tr class="deep-level-0">
242
+
243
+ <td class="name"><code>options.webGLRenderingContext</code></td>
244
+
245
+
246
+ <td class="type">
247
+
248
+
249
+ <span class="param-type">
250
+
251
+ Cesium.webGLRenderingContext
252
+
253
+ </span>
254
+
255
+
256
+
257
+
258
+ </td>
259
+
260
+
261
+
262
+ <td class="description last"><p>webgl对象,根据其不版本来判断是否将GLSL 300语法转换为GLSL 100语法,如果不设置该值,则直接将GLSL 300语法转换为GLSL 100语法</p></td>
263
+ </tr>
264
+
265
+
266
+
267
+
268
+ </tbody>
269
+ </table>
270
+ </div>
271
+
272
+
273
+
274
+
275
+
276
+
277
+ <dl class="details">
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+ <dt class="tag-author">作者:</dt>
297
+ <dd class="tag-author">
298
+ <ul>
299
+ <li>fgy &amp;&amp; zlf</li>
300
+ </ul>
301
+ </dd>
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+ </dl>
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+
346
+ </div>
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+ </article>
368
+
369
+ </section>
@@ -0,0 +1,255 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">RadarMaterialProperty</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="RadarMaterialProperty">
26
+ <a class="href-link" href="#RadarMaterialProperty">#</a>
27
+
28
+ <span class="code-name" id="RadarMaterialProperty" style="font-size:30px">
29
+
30
+ new RadarMaterialProperty<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.speed</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>速度因子,推荐值域范围0到1之间</p></td>
149
+ </tr>
150
+
151
+
152
+
153
+
154
+ </tbody>
155
+ </table>
156
+ </div>
157
+
158
+
159
+
160
+
161
+
162
+
163
+ <dl class="details">
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+ <dt class="tag-author">作者:</dt>
183
+ <dd class="tag-author">
184
+ <ul>
185
+ <li>zlf</li>
186
+ </ul>
187
+ </dd>
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ </dl>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+
232
+ </div>
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+ </article>
254
+
255
+ </section>