@mapgis/webclient-cesium-plugin 17.2.3 → 17.2.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 (44) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +7 -5
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +7 -5
  5. package/documention/AlgorithmLib.html +7009 -0
  6. package/documention/AngulationTool.html +1068 -0
  7. package/documention/AnimationTool.html +5966 -0
  8. package/documention/CesiumHeatmap.html +3701 -0
  9. package/documention/CesiumTerrainProvider.html +139 -0
  10. package/documention/CircleWaveMaterialProperty.html +313 -0
  11. package/documention/CuttingTool.html +2930 -0
  12. package/documention/Deferred.html +139 -0
  13. package/documention/DrawElement.html +1643 -0
  14. package/documention/DrawTool.html +1275 -0
  15. package/documention/EditTool.html +1839 -0
  16. package/documention/FloodAnalysisReflection.html +1 -1
  17. package/documention/Graphic.html +4789 -0
  18. package/documention/GraphicsLayer.html +5071 -0
  19. package/documention/HeightLimited.html +811 -0
  20. package/documention/KeyboardCameraController.html +1313 -0
  21. package/documention/MeasureAreaTool.html +1215 -0
  22. package/documention/MeasureLengthTool.html +2339 -0
  23. package/documention/MeasureSlopeTool.html +1141 -0
  24. package/documention/ModelEditor.html +356 -0
  25. package/documention/ModelFilterTool.html +1053 -0
  26. package/documention/ModelTransformTool.html +3277 -0
  27. package/documention/PolylineTrailLinkMaterialProperty.html +369 -0
  28. package/documention/PostProcessStageLibrary.html +3 -3
  29. package/documention/Promise.html +980 -0
  30. package/documention/RadarMaterialProperty.html +255 -0
  31. package/documention/ReImg.html +370 -0
  32. package/documention/RiverGeometry.html +2659 -0
  33. package/documention/S3MTileset.html +5 -5
  34. package/documention/SelectTool.html +784 -0
  35. package/documention/ShadowRateAnalysis.html +1827 -0
  36. package/documention/ShadowRateDrawCommand.html +917 -0
  37. package/documention/Style.html +14203 -0
  38. package/documention/TerrainAnalyse.html +2966 -0
  39. package/documention/TerrainProfile.html +1053 -0
  40. package/documention/Tooltip.html +877 -0
  41. package/documention/TriangulationTool.html +1721 -0
  42. package/documention/VisiblityAnalysis.html +1998 -0
  43. package/documention/WaterReflection.html +1 -1
  44. package/package.json +1 -1
@@ -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>
@@ -318,7 +318,7 @@ import { PostProcessStageLibrary } from "@mapgis/webclient-cesium-plugin"</code>
318
318
 
319
319
  <span class="param-type">
320
320
 
321
- Cesium.Viewer
321
+ <a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
322
322
 
323
323
  </span>
324
324
 
@@ -617,7 +617,7 @@ fog.uniforms.alpha = 0.7 // 修改相关参数</code></pre>
617
617
 
618
618
  <span class="param-type">
619
619
 
620
- Cesium.Viewer
620
+ <a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
621
621
 
622
622
  </span>
623
623
 
@@ -1114,7 +1114,7 @@ rain.uniforms.speed = 20 // 修改相关参数</code></pre>
1114
1114
 
1115
1115
  <span class="param-type">
1116
1116
 
1117
- Cesium.Viewer
1117
+ <a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
1118
1118
 
1119
1119
  </span>
1120
1120