@mapgis/webclient-common 17.0.7 → 17.2.0

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 (105) hide show
  1. package/README.md +9 -44
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/ArcGISMapImageSubLayer.html +311 -7
  5. package/documention/ArcGISMapServer.html +404 -0
  6. package/documention/ArcGISTileLayer.html +116 -8
  7. package/documention/BaseRenderer.html +239 -0
  8. package/documention/BaseServer.html +1 -1
  9. package/documention/BaseView.html +457 -2
  10. package/documention/Callout3D.html +107 -0
  11. package/documention/Cesium3DTilesCacheLayer.html +131 -85
  12. package/documention/Circle.html +103 -0
  13. package/documention/ClassBreakInfo.html +0 -217
  14. package/documention/ClassBreakRenderer.html +395 -5
  15. package/documention/ClusterRenderer.html +245 -5
  16. package/documention/Extent.html +103 -0
  17. package/documention/ExtrudeSymbol3DLayer.html +107 -0
  18. package/documention/FeatureLayer.html +116 -8
  19. package/documention/FillSymbol.html +107 -0
  20. package/documention/FillSymbol3DLayer.html +107 -0
  21. package/documention/Font.html +3 -3
  22. package/documention/GeoJSONLayer.html +116 -8
  23. package/documention/Geometry.html +131 -0
  24. package/documention/GraphicsLayer.html +116 -8
  25. package/documention/GroupLayer.html +118 -10
  26. package/documention/HeatmapRenderer.html +107 -0
  27. package/documention/IGSMapImageSubLayer.html +304 -0
  28. package/documention/IGSSceneSubLayer.html +213 -33
  29. package/documention/IGSTileLayer.html +116 -8
  30. package/documention/IGSVectorTileLayer.html +198 -14
  31. package/documention/IconSymbol3DLayer.html +107 -0
  32. package/documention/LabelClass.html +7 -2
  33. package/documention/Layer.html +244 -9
  34. package/documention/LineCallout3D.html +107 -0
  35. package/documention/LineString.html +103 -0
  36. package/documention/LineSymbol.html +107 -0
  37. package/documention/LineSymbol3DLayer.html +107 -0
  38. package/documention/M3DModelCacheLayer.html +121 -67
  39. package/documention/M3DServer.html +1 -1
  40. package/documention/Map.html +28 -1
  41. package/documention/MapGISTextSymbol.html +107 -0
  42. package/documention/MapImageLayer.html +527 -16
  43. package/documention/MapView.html +203 -2
  44. package/documention/MarkerSymbol.html +107 -0
  45. package/documention/MultiLineString.html +103 -0
  46. package/documention/MultiPoint.html +103 -0
  47. package/documention/MultiPolygon.html +103 -0
  48. package/documention/OGCLayer.html +116 -8
  49. package/documention/ObjectSymbol3DLayer.html +107 -0
  50. package/documention/OverlayLayer.html +116 -8
  51. package/documention/PathSymbol3DLayer.html +107 -0
  52. package/documention/PictureFillSymbol.html +168 -7
  53. package/documention/PoiServer.html +1 -1
  54. package/documention/Point.html +103 -0
  55. package/documention/PointSymbol3D.html +1 -1
  56. package/documention/Polygon.html +103 -0
  57. package/documention/Projection.html +421 -0
  58. package/documention/RandomRenderer.html +107 -0
  59. package/documention/RankRenderer.html +107 -0
  60. package/documention/RootServer.html +1 -1
  61. package/documention/SceneLayer.html +116 -8
  62. package/documention/SceneView.html +10164 -130
  63. package/documention/SimpleFillSymbol.html +107 -0
  64. package/documention/SimpleRenderer.html +107 -0
  65. package/documention/SketchBaseDrawTool.html +181 -3
  66. package/documention/SketchCircleDrawTool.html +159 -3
  67. package/documention/SketchEditor.html +1 -1
  68. package/documention/SketchEditorCesium.html +1 -1
  69. package/documention/SketchExtentDrawTool.html +159 -3
  70. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  71. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  72. package/documention/SketchPointDrawTool.html +159 -3
  73. package/documention/SketchPolygonDrawTool.html +318 -6
  74. package/documention/SketchPolylineDrawTool.html +318 -6
  75. package/documention/SubLayer.html +296 -26
  76. package/documention/Symbol.html +133 -0
  77. package/documention/Symbol3DLayer.html +107 -0
  78. package/documention/Symbol3DVerticalOffset.html +107 -0
  79. package/documention/TerrainCacheLayer.html +132 -164
  80. package/documention/TextSymbol.html +107 -0
  81. package/documention/TextSymbol3DLayer.html +107 -0
  82. package/documention/ThemeServer.html +1 -1
  83. package/documention/TileLayer.html +116 -8
  84. package/documention/TileServer.html +1 -1
  85. package/documention/UniqueValueInfo.html +0 -217
  86. package/documention/UniqueValueRenderer.html +107 -0
  87. package/documention/UnknownLayer.html +116 -8
  88. package/documention/VectorTileLayer.html +116 -8
  89. package/documention/VectorTileSubLayer.html +304 -0
  90. package/documention/WFSLayer.html +116 -8
  91. package/documention/WMSLayer.html +116 -8
  92. package/documention/WMSServer.html +1 -1
  93. package/documention/WMSSubLayer.html +218 -7
  94. package/documention/WMTSLayer.html +116 -8
  95. package/documention/WMTSServer.html +1 -1
  96. package/documention/WMTSSubLayer.html +116 -8
  97. package/documention/WaterSymbol3DLayer.html +107 -0
  98. package/documention/WebTileLayer.html +116 -8
  99. package/documention/global.html +454 -4
  100. package/documention/index.html +47 -44
  101. package/documention/scripts/sideBar.js +16 -2
  102. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  103. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  104. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  105. package/package.json +13 -13
@@ -145,6 +145,46 @@
145
145
  </thead>
146
146
  <tbody>
147
147
 
148
+ <tr class="deep-level-0">
149
+ <td class="name"><code><a href="#getProj">getProj</a></code></td>
150
+ <td class="name">
151
+ <code>
152
+
153
+
154
+ <span class="param-type">
155
+
156
+ *
157
+
158
+ </span>
159
+
160
+
161
+
162
+
163
+ </code>
164
+ </td>
165
+ <td class="name"><code></code></td>
166
+ </tr>
167
+
168
+ <tr class="deep-level-0">
169
+ <td class="name"><code><a href="#isCustomWKID">isCustomWKID</a></code></td>
170
+ <td class="name">
171
+ <code>
172
+
173
+
174
+ <span class="param-type">
175
+
176
+ Boolean
177
+
178
+ </span>
179
+
180
+
181
+
182
+
183
+ </code>
184
+ </td>
185
+ <td class="name"><code><p>是否为自定义wkid</p></code></td>
186
+ </tr>
187
+
148
188
  <tr class="deep-level-0">
149
189
  <td class="name"><code><a href="#project">project</a></code></td>
150
190
  <td class="name">
@@ -181,6 +221,387 @@
181
221
 
182
222
 
183
223
 
224
+ <h4 class="name" id=".getProj">
225
+ <a class="href-link" href="#.getProj">#</a>
226
+
227
+
228
+ <span class='tag'>static</span>
229
+
230
+
231
+ <span class="code-name" id="getProj" style="font-size:30px">
232
+
233
+ getProj<span class="signature">(crsDefinition, def)</span>
234
+
235
+ </span>
236
+ </h4>
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+ <h4>参数</h4>
250
+
251
+ <div class="table-container">
252
+ <table class="params table">
253
+ <thead>
254
+ <tr>
255
+
256
+ <th>名称</th>
257
+
258
+
259
+ <th>类型</th>
260
+
261
+
262
+
263
+ <th class="last">描述</th>
264
+ </tr>
265
+ </thead>
266
+
267
+ <tbody>
268
+
269
+
270
+
271
+ <tr class="deep-level-0">
272
+
273
+ <td class="name"><code>crsDefinition</code></td>
274
+
275
+
276
+ <td class="type">
277
+
278
+
279
+ <span class="param-type">
280
+
281
+ *
282
+
283
+ </span>
284
+
285
+
286
+
287
+
288
+ </td>
289
+
290
+
291
+
292
+ <td class="description last"></td>
293
+ </tr>
294
+
295
+
296
+
297
+
298
+
299
+
300
+ <tr class="deep-level-0">
301
+
302
+ <td class="name"><code>def</code></td>
303
+
304
+
305
+ <td class="type">
306
+
307
+
308
+ <span class="param-type">
309
+
310
+ *
311
+
312
+ </span>
313
+
314
+
315
+
316
+
317
+ </td>
318
+
319
+
320
+
321
+ <td class="description last"></td>
322
+ </tr>
323
+
324
+
325
+
326
+
327
+ </tbody>
328
+ </table>
329
+ </div>
330
+
331
+
332
+
333
+
334
+
335
+
336
+ <dl class="details">
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+ </dl>
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+ <div class='columns method-parameter'>
388
+ <div class="column is-2"><label>返回值</label></div>
389
+ <div class="column is-10">
390
+
391
+
392
+
393
+ <div class="columns">
394
+
395
+
396
+ <div class='column is-5 has-text-left'>
397
+ <label>类型: </label>
398
+
399
+ <span class="param-type">
400
+
401
+ *
402
+
403
+ </span>
404
+
405
+
406
+
407
+ </div>
408
+
409
+ </div>
410
+
411
+
412
+ </div>
413
+ </div>
414
+
415
+
416
+
417
+
418
+
419
+
420
+ </div>
421
+
422
+ <div class="member">
423
+
424
+
425
+
426
+ <h4 class="name" id=".isCustomWKID">
427
+ <a class="href-link" href="#.isCustomWKID">#</a>
428
+
429
+
430
+ <span class='tag'>static</span>
431
+
432
+
433
+ <span class="code-name" id="isCustomWKID" style="font-size:30px">
434
+
435
+ isCustomWKID<span class="signature">(wkid)</span>
436
+
437
+ </span>
438
+ </h4>
439
+
440
+
441
+
442
+ <div class="description">
443
+ <p>是否为自定义wkid</p>
444
+ </div>
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+ <h4>参数</h4>
456
+
457
+ <div class="table-container">
458
+ <table class="params table">
459
+ <thead>
460
+ <tr>
461
+
462
+ <th>名称</th>
463
+
464
+
465
+ <th>类型</th>
466
+
467
+
468
+
469
+ <th class="last">描述</th>
470
+ </tr>
471
+ </thead>
472
+
473
+ <tbody>
474
+
475
+
476
+
477
+ <tr class="deep-level-0">
478
+
479
+ <td class="name"><code>wkid</code></td>
480
+
481
+
482
+ <td class="type">
483
+
484
+
485
+ <span class="param-type">
486
+
487
+ Number
488
+
489
+ </span>
490
+
491
+
492
+
493
+
494
+ </td>
495
+
496
+
497
+
498
+ <td class="description last"><p>自定义wkid</p></td>
499
+ </tr>
500
+
501
+
502
+
503
+
504
+ </tbody>
505
+ </table>
506
+ </div>
507
+
508
+
509
+
510
+
511
+
512
+
513
+ <dl class="details">
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+ </dl>
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+ <div class='columns method-parameter'>
565
+ <div class="column is-2"><label>返回值</label></div>
566
+ <div class="column is-10">
567
+
568
+
569
+
570
+ <div class="columns">
571
+
572
+ <div class='param-desc column is-7'><p>是否为自定义wkid</p></div>
573
+
574
+
575
+ <div class='column is-5 has-text-left'>
576
+ <label>类型: </label>
577
+
578
+ <span class="param-type">
579
+
580
+ Boolean
581
+
582
+ </span>
583
+
584
+
585
+
586
+ </div>
587
+
588
+ </div>
589
+
590
+
591
+ </div>
592
+ </div>
593
+
594
+
595
+
596
+
597
+
598
+
599
+ </div>
600
+
601
+ <div class="member">
602
+
603
+
604
+
184
605
  <h4 class="name" id=".project">
185
606
  <a class="href-link" href="#.project">#</a>
186
607
 
@@ -275,6 +275,24 @@ const randomRenderer = new RandomRenderer({})</code></pre>
275
275
  <td class="name"><code><p>字段名</p></code></td>
276
276
  </tr>
277
277
 
278
+ <tr class="deep-level-0">
279
+ <td class="name"><code><a href="#id">id</a></code></td>
280
+ <td class="name">
281
+ <code>
282
+
283
+ <span class="param-type">
284
+
285
+ String
286
+
287
+ </span>
288
+
289
+
290
+
291
+ </code>
292
+ </td>
293
+ <td class="name"><code><p>渲染器id</p></code></td>
294
+ </tr>
295
+
278
296
  <tr class="deep-level-0">
279
297
  <td class="name"><code><a href="#type">type</a></code></td>
280
298
  <td class="name">
@@ -355,6 +373,90 @@ const randomRenderer = new RandomRenderer({})</code></pre>
355
373
 
356
374
 
357
375
 
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+ </dl>
388
+
389
+
390
+
391
+
392
+
393
+ </div>
394
+
395
+ <div class="member">
396
+
397
+ <span class="method-parameter is-pulled-right">
398
+ <label>类型:</label>
399
+
400
+ <span class="param-type">
401
+
402
+ String
403
+
404
+ </span>
405
+
406
+
407
+
408
+ </span>
409
+
410
+ <h4 class="name" id="id">
411
+ <a class="href-link" href="#id">#</a>
412
+
413
+
414
+ <span class='tag'>readonly</span>
415
+
416
+
417
+ <span class="code-name">
418
+ id
419
+ </span>
420
+
421
+ </h4>
422
+
423
+
424
+
425
+
426
+ <div class="description">
427
+ <p>渲染器id</p>
428
+ </div>
429
+
430
+
431
+
432
+
433
+
434
+ <dl class="details">
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <dt class="inherited-from">Inherited From:</dt>
442
+ <dd class="inherited-from"><ul class="dummy"><li>
443
+ <a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
444
+ </li></ul></dd>
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
358
460
 
359
461
 
360
462
 
@@ -422,6 +524,11 @@ const randomRenderer = new RandomRenderer({})</code></pre>
422
524
 
423
525
 
424
526
 
527
+ <dt class="tag-overrides">Overrides:</dt>
528
+ <dd class="tag-overrides"><ul class="dummy"><li>
529
+ <a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
530
+ </li></ul></dd>
531
+
425
532
 
426
533
 
427
534
 
@@ -527,6 +527,24 @@ const rankRenderer = new RankRenderer({
527
527
  <td class="name"><code><p>要素字段名</p></code></td>
528
528
  </tr>
529
529
 
530
+ <tr class="deep-level-0">
531
+ <td class="name"><code><a href="#id">id</a></code></td>
532
+ <td class="name">
533
+ <code>
534
+
535
+ <span class="param-type">
536
+
537
+ String
538
+
539
+ </span>
540
+
541
+
542
+
543
+ </code>
544
+ </td>
545
+ <td class="name"><code><p>渲染器id</p></code></td>
546
+ </tr>
547
+
530
548
  <tr class="deep-level-0">
531
549
  <td class="name"><code><a href="#maxDataValue">maxDataValue</a></code></td>
532
550
  <td class="name">
@@ -733,6 +751,90 @@ const rankRenderer = new RankRenderer({
733
751
 
734
752
 
735
753
 
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+ </dl>
766
+
767
+
768
+
769
+
770
+
771
+ </div>
772
+
773
+ <div class="member">
774
+
775
+ <span class="method-parameter is-pulled-right">
776
+ <label>类型:</label>
777
+
778
+ <span class="param-type">
779
+
780
+ String
781
+
782
+ </span>
783
+
784
+
785
+
786
+ </span>
787
+
788
+ <h4 class="name" id="id">
789
+ <a class="href-link" href="#id">#</a>
790
+
791
+
792
+ <span class='tag'>readonly</span>
793
+
794
+
795
+ <span class="code-name">
796
+ id
797
+ </span>
798
+
799
+ </h4>
800
+
801
+
802
+
803
+
804
+ <div class="description">
805
+ <p>渲染器id</p>
806
+ </div>
807
+
808
+
809
+
810
+
811
+
812
+ <dl class="details">
813
+
814
+
815
+
816
+
817
+
818
+
819
+ <dt class="inherited-from">Inherited From:</dt>
820
+ <dd class="inherited-from"><ul class="dummy"><li>
821
+ <a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
822
+ </li></ul></dd>
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
736
838
 
737
839
 
738
840
 
@@ -1175,6 +1277,11 @@ const rankRenderer = new RankRenderer({
1175
1277
 
1176
1278
 
1177
1279
 
1280
+ <dt class="tag-overrides">Overrides:</dt>
1281
+ <dd class="tag-overrides"><ul class="dummy"><li>
1282
+ <a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
1283
+ </li></ul></dd>
1284
+
1178
1285
 
1179
1286
 
1180
1287
 
@@ -213,7 +213,7 @@ import { RootServer } from "@mapgis/webclient-common"
213
213
  //初始化RootServer服务对象
214
214
  const rootServer = new RootServer({
215
215
  //服务基地址
216
- url: 'http://webclient.smaryun.com:8089/igs/rest/services'
216
+ url: 'http://192.168.82.89:8089/igs/rest/services'
217
217
  })</code></pre>
218
218
 
219
219