@mapgis/webclient-cesium-plugin 17.0.4 → 17.0.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 (33) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +1 -1
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -36
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -24
  7. package/documention/CustomTilingScheme.html +248 -68
  8. package/documention/DynamicEntityVisualizer.html +18 -6
  9. package/documention/DynamicLabelLayer.html +168 -44
  10. package/documention/GeoJSONLayerUtil.html +21 -5
  11. package/documention/GraphicsLayerUtil.html +21 -5
  12. package/documention/HashMap.html +80 -16
  13. package/documention/IGSFeatureLayerUtil.html +21 -5
  14. package/documention/IGSSceneLayerUtil.html +178 -54
  15. package/documention/MapGISMapServerImageryProvider.html +334 -90
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -80
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +575 -176
  21. package/documention/Screenshot.html +30 -10
  22. package/documention/SketchEditorCesium.html +135 -43
  23. package/documention/UrlTemplateImageryProvider.html +23 -7
  24. package/documention/WFSLayerUtil.html +21 -5
  25. package/documention/WebMapServiceImageryProvider.html +22 -6
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -6
  27. package/documention/global.html +17 -5
  28. package/documention/index.html +4 -4
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
  31. package/documention/module.exports_module.exports.html +36 -12
  32. package/documention/scripts/sideBar.js +111 -6
  33. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="sizeModes"><code>sizeModes</code></td>
101
+ <td class="name"><code>sizeModes</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">Array.&lt;String></span>
107
+ <span class="param-type">
108
+
109
+ Array.&lt;String>
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="filename"><code>filename</code></td>
128
+ <td class="name"><code>filename</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
127
139
 
128
140
 
129
141
 
@@ -140,13 +152,17 @@
140
152
 
141
153
  <tr class="deep-level-1">
142
154
 
143
- <td class="name" id="exportOnly"><code>exportOnly</code></td>
155
+ <td class="name"><code>exportOnly</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">Boolean</span>
161
+ <span class="param-type">
162
+
163
+ Boolean
164
+
165
+ </span>
150
166
 
151
167
 
152
168
 
@@ -163,13 +179,17 @@
163
179
 
164
180
  <tr class="deep-level-1">
165
181
 
166
- <td class="name" id="hideControlContainer"><code>hideControlContainer</code></td>
182
+ <td class="name"><code>hideControlContainer</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">Boolean</span>
188
+ <span class="param-type">
189
+
190
+ Boolean
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -75,13 +75,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
75
75
 
76
76
  <tr class="deep-level-0">
77
77
 
78
- <td class="name" id="options"><code>options</code></td>
78
+ <td class="name"><code>options</code></td>
79
79
 
80
80
 
81
81
  <td class="type">
82
82
 
83
83
 
84
- <span class="param-type">Object</span>
84
+ <span class="param-type">
85
+
86
+ Object
87
+
88
+ </span>
85
89
 
86
90
 
87
91
 
@@ -98,16 +102,24 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
98
102
 
99
103
  <tr class="deep-level-1">
100
104
 
101
- <td class="name" id="view"><code>view</code></td>
105
+ <td class="name"><code>view</code></td>
102
106
 
103
107
 
104
108
  <td class="type">
105
109
 
106
110
 
107
- <span class="param-type">MapView</span>
111
+ <span class="param-type">
112
+
113
+ MapView
114
+
115
+ </span>
108
116
  |
109
117
 
110
- <span class="param-type">SceneView</span>
118
+ <span class="param-type">
119
+
120
+ SceneView
121
+
122
+ </span>
111
123
 
112
124
 
113
125
 
@@ -124,13 +136,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
124
136
 
125
137
  <tr class="deep-level-1">
126
138
 
127
- <td class="name" id="layer"><code>layer</code></td>
139
+ <td class="name"><code>layer</code></td>
128
140
 
129
141
 
130
142
  <td class="type">
131
143
 
132
144
 
133
- <span class="param-type">GraphicsLayer</span>
145
+ <span class="param-type">
146
+
147
+ GraphicsLayer
148
+
149
+ </span>
134
150
 
135
151
 
136
152
 
@@ -147,13 +163,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
147
163
 
148
164
  <tr class="deep-level-1">
149
165
 
150
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
166
+ <td class="name"><code>sketchStyle</code></td>
151
167
 
152
168
 
153
169
  <td class="type">
154
170
 
155
171
 
156
- <span class="param-type">SketchStyle</span>
172
+ <span class="param-type">
173
+
174
+ SketchStyle
175
+
176
+ </span>
157
177
 
158
178
 
159
179
 
@@ -170,13 +190,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
170
190
 
171
191
  <tr class="deep-level-1">
172
192
 
173
- <td class="name" id="snapOption"><code>snapOption</code></td>
193
+ <td class="name"><code>snapOption</code></td>
174
194
 
175
195
 
176
196
  <td class="type">
177
197
 
178
198
 
179
- <span class="param-type">Object</span>
199
+ <span class="param-type">
200
+
201
+ Object
202
+
203
+ </span>
180
204
 
181
205
 
182
206
 
@@ -246,9 +270,9 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
246
270
  <div class="column is-2"><label>绑定事件</label></div>
247
271
  <div class="column is-10">
248
272
  <ul>
249
- <li>SketchEditor#event:草图绘制完成事件</li>
273
+ <li><a href="#草图绘制完成事件">草图绘制完成事件</a></li>
250
274
 
251
- <li>SketchEditor#event:草图被选中事件</li>
275
+ <li><a href="#草图被选中事件">草图被选中事件</a></li>
252
276
  </ul>
253
277
  </div>
254
278
  </div>
@@ -326,14 +350,18 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
326
350
  <code>
327
351
 
328
352
 
329
- <span class="param-type">Geometry</span>
353
+ <span class="param-type">
354
+
355
+ Geometry
356
+
357
+ </span>
330
358
 
331
359
 
332
360
 
333
361
 
334
362
  </code>
335
363
  </td>
336
- <td class="name"><code><p>向当前线或区草图中插入新的顶点<a id='addVertex'></a></p></code></td>
364
+ <td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
337
365
  </tr>
338
366
 
339
367
  <tr class="deep-level-0">
@@ -343,7 +371,7 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
343
371
 
344
372
  </code>
345
373
  </td>
346
- <td class="name"><code><p>线拓扑造区<a id='drawPolylineToPolygon'></a></p></code></td>
374
+ <td class="name"><code><p>线拓扑造区</code></td>
347
375
  </tr>
348
376
 
349
377
  <tr class="deep-level-0">
@@ -352,14 +380,18 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
352
380
  <code>
353
381
 
354
382
 
355
- <span class="param-type">Geometry</span>
383
+ <span class="param-type">
384
+
385
+ Geometry
386
+
387
+ </span>
356
388
 
357
389
 
358
390
 
359
391
 
360
392
  </code>
361
393
  </td>
362
- <td class="name"><code><p>移除草图图形的某个顶点<a id='removeVertex'></a></p></code></td>
394
+ <td class="name"><code><p>移除草图图形的某个顶点</code></td>
363
395
  </tr>
364
396
 
365
397
  <tr class="deep-level-0">
@@ -368,14 +400,18 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
368
400
  <code>
369
401
 
370
402
 
371
- <span class="param-type">Array.&lt;Polygon></span>
403
+ <span class="param-type">
404
+
405
+ Array.&lt;Polygon>
406
+
407
+ </span>
372
408
 
373
409
 
374
410
 
375
411
 
376
412
  </code>
377
413
  </td>
378
- <td class="name"><code><p>分割草图对象或区几何对象<a id='split'></a></p></code></td>
414
+ <td class="name"><code><p>分割草图对象或区几何对象</code></td>
379
415
  </tr>
380
416
 
381
417
  <tr class="deep-level-0">
@@ -384,14 +420,18 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
384
420
  <code>
385
421
 
386
422
 
387
- <span class="param-type">Geometry</span>
423
+ <span class="param-type">
424
+
425
+ Geometry
426
+
427
+ </span>
388
428
 
389
429
 
390
430
 
391
431
 
392
432
  </code>
393
433
  </td>
394
- <td class="name"><code><p>更新当前选中或区草图图形的某个顶点<a id='updateVertex'></a></p></code></td>
434
+ <td class="name"><code><p>更新当前选中或区草图图形的某个顶点</code></td>
395
435
  </tr>
396
436
 
397
437
  </tbody>
@@ -452,13 +492,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
452
492
 
453
493
  <tr class="deep-level-0">
454
494
 
455
- <td class="name" id="point"><code>point</code></td>
495
+ <td class="name"><code>point</code></td>
456
496
 
457
497
 
458
498
  <td class="type">
459
499
 
460
500
 
461
- <span class="param-type">Point</span>
501
+ <span class="param-type">
502
+
503
+ Point
504
+
505
+ </span>
462
506
 
463
507
 
464
508
 
@@ -477,13 +521,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
477
521
 
478
522
  <tr class="deep-level-0">
479
523
 
480
- <td class="name" id="index"><code>index</code></td>
524
+ <td class="name"><code>index</code></td>
481
525
 
482
526
 
483
527
  <td class="type">
484
528
 
485
529
 
486
- <span class="param-type">Number</span>
530
+ <span class="param-type">
531
+
532
+ Number
533
+
534
+ </span>
487
535
 
488
536
 
489
537
 
@@ -572,7 +620,11 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
572
620
  <div class='column is-5 has-text-left'>
573
621
  <label>类型: </label>
574
622
 
575
- <span class="param-type">Geometry</span>
623
+ <span class="param-type">
624
+
625
+ Geometry
626
+
627
+ </span>
576
628
 
577
629
 
578
630
 
@@ -644,13 +696,17 @@ import { SketchEditorCesium } from &quot;@mapgis/webclient-leaflet-plugin&quot;
644
696
 
645
697
  <tr class="deep-level-0">
646
698
 
647
- <td class="name" id="snapAndReferGeometries"><code>snapAndReferGeometries</code></td>
699
+ <td class="name"><code>snapAndReferGeometries</code></td>
648
700
 
649
701
 
650
702
  <td class="type">
651
703
 
652
704
 
653
- <span class="param-type">Array.&lt;Polygon></span>
705
+ <span class="param-type">
706
+
707
+ Array.&lt;Polygon>
708
+
709
+ </span>
654
710
 
655
711
 
656
712
 
@@ -860,13 +916,17 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
860
916
 
861
917
  <tr class="deep-level-0">
862
918
 
863
- <td class="name" id="index"><code>index</code></td>
919
+ <td class="name"><code>index</code></td>
864
920
 
865
921
 
866
922
  <td class="type">
867
923
 
868
924
 
869
- <span class="param-type">Number</span>
925
+ <span class="param-type">
926
+
927
+ Number
928
+
929
+ </span>
870
930
 
871
931
 
872
932
 
@@ -955,7 +1015,11 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
955
1015
  <div class='column is-5 has-text-left'>
956
1016
  <label>类型: </label>
957
1017
 
958
- <span class="param-type">Geometry</span>
1018
+ <span class="param-type">
1019
+
1020
+ Geometry
1021
+
1022
+ </span>
959
1023
 
960
1024
 
961
1025
 
@@ -1027,16 +1091,24 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
1027
1091
 
1028
1092
  <tr class="deep-level-0">
1029
1093
 
1030
- <td class="name" id="target"><code>target</code></td>
1094
+ <td class="name"><code>target</code></td>
1031
1095
 
1032
1096
 
1033
1097
  <td class="type">
1034
1098
 
1035
1099
 
1036
- <span class="param-type">Polygon</span>
1100
+ <span class="param-type">
1101
+
1102
+ Polygon
1103
+
1104
+ </span>
1037
1105
  |
1038
1106
 
1039
- <span class="param-type"><a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a></span>
1107
+ <span class="param-type">
1108
+
1109
+ <a link="SketchEditorCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a>
1110
+
1111
+ </span>
1040
1112
 
1041
1113
 
1042
1114
 
@@ -1055,13 +1127,17 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
1055
1127
 
1056
1128
  <tr class="deep-level-0">
1057
1129
 
1058
- <td class="name" id="splitPolyline"><code>splitPolyline</code></td>
1130
+ <td class="name"><code>splitPolyline</code></td>
1059
1131
 
1060
1132
 
1061
1133
  <td class="type">
1062
1134
 
1063
1135
 
1064
- <span class="param-type">Polyline</span>
1136
+ <span class="param-type">
1137
+
1138
+ Polyline
1139
+
1140
+ </span>
1065
1141
 
1066
1142
 
1067
1143
 
@@ -1150,7 +1226,11 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
1150
1226
  <div class='column is-5 has-text-left'>
1151
1227
  <label>类型: </label>
1152
1228
 
1153
- <span class="param-type">Array.&lt;Polygon></span>
1229
+ <span class="param-type">
1230
+
1231
+ Array.&lt;Polygon>
1232
+
1233
+ </span>
1154
1234
 
1155
1235
 
1156
1236
 
@@ -1262,13 +1342,17 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
1262
1342
 
1263
1343
  <tr class="deep-level-0">
1264
1344
 
1265
- <td class="name" id="point"><code>point</code></td>
1345
+ <td class="name"><code>point</code></td>
1266
1346
 
1267
1347
 
1268
1348
  <td class="type">
1269
1349
 
1270
1350
 
1271
- <span class="param-type">Point</span>
1351
+ <span class="param-type">
1352
+
1353
+ Point
1354
+
1355
+ </span>
1272
1356
 
1273
1357
 
1274
1358
 
@@ -1287,13 +1371,17 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
1287
1371
 
1288
1372
  <tr class="deep-level-0">
1289
1373
 
1290
- <td class="name" id="index"><code>index</code></td>
1374
+ <td class="name"><code>index</code></td>
1291
1375
 
1292
1376
 
1293
1377
  <td class="type">
1294
1378
 
1295
1379
 
1296
- <span class="param-type">Number</span>
1380
+ <span class="param-type">
1381
+
1382
+ Number
1383
+
1384
+ </span>
1297
1385
 
1298
1386
 
1299
1387
 
@@ -1382,7 +1470,11 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
1382
1470
  <div class='column is-5 has-text-left'>
1383
1471
  <label>类型: </label>
1384
1472
 
1385
- <span class="param-type">Geometry</span>
1473
+ <span class="param-type">
1474
+
1475
+ Geometry
1476
+
1477
+ </span>
1386
1478
 
1387
1479
 
1388
1480
 
@@ -69,13 +69,17 @@
69
69
 
70
70
  <tr class="deep-level-0">
71
71
 
72
- <td class="name" id="options"><code>options</code></td>
72
+ <td class="name"><code>options</code></td>
73
73
 
74
74
 
75
75
  <td class="type">
76
76
 
77
77
 
78
- <span class="param-type">Object</span>
78
+ <span class="param-type">
79
+
80
+ Object
81
+
82
+ </span>
79
83
 
80
84
 
81
85
 
@@ -96,16 +100,24 @@
96
100
 
97
101
  <tr class="deep-level-1">
98
102
 
99
- <td class="name" id="url"><code>url</code></td>
103
+ <td class="name"><code>url</code></td>
100
104
 
101
105
 
102
106
  <td class="type">
103
107
 
104
108
 
105
- <span class="param-type">Cesium.Resource</span>
109
+ <span class="param-type">
110
+
111
+ Cesium.Resource
112
+
113
+ </span>
106
114
  |
107
115
 
108
- <span class="param-type">String</span>
116
+ <span class="param-type">
117
+
118
+ String
119
+
120
+ </span>
109
121
 
110
122
 
111
123
 
@@ -128,13 +140,17 @@
128
140
 
129
141
  <tr class="deep-level-1">
130
142
 
131
- <td class="name" id="extensions"><code>extensions</code></td>
143
+ <td class="name"><code>extensions</code></td>
132
144
 
133
145
 
134
146
  <td class="type">
135
147
 
136
148
 
137
- <span class="param-type">Array.&lt;Object></span>
149
+ <span class="param-type">
150
+
151
+ Array.&lt;Object>
152
+
153
+ </span>
138
154
 
139
155
 
140
156
 
@@ -154,7 +154,11 @@
154
154
  <code>
155
155
 
156
156
 
157
- <span class="param-type">Array</span>
157
+ <span class="param-type">
158
+
159
+ Array
160
+
161
+ </span>
158
162
 
159
163
 
160
164
 
@@ -226,16 +230,24 @@
226
230
 
227
231
  <tr class="deep-level-0">
228
232
 
229
- <td class="name" id="feature"><code>feature</code></td>
233
+ <td class="name"><code>feature</code></td>
230
234
 
231
235
 
232
236
  <td class="type">
233
237
 
234
238
 
235
- <span class="param-type">Feature</span>
239
+ <span class="param-type">
240
+
241
+ Feature
242
+
243
+ </span>
236
244
  |
237
245
 
238
- <span class="param-type">Array.&lt;Feature></span>
246
+ <span class="param-type">
247
+
248
+ Array.&lt;Feature>
249
+
250
+ </span>
239
251
 
240
252
 
241
253
 
@@ -324,7 +336,11 @@
324
336
  <div class='column is-5 has-text-left'>
325
337
  <label>类型: </label>
326
338
 
327
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
328
344
 
329
345
 
330
346