@mapgis/webclient-common 17.2.6 → 17.2.8
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 +17 -0
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/BaseScene.html +550 -246
- package/documention/Feature.html +129 -3
- package/documention/FeatureFilter.html +554 -322
- package/documention/FeatureServer.html +84 -65
- package/documention/IGSFeatureLayer.html +1 -1
- package/documention/ISScene.html +553 -290
- package/documention/ISSceneLayer.html +558 -458
- package/documention/ISSceneServer.html +568 -399
- package/documention/ISSceneSubLayer.html +564 -610
- package/documention/ModelCacheLayer.html +549 -257
- package/documention/S3MTilesCacheLayer.html +691 -1253
- package/documention/TimeExtent.html +545 -197
- package/documention/TimeInfo.html +553 -317
- package/documention/TimeInterval.html +545 -197
- package/documention/VoxelFilter.html +545 -197
- package/documention/index.html +1 -1
- package/package.json +1 -1
package/documention/Feature.html
CHANGED
|
@@ -232,7 +232,7 @@ import { Feature } from "@mapgis/webclient-common" <br/>
|
|
|
232
232
|
</td>
|
|
233
233
|
|
|
234
234
|
|
|
235
|
-
<td class="description last"><p
|
|
235
|
+
<td class="description last"><p>客户端要素渲染样式,当使用GraphicsLayer图层绘制要素时,设置此参数来决定渲染结果,支持如下:<br/>
|
|
236
236
|
<a class="mapgis-link-name" title="PictureMarkerSymbol" PictureMarkerSymbol.html><code>图片Marker符号</code></a>、<a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html><code>简单Marker符号</code></a>、
|
|
237
237
|
<a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html><code>简单填充符号</code></a>、<a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html><code>简单线符号</code></a>、<a class="mapgis-link-name" title="TextSymbol" TextSymbol.html><code>文本符号</code></a></p></td>
|
|
238
238
|
</tr>
|
|
@@ -303,6 +303,39 @@ import { Feature } from "@mapgis/webclient-common" <br/>
|
|
|
303
303
|
|
|
304
304
|
|
|
305
305
|
|
|
306
|
+
|
|
307
|
+
<tr class="deep-level-1">
|
|
308
|
+
|
|
309
|
+
<td class="name"><code>styleInfo</code></td>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
<td class="type">
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
<span class="param-type">
|
|
316
|
+
|
|
317
|
+
Object
|
|
318
|
+
|
|
319
|
+
</span>
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
</td>
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
<td class="default">
|
|
328
|
+
|
|
329
|
+
</td>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<td class="description last"><p>服务端要素渲染样式,说明如下:<br>
|
|
333
|
+
1、当使用FeatureServer的查询操作并返回要素时,styleInfo会记录查询到的服务端要素渲染样式
|
|
334
|
+
2、当执行FeatureServer的要素编辑操作时,设置此参数来更改要素样式,具体参数说明请参考IGS文档</p></td>
|
|
335
|
+
</tr>
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
306
339
|
|
|
307
340
|
|
|
308
341
|
|
|
@@ -457,7 +490,7 @@ let feature = new Feature({
|
|
|
457
490
|
|
|
458
491
|
<span class="param-type">
|
|
459
492
|
|
|
460
|
-
|
|
493
|
+
Object
|
|
461
494
|
|
|
462
495
|
</span>
|
|
463
496
|
|
|
@@ -542,6 +575,24 @@ default {}</p></code></td>
|
|
|
542
575
|
default 随机id</p></code></td>
|
|
543
576
|
</tr>
|
|
544
577
|
|
|
578
|
+
<tr class="deep-level-0">
|
|
579
|
+
<td class="name"><code><a href="#styleInfo">styleInfo</a></code></td>
|
|
580
|
+
<td class="name">
|
|
581
|
+
<code>
|
|
582
|
+
|
|
583
|
+
<span class="param-type">
|
|
584
|
+
|
|
585
|
+
Object
|
|
586
|
+
|
|
587
|
+
</span>
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
</code>
|
|
592
|
+
</td>
|
|
593
|
+
<td class="name"><code><p>服务端要素的样式,用于IGS的要素编辑操作,具体参数说明请参考IGS文档</p></code></td>
|
|
594
|
+
</tr>
|
|
595
|
+
|
|
545
596
|
<tr class="deep-level-0">
|
|
546
597
|
<td class="name"><code><a href="#symbol">symbol</a></code></td>
|
|
547
598
|
<td class="name">
|
|
@@ -610,7 +661,7 @@ default = true</p></code></td>
|
|
|
610
661
|
|
|
611
662
|
<span class="param-type">
|
|
612
663
|
|
|
613
|
-
|
|
664
|
+
Object
|
|
614
665
|
|
|
615
666
|
</span>
|
|
616
667
|
|
|
@@ -961,6 +1012,81 @@ default 随机id</p>
|
|
|
961
1012
|
|
|
962
1013
|
|
|
963
1014
|
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
</dl>
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
</div>
|
|
1033
|
+
|
|
1034
|
+
<div class="member">
|
|
1035
|
+
|
|
1036
|
+
<span class="method-parameter is-pulled-right">
|
|
1037
|
+
<label>类型:</label>
|
|
1038
|
+
|
|
1039
|
+
<span class="param-type">
|
|
1040
|
+
|
|
1041
|
+
Object
|
|
1042
|
+
|
|
1043
|
+
</span>
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
</span>
|
|
1048
|
+
|
|
1049
|
+
<h4 class="name" id="styleInfo">
|
|
1050
|
+
<a class="href-link" href="#styleInfo">#</a>
|
|
1051
|
+
|
|
1052
|
+
<span class="code-name">
|
|
1053
|
+
styleInfo
|
|
1054
|
+
</span>
|
|
1055
|
+
|
|
1056
|
+
</h4>
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
<div class="description">
|
|
1062
|
+
<p>服务端要素的样式,用于IGS的要素编辑操作,具体参数说明请参考IGS文档</p>
|
|
1063
|
+
</div>
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
<dl class="details">
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
964
1090
|
|
|
965
1091
|
|
|
966
1092
|
|