@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
@@ -514,7 +514,7 @@
514
514
 
515
515
  </code>
516
516
  </td>
517
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
517
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
518
518
  </tr>
519
519
 
520
520
  <tr class="deep-level-0">
@@ -532,7 +532,7 @@
532
532
 
533
533
  </code>
534
534
  </td>
535
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
535
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
536
536
  </tr>
537
537
 
538
538
  <tr class="deep-level-0">
@@ -578,7 +578,7 @@
578
578
 
579
579
  <span class="param-type">
580
580
 
581
- String
581
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
582
582
 
583
583
  </span>
584
584
 
@@ -712,7 +712,7 @@
712
712
 
713
713
  </code>
714
714
  </td>
715
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
715
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
716
716
  </tr>
717
717
 
718
718
  <tr class="deep-level-0">
@@ -751,6 +751,24 @@
751
751
  <td class="name"><code><p>图层名称</p></code></td>
752
752
  </tr>
753
753
 
754
+ <tr class="deep-level-0">
755
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
756
+ <td class="name">
757
+ <code>
758
+
759
+ <span class="param-type">
760
+
761
+ String
762
+
763
+ </span>
764
+
765
+
766
+
767
+ </code>
768
+ </td>
769
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
770
+ </tr>
771
+
754
772
  <tr class="deep-level-0">
755
773
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
756
774
  <td class="name">
@@ -1118,7 +1136,7 @@
1118
1136
 
1119
1137
 
1120
1138
  <div class="description">
1121
- <p>初始化图层的额外参数</p>
1139
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
1122
1140
  </div>
1123
1141
 
1124
1142
 
@@ -1155,6 +1173,11 @@
1155
1173
 
1156
1174
 
1157
1175
 
1176
+ <dt class="tag-default">Default Value:</dt>
1177
+ <dd class="tag-default"><ul class="dummy">
1178
+ <li>{}</li>
1179
+ </ul></dd>
1180
+
1158
1181
 
1159
1182
 
1160
1183
 
@@ -1198,7 +1221,7 @@
1198
1221
 
1199
1222
 
1200
1223
  <div class="description">
1201
- <p>存储额外参数的属性</p>
1224
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
1202
1225
  </div>
1203
1226
 
1204
1227
 
@@ -1235,6 +1258,11 @@
1235
1258
 
1236
1259
 
1237
1260
 
1261
+ <dt class="tag-default">Default Value:</dt>
1262
+ <dd class="tag-default"><ul class="dummy">
1263
+ <li>{}</li>
1264
+ </ul></dd>
1265
+
1238
1266
 
1239
1267
 
1240
1268
 
@@ -1421,7 +1449,7 @@
1421
1449
 
1422
1450
  <span class="param-type">
1423
1451
 
1424
- String
1452
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1425
1453
 
1426
1454
  </span>
1427
1455
 
@@ -2034,7 +2062,7 @@
2034
2062
 
2035
2063
 
2036
2064
  <div class="description">
2037
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
2065
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
2038
2066
  </div>
2039
2067
 
2040
2068
 
@@ -2232,6 +2260,86 @@
2232
2260
 
2233
2261
 
2234
2262
 
2263
+
2264
+
2265
+
2266
+
2267
+
2268
+
2269
+ </dl>
2270
+
2271
+
2272
+
2273
+
2274
+
2275
+ </div>
2276
+
2277
+ <div class="member">
2278
+
2279
+ <span class="method-parameter is-pulled-right">
2280
+ <label>类型:</label>
2281
+
2282
+ <span class="param-type">
2283
+
2284
+ String
2285
+
2286
+ </span>
2287
+
2288
+
2289
+
2290
+ </span>
2291
+
2292
+ <h4 class="name" id="tokenAttachType">
2293
+ <a class="href-link" href="#tokenAttachType">#</a>
2294
+
2295
+ <span class="code-name">
2296
+ tokenAttachType
2297
+ </span>
2298
+
2299
+ </h4>
2300
+
2301
+
2302
+
2303
+
2304
+ <div class="description">
2305
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
2306
+ </div>
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+ <dl class="details">
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+ <dt class="inherited-from">Inherited From:</dt>
2320
+ <dd class="inherited-from"><ul class="dummy"><li>
2321
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
2322
+ </li></ul></dd>
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+
2341
+
2342
+
2235
2343
 
2236
2344
 
2237
2345
 
@@ -797,6 +797,24 @@ const symbol = new ObjectSymbol3DLayer({
797
797
  <td class="name"><code><p>符号高度</p></code></td>
798
798
  </tr>
799
799
 
800
+ <tr class="deep-level-0">
801
+ <td class="name"><code><a href="#id">id</a></code></td>
802
+ <td class="name">
803
+ <code>
804
+
805
+ <span class="param-type">
806
+
807
+ String
808
+
809
+ </span>
810
+
811
+
812
+
813
+ </code>
814
+ </td>
815
+ <td class="name"><code><p>符号id</p></code></td>
816
+ </tr>
817
+
800
818
  <tr class="deep-level-0">
801
819
  <td class="name"><code><a href="#material">material</a></code></td>
802
820
  <td class="name">
@@ -1356,6 +1374,11 @@ const symbol = new ObjectSymbol3DLayer({
1356
1374
 
1357
1375
 
1358
1376
 
1377
+ <dt class="tag-default">Default Value:</dt>
1378
+ <dd class="tag-default"><ul class="dummy">
1379
+ <li>{}</li>
1380
+ </ul></dd>
1381
+
1359
1382
 
1360
1383
 
1361
1384
 
@@ -1502,6 +1525,90 @@ const symbol = new ObjectSymbol3DLayer({
1502
1525
 
1503
1526
 
1504
1527
 
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+ </dl>
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+ </div>
1546
+
1547
+ <div class="member">
1548
+
1549
+ <span class="method-parameter is-pulled-right">
1550
+ <label>类型:</label>
1551
+
1552
+ <span class="param-type">
1553
+
1554
+ String
1555
+
1556
+ </span>
1557
+
1558
+
1559
+
1560
+ </span>
1561
+
1562
+ <h4 class="name" id="id">
1563
+ <a class="href-link" href="#id">#</a>
1564
+
1565
+
1566
+ <span class='tag'>readonly</span>
1567
+
1568
+
1569
+ <span class="code-name">
1570
+ id
1571
+ </span>
1572
+
1573
+ </h4>
1574
+
1575
+
1576
+
1577
+
1578
+ <div class="description">
1579
+ <p>符号id</p>
1580
+ </div>
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+ <dl class="details">
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+ <dt class="inherited-from">Inherited From:</dt>
1594
+ <dd class="inherited-from"><ul class="dummy"><li>
1595
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
1596
+ </li></ul></dd>
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1505
1612
 
1506
1613
 
1507
1614
 
@@ -258,7 +258,7 @@
258
258
 
259
259
  </code>
260
260
  </td>
261
- <td class="name"><code><p>初始化图层的额外参数</p></code></td>
261
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
262
262
  </tr>
263
263
 
264
264
  <tr class="deep-level-0">
@@ -276,7 +276,7 @@
276
276
 
277
277
  </code>
278
278
  </td>
279
- <td class="name"><code><p>存储额外参数的属性</p></code></td>
279
+ <td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
280
280
  </tr>
281
281
 
282
282
  <tr class="deep-level-0">
@@ -322,7 +322,7 @@
322
322
 
323
323
  <span class="param-type">
324
324
 
325
- String
325
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
326
326
 
327
327
  </span>
328
328
 
@@ -456,7 +456,7 @@
456
456
 
457
457
  </code>
458
458
  </td>
459
- <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
459
+ <td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p></code></td>
460
460
  </tr>
461
461
 
462
462
  <tr class="deep-level-0">
@@ -495,6 +495,24 @@
495
495
  <td class="name"><code><p>图层名称</p></code></td>
496
496
  </tr>
497
497
 
498
+ <tr class="deep-level-0">
499
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
500
+ <td class="name">
501
+ <code>
502
+
503
+ <span class="param-type">
504
+
505
+ String
506
+
507
+ </span>
508
+
509
+
510
+
511
+ </code>
512
+ </td>
513
+ <td class="name"><code><p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></code></td>
514
+ </tr>
515
+
498
516
  <tr class="deep-level-0">
499
517
  <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
500
518
  <td class="name">
@@ -769,7 +787,7 @@
769
787
 
770
788
 
771
789
  <div class="description">
772
- <p>初始化图层的额外参数</p>
790
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
773
791
  </div>
774
792
 
775
793
 
@@ -806,6 +824,11 @@
806
824
 
807
825
 
808
826
 
827
+ <dt class="tag-default">Default Value:</dt>
828
+ <dd class="tag-default"><ul class="dummy">
829
+ <li>{}</li>
830
+ </ul></dd>
831
+
809
832
 
810
833
 
811
834
 
@@ -849,7 +872,7 @@
849
872
 
850
873
 
851
874
  <div class="description">
852
- <p>存储额外参数的属性</p>
875
+ <p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
853
876
  </div>
854
877
 
855
878
 
@@ -886,6 +909,11 @@
886
909
 
887
910
 
888
911
 
912
+ <dt class="tag-default">Default Value:</dt>
913
+ <dd class="tag-default"><ul class="dummy">
914
+ <li>{}</li>
915
+ </ul></dd>
916
+
889
917
 
890
918
 
891
919
 
@@ -1072,7 +1100,7 @@
1072
1100
 
1073
1101
  <span class="param-type">
1074
1102
 
1075
- String
1103
+ <a link="FetchMethod.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FetchMethod" global.html#FetchMethod>FetchMethod</a>
1076
1104
 
1077
1105
  </span>
1078
1106
 
@@ -1685,7 +1713,7 @@
1685
1713
 
1686
1714
 
1687
1715
  <div class="description">
1688
- <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p>
1716
+ <p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件。IGSSceneLayer图层类型为地形时,不支持该属性。</p>
1689
1717
  </div>
1690
1718
 
1691
1719
 
@@ -1883,6 +1911,86 @@
1883
1911
 
1884
1912
 
1885
1913
 
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+ </dl>
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+ </div>
1927
+
1928
+ <div class="member">
1929
+
1930
+ <span class="method-parameter is-pulled-right">
1931
+ <label>类型:</label>
1932
+
1933
+ <span class="param-type">
1934
+
1935
+ String
1936
+
1937
+ </span>
1938
+
1939
+
1940
+
1941
+ </span>
1942
+
1943
+ <h4 class="name" id="tokenAttachType">
1944
+ <a class="href-link" href="#tokenAttachType">#</a>
1945
+
1946
+ <span class="code-name">
1947
+ tokenAttachType
1948
+ </span>
1949
+
1950
+ </h4>
1951
+
1952
+
1953
+
1954
+
1955
+ <div class="description">
1956
+ <p>token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p>
1957
+ </div>
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ <dl class="details">
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+ <dt class="inherited-from">Inherited From:</dt>
1971
+ <dd class="inherited-from"><ul class="dummy"><li>
1972
+ <a goto="tokenAttachType" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenAttachType" Layer.html#tokenAttachType>Layer#tokenAttachType</a>
1973
+ </li></ul></dd>
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1886
1994
 
1887
1995
 
1888
1996
 
@@ -663,6 +663,24 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
663
663
  <td class="name"><code><p>管道的宽度,如果没有设置,那么管道宽度就和管道高度一致,如果高度和宽度都没有设置,则不显示管道</p></code></td>
664
664
  </tr>
665
665
 
666
+ <tr class="deep-level-0">
667
+ <td class="name"><code><a href="#id">id</a></code></td>
668
+ <td class="name">
669
+ <code>
670
+
671
+ <span class="param-type">
672
+
673
+ String
674
+
675
+ </span>
676
+
677
+
678
+
679
+ </code>
680
+ </td>
681
+ <td class="name"><code><p>符号id</p></code></td>
682
+ </tr>
683
+
666
684
  <tr class="deep-level-0">
667
685
  <td class="name"><code><a href="#join">join</a></code></td>
668
686
  <td class="name">
@@ -1258,6 +1276,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1258
1276
 
1259
1277
 
1260
1278
 
1279
+ <dt class="tag-default">Default Value:</dt>
1280
+ <dd class="tag-default"><ul class="dummy">
1281
+ <li>{}</li>
1282
+ </ul></dd>
1283
+
1261
1284
 
1262
1285
 
1263
1286
 
@@ -1404,6 +1427,90 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1404
1427
 
1405
1428
 
1406
1429
 
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ </dl>
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ </div>
1448
+
1449
+ <div class="member">
1450
+
1451
+ <span class="method-parameter is-pulled-right">
1452
+ <label>类型:</label>
1453
+
1454
+ <span class="param-type">
1455
+
1456
+ String
1457
+
1458
+ </span>
1459
+
1460
+
1461
+
1462
+ </span>
1463
+
1464
+ <h4 class="name" id="id">
1465
+ <a class="href-link" href="#id">#</a>
1466
+
1467
+
1468
+ <span class='tag'>readonly</span>
1469
+
1470
+
1471
+ <span class="code-name">
1472
+ id
1473
+ </span>
1474
+
1475
+ </h4>
1476
+
1477
+
1478
+
1479
+
1480
+ <div class="description">
1481
+ <p>符号id</p>
1482
+ </div>
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+ <dl class="details">
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+ <dt class="inherited-from">Inherited From:</dt>
1496
+ <dd class="inherited-from"><ul class="dummy"><li>
1497
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
1498
+ </li></ul></dd>
1499
+
1500
+
1501
+
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1407
1514
 
1408
1515
 
1409
1516