@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
@@ -139,6 +139,39 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
139
139
 
140
140
 
141
141
 
142
+
143
+ <tr class="deep-level-1">
144
+
145
+ <td class="name"><code>extendOptions</code></td>
146
+
147
+
148
+ <td class="type">
149
+
150
+
151
+ <span class="param-type">
152
+
153
+ Object
154
+
155
+ </span>
156
+
157
+
158
+
159
+
160
+ </td>
161
+
162
+
163
+ <td class="default">
164
+
165
+ {}
166
+
167
+ </td>
168
+
169
+
170
+ <td class="description last"><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></td>
171
+ </tr>
172
+
173
+
174
+
142
175
 
143
176
 
144
177
 
@@ -254,6 +287,24 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
254
287
  </thead>
255
288
  <tbody>
256
289
 
290
+ <tr class="deep-level-0">
291
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
292
+ <td class="name">
293
+ <code>
294
+
295
+ <span class="param-type">
296
+
297
+ Object
298
+
299
+ </span>
300
+
301
+
302
+
303
+ </code>
304
+ </td>
305
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
306
+ </tr>
307
+
257
308
  <tr class="deep-level-0">
258
309
  <td class="name"><code><a href="#extent">extent</a></code></td>
259
310
  <td class="name">
@@ -319,6 +370,86 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
319
370
  <span class="method-parameter is-pulled-right">
320
371
  <label>类型:</label>
321
372
 
373
+ <span class="param-type">
374
+
375
+ Object
376
+
377
+ </span>
378
+
379
+
380
+
381
+ </span>
382
+
383
+ <h4 class="name" id="extendOptions">
384
+ <a class="href-link" href="#extendOptions">#</a>
385
+
386
+ <span class="code-name">
387
+ extendOptions
388
+ </span>
389
+
390
+ </h4>
391
+
392
+
393
+
394
+
395
+ <div class="description">
396
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
397
+ </div>
398
+
399
+
400
+
401
+
402
+
403
+ <dl class="details">
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+ <dt class="tag-default">Default Value:</dt>
429
+ <dd class="tag-default"><ul class="dummy">
430
+ <li>{}</li>
431
+ </ul></dd>
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+ </dl>
441
+
442
+
443
+
444
+
445
+
446
+ </div>
447
+
448
+ <div class="member">
449
+
450
+ <span class="method-parameter is-pulled-right">
451
+ <label>类型:</label>
452
+
322
453
  <span class="param-type">
323
454
 
324
455
  Number
@@ -664,7 +664,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
664
664
 
665
665
  </code>
666
666
  </td>
667
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
667
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
668
668
  </tr>
669
669
 
670
670
  <tr class="deep-level-0">
@@ -682,7 +682,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
682
682
 
683
683
  </code>
684
684
  </td>
685
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
685
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
686
686
  </tr>
687
687
 
688
688
  <tr class="deep-level-0">
@@ -746,7 +746,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
746
746
 
747
747
  <span class="param-type">
748
748
 
749
- String
749
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
750
750
 
751
751
  </span>
752
752
 
@@ -880,7 +880,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
880
880
 
881
881
  </code>
882
882
  </td>
883
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
883
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
884
884
  </tr>
885
885
 
886
886
  <tr class="deep-level-0">
@@ -919,6 +919,24 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
919
919
  <td class="name"><code><p>图层名称</p></code></td>
920
920
  </tr>
921
921
 
922
+ <tr class="deep-level-0">
923
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
924
+ <td class="name">
925
+ <code>
926
+
927
+ <span class="param-type">
928
+
929
+ String
930
+
931
+ </span>
932
+
933
+
934
+
935
+ </code>
936
+ </td>
937
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
938
+ </tr>
939
+
922
940
  <tr class="deep-level-0">
923
941
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
924
942
  <td class="name">
@@ -1268,7 +1286,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1268
1286
 
1269
1287
 
1270
1288
  <div class="description">
1271
- <p>初始化图层的额外参数</p>
1289
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1272
1290
  </div>
1273
1291
 
1274
1292
 
@@ -1305,6 +1323,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1305
1323
 
1306
1324
 
1307
1325
 
1326
+ <dt class="tag-default">Default Value:</dt>
1327
+ <dd class="tag-default"><ul class="dummy">
1328
+ <li>{}</li>
1329
+ </ul></dd>
1330
+
1308
1331
 
1309
1332
 
1310
1333
 
@@ -1348,7 +1371,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1348
1371
 
1349
1372
 
1350
1373
  <div class="description">
1351
- <p>存储额外参数的属性</p>
1374
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1352
1375
  </div>
1353
1376
 
1354
1377
 
@@ -1385,6 +1408,11 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1385
1408
 
1386
1409
 
1387
1410
 
1411
+ <dt class="tag-default">Default Value:</dt>
1412
+ <dd class="tag-default"><ul class="dummy">
1413
+ <li>{}</li>
1414
+ </ul></dd>
1415
+
1388
1416
 
1389
1417
 
1390
1418
 
@@ -1646,7 +1674,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
1646
1674
 
1647
1675
  <span class="param-type">
1648
1676
 
1649
- String
1677
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1650
1678
 
1651
1679
  </span>
1652
1680
 
@@ -2249,7 +2277,7 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2249
2277
 
2250
2278
 
2251
2279
  <div class="description">
2252
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2280
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2253
2281
  </div>
2254
2282
 
2255
2283
 
@@ -2447,6 +2475,86 @@ map.reorder(graphicsLayer, '要移动到的index');</code></pre>
2447
2475
 
2448
2476
 
2449
2477
 
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+ </dl>
2485
+
2486
+
2487
+
2488
+
2489
+
2490
+ </div>
2491
+
2492
+ <div class="member">
2493
+
2494
+ <span class="method-parameter is-pulled-right">
2495
+ <label>类型:</label>
2496
+
2497
+ <span class="param-type">
2498
+
2499
+ String
2500
+
2501
+ </span>
2502
+
2503
+
2504
+
2505
+ </span>
2506
+
2507
+ <h4 class="name" id="tokenAttachType">
2508
+ <a class="href-link" href="#tokenAttachType">#</a>
2509
+
2510
+ <span class="code-name">
2511
+ tokenAttachType
2512
+ </span>
2513
+
2514
+ </h4>
2515
+
2516
+
2517
+
2518
+
2519
+ <div class="description">
2520
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2521
+ </div>
2522
+
2523
+
2524
+
2525
+
2526
+
2527
+ <dl class="details">
2528
+
2529
+
2530
+
2531
+
2532
+
2533
+
2534
+ <dt class="inherited-from">Inherited From:</dt>
2535
+ <dd class="inherited-from"><ul class="dummy"><li>
2536
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2537
+ </li></ul></dd>
2538
+
2539
+
2540
+
2541
+
2542
+
2543
+
2544
+
2545
+
2546
+
2547
+
2548
+
2549
+
2550
+
2551
+
2552
+
2553
+
2554
+
2555
+
2556
+
2557
+
2450
2558
 
2451
2559
 
2452
2560
 
@@ -285,11 +285,11 @@ const { IGSMapImageLayer,WMTSLayer,GroupLayer } = Zondy.Layer
285
285
  import { IGSMapImageLayer,WMTSLayer,GroupLayer} from "@mapgis/webclient-common"
286
286
  // 创建一个矢量图层
287
287
  const igsMapImageLayer = new IGSMapImageLayer({
288
- url: 'http://webclient.smaryun.com:8089/igs/rest/services/Map/WorldJWVector/MapServer'
288
+ url: 'http://192.168.82.89:8089/igs/rest/services/Map/WorldJWVector/MapServer'
289
289
  });
290
290
  // 创建一个WMS图层
291
291
  const wmsLayer = new WMTSLayer({
292
- url: 'http://webclient.smaryun.com:8089/igs/rest/services/Tile/北京市/WMTSServer'
292
+ url: 'http://192.168.82.89:8089/igs/rest/services/Tile/北京市/WMTSServer'
293
293
  });
294
294
  // 创建一个组图层
295
295
  const groupLayer = new GroupLayer({
@@ -414,7 +414,7 @@ const groupLayer = new GroupLayer({
414
414
 
415
415
  </code>
416
416
  </td>
417
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
417
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
418
418
  </tr>
419
419
 
420
420
  <tr class="deep-level-0">
@@ -432,7 +432,7 @@ const groupLayer = new GroupLayer({
432
432
 
433
433
  </code>
434
434
  </td>
435
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
435
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
436
436
  </tr>
437
437
 
438
438
  <tr class="deep-level-0">
@@ -478,7 +478,7 @@ const groupLayer = new GroupLayer({
478
478
 
479
479
  <span class="param-type">
480
480
 
481
- String
481
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
482
482
 
483
483
  </span>
484
484
 
@@ -630,7 +630,7 @@ const groupLayer = new GroupLayer({
630
630
 
631
631
  </code>
632
632
  </td>
633
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
633
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
634
634
  </tr>
635
635
 
636
636
  <tr class="deep-level-0">
@@ -669,6 +669,24 @@ const groupLayer = new GroupLayer({
669
669
  <td class="name"><code><p>图层名称</p></code></td>
670
670
  </tr>
671
671
 
672
+ <tr class="deep-level-0">
673
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
674
+ <td class="name">
675
+ <code>
676
+
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
682
+
683
+
684
+
685
+ </code>
686
+ </td>
687
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
688
+ </tr>
689
+
672
690
  <tr class="deep-level-0">
673
691
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
674
692
  <td class="name">
@@ -1040,7 +1058,7 @@ const groupLayer = new GroupLayer({
1040
1058
 
1041
1059
 
1042
1060
  <div class="description">
1043
- <p>初始化图层的额外参数</p>
1061
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1044
1062
  </div>
1045
1063
 
1046
1064
 
@@ -1077,6 +1095,11 @@ const groupLayer = new GroupLayer({
1077
1095
 
1078
1096
 
1079
1097
 
1098
+ <dt class="tag-default">Default Value:</dt>
1099
+ <dd class="tag-default"><ul class="dummy">
1100
+ <li>{}</li>
1101
+ </ul></dd>
1102
+
1080
1103
 
1081
1104
 
1082
1105
 
@@ -1120,7 +1143,7 @@ const groupLayer = new GroupLayer({
1120
1143
 
1121
1144
 
1122
1145
  <div class="description">
1123
- <p>存储额外参数的属性</p>
1146
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1124
1147
  </div>
1125
1148
 
1126
1149
 
@@ -1157,6 +1180,11 @@ const groupLayer = new GroupLayer({
1157
1180
 
1158
1181
 
1159
1182
 
1183
+ <dt class="tag-default">Default Value:</dt>
1184
+ <dd class="tag-default"><ul class="dummy">
1185
+ <li>{}</li>
1186
+ </ul></dd>
1187
+
1160
1188
 
1161
1189
 
1162
1190
 
@@ -1343,7 +1371,7 @@ const groupLayer = new GroupLayer({
1343
1371
 
1344
1372
  <span class="param-type">
1345
1373
 
1346
- String
1374
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1347
1375
 
1348
1376
  </span>
1349
1377
 
@@ -2031,7 +2059,7 @@ const groupLayer = new GroupLayer({
2031
2059
 
2032
2060
 
2033
2061
  <div class="description">
2034
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2062
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2035
2063
  </div>
2036
2064
 
2037
2065
 
@@ -2229,6 +2257,86 @@ const groupLayer = new GroupLayer({
2229
2257
 
2230
2258
 
2231
2259
 
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+ </dl>
2267
+
2268
+
2269
+
2270
+
2271
+
2272
+ </div>
2273
+
2274
+ <div class="member">
2275
+
2276
+ <span class="method-parameter is-pulled-right">
2277
+ <label>类型:</label>
2278
+
2279
+ <span class="param-type">
2280
+
2281
+ String
2282
+
2283
+ </span>
2284
+
2285
+
2286
+
2287
+ </span>
2288
+
2289
+ <h4 class="name" id="tokenAttachType">
2290
+ <a class="href-link" href="#tokenAttachType">#</a>
2291
+
2292
+ <span class="code-name">
2293
+ tokenAttachType
2294
+ </span>
2295
+
2296
+ </h4>
2297
+
2298
+
2299
+
2300
+
2301
+ <div class="description">
2302
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2303
+ </div>
2304
+
2305
+
2306
+
2307
+
2308
+
2309
+ <dl class="details">
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+ <dt class="inherited-from">Inherited From:</dt>
2317
+ <dd class="inherited-from"><ul class="dummy"><li>
2318
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2319
+ </li></ul></dd>
2320
+
2321
+
2322
+
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2232
2340
 
2233
2341
 
2234
2342
 
@@ -462,6 +462,24 @@
462
462
  <td class="name"><code><p>要素字段名称,用于指定数据的热力值,优先级高于valueExpression.</p></code></td>
463
463
  </tr>
464
464
 
465
+ <tr class="deep-level-0">
466
+ <td class="name"><code><a href="#id">id</a></code></td>
467
+ <td class="name">
468
+ <code>
469
+
470
+ <span class="param-type">
471
+
472
+ String
473
+
474
+ </span>
475
+
476
+
477
+
478
+ </code>
479
+ </td>
480
+ <td class="name"><code><p>渲染器id</p></code></td>
481
+ </tr>
482
+
465
483
  <tr class="deep-level-0">
466
484
  <td class="name"><code><a href="#maxDataValue">maxDataValue</a></code></td>
467
485
  <td class="name">
@@ -707,6 +725,90 @@
707
725
 
708
726
 
709
727
 
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+ </dl>
740
+
741
+
742
+
743
+
744
+
745
+ </div>
746
+
747
+ <div class="member">
748
+
749
+ <span class="method-parameter is-pulled-right">
750
+ <label>类型:</label>
751
+
752
+ <span class="param-type">
753
+
754
+ String
755
+
756
+ </span>
757
+
758
+
759
+
760
+ </span>
761
+
762
+ <h4 class="name" id="id">
763
+ <a class="href-link" href="#id">#</a>
764
+
765
+
766
+ <span class='tag'>readonly</span>
767
+
768
+
769
+ <span class="code-name">
770
+ id
771
+ </span>
772
+
773
+ </h4>
774
+
775
+
776
+
777
+
778
+ <div class="description">
779
+ <p>渲染器id</p>
780
+ </div>
781
+
782
+
783
+
784
+
785
+
786
+ <dl class="details">
787
+
788
+
789
+
790
+
791
+
792
+
793
+ <dt class="inherited-from">Inherited From:</dt>
794
+ <dd class="inherited-from"><ul class="dummy"><li>
795
+ <a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
796
+ </li></ul></dd>
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
710
812
 
711
813
 
712
814
 
@@ -995,6 +1097,11 @@
995
1097
 
996
1098
 
997
1099
 
1100
+ <dt class="tag-overrides">Overrides:</dt>
1101
+ <dd class="tag-overrides"><ul class="dummy"><li>
1102
+ <a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
1103
+ </li></ul></dd>
1104
+
998
1105
 
999
1106
 
1000
1107