@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
@@ -197,6 +197,24 @@ IconSymbol3DLayer、ObjectSymbol3DLayer、LineSymbol3DLayer、PathSymbol3DLayer
197
197
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
198
198
  </tr>
199
199
 
200
+ <tr class="deep-level-0">
201
+ <td class="name"><code><a href="#id">id</a></code></td>
202
+ <td class="name">
203
+ <code>
204
+
205
+ <span class="param-type">
206
+
207
+ String
208
+
209
+ </span>
210
+
211
+
212
+
213
+ </code>
214
+ </td>
215
+ <td class="name"><code><p>符号id</p></code></td>
216
+ </tr>
217
+
200
218
  <tr class="deep-level-0">
201
219
  <td class="name"><code><a href="#type">type</a></code></td>
202
220
  <td class="name">
@@ -366,6 +384,95 @@ IconSymbol3DLayer、ObjectSymbol3DLayer、LineSymbol3DLayer、PathSymbol3DLayer
366
384
 
367
385
 
368
386
 
387
+ <dt class="tag-default">Default Value:</dt>
388
+ <dd class="tag-default"><ul class="dummy">
389
+ <li>{}</li>
390
+ </ul></dd>
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+ </dl>
400
+
401
+
402
+
403
+
404
+
405
+ </div>
406
+
407
+ <div class="member">
408
+
409
+ <span class="method-parameter is-pulled-right">
410
+ <label>类型:</label>
411
+
412
+ <span class="param-type">
413
+
414
+ String
415
+
416
+ </span>
417
+
418
+
419
+
420
+ </span>
421
+
422
+ <h4 class="name" id="id">
423
+ <a class="href-link" href="#id">#</a>
424
+
425
+
426
+ <span class='tag'>readonly</span>
427
+
428
+
429
+ <span class="code-name">
430
+ id
431
+ </span>
432
+
433
+ </h4>
434
+
435
+
436
+
437
+
438
+ <div class="description">
439
+ <p>符号id</p>
440
+ </div>
441
+
442
+
443
+
444
+
445
+
446
+ <dl class="details">
447
+
448
+
449
+
450
+
451
+
452
+
453
+ <dt class="inherited-from">Inherited From:</dt>
454
+ <dd class="inherited-from"><ul class="dummy"><li>
455
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
456
+ </li></ul></dd>
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
369
476
 
370
477
 
371
478
 
@@ -354,6 +354,24 @@
354
354
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
355
355
  </tr>
356
356
 
357
+ <tr class="deep-level-0">
358
+ <td class="name"><code><a href="#id">id</a></code></td>
359
+ <td class="name">
360
+ <code>
361
+
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
367
+
368
+
369
+
370
+ </code>
371
+ </td>
372
+ <td class="name"><code><p>符号id</p></code></td>
373
+ </tr>
374
+
357
375
  <tr class="deep-level-0">
358
376
  <td class="name"><code><a href="#type">type</a></code></td>
359
377
  <td class="name">
@@ -523,6 +541,95 @@
523
541
 
524
542
 
525
543
 
544
+ <dt class="tag-default">Default Value:</dt>
545
+ <dd class="tag-default"><ul class="dummy">
546
+ <li>{}</li>
547
+ </ul></dd>
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+ </dl>
557
+
558
+
559
+
560
+
561
+
562
+ </div>
563
+
564
+ <div class="member">
565
+
566
+ <span class="method-parameter is-pulled-right">
567
+ <label>类型:</label>
568
+
569
+ <span class="param-type">
570
+
571
+ String
572
+
573
+ </span>
574
+
575
+
576
+
577
+ </span>
578
+
579
+ <h4 class="name" id="id">
580
+ <a class="href-link" href="#id">#</a>
581
+
582
+
583
+ <span class='tag'>readonly</span>
584
+
585
+
586
+ <span class="code-name">
587
+ id
588
+ </span>
589
+
590
+ </h4>
591
+
592
+
593
+
594
+
595
+ <div class="description">
596
+ <p>符号id</p>
597
+ </div>
598
+
599
+
600
+
601
+
602
+
603
+ <dl class="details">
604
+
605
+
606
+
607
+
608
+
609
+
610
+ <dt class="inherited-from">Inherited From:</dt>
611
+ <dd class="inherited-from"><ul class="dummy"><li>
612
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
613
+ </li></ul></dd>
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
526
633
 
527
634
 
528
635
 
@@ -60,8 +60,6 @@
60
60
  <th>类型</th>
61
61
 
62
62
 
63
- <th style="min-width: 100px;">默认值</th>
64
-
65
63
 
66
64
  <th class="last">描述</th>
67
65
  </tr>
@@ -91,10 +89,6 @@
91
89
  </td>
92
90
 
93
91
 
94
- <td class="default">
95
-
96
- </td>
97
-
98
92
 
99
93
  <td class="description last"><p>构造参数</p></td>
100
94
  </tr>
@@ -122,146 +116,12 @@
122
116
  </td>
123
117
 
124
118
 
125
- <td class="default">
126
-
127
- </td>
128
-
129
119
 
130
120
  <td class="description last"><p>服务基地址</p></td>
131
121
  </tr>
132
122
 
133
123
 
134
124
 
135
-
136
- <tr class="deep-level-1">
137
-
138
- <td class="name"><code>tokenKey</code></td>
139
-
140
-
141
- <td class="type">
142
-
143
-
144
- <span class="param-type">
145
-
146
- String
147
-
148
- </span>
149
-
150
-
151
-
152
-
153
- </td>
154
-
155
-
156
- <td class="default">
157
-
158
- 'token'
159
-
160
- </td>
161
-
162
-
163
- <td class="description last"><p>token名</p></td>
164
- </tr>
165
-
166
-
167
-
168
-
169
- <tr class="deep-level-1">
170
-
171
- <td class="name"><code>tokenValue</code></td>
172
-
173
-
174
- <td class="type">
175
-
176
-
177
- <span class="param-type">
178
-
179
- String
180
-
181
- </span>
182
-
183
-
184
-
185
-
186
- </td>
187
-
188
-
189
- <td class="default">
190
-
191
- </td>
192
-
193
-
194
- <td class="description last"><p>token值</p></td>
195
- </tr>
196
-
197
-
198
-
199
-
200
- <tr class="deep-level-1">
201
-
202
- <td class="name"><code>autoReset</code></td>
203
-
204
-
205
- <td class="type">
206
-
207
-
208
- <span class="param-type">
209
-
210
- Boolean
211
-
212
- </span>
213
-
214
-
215
-
216
-
217
- </td>
218
-
219
-
220
- <td class="default">
221
-
222
- false
223
-
224
- </td>
225
-
226
-
227
- <td class="description last"><p>是否自动跳转</p></td>
228
- </tr>
229
-
230
-
231
-
232
-
233
- <tr class="deep-level-1">
234
-
235
- <td class="name"><code>requestVertexNormals</code></td>
236
-
237
-
238
- <td class="type">
239
-
240
-
241
- <span class="param-type">
242
-
243
- Boolean
244
-
245
- </span>
246
-
247
-
248
-
249
-
250
- </td>
251
-
252
-
253
- <td class="default">
254
-
255
- true
256
-
257
- </td>
258
-
259
-
260
- <td class="description last"><p>是否请求地形法向量</p></td>
261
- </tr>
262
-
263
-
264
-
265
125
 
266
126
 
267
127
 
@@ -351,7 +211,7 @@ const { TerrainCacheLayer } = Zondy.Layer
351
211
  import { TerrainCacheLayer } from "@mapgis/webclient-common"
352
212
  // 初始化地形图层对象
353
213
  terrainCacheLayer = new TerrainCacheLayer({
354
- url: 'http://webclient.smaryun.com:8089/igs/rest/services/Scene/TwTerrain/SceneServer'
214
+ url: 'http://192.168.82.89:8089/igs/rest/services/Scene/TwTerrain/SceneServer'
355
215
  });</code></pre>
356
216
 
357
217
 
@@ -453,7 +313,7 @@ terrainCacheLayer = new TerrainCacheLayer({
453
313
 
454
314
  </code>
455
315
  </td>
456
- <td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
316
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
457
317
  </tr>
458
318
 
459
319
  <tr class="deep-level-0">
@@ -471,7 +331,7 @@ terrainCacheLayer = new TerrainCacheLayer({
471
331
 
472
332
  </code>
473
333
  </td>
474
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
334
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
475
335
  </tr>
476
336
 
477
337
  <tr class="deep-level-0">
@@ -517,7 +377,7 @@ terrainCacheLayer = new TerrainCacheLayer({
517
377
 
518
378
  <span class="param-type">
519
379
 
520
- String
380
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
521
381
 
522
382
  </span>
523
383
 
@@ -651,7 +511,7 @@ terrainCacheLayer = new TerrainCacheLayer({
651
511
 
652
512
  </code>
653
513
  </td>
654
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
514
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
655
515
  </tr>
656
516
 
657
517
  <tr class="deep-level-0">
@@ -690,6 +550,24 @@ terrainCacheLayer = new TerrainCacheLayer({
690
550
  <td class="name"><code><p>图层名称</p></code></td>
691
551
  </tr>
692
552
 
553
+ <tr class="deep-level-0">
554
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
555
+ <td class="name">
556
+ <code>
557
+
558
+ <span class="param-type">
559
+
560
+ String
561
+
562
+ </span>
563
+
564
+
565
+
566
+ </code>
567
+ </td>
568
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
569
+ </tr>
570
+
693
571
  <tr class="deep-level-0">
694
572
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
695
573
  <td class="name">
@@ -982,7 +860,7 @@ terrainCacheLayer = new TerrainCacheLayer({
982
860
 
983
861
 
984
862
  <div class="description">
985
- <p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p>
863
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
986
864
  </div>
987
865
 
988
866
 
@@ -996,11 +874,9 @@ terrainCacheLayer = new TerrainCacheLayer({
996
874
 
997
875
 
998
876
 
999
-
1000
-
1001
- <dt class="tag-overrides">Overrides:</dt>
1002
- <dd class="tag-overrides"><ul class="dummy"><li>
1003
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
877
+ <dt class="inherited-from">Inherited From:</dt>
878
+ <dd class="inherited-from"><ul class="dummy"><li>
879
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1004
880
  </li></ul></dd>
1005
881
 
1006
882
 
@@ -1019,6 +895,13 @@ terrainCacheLayer = new TerrainCacheLayer({
1019
895
 
1020
896
 
1021
897
 
898
+
899
+
900
+ <dt class="tag-default">Default Value:</dt>
901
+ <dd class="tag-default"><ul class="dummy">
902
+ <li>{}</li>
903
+ </ul></dd>
904
+
1022
905
 
1023
906
 
1024
907
 
@@ -1062,7 +945,7 @@ terrainCacheLayer = new TerrainCacheLayer({
1062
945
 
1063
946
 
1064
947
  <div class="description">
1065
- <p>存储额外参数的属性</p>
948
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1066
949
  </div>
1067
950
 
1068
951
 
@@ -1099,6 +982,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1099
982
 
1100
983
 
1101
984
 
985
+ <dt class="tag-default">Default Value:</dt>
986
+ <dd class="tag-default"><ul class="dummy">
987
+ <li>{}</li>
988
+ </ul></dd>
989
+
1102
990
 
1103
991
 
1104
992
 
@@ -1285,7 +1173,7 @@ terrainCacheLayer = new TerrainCacheLayer({
1285
1173
 
1286
1174
  <span class="param-type">
1287
1175
 
1288
- String
1176
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1289
1177
 
1290
1178
  </span>
1291
1179
 
@@ -1568,13 +1456,13 @@ terrainCacheLayer = new TerrainCacheLayer({
1568
1456
 
1569
1457
 
1570
1458
 
1571
- <dt class="inherited-from">Inherited From:</dt>
1572
- <dd class="inherited-from"><ul class="dummy"><li>
1573
- <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1574
- </li></ul></dd>
1575
-
1576
1459
 
1577
1460
 
1461
+ <dt class="tag-overrides">Overrides:</dt>
1462
+ <dd class="tag-overrides"><ul class="dummy"><li>
1463
+ <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1464
+ </li></ul></dd>
1465
+
1578
1466
 
1579
1467
 
1580
1468
 
@@ -1657,13 +1545,13 @@ terrainCacheLayer = new TerrainCacheLayer({
1657
1545
 
1658
1546
 
1659
1547
 
1660
- <dt class="inherited-from">Inherited From:</dt>
1661
- <dd class="inherited-from"><ul class="dummy"><li>
1662
- <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1663
- </li></ul></dd>
1664
-
1665
1548
 
1666
1549
 
1550
+ <dt class="tag-overrides">Overrides:</dt>
1551
+ <dd class="tag-overrides"><ul class="dummy"><li>
1552
+ <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1553
+ </li></ul></dd>
1554
+
1667
1555
 
1668
1556
 
1669
1557
 
@@ -1898,7 +1786,7 @@ terrainCacheLayer = new TerrainCacheLayer({
1898
1786
 
1899
1787
 
1900
1788
  <div class="description">
1901
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
1789
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
1902
1790
  </div>
1903
1791
 
1904
1792
 
@@ -2096,6 +1984,86 @@ terrainCacheLayer = new TerrainCacheLayer({
2096
1984
 
2097
1985
 
2098
1986
 
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+ </dl>
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+ </div>
2000
+
2001
+ <div class="member">
2002
+
2003
+ <span class="method-parameter is-pulled-right">
2004
+ <label>类型:</label>
2005
+
2006
+ <span class="param-type">
2007
+
2008
+ String
2009
+
2010
+ </span>
2011
+
2012
+
2013
+
2014
+ </span>
2015
+
2016
+ <h4 class="name" id="tokenAttachType">
2017
+ <a class="href-link" href="#tokenAttachType">#</a>
2018
+
2019
+ <span class="code-name">
2020
+ tokenAttachType
2021
+ </span>
2022
+
2023
+ </h4>
2024
+
2025
+
2026
+
2027
+
2028
+ <div class="description">
2029
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2030
+ </div>
2031
+
2032
+
2033
+
2034
+
2035
+
2036
+ <dl class="details">
2037
+
2038
+
2039
+
2040
+
2041
+
2042
+
2043
+ <dt class="inherited-from">Inherited From:</dt>
2044
+ <dd class="inherited-from"><ul class="dummy"><li>
2045
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2046
+ </li></ul></dd>
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2099
2067
 
2100
2068
 
2101
2069