@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
@@ -94,6 +94,36 @@
94
94
  </tr>
95
95
 
96
96
 
97
+
98
+
99
+ <tr class="deep-level-1">
100
+
101
+ <td class="name"><code>id</code></td>
102
+
103
+
104
+ <td class="type">
105
+
106
+
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
113
+
114
+
115
+
116
+ </td>
117
+
118
+
119
+
120
+ <td class="description last"><p>渲染器id</p></td>
121
+ </tr>
122
+
123
+
124
+
125
+
126
+
97
127
 
98
128
 
99
129
  </tbody>
@@ -189,6 +219,215 @@
189
219
 
190
220
 
191
221
 
222
+ <div class='vertical-section'>
223
+ <h3 id='member'>成员变量</h3>
224
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
225
+ <div class="table-container">
226
+ <table class="params table">
227
+ <thead>
228
+ <tr>
229
+ <th>名称</th>
230
+ <th>类型</th>
231
+ <th>描述</th>
232
+ </tr>
233
+ </thead>
234
+ <tbody>
235
+
236
+ <tr class="deep-level-0">
237
+ <td class="name"><code><a href="#id">id</a></code></td>
238
+ <td class="name">
239
+ <code>
240
+
241
+ <span class="param-type">
242
+
243
+ String
244
+
245
+ </span>
246
+
247
+
248
+
249
+ </code>
250
+ </td>
251
+ <td class="name"><code><p>渲染器id</p></code></td>
252
+ </tr>
253
+
254
+ <tr class="deep-level-0">
255
+ <td class="name"><code><a href="#type">type</a></code></td>
256
+ <td class="name">
257
+ <code>
258
+
259
+ <span class="param-type">
260
+
261
+ String
262
+
263
+ </span>
264
+
265
+
266
+
267
+ </code>
268
+ </td>
269
+ <td class="name"><code></code></td>
270
+ </tr>
271
+
272
+ </tbody>
273
+ </table>
274
+ </div>
275
+ <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
276
+ <div class="members">
277
+
278
+ <div class="member">
279
+
280
+ <span class="method-parameter is-pulled-right">
281
+ <label>类型:</label>
282
+
283
+ <span class="param-type">
284
+
285
+ String
286
+
287
+ </span>
288
+
289
+
290
+
291
+ </span>
292
+
293
+ <h4 class="name" id="id">
294
+ <a class="href-link" href="#id">#</a>
295
+
296
+
297
+ <span class='tag'>readonly</span>
298
+
299
+
300
+ <span class="code-name">
301
+ id
302
+ </span>
303
+
304
+ </h4>
305
+
306
+
307
+
308
+
309
+ <div class="description">
310
+ <p>渲染器id</p>
311
+ </div>
312
+
313
+
314
+
315
+
316
+
317
+ <dl class="details">
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+ </dl>
350
+
351
+
352
+
353
+
354
+
355
+ </div>
356
+
357
+ <div class="member">
358
+
359
+ <span class="method-parameter is-pulled-right">
360
+ <label>类型:</label>
361
+
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
367
+
368
+
369
+
370
+ </span>
371
+
372
+ <h4 class="name" id="type">
373
+ <a class="href-link" href="#type">#</a>
374
+
375
+ <span class="code-name">
376
+ type
377
+ </span>
378
+
379
+ </h4>
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+ <dl class="details">
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+ </dl>
421
+
422
+
423
+
424
+
425
+
426
+ </div>
427
+
428
+ </div>
429
+ </div>
430
+
192
431
 
193
432
 
194
433
  <div class='vertical-section'>
@@ -256,7 +256,7 @@
256
256
 
257
257
  <td class="default">
258
258
 
259
- TokenAttachType.url
259
+ TokenAttachType.normal
260
260
 
261
261
  </td>
262
262