@mapgis/webclient-cesium-plugin 17.0.2 → 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.
- package/README.md +27 -1
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +158 -35
- package/documention/ArcGISTileServerImageryProvider.html +90 -25
- package/documention/CustomTilingScheme.html +304 -111
- package/documention/DynamicEntityVisualizer.html +21 -6
- package/documention/DynamicLabelLayer.html +208 -53
- package/documention/GeoJSONLayerUtil.html +25 -6
- package/documention/GraphicsLayerUtil.html +25 -6
- package/documention/HashMap.html +107 -27
- package/documention/IGSFeatureLayerUtil.html +25 -6
- package/documention/IGSSceneLayerUtil.html +217 -64
- package/documention/MapGISMapServerImageryProvider.html +408 -105
- package/documention/MapGISTerrainProvider.html +418 -102
- package/documention/MapGISTileServerImageryProvider.html +379 -96
- package/documention/MapGISVectorTileImageryProvider.html +506 -127
- package/documention/Popup.html +148 -39
- package/documention/SceneViewCesium.html +698 -205
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorCesium.html +161 -48
- package/documention/UrlTemplateImageryProvider.html +26 -7
- package/documention/WFSLayerUtil.html +25 -6
- package/documention/WebMapServiceImageryProvider.html +27 -7
- package/documention/WebMapTileServiceImageryProvider.html +27 -7
- package/documention/global.html +20 -5
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -8
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
- package/documention/module.exports_module.exports.html +42 -12
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
|
@@ -71,13 +71,18 @@
|
|
|
71
71
|
|
|
72
72
|
<tr class="deep-level-0">
|
|
73
73
|
|
|
74
|
-
<td class="name"
|
|
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">
|
|
80
|
+
<span class="param-type">
|
|
81
|
+
|
|
82
|
+
Object
|
|
83
|
+
|
|
84
|
+
</span>
|
|
85
|
+
|
|
81
86
|
|
|
82
87
|
|
|
83
88
|
|
|
@@ -93,13 +98,18 @@
|
|
|
93
98
|
|
|
94
99
|
<tr class="deep-level-1">
|
|
95
100
|
|
|
96
|
-
<td class="name"
|
|
101
|
+
<td class="name"><code>sizeModes</code></td>
|
|
97
102
|
|
|
98
103
|
|
|
99
104
|
<td class="type">
|
|
100
105
|
|
|
101
106
|
|
|
102
|
-
<span class="param-type">
|
|
107
|
+
<span class="param-type">
|
|
108
|
+
|
|
109
|
+
Array.<String>
|
|
110
|
+
|
|
111
|
+
</span>
|
|
112
|
+
|
|
103
113
|
|
|
104
114
|
|
|
105
115
|
|
|
@@ -115,13 +125,18 @@
|
|
|
115
125
|
|
|
116
126
|
<tr class="deep-level-1">
|
|
117
127
|
|
|
118
|
-
<td class="name"
|
|
128
|
+
<td class="name"><code>filename</code></td>
|
|
119
129
|
|
|
120
130
|
|
|
121
131
|
<td class="type">
|
|
122
132
|
|
|
123
133
|
|
|
124
|
-
<span class="param-type">
|
|
134
|
+
<span class="param-type">
|
|
135
|
+
|
|
136
|
+
String
|
|
137
|
+
|
|
138
|
+
</span>
|
|
139
|
+
|
|
125
140
|
|
|
126
141
|
|
|
127
142
|
|
|
@@ -137,13 +152,18 @@
|
|
|
137
152
|
|
|
138
153
|
<tr class="deep-level-1">
|
|
139
154
|
|
|
140
|
-
<td class="name"
|
|
155
|
+
<td class="name"><code>exportOnly</code></td>
|
|
141
156
|
|
|
142
157
|
|
|
143
158
|
<td class="type">
|
|
144
159
|
|
|
145
160
|
|
|
146
|
-
<span class="param-type">
|
|
161
|
+
<span class="param-type">
|
|
162
|
+
|
|
163
|
+
Boolean
|
|
164
|
+
|
|
165
|
+
</span>
|
|
166
|
+
|
|
147
167
|
|
|
148
168
|
|
|
149
169
|
|
|
@@ -159,13 +179,18 @@
|
|
|
159
179
|
|
|
160
180
|
<tr class="deep-level-1">
|
|
161
181
|
|
|
162
|
-
<td class="name"
|
|
182
|
+
<td class="name"><code>hideControlContainer</code></td>
|
|
163
183
|
|
|
164
184
|
|
|
165
185
|
<td class="type">
|
|
166
186
|
|
|
167
187
|
|
|
168
|
-
<span class="param-type">
|
|
188
|
+
<span class="param-type">
|
|
189
|
+
|
|
190
|
+
Boolean
|
|
191
|
+
|
|
192
|
+
</span>
|
|
193
|
+
|
|
169
194
|
|
|
170
195
|
|
|
171
196
|
|
|
@@ -323,7 +348,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
323
348
|
<tbody>
|
|
324
349
|
|
|
325
350
|
<tr class="deep-level-0">
|
|
326
|
-
<td class="name"><code><a href="
|
|
351
|
+
<td class="name"><code><a href="#filename">filename</a></code></td>
|
|
327
352
|
<td class="name">
|
|
328
353
|
<code>
|
|
329
354
|
|
|
@@ -333,7 +358,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
333
358
|
</tr>
|
|
334
359
|
|
|
335
360
|
<tr class="deep-level-0">
|
|
336
|
-
<td class="name"><code><a href="
|
|
361
|
+
<td class="name"><code><a href="#format">format</a></code></td>
|
|
337
362
|
<td class="name">
|
|
338
363
|
<code>
|
|
339
364
|
|
|
@@ -343,7 +368,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
343
368
|
</tr>
|
|
344
369
|
|
|
345
370
|
<tr class="deep-level-0">
|
|
346
|
-
<td class="name"><code><a href="
|
|
371
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
347
372
|
<td class="name">
|
|
348
373
|
<code>
|
|
349
374
|
|
|
@@ -353,7 +378,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
353
378
|
</tr>
|
|
354
379
|
|
|
355
380
|
<tr class="deep-level-0">
|
|
356
|
-
<td class="name"><code><a href="
|
|
381
|
+
<td class="name"><code><a href="#isDownload">isDownload</a></code></td>
|
|
357
382
|
<td class="name">
|
|
358
383
|
<code>
|
|
359
384
|
|
|
@@ -363,7 +388,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
363
388
|
</tr>
|
|
364
389
|
|
|
365
390
|
<tr class="deep-level-0">
|
|
366
|
-
<td class="name"><code><a href="
|
|
391
|
+
<td class="name"><code><a href="#view">view</a></code></td>
|
|
367
392
|
<td class="name">
|
|
368
393
|
<code>
|
|
369
394
|
|
|
@@ -373,7 +398,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
373
398
|
</tr>
|
|
374
399
|
|
|
375
400
|
<tr class="deep-level-0">
|
|
376
|
-
<td class="name"><code><a href="
|
|
401
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
377
402
|
<td class="name">
|
|
378
403
|
<code>
|
|
379
404
|
|
|
@@ -383,7 +408,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
383
408
|
</tr>
|
|
384
409
|
|
|
385
410
|
<tr class="deep-level-0">
|
|
386
|
-
<td class="name"><code><a href="
|
|
411
|
+
<td class="name"><code><a href="#x">x</a></code></td>
|
|
387
412
|
<td class="name">
|
|
388
413
|
<code>
|
|
389
414
|
|
|
@@ -393,7 +418,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
393
418
|
</tr>
|
|
394
419
|
|
|
395
420
|
<tr class="deep-level-0">
|
|
396
|
-
<td class="name"><code><a href="
|
|
421
|
+
<td class="name"><code><a href="#y">y</a></code></td>
|
|
397
422
|
<td class="name">
|
|
398
423
|
<code>
|
|
399
424
|
|
|
@@ -75,13 +75,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
75
75
|
|
|
76
76
|
<tr class="deep-level-0">
|
|
77
77
|
|
|
78
|
-
<td class="name"
|
|
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">
|
|
84
|
+
<span class="param-type">
|
|
85
|
+
|
|
86
|
+
Object
|
|
87
|
+
|
|
88
|
+
</span>
|
|
89
|
+
|
|
85
90
|
|
|
86
91
|
|
|
87
92
|
|
|
@@ -97,16 +102,25 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
97
102
|
|
|
98
103
|
<tr class="deep-level-1">
|
|
99
104
|
|
|
100
|
-
<td class="name"
|
|
105
|
+
<td class="name"><code>view</code></td>
|
|
101
106
|
|
|
102
107
|
|
|
103
108
|
<td class="type">
|
|
104
109
|
|
|
105
110
|
|
|
106
|
-
<span class="param-type">
|
|
111
|
+
<span class="param-type">
|
|
112
|
+
|
|
113
|
+
MapView
|
|
114
|
+
|
|
115
|
+
</span>
|
|
107
116
|
|
|
|
108
117
|
|
|
109
|
-
<span class="param-type">
|
|
118
|
+
<span class="param-type">
|
|
119
|
+
|
|
120
|
+
SceneView
|
|
121
|
+
|
|
122
|
+
</span>
|
|
123
|
+
|
|
110
124
|
|
|
111
125
|
|
|
112
126
|
|
|
@@ -122,13 +136,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
122
136
|
|
|
123
137
|
<tr class="deep-level-1">
|
|
124
138
|
|
|
125
|
-
<td class="name"
|
|
139
|
+
<td class="name"><code>layer</code></td>
|
|
126
140
|
|
|
127
141
|
|
|
128
142
|
<td class="type">
|
|
129
143
|
|
|
130
144
|
|
|
131
|
-
<span class="param-type">
|
|
145
|
+
<span class="param-type">
|
|
146
|
+
|
|
147
|
+
GraphicsLayer
|
|
148
|
+
|
|
149
|
+
</span>
|
|
150
|
+
|
|
132
151
|
|
|
133
152
|
|
|
134
153
|
|
|
@@ -144,13 +163,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
144
163
|
|
|
145
164
|
<tr class="deep-level-1">
|
|
146
165
|
|
|
147
|
-
<td class="name"
|
|
166
|
+
<td class="name"><code>sketchStyle</code></td>
|
|
148
167
|
|
|
149
168
|
|
|
150
169
|
<td class="type">
|
|
151
170
|
|
|
152
171
|
|
|
153
|
-
<span class="param-type">
|
|
172
|
+
<span class="param-type">
|
|
173
|
+
|
|
174
|
+
SketchStyle
|
|
175
|
+
|
|
176
|
+
</span>
|
|
177
|
+
|
|
154
178
|
|
|
155
179
|
|
|
156
180
|
|
|
@@ -166,13 +190,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
166
190
|
|
|
167
191
|
<tr class="deep-level-1">
|
|
168
192
|
|
|
169
|
-
<td class="name"
|
|
193
|
+
<td class="name"><code>snapOption</code></td>
|
|
170
194
|
|
|
171
195
|
|
|
172
196
|
<td class="type">
|
|
173
197
|
|
|
174
198
|
|
|
175
|
-
<span class="param-type">
|
|
199
|
+
<span class="param-type">
|
|
200
|
+
|
|
201
|
+
Object
|
|
202
|
+
|
|
203
|
+
</span>
|
|
204
|
+
|
|
176
205
|
|
|
177
206
|
|
|
178
207
|
|
|
@@ -241,9 +270,9 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
241
270
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
242
271
|
<div class="column is-10">
|
|
243
272
|
<ul>
|
|
244
|
-
<li
|
|
273
|
+
<li><a href="#草图绘制完成事件">草图绘制完成事件</a></li>
|
|
245
274
|
|
|
246
|
-
<li
|
|
275
|
+
<li><a href="#草图被选中事件">草图被选中事件</a></li>
|
|
247
276
|
</ul>
|
|
248
277
|
</div>
|
|
249
278
|
</div>
|
|
@@ -316,73 +345,93 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
316
345
|
<tbody>
|
|
317
346
|
|
|
318
347
|
<tr class="deep-level-0">
|
|
319
|
-
<td class="name"><code><a href="
|
|
348
|
+
<td class="name"><code><a href="#addVertex">addVertex</a></code></td>
|
|
320
349
|
<td class="name">
|
|
321
350
|
<code>
|
|
322
351
|
|
|
323
352
|
|
|
324
|
-
<span class="param-type">
|
|
353
|
+
<span class="param-type">
|
|
354
|
+
|
|
355
|
+
Geometry
|
|
356
|
+
|
|
357
|
+
</span>
|
|
358
|
+
|
|
325
359
|
|
|
326
360
|
|
|
327
361
|
|
|
328
362
|
</code>
|
|
329
363
|
</td>
|
|
330
|
-
<td class="name"><code><p
|
|
364
|
+
<td class="name"><code><p>向当前线或区草图中插入新的顶点</code></td>
|
|
331
365
|
</tr>
|
|
332
366
|
|
|
333
367
|
<tr class="deep-level-0">
|
|
334
|
-
<td class="name"><code><a href="
|
|
368
|
+
<td class="name"><code><a href="#drawPolylineToPolygon">drawPolylineToPolygon</a></code></td>
|
|
335
369
|
<td class="name">
|
|
336
370
|
<code>
|
|
337
371
|
|
|
338
372
|
</code>
|
|
339
373
|
</td>
|
|
340
|
-
<td class="name"><code><p
|
|
374
|
+
<td class="name"><code><p>线拓扑造区</code></td>
|
|
341
375
|
</tr>
|
|
342
376
|
|
|
343
377
|
<tr class="deep-level-0">
|
|
344
|
-
<td class="name"><code><a href="
|
|
378
|
+
<td class="name"><code><a href="#removeVertex">removeVertex</a></code></td>
|
|
345
379
|
<td class="name">
|
|
346
380
|
<code>
|
|
347
381
|
|
|
348
382
|
|
|
349
|
-
<span class="param-type">
|
|
383
|
+
<span class="param-type">
|
|
384
|
+
|
|
385
|
+
Geometry
|
|
386
|
+
|
|
387
|
+
</span>
|
|
388
|
+
|
|
350
389
|
|
|
351
390
|
|
|
352
391
|
|
|
353
392
|
</code>
|
|
354
393
|
</td>
|
|
355
|
-
<td class="name"><code><p
|
|
394
|
+
<td class="name"><code><p>移除草图图形的某个顶点</code></td>
|
|
356
395
|
</tr>
|
|
357
396
|
|
|
358
397
|
<tr class="deep-level-0">
|
|
359
|
-
<td class="name"><code><a href="
|
|
398
|
+
<td class="name"><code><a href="#split">split</a></code></td>
|
|
360
399
|
<td class="name">
|
|
361
400
|
<code>
|
|
362
401
|
|
|
363
402
|
|
|
364
|
-
<span class="param-type">
|
|
403
|
+
<span class="param-type">
|
|
404
|
+
|
|
405
|
+
Array.<Polygon>
|
|
406
|
+
|
|
407
|
+
</span>
|
|
408
|
+
|
|
365
409
|
|
|
366
410
|
|
|
367
411
|
|
|
368
412
|
</code>
|
|
369
413
|
</td>
|
|
370
|
-
<td class="name"><code><p
|
|
414
|
+
<td class="name"><code><p>分割草图对象或区几何对象</code></td>
|
|
371
415
|
</tr>
|
|
372
416
|
|
|
373
417
|
<tr class="deep-level-0">
|
|
374
|
-
<td class="name"><code><a href="
|
|
418
|
+
<td class="name"><code><a href="#updateVertex">updateVertex</a></code></td>
|
|
375
419
|
<td class="name">
|
|
376
420
|
<code>
|
|
377
421
|
|
|
378
422
|
|
|
379
|
-
<span class="param-type">
|
|
423
|
+
<span class="param-type">
|
|
424
|
+
|
|
425
|
+
Geometry
|
|
426
|
+
|
|
427
|
+
</span>
|
|
428
|
+
|
|
380
429
|
|
|
381
430
|
|
|
382
431
|
|
|
383
432
|
</code>
|
|
384
433
|
</td>
|
|
385
|
-
<td class="name"><code><p
|
|
434
|
+
<td class="name"><code><p>更新当前选中或区草图图形的某个顶点</code></td>
|
|
386
435
|
</tr>
|
|
387
436
|
|
|
388
437
|
</tbody>
|
|
@@ -443,13 +492,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
443
492
|
|
|
444
493
|
<tr class="deep-level-0">
|
|
445
494
|
|
|
446
|
-
<td class="name"
|
|
495
|
+
<td class="name"><code>point</code></td>
|
|
447
496
|
|
|
448
497
|
|
|
449
498
|
<td class="type">
|
|
450
499
|
|
|
451
500
|
|
|
452
|
-
<span class="param-type">
|
|
501
|
+
<span class="param-type">
|
|
502
|
+
|
|
503
|
+
Point
|
|
504
|
+
|
|
505
|
+
</span>
|
|
506
|
+
|
|
453
507
|
|
|
454
508
|
|
|
455
509
|
|
|
@@ -467,13 +521,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
467
521
|
|
|
468
522
|
<tr class="deep-level-0">
|
|
469
523
|
|
|
470
|
-
<td class="name"
|
|
524
|
+
<td class="name"><code>index</code></td>
|
|
471
525
|
|
|
472
526
|
|
|
473
527
|
<td class="type">
|
|
474
528
|
|
|
475
529
|
|
|
476
|
-
<span class="param-type">
|
|
530
|
+
<span class="param-type">
|
|
531
|
+
|
|
532
|
+
Number
|
|
533
|
+
|
|
534
|
+
</span>
|
|
535
|
+
|
|
477
536
|
|
|
478
537
|
|
|
479
538
|
|
|
@@ -561,7 +620,12 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
561
620
|
<div class='column is-5 has-text-left'>
|
|
562
621
|
<label>类型: </label>
|
|
563
622
|
|
|
564
|
-
<span class="param-type">
|
|
623
|
+
<span class="param-type">
|
|
624
|
+
|
|
625
|
+
Geometry
|
|
626
|
+
|
|
627
|
+
</span>
|
|
628
|
+
|
|
565
629
|
|
|
566
630
|
|
|
567
631
|
</div>
|
|
@@ -632,13 +696,18 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
632
696
|
|
|
633
697
|
<tr class="deep-level-0">
|
|
634
698
|
|
|
635
|
-
<td class="name"
|
|
699
|
+
<td class="name"><code>snapAndReferGeometries</code></td>
|
|
636
700
|
|
|
637
701
|
|
|
638
702
|
<td class="type">
|
|
639
703
|
|
|
640
704
|
|
|
641
|
-
<span class="param-type">
|
|
705
|
+
<span class="param-type">
|
|
706
|
+
|
|
707
|
+
Array.<Polygon>
|
|
708
|
+
|
|
709
|
+
</span>
|
|
710
|
+
|
|
642
711
|
|
|
643
712
|
|
|
644
713
|
|
|
@@ -847,13 +916,18 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
847
916
|
|
|
848
917
|
<tr class="deep-level-0">
|
|
849
918
|
|
|
850
|
-
<td class="name"
|
|
919
|
+
<td class="name"><code>index</code></td>
|
|
851
920
|
|
|
852
921
|
|
|
853
922
|
<td class="type">
|
|
854
923
|
|
|
855
924
|
|
|
856
|
-
<span class="param-type">
|
|
925
|
+
<span class="param-type">
|
|
926
|
+
|
|
927
|
+
Number
|
|
928
|
+
|
|
929
|
+
</span>
|
|
930
|
+
|
|
857
931
|
|
|
858
932
|
|
|
859
933
|
|
|
@@ -941,7 +1015,12 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
941
1015
|
<div class='column is-5 has-text-left'>
|
|
942
1016
|
<label>类型: </label>
|
|
943
1017
|
|
|
944
|
-
<span class="param-type">
|
|
1018
|
+
<span class="param-type">
|
|
1019
|
+
|
|
1020
|
+
Geometry
|
|
1021
|
+
|
|
1022
|
+
</span>
|
|
1023
|
+
|
|
945
1024
|
|
|
946
1025
|
|
|
947
1026
|
</div>
|
|
@@ -1012,16 +1091,25 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1012
1091
|
|
|
1013
1092
|
<tr class="deep-level-0">
|
|
1014
1093
|
|
|
1015
|
-
<td class="name"
|
|
1094
|
+
<td class="name"><code>target</code></td>
|
|
1016
1095
|
|
|
1017
1096
|
|
|
1018
1097
|
<td class="type">
|
|
1019
1098
|
|
|
1020
1099
|
|
|
1021
|
-
<span class="param-type">
|
|
1100
|
+
<span class="param-type">
|
|
1101
|
+
|
|
1102
|
+
Polygon
|
|
1103
|
+
|
|
1104
|
+
</span>
|
|
1022
1105
|
|
|
|
1023
1106
|
|
|
1024
|
-
<span class="param-type"
|
|
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>
|
|
1112
|
+
|
|
1025
1113
|
|
|
1026
1114
|
|
|
1027
1115
|
|
|
@@ -1039,13 +1127,18 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1039
1127
|
|
|
1040
1128
|
<tr class="deep-level-0">
|
|
1041
1129
|
|
|
1042
|
-
<td class="name"
|
|
1130
|
+
<td class="name"><code>splitPolyline</code></td>
|
|
1043
1131
|
|
|
1044
1132
|
|
|
1045
1133
|
<td class="type">
|
|
1046
1134
|
|
|
1047
1135
|
|
|
1048
|
-
<span class="param-type">
|
|
1136
|
+
<span class="param-type">
|
|
1137
|
+
|
|
1138
|
+
Polyline
|
|
1139
|
+
|
|
1140
|
+
</span>
|
|
1141
|
+
|
|
1049
1142
|
|
|
1050
1143
|
|
|
1051
1144
|
|
|
@@ -1133,7 +1226,12 @@ sketchEditorCesium.drawPolylineToPolygon(testGeometries)</code></pre>
|
|
|
1133
1226
|
<div class='column is-5 has-text-left'>
|
|
1134
1227
|
<label>类型: </label>
|
|
1135
1228
|
|
|
1136
|
-
<span class="param-type">
|
|
1229
|
+
<span class="param-type">
|
|
1230
|
+
|
|
1231
|
+
Array.<Polygon>
|
|
1232
|
+
|
|
1233
|
+
</span>
|
|
1234
|
+
|
|
1137
1235
|
|
|
1138
1236
|
|
|
1139
1237
|
</div>
|
|
@@ -1244,13 +1342,18 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
|
|
|
1244
1342
|
|
|
1245
1343
|
<tr class="deep-level-0">
|
|
1246
1344
|
|
|
1247
|
-
<td class="name"
|
|
1345
|
+
<td class="name"><code>point</code></td>
|
|
1248
1346
|
|
|
1249
1347
|
|
|
1250
1348
|
<td class="type">
|
|
1251
1349
|
|
|
1252
1350
|
|
|
1253
|
-
<span class="param-type">
|
|
1351
|
+
<span class="param-type">
|
|
1352
|
+
|
|
1353
|
+
Point
|
|
1354
|
+
|
|
1355
|
+
</span>
|
|
1356
|
+
|
|
1254
1357
|
|
|
1255
1358
|
|
|
1256
1359
|
|
|
@@ -1268,13 +1371,18 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
|
|
|
1268
1371
|
|
|
1269
1372
|
<tr class="deep-level-0">
|
|
1270
1373
|
|
|
1271
|
-
<td class="name"
|
|
1374
|
+
<td class="name"><code>index</code></td>
|
|
1272
1375
|
|
|
1273
1376
|
|
|
1274
1377
|
<td class="type">
|
|
1275
1378
|
|
|
1276
1379
|
|
|
1277
|
-
<span class="param-type">
|
|
1380
|
+
<span class="param-type">
|
|
1381
|
+
|
|
1382
|
+
Number
|
|
1383
|
+
|
|
1384
|
+
</span>
|
|
1385
|
+
|
|
1278
1386
|
|
|
1279
1387
|
|
|
1280
1388
|
|
|
@@ -1362,7 +1470,12 @@ const newSketchEditors = SketchEditorCesium.split(polygon,polyline)</code></pre>
|
|
|
1362
1470
|
<div class='column is-5 has-text-left'>
|
|
1363
1471
|
<label>类型: </label>
|
|
1364
1472
|
|
|
1365
|
-
<span class="param-type">
|
|
1473
|
+
<span class="param-type">
|
|
1474
|
+
|
|
1475
|
+
Geometry
|
|
1476
|
+
|
|
1477
|
+
</span>
|
|
1478
|
+
|
|
1366
1479
|
|
|
1367
1480
|
|
|
1368
1481
|
</div>
|