@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,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>
@@ -0,0 +1,370 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">ReImg</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="ReImg">
26
+ <a class="href-link" href="#ReImg">#</a>
27
+
28
+ <span class="code-name" id="ReImg" style="font-size:30px">
29
+
30
+ new ReImg<span class="signature">()</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <dl class="details">
51
+
52
+
53
+
54
+
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
+ </dl>
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+
112
+ </div>
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ <div class='vertical-section'>
130
+ <h3 id='function'>方法</h3>
131
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
132
+ <div class="members">
133
+ <div class="table-container">
134
+ <table class="params table">
135
+ <thead>
136
+ <tr>
137
+ <th>名称</th>
138
+ <th>返回值类型</th>
139
+ <th>描述</th>
140
+ </tr>
141
+ </thead>
142
+ <tbody>
143
+
144
+ <tr class="deep-level-0">
145
+ <td class="name"><code><a href="#fromCanvas">fromCanvas</a></code></td>
146
+ <td class="name">
147
+ <code>
148
+
149
+
150
+ <span class="param-type">
151
+
152
+ Object
153
+
154
+ </span>
155
+
156
+
157
+
158
+
159
+ </code>
160
+ </td>
161
+ <td class="name"><code><p>从 canvas 中获取图片信息</p></code></td>
162
+ </tr>
163
+
164
+ </tbody>
165
+ </table>
166
+ </div>
167
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
168
+
169
+ <div class="member">
170
+
171
+
172
+
173
+ <h4 class="name" id=".fromCanvas">
174
+ <a class="href-link" href="#.fromCanvas">#</a>
175
+
176
+
177
+ <span class='tag'>static</span>
178
+
179
+
180
+ <span class="code-name" id="fromCanvas" style="font-size:30px">
181
+
182
+ fromCanvas<span class="signature">(canvasElement)</span>
183
+
184
+ </span>
185
+ </h4>
186
+
187
+
188
+
189
+ <div class="description">
190
+ <p>从 canvas 中获取图片信息</p>
191
+ </div>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ <h4>参数</h4>
203
+
204
+ <div class="table-container">
205
+ <table class="params table">
206
+ <thead>
207
+ <tr>
208
+
209
+ <th>名称</th>
210
+
211
+
212
+ <th>类型</th>
213
+
214
+
215
+
216
+ <th class="last">描述</th>
217
+ </tr>
218
+ </thead>
219
+
220
+ <tbody>
221
+
222
+
223
+
224
+ <tr class="deep-level-0">
225
+
226
+ <td class="name"><code>canvasElement</code></td>
227
+
228
+
229
+ <td class="type">
230
+
231
+
232
+ <span class="param-type">
233
+
234
+ Object
235
+
236
+ </span>
237
+
238
+
239
+
240
+
241
+ </td>
242
+
243
+
244
+
245
+ <td class="description last"></td>
246
+ </tr>
247
+
248
+
249
+
250
+
251
+ </tbody>
252
+ </table>
253
+ </div>
254
+
255
+
256
+
257
+
258
+
259
+
260
+ <dl class="details">
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
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+ </dl>
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+ <div class='columns method-parameter'>
312
+ <div class="column is-2"><label>返回值</label></div>
313
+ <div class="column is-10">
314
+
315
+
316
+
317
+ <div class="columns">
318
+
319
+ <div class='param-desc column is-7'><p>返回对象组 {toBase64, toImg, toCanvas, toPng, toJpeg, downloadPng}</p></div>
320
+
321
+
322
+ <div class='column is-5 has-text-left'>
323
+ <label>类型: </label>
324
+
325
+ <span class="param-type">
326
+
327
+ Object
328
+
329
+ </span>
330
+
331
+
332
+
333
+ </div>
334
+
335
+ </div>
336
+
337
+
338
+ </div>
339
+ </div>
340
+
341
+
342
+
343
+
344
+
345
+
346
+ <h5>示例</h5>
347
+
348
+
349
+ <pre class="prettyprint"><code>// 获取 canvas 方法对象
350
+ viewer.render();
351
+ ReImg.fromCanvas(viewer.canvas);
352
+
353
+ // 将画布保存为图片
354
+ viewer.render();
355
+ ReImg.fromCanvas(viewer.canvas).downloadPng(fileName);</code></pre>
356
+
357
+
358
+
359
+ </div>
360
+
361
+ </div>
362
+ </div>
363
+
364
+
365
+
366
+
367
+
368
+ </article>
369
+
370
+ </section>