@mapgis/webclient-common 17.6.0 → 17.6.1

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.
@@ -5220,6 +5220,219 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
5220
5220
 
5221
5221
 
5222
5222
 
5223
+ </div>
5224
+
5225
+ <div class="member">
5226
+
5227
+
5228
+
5229
+ <h4 class="name" id="_isValueInClassBreakInfo">
5230
+ <a class="href-link" href="#_isValueInClassBreakInfo">#</a>
5231
+
5232
+ <span class="code-name" style="font-size:30px">
5233
+
5234
+ _isValueInClassBreakInfo<span class="signature">(classBreakInfo, value, isLast)</span>
5235
+
5236
+ </span>
5237
+ </h4>
5238
+
5239
+
5240
+
5241
+ <div class="description">
5242
+ <p>判断value是否再分段范围内</p>
5243
+ </div>
5244
+
5245
+
5246
+
5247
+
5248
+
5249
+
5250
+
5251
+
5252
+
5253
+
5254
+ <h4>参数:</h4>
5255
+
5256
+ <div class="table-container">
5257
+ <table class="params table">
5258
+ <thead>
5259
+ <tr>
5260
+
5261
+ <th>名称</th>
5262
+
5263
+
5264
+ <th>类型</th>
5265
+
5266
+
5267
+
5268
+ <th class="last">描述</th>
5269
+ </tr>
5270
+ </thead>
5271
+
5272
+ <tbody>
5273
+
5274
+
5275
+
5276
+ <tr class="deep-level-0">
5277
+
5278
+ <td class="name"><code>classBreakInfo</code></td>
5279
+
5280
+
5281
+ <td class="type">
5282
+
5283
+
5284
+ <span class="param-type">Object</span>
5285
+
5286
+
5287
+
5288
+ </td>
5289
+
5290
+
5291
+
5292
+ <td class="description last"><p>分段信息对象</p></td>
5293
+ </tr>
5294
+
5295
+
5296
+
5297
+
5298
+
5299
+
5300
+ <tr class="deep-level-0">
5301
+
5302
+ <td class="name"><code>value</code></td>
5303
+
5304
+
5305
+ <td class="type">
5306
+
5307
+
5308
+ <span class="param-type">Number</span>
5309
+
5310
+
5311
+
5312
+ </td>
5313
+
5314
+
5315
+
5316
+ <td class="description last"><p>要判断的值</p></td>
5317
+ </tr>
5318
+
5319
+
5320
+
5321
+
5322
+
5323
+
5324
+ <tr class="deep-level-0">
5325
+
5326
+ <td class="name"><code>isLast</code></td>
5327
+
5328
+
5329
+ <td class="type">
5330
+
5331
+
5332
+ <span class="param-type">Boolean</span>
5333
+
5334
+
5335
+
5336
+ </td>
5337
+
5338
+
5339
+
5340
+ <td class="description last"><p>是否是最后一个分段</p></td>
5341
+ </tr>
5342
+
5343
+
5344
+
5345
+
5346
+ </tbody>
5347
+ </table>
5348
+ </div>
5349
+
5350
+
5351
+
5352
+
5353
+
5354
+
5355
+ <dl class="details">
5356
+
5357
+
5358
+
5359
+
5360
+
5361
+
5362
+
5363
+
5364
+
5365
+
5366
+
5367
+
5368
+
5369
+
5370
+
5371
+
5372
+
5373
+
5374
+
5375
+
5376
+
5377
+
5378
+
5379
+
5380
+
5381
+
5382
+
5383
+
5384
+
5385
+
5386
+
5387
+ </dl>
5388
+
5389
+
5390
+
5391
+
5392
+
5393
+
5394
+
5395
+
5396
+
5397
+
5398
+
5399
+
5400
+
5401
+
5402
+
5403
+
5404
+
5405
+
5406
+ <div class='columns method-parameter'>
5407
+ <div class="column is-2"><label>返回值:</label></div>
5408
+ <div class="column is-10">
5409
+
5410
+
5411
+
5412
+ <div class="columns">
5413
+
5414
+ <div class='param-desc column is-7'><p>value是否再分段范围内</p></div>
5415
+
5416
+
5417
+ <div class='column is-5 has-text-left'>
5418
+ <label>类型: </label>
5419
+
5420
+ <span class="param-type">Boolean</span>
5421
+
5422
+
5423
+ </div>
5424
+
5425
+ </div>
5426
+
5427
+
5428
+ </div>
5429
+ </div>
5430
+
5431
+
5432
+
5433
+
5434
+
5435
+
5223
5436
  </div>
5224
5437
 
5225
5438
  <div class="member">
@@ -10599,12 +10812,12 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
10599
10812
 
10600
10813
 
10601
10814
 
10602
- <h4 class="name" id="getFeaturesFromFeatureSet">
10603
- <a class="href-link" href="#getFeaturesFromFeatureSet">#</a>
10815
+ <h4 class="name" id="getFeatureSetFromServerData">
10816
+ <a class="href-link" href="#getFeatureSetFromServerData">#</a>
10604
10817
 
10605
10818
  <span class="code-name" style="font-size:30px">
10606
10819
 
10607
- getFeaturesFromFeatureSet<span class="signature">(featureSet)</span>
10820
+ getFeatureSetFromServerData<span class="signature">(options)</span>
10608
10821
 
10609
10822
  </span>
10610
10823
  </h4>
@@ -10612,7 +10825,7 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
10612
10825
 
10613
10826
 
10614
10827
  <div class="description">
10615
- <p>从FeatureSet中获取要素数组</p>
10828
+ <p>将服务端返回的要素数据转化为common库的FeatureSet对象</p>
10616
10829
  </div>
10617
10830
 
10618
10831
 
@@ -10648,13 +10861,13 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
10648
10861
 
10649
10862
  <tr class="deep-level-0">
10650
10863
 
10651
- <td class="name"><code>featureSet</code></td>
10864
+ <td class="name"><code>options</code></td>
10652
10865
 
10653
10866
 
10654
10867
  <td class="type">
10655
10868
 
10656
10869
 
10657
- <span class="param-type"><a href="FeatureSet.html">FeatureSet</a></span>
10870
+ <span class="param-type">Object</span>
10658
10871
 
10659
10872
 
10660
10873
 
@@ -10662,38 +10875,473 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
10662
10875
 
10663
10876
 
10664
10877
 
10665
- <td class="description last"><p>要素集合对象</p></td>
10878
+ <td class="description last"><p>构造参数</p></td>
10666
10879
  </tr>
10667
10880
 
10668
10881
 
10882
+
10883
+
10884
+ <tr class="deep-level-1">
10885
+
10886
+ <td class="name"><code>serverData</code></td>
10887
+
10669
10888
 
10670
-
10671
- </tbody>
10672
- </table>
10673
- </div>
10674
-
10675
-
10889
+ <td class="type">
10890
+
10891
+
10892
+ <span class="param-type">Object</span>
10676
10893
 
10677
10894
 
10895
+
10896
+ </td>
10678
10897
 
10898
+
10679
10899
 
10680
- <dl class="details">
10900
+ <td class="description last"><p>服务端返回的数据</p></td>
10901
+ </tr>
10681
10902
 
10682
-
10683
10903
 
10904
+
10684
10905
 
10906
+ <tr class="deep-level-1">
10907
+
10908
+ <td class="name"><code>igsType</code></td>
10909
+
10685
10910
 
10686
-
10911
+ <td class="type">
10912
+
10913
+
10914
+ <span class="param-type">String</span>
10687
10915
 
10688
-
10689
10916
 
10690
-
10917
+
10918
+ </td>
10691
10919
 
10692
-
10920
+
10693
10921
 
10694
-
10922
+ <td class="description last"><p>IGS版本号</p></td>
10923
+ </tr>
10695
10924
 
10696
-
10925
+
10926
+
10927
+
10928
+ <tr class="deep-level-1">
10929
+
10930
+ <td class="name"><code>outSrs</code></td>
10931
+
10932
+
10933
+ <td class="type">
10934
+
10935
+
10936
+ <span class="param-type">String</span>
10937
+
10938
+
10939
+
10940
+ </td>
10941
+
10942
+
10943
+
10944
+ <td class="description last"><p>输出几何空间参照系,仅IGS2.0服务有效,如果服务端没有返回输出几何空间参照系,则使用查询参数中的输出几何空间参照系</p></td>
10945
+ </tr>
10946
+
10947
+
10948
+
10949
+
10950
+
10951
+
10952
+
10953
+ </tbody>
10954
+ </table>
10955
+ </div>
10956
+
10957
+
10958
+
10959
+
10960
+
10961
+
10962
+ <dl class="details">
10963
+
10964
+
10965
+
10966
+
10967
+
10968
+
10969
+
10970
+
10971
+
10972
+
10973
+
10974
+
10975
+
10976
+
10977
+
10978
+
10979
+
10980
+
10981
+
10982
+
10983
+
10984
+
10985
+
10986
+
10987
+
10988
+
10989
+
10990
+
10991
+
10992
+
10993
+
10994
+ </dl>
10995
+
10996
+
10997
+
10998
+
10999
+
11000
+
11001
+
11002
+
11003
+
11004
+
11005
+
11006
+
11007
+
11008
+
11009
+
11010
+
11011
+
11012
+
11013
+ <div class='columns method-parameter'>
11014
+ <div class="column is-2"><label>返回值:</label></div>
11015
+ <div class="column is-10">
11016
+
11017
+
11018
+
11019
+ <div class="columns">
11020
+
11021
+ <div class='param-desc column is-7'><p>common库的FeatureSet对象</p></div>
11022
+
11023
+
11024
+ <div class='column is-5 has-text-left'>
11025
+ <label>类型: </label>
11026
+
11027
+ <span class="param-type"><a href="FeatureSet.html">FeatureSet</a></span>
11028
+
11029
+
11030
+ </div>
11031
+
11032
+ </div>
11033
+
11034
+
11035
+ </div>
11036
+ </div>
11037
+
11038
+
11039
+
11040
+
11041
+
11042
+
11043
+ </div>
11044
+
11045
+ <div class="member">
11046
+
11047
+
11048
+
11049
+ <h4 class="name" id="getFeatureSetFromWFSXML">
11050
+ <a class="href-link" href="#getFeatureSetFromWFSXML">#</a>
11051
+
11052
+ <span class="code-name" style="font-size:30px">
11053
+
11054
+ getFeatureSetFromWFSXML<span class="signature">(xmlDoc, clientVersion<span class="signature-attributes">opt</span>)</span>
11055
+
11056
+ </span>
11057
+ </h4>
11058
+
11059
+
11060
+
11061
+ <div class="description">
11062
+ <p>将WFS返回的XML解析为FeatureSet对象</p>
11063
+ </div>
11064
+
11065
+
11066
+
11067
+
11068
+
11069
+
11070
+
11071
+
11072
+
11073
+
11074
+ <h4>参数:</h4>
11075
+
11076
+ <div class="table-container">
11077
+ <table class="params table">
11078
+ <thead>
11079
+ <tr>
11080
+
11081
+ <th>名称</th>
11082
+
11083
+
11084
+ <th>类型</th>
11085
+
11086
+
11087
+ <th style="min-width: 100px;">默认值</th>
11088
+
11089
+
11090
+ <th class="last">描述</th>
11091
+ </tr>
11092
+ </thead>
11093
+
11094
+ <tbody>
11095
+
11096
+
11097
+
11098
+ <tr class="deep-level-0">
11099
+
11100
+ <td class="name"><code>xmlDoc</code></td>
11101
+
11102
+
11103
+ <td class="type">
11104
+
11105
+
11106
+ <span class="param-type">Object</span>
11107
+
11108
+
11109
+
11110
+ </td>
11111
+
11112
+
11113
+ <td class="default">
11114
+
11115
+ </td>
11116
+
11117
+
11118
+ <td class="description last"><p>xml的dom对象</p></td>
11119
+ </tr>
11120
+
11121
+
11122
+
11123
+
11124
+
11125
+
11126
+ <tr class="deep-level-0">
11127
+
11128
+ <td class="name"><code>clientVersion</code></td>
11129
+
11130
+
11131
+ <td class="type">
11132
+
11133
+
11134
+ <span class="param-type">String</span>
11135
+
11136
+
11137
+
11138
+ </td>
11139
+
11140
+
11141
+ <td class="default">
11142
+
11143
+ '2.0.0'
11144
+
11145
+ </td>
11146
+
11147
+
11148
+ <td class="description last"><p>客户端设置的WFS服务版本号,如果未从服务返回的元信息中获取到WFS的服务版本号,则使用客户端设置的WFS服务版本号</p></td>
11149
+ </tr>
11150
+
11151
+
11152
+
11153
+
11154
+ </tbody>
11155
+ </table>
11156
+ </div>
11157
+
11158
+
11159
+
11160
+
11161
+
11162
+
11163
+ <dl class="details">
11164
+
11165
+
11166
+
11167
+
11168
+
11169
+
11170
+
11171
+
11172
+
11173
+
11174
+
11175
+
11176
+
11177
+
11178
+
11179
+
11180
+
11181
+
11182
+
11183
+
11184
+
11185
+
11186
+
11187
+
11188
+
11189
+
11190
+
11191
+
11192
+
11193
+
11194
+
11195
+ </dl>
11196
+
11197
+
11198
+
11199
+
11200
+
11201
+
11202
+
11203
+
11204
+
11205
+
11206
+
11207
+
11208
+
11209
+
11210
+
11211
+
11212
+
11213
+
11214
+ <div class='columns method-parameter'>
11215
+ <div class="column is-2"><label>返回值:</label></div>
11216
+ <div class="column is-10">
11217
+
11218
+
11219
+
11220
+ <div class="columns">
11221
+
11222
+ <div class='param-desc column is-7'><p>要素集合对象</p></div>
11223
+
11224
+
11225
+ <div class='column is-5 has-text-left'>
11226
+ <label>类型: </label>
11227
+
11228
+ <span class="param-type"><a href="FeatureSet.html">FeatureSet</a></span>
11229
+
11230
+
11231
+ </div>
11232
+
11233
+ </div>
11234
+
11235
+
11236
+ </div>
11237
+ </div>
11238
+
11239
+
11240
+
11241
+
11242
+
11243
+
11244
+ </div>
11245
+
11246
+ <div class="member">
11247
+
11248
+
11249
+
11250
+ <h4 class="name" id="getFeaturesFromFeatureSet">
11251
+ <a class="href-link" href="#getFeaturesFromFeatureSet">#</a>
11252
+
11253
+ <span class="code-name" style="font-size:30px">
11254
+
11255
+ getFeaturesFromFeatureSet<span class="signature">(featureSet)</span>
11256
+
11257
+ </span>
11258
+ </h4>
11259
+
11260
+
11261
+
11262
+ <div class="description">
11263
+ <p>从FeatureSet中获取要素数组</p>
11264
+ </div>
11265
+
11266
+
11267
+
11268
+
11269
+
11270
+
11271
+
11272
+
11273
+
11274
+
11275
+ <h4>参数:</h4>
11276
+
11277
+ <div class="table-container">
11278
+ <table class="params table">
11279
+ <thead>
11280
+ <tr>
11281
+
11282
+ <th>名称</th>
11283
+
11284
+
11285
+ <th>类型</th>
11286
+
11287
+
11288
+
11289
+ <th class="last">描述</th>
11290
+ </tr>
11291
+ </thead>
11292
+
11293
+ <tbody>
11294
+
11295
+
11296
+
11297
+ <tr class="deep-level-0">
11298
+
11299
+ <td class="name"><code>featureSet</code></td>
11300
+
11301
+
11302
+ <td class="type">
11303
+
11304
+
11305
+ <span class="param-type"><a href="FeatureSet.html">FeatureSet</a></span>
11306
+
11307
+
11308
+
11309
+ </td>
11310
+
11311
+
11312
+
11313
+ <td class="description last"><p>要素集合对象</p></td>
11314
+ </tr>
11315
+
11316
+
11317
+
11318
+
11319
+ </tbody>
11320
+ </table>
11321
+ </div>
11322
+
11323
+
11324
+
11325
+
11326
+
11327
+
11328
+ <dl class="details">
11329
+
11330
+
11331
+
11332
+
11333
+
11334
+
11335
+
11336
+
11337
+
11338
+
11339
+
11340
+
11341
+
11342
+
11343
+
11344
+
10697
11345
 
10698
11346
 
10699
11347
 
@@ -14032,195 +14680,6 @@ tianditu MKT 一个矩阵集 1000
14032
14680
 
14033
14681
 
14034
14682
 
14035
- </div>
14036
-
14037
- <div class="member">
14038
-
14039
-
14040
-
14041
- <h4 class="name" id="getWFSFeature">
14042
- <a class="href-link" href="#getWFSFeature">#</a>
14043
-
14044
- <span class="code-name" style="font-size:30px">
14045
-
14046
- getWFSFeature<span class="signature">(xmlDoc, version)</span>
14047
-
14048
- </span>
14049
- </h4>
14050
-
14051
-
14052
-
14053
- <div class="description">
14054
- <p>将WFS返回的XML解析为要素数组对象</p>
14055
- </div>
14056
-
14057
-
14058
-
14059
-
14060
-
14061
-
14062
-
14063
-
14064
-
14065
-
14066
- <h4>参数:</h4>
14067
-
14068
- <div class="table-container">
14069
- <table class="params table">
14070
- <thead>
14071
- <tr>
14072
-
14073
- <th>名称</th>
14074
-
14075
-
14076
- <th>类型</th>
14077
-
14078
-
14079
-
14080
- <th class="last">描述</th>
14081
- </tr>
14082
- </thead>
14083
-
14084
- <tbody>
14085
-
14086
-
14087
-
14088
- <tr class="deep-level-0">
14089
-
14090
- <td class="name"><code>xmlDoc</code></td>
14091
-
14092
-
14093
- <td class="type">
14094
-
14095
-
14096
- <span class="param-type">Object</span>
14097
-
14098
-
14099
-
14100
- </td>
14101
-
14102
-
14103
-
14104
- <td class="description last"><p>xml的dom对象</p></td>
14105
- </tr>
14106
-
14107
-
14108
-
14109
-
14110
-
14111
-
14112
- <tr class="deep-level-0">
14113
-
14114
- <td class="name"><code>version</code></td>
14115
-
14116
-
14117
- <td class="type">
14118
-
14119
-
14120
- <span class="param-type">String</span>
14121
-
14122
-
14123
-
14124
- </td>
14125
-
14126
-
14127
-
14128
- <td class="description last"><p>WFS的版本号,影响坐标的顺序,详见https://shimo.im/sheets/gO3od50r85SlbEqD/snHIV</p></td>
14129
- </tr>
14130
-
14131
-
14132
-
14133
-
14134
- </tbody>
14135
- </table>
14136
- </div>
14137
-
14138
-
14139
-
14140
-
14141
-
14142
-
14143
- <dl class="details">
14144
-
14145
-
14146
-
14147
-
14148
-
14149
-
14150
-
14151
-
14152
-
14153
-
14154
-
14155
-
14156
-
14157
-
14158
-
14159
-
14160
-
14161
-
14162
-
14163
-
14164
-
14165
-
14166
-
14167
-
14168
-
14169
-
14170
-
14171
-
14172
-
14173
-
14174
-
14175
- </dl>
14176
-
14177
-
14178
-
14179
-
14180
-
14181
-
14182
-
14183
-
14184
-
14185
-
14186
-
14187
-
14188
-
14189
-
14190
-
14191
-
14192
-
14193
-
14194
- <div class='columns method-parameter'>
14195
- <div class="column is-2"><label>返回值:</label></div>
14196
- <div class="column is-10">
14197
-
14198
-
14199
-
14200
- <div class="columns">
14201
-
14202
- <div class='param-desc column is-7'><p>要素集合对象</p></div>
14203
-
14204
-
14205
- <div class='column is-5 has-text-left'>
14206
- <label>类型: </label>
14207
-
14208
- <span class="param-type"><a href="FeatureSet.html">FeatureSet</a></span>
14209
-
14210
-
14211
- </div>
14212
-
14213
- </div>
14214
-
14215
-
14216
- </div>
14217
- </div>
14218
-
14219
-
14220
-
14221
-
14222
-
14223
-
14224
14683
  </div>
14225
14684
 
14226
14685
  <div class="member">