@mapgis/webclient-common 17.0.7 → 17.2.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.
Files changed (196) hide show
  1. package/README.md +12 -37
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/AddressServer.html +12 -12
  5. package/documention/ArcGISFeatureServer.html +10 -10
  6. package/documention/ArcGISGeometryServer.html +10 -10
  7. package/documention/ArcGISMapImageLayer.html +10 -10
  8. package/documention/ArcGISMapImageSubLayer.html +311 -7
  9. package/documention/ArcGISMapServer.html +414 -10
  10. package/documention/ArcGISTileLayer.html +121 -13
  11. package/documention/ArcGISVectorTileLayer.html +7 -7
  12. package/documention/ArcGISVectorTileServer.html +10 -10
  13. package/documention/BaseRenderer.html +239 -0
  14. package/documention/BaseServer.html +11 -11
  15. package/documention/BaseView.html +458 -3
  16. package/documention/Basemap.html +3 -3
  17. package/documention/Callout3D.html +107 -0
  18. package/documention/Cesium3DTilesCacheLayer.html +149 -177
  19. package/documention/Cesium3DTilesServer.html +11 -11
  20. package/documention/Circle.html +110 -7
  21. package/documention/ClassBreakInfo.html +0 -217
  22. package/documention/ClassBreakRenderer.html +413 -23
  23. package/documention/ClusterRenderer.html +247 -7
  24. package/documention/Config.html +4 -4
  25. package/documention/Extent.html +118 -15
  26. package/documention/ExtrudeSymbol3DLayer.html +109 -2
  27. package/documention/Feature.html +7 -7
  28. package/documention/FeatureLayer.html +116 -8
  29. package/documention/FeatureServer.html +27 -27
  30. package/documention/FeatureSet.html +7 -7
  31. package/documention/FillSymbol.html +107 -0
  32. package/documention/FillSymbol3DLayer.html +109 -2
  33. package/documention/Font.html +4 -4
  34. package/documention/GeoJSONLayer.html +142 -34
  35. package/documention/Geometry.html +138 -7
  36. package/documention/GeometryEngine.html +79 -79
  37. package/documention/GeometryServer.html +30 -30
  38. package/documention/GraphicsLayer.html +147 -39
  39. package/documention/GroupLayer.html +120 -12
  40. package/documention/HeatmapRenderer.html +107 -0
  41. package/documention/IGSFeatureLayer.html +25 -25
  42. package/documention/IGSMapImageLayer.html +46 -46
  43. package/documention/IGSMapImageSubLayer.html +307 -3
  44. package/documention/IGSSceneLayer.html +11 -11
  45. package/documention/IGSSceneSubLayer.html +213 -33
  46. package/documention/IGSTileLayer.html +126 -19
  47. package/documention/IGSVectorTileLayer.html +230 -43
  48. package/documention/IGSVectorTileSubLayer.html +5 -4
  49. package/documention/IconSymbol3DLayer.html +111 -4
  50. package/documention/ImageServer.html +11 -11
  51. package/documention/LabelClass.html +10 -5
  52. package/documention/LabelSymbol3D.html +2 -2
  53. package/documention/Layer.html +244 -9
  54. package/documention/LineCallout3D.html +107 -0
  55. package/documention/LineString.html +113 -10
  56. package/documention/LineSymbol.html +107 -0
  57. package/documention/LineSymbol3D.html +2 -2
  58. package/documention/LineSymbol3DLayer.html +109 -2
  59. package/documention/M3DModelCacheLayer.html +133 -79
  60. package/documention/M3DServer.html +12 -12
  61. package/documention/Map.html +32 -5
  62. package/documention/MapGISTextSymbol.html +110 -3
  63. package/documention/MapImageLayer.html +527 -16
  64. package/documention/MapServer.html +14 -14
  65. package/documention/MapView.html +204 -3
  66. package/documention/MarkerSymbol.html +107 -0
  67. package/documention/MultiLineString.html +116 -13
  68. package/documention/MultiPoint.html +113 -10
  69. package/documention/MultiPolygon.html +112 -9
  70. package/documention/OGCLayer.html +116 -8
  71. package/documention/ObjectSymbol3DLayer.html +111 -4
  72. package/documention/OutStatistic.html +1 -1
  73. package/documention/OverlayLayer.html +116 -8
  74. package/documention/PathSymbol3DLayer.html +109 -2
  75. package/documention/PictureFillSymbol.html +169 -8
  76. package/documention/PictureMarkerSymbol.html +3 -3
  77. package/documention/PlotServer.html +10 -10
  78. package/documention/PoiServer.html +12 -12
  79. package/documention/Point.html +115 -12
  80. package/documention/PointSymbol3D.html +3 -3
  81. package/documention/Polygon.html +117 -14
  82. package/documention/PolygonSymbol3D.html +2 -2
  83. package/documention/Projection.html +429 -8
  84. package/documention/RandomRenderer.html +108 -1
  85. package/documention/RankRenderer.html +109 -2
  86. package/documention/ResourceServer.html +150 -150
  87. package/documention/RootServer.html +12 -12
  88. package/documention/SceneLayer.html +116 -8
  89. package/documention/SceneServer.html +16 -16
  90. package/documention/SceneView.html +10164 -130
  91. package/documention/SecurityServer.html +12 -12
  92. package/documention/SimpleFillSymbol.html +110 -3
  93. package/documention/SimpleLineSymbol.html +3 -3
  94. package/documention/SimpleMarkerSymbol.html +3 -3
  95. package/documention/SimpleRenderer.html +116 -9
  96. package/documention/SizeVariable.html +1 -1
  97. package/documention/SketchBaseDrawTool.html +181 -3
  98. package/documention/SketchCircleDrawTool.html +159 -3
  99. package/documention/SketchEditor.html +2 -2
  100. package/documention/SketchEditorCesium.html +1 -1
  101. package/documention/SketchEditorVideo.html +2 -2
  102. package/documention/SketchEditorVideoBase.html +3 -3
  103. package/documention/SketchExtentDrawTool.html +159 -3
  104. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  105. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  106. package/documention/SketchPointDrawTool.html +159 -3
  107. package/documention/SketchPolygonDrawTool.html +318 -6
  108. package/documention/SketchPolylineDrawTool.html +318 -6
  109. package/documention/SpatialReference.html +1 -1
  110. package/documention/SubLayer.html +296 -26
  111. package/documention/Symbol.html +134 -1
  112. package/documention/Symbol3DLayer.html +107 -0
  113. package/documention/Symbol3DVerticalOffset.html +107 -0
  114. package/documention/TerrainCacheLayer.html +133 -165
  115. package/documention/TerrainServer.html +11 -11
  116. package/documention/TextSymbol.html +111 -4
  117. package/documention/TextSymbol3DLayer.html +109 -2
  118. package/documention/ThemeServer.html +13 -13
  119. package/documention/TileLayer.html +116 -8
  120. package/documention/TileServer.html +12 -12
  121. package/documention/UniqueValueInfo.html +0 -217
  122. package/documention/UniqueValueRenderer.html +125 -18
  123. package/documention/UnknownLayer.html +116 -8
  124. package/documention/VectorTileLayer.html +117 -9
  125. package/documention/VectorTileServer.html +11 -11
  126. package/documention/VectorTileSubLayer.html +304 -0
  127. package/documention/VideoMapView.html +4 -4
  128. package/documention/WCSServer.html +10 -10
  129. package/documention/WFSLayer.html +140 -32
  130. package/documention/WFSServer.html +11 -11
  131. package/documention/WMSLayer.html +131 -23
  132. package/documention/WMSServer.html +12 -12
  133. package/documention/WMSSubLayer.html +218 -7
  134. package/documention/WMTSLayer.html +126 -18
  135. package/documention/WMTSServer.html +12 -12
  136. package/documention/WMTSSubLayer.html +116 -8
  137. package/documention/WPSServer.html +10 -10
  138. package/documention/WaterSymbol3DLayer.html +107 -0
  139. package/documention/WebTileLayer.html +121 -13
  140. package/documention/WorkFlowServer.html +12 -12
  141. package/documention/WorkFlowServer600227.html +12 -12
  142. package/documention/WorkFlowServer600228.html +13 -13
  143. package/documention/WorkFlowServer600229.html +12 -12
  144. package/documention/WorkFlowServer600230.html +12 -12
  145. package/documention/WorkFlowServer600231.html +12 -12
  146. package/documention/WorkFlowServer600232.html +13 -13
  147. package/documention/WorkFlowServer600233.html +14 -14
  148. package/documention/WorkFlowServer600235.html +12 -12
  149. package/documention/WorkFlowServer600237.html +13 -13
  150. package/documention/WorkFlowServer600238.html +15 -15
  151. package/documention/WorkFlowServer600239.html +16 -16
  152. package/documention/WorkFlowServer600307.html +14 -14
  153. package/documention/WorkFlowServer600308.html +2 -2
  154. package/documention/WorkFlowServer600309.html +12 -12
  155. package/documention/WorkFlowServer600314.html +12 -12
  156. package/documention/WorkFlowServer600334.html +12 -12
  157. package/documention/WorkFlowServer600336.html +12 -12
  158. package/documention/WorkFlowServer600340.html +12 -12
  159. package/documention/WorkFlowServer600354.html +12 -12
  160. package/documention/WorkFlowServer600368.html +12 -12
  161. package/documention/WorkFlowServer600369.html +12 -12
  162. package/documention/WorkFlowServer600370.html +12 -12
  163. package/documention/global.html +1024 -1874
  164. package/documention/index.html +84 -78
  165. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
  166. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
  167. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
  168. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
  169. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
  170. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
  171. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
  172. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
  173. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
  174. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
  175. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
  176. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
  177. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
  178. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
  179. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
  180. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
  181. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
  182. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
  183. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
  184. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
  185. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
  186. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
  187. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
  188. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
  189. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
  190. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
  191. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
  192. package/documention/scripts/sideBar.js +16 -2
  193. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  194. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  195. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  196. package/package.json +14 -13
@@ -37,7 +37,7 @@
37
37
  <div class="description">
38
38
  <p>线几何对象
39
39
  <br><br>[ES5引入方式]:<br/>
40
- Zondy.Geometry.LineString() <br/>
40
+ zondy.geometry.LineString() <br/>
41
41
  [ES6引入方式]:<br/>
42
42
  import { LineString } from &quot;@mapgis/webclient-common&quot; <br/>
43
43
  <br/></p>
@@ -162,7 +162,7 @@ import { LineString } from &quot;@mapgis/webclient-common&quot; <br/>
162
162
 
163
163
  <td class="default">
164
164
 
165
- new Zondy.SpatialReference('EPSG:4326')
165
+ new zondy.SpatialReference('EPSG:4326')
166
166
 
167
167
  </td>
168
168
 
@@ -261,7 +261,7 @@ import { LineString } from &quot;@mapgis/webclient-common&quot; <br/>
261
261
 
262
262
 
263
263
  <pre class="prettyprint"><code>// ES5引入方式
264
- const { LineString } = Zondy.Geometry
264
+ const { LineString } = zondy.geometry
265
265
  // ES6引入方式
266
266
  import { LineString } from "@mapgis/webclient-common"
267
267
  new LineString({
@@ -277,8 +277,8 @@ new LineString({
277
277
 
278
278
 
279
279
  <pre class="prettyprint"><code>// ES5引入方式
280
- const { LineString } = Zondy.Geometry
281
- const { SpatialReference } = Zondy
280
+ const { LineString } = zondy.geometry
281
+ const { SpatialReference } = zondy
282
282
  // ES6引入方式
283
283
  import { LineString, SpatialReference } from "@mapgis/webclient-common"
284
284
  new LineString({
@@ -357,6 +357,24 @@ new LineString({
357
357
  <td class="name"><code><p>几何点的坐标数组</p></code></td>
358
358
  </tr>
359
359
 
360
+ <tr class="deep-level-0">
361
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
362
+ <td class="name">
363
+ <code>
364
+
365
+ <span class="param-type">
366
+
367
+ Object
368
+
369
+ </span>
370
+
371
+
372
+
373
+ </code>
374
+ </td>
375
+ <td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
376
+ </tr>
377
+
360
378
  <tr class="deep-level-0">
361
379
  <td class="name"><code><a href="#extent">extent</a></code></td>
362
380
  <td class="name">
@@ -494,6 +512,91 @@ new LineString({
494
512
 
495
513
 
496
514
 
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+ </dl>
524
+
525
+
526
+
527
+
528
+
529
+ </div>
530
+
531
+ <div class="member">
532
+
533
+ <span class="method-parameter is-pulled-right">
534
+ <label>类型:</label>
535
+
536
+ <span class="param-type">
537
+
538
+ Object
539
+
540
+ </span>
541
+
542
+
543
+
544
+ </span>
545
+
546
+ <h4 class="name" id="extendOptions">
547
+ <a class="href-link" href="#extendOptions">#</a>
548
+
549
+ <span class="code-name">
550
+ extendOptions
551
+ </span>
552
+
553
+ </h4>
554
+
555
+
556
+
557
+
558
+ <div class="description">
559
+ <p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
560
+ </div>
561
+
562
+
563
+
564
+
565
+
566
+ <dl class="details">
567
+
568
+
569
+
570
+
571
+
572
+
573
+ <dt class="inherited-from">Inherited From:</dt>
574
+ <dd class="inherited-from"><ul class="dummy"><li>
575
+ <a goto="extendOptions" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extendOptions" Geometry.html#extendOptions>Geometry#extendOptions</a>
576
+ </li></ul></dd>
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+ <dt class="tag-default">Default Value:</dt>
597
+ <dd class="tag-default"><ul class="dummy">
598
+ <li>{}</li>
599
+ </ul></dd>
497
600
 
498
601
 
499
602
 
@@ -1346,7 +1449,7 @@ new LineString({
1346
1449
 
1347
1450
 
1348
1451
  <pre class="prettyprint"><code>// ES5引入方式
1349
- const { LineString } = Zondy.Geometry
1452
+ const { LineString } = zondy.geometry
1350
1453
  // ES6引入方式
1351
1454
  import { LineString } from "@mapgis/webclient-common"
1352
1455
  const json = {
@@ -2063,7 +2166,7 @@ const line = LineString.fromJSON(json)</code></pre>
2063
2166
 
2064
2167
 
2065
2168
  <pre class="prettyprint"><code>// ES5引入方式
2066
- const { LineString } = Zondy.Geometry
2169
+ const { LineString } = zondy.geometry
2067
2170
  // ES6引入方式
2068
2171
  import { LineString } from "@mapgis/webclient-common"
2069
2172
  const lineString = new LineString({
@@ -2420,7 +2523,7 @@ const point = lineString.getPoint(0)</code></pre>
2420
2523
 
2421
2524
 
2422
2525
  <pre class="prettyprint"><code>// ES5引入方式
2423
- const { LineString } = Zondy.Geometry
2526
+ const { LineString } = zondy.geometry
2424
2527
  // ES6引入方式
2425
2528
  import { LineString } from "@mapgis/webclient-common"
2426
2529
  const lineString = new LineString({
@@ -3301,7 +3404,7 @@ view.on({
3301
3404
 
3302
3405
 
3303
3406
  <pre class="prettyprint"><code>// ES5引入方式
3304
- const { LineString } = Zondy.Geometry
3407
+ const { LineString } = zondy.geometry
3305
3408
  // ES6引入方式
3306
3409
  import { LineString } from "@mapgis/webclient-common"
3307
3410
  const lineString = new LineString({
@@ -3532,7 +3635,7 @@ lineString.removePoint(0)</code></pre>
3532
3635
 
3533
3636
 
3534
3637
  <pre class="prettyprint"><code>// ES5引入方式
3535
- const { LineString } = Zondy.Geometry
3638
+ const { LineString } = zondy.geometry
3536
3639
  // ES6引入方式
3537
3640
  import { LineString } from "@mapgis/webclient-common"
3538
3641
  const lineString = new LineString({
@@ -285,6 +285,24 @@
285
285
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
286
286
  </tr>
287
287
 
288
+ <tr class="deep-level-0">
289
+ <td class="name"><code><a href="#id">id</a></code></td>
290
+ <td class="name">
291
+ <code>
292
+
293
+ <span class="param-type">
294
+
295
+ String
296
+
297
+ </span>
298
+
299
+
300
+
301
+ </code>
302
+ </td>
303
+ <td class="name"><code><p>符号id</p></code></td>
304
+ </tr>
305
+
288
306
  <tr class="deep-level-0">
289
307
  <td class="name"><code><a href="#type">type</a></code></td>
290
308
  <td class="name">
@@ -472,6 +490,95 @@
472
490
 
473
491
 
474
492
 
493
+ <dt class="tag-default">Default Value:</dt>
494
+ <dd class="tag-default"><ul class="dummy">
495
+ <li>{}</li>
496
+ </ul></dd>
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ </dl>
506
+
507
+
508
+
509
+
510
+
511
+ </div>
512
+
513
+ <div class="member">
514
+
515
+ <span class="method-parameter is-pulled-right">
516
+ <label>类型:</label>
517
+
518
+ <span class="param-type">
519
+
520
+ String
521
+
522
+ </span>
523
+
524
+
525
+
526
+ </span>
527
+
528
+ <h4 class="name" id="id">
529
+ <a class="href-link" href="#id">#</a>
530
+
531
+
532
+ <span class='tag'>readonly</span>
533
+
534
+
535
+ <span class="code-name">
536
+ id
537
+ </span>
538
+
539
+ </h4>
540
+
541
+
542
+
543
+
544
+ <div class="description">
545
+ <p>符号id</p>
546
+ </div>
547
+
548
+
549
+
550
+
551
+
552
+ <dl class="details">
553
+
554
+
555
+
556
+
557
+
558
+
559
+ <dt class="inherited-from">Inherited From:</dt>
560
+ <dd class="inherited-from"><ul class="dummy"><li>
561
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
562
+ </li></ul></dd>
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
475
582
 
476
583
 
477
584
 
@@ -206,8 +206,8 @@
206
206
 
207
207
 
208
208
  <pre class="prettyprint"><code>// ES5引入方式
209
- const { Color } = Zondy
210
- const { LineSymbol3D, ColorMaterial } = Zondy.Symbol
209
+ const { Color } = zondy
210
+ const { LineSymbol3D, ColorMaterial } = zondy.symbol
211
211
  // ES6引入方式
212
212
  import { LineSymbol3D, ColorMaterial, Color} from "@mapgis/webclient-common"
213
213
 
@@ -382,8 +382,8 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变线的颜色</p><
382
382
 
383
383
 
384
384
  <pre class="prettyprint"><code>// ES5引入方式
385
- const { LineCapType, LineJoinType } = Zondy.Enum
386
- const { LineStyleMarker3D, ColorMaterial, LineStylePattern3D } = Zondy.Symbol
385
+ const { LineCapType, LineJoinType } = zondy.enum
386
+ const { LineStyleMarker3D, ColorMaterial, LineStylePattern3D } = zondy.symbol
387
387
  // ES6引入方式
388
388
  import { LineCapType, LineJoinType, LineStyleMarker3D, ColorMaterial, LineStylePattern3D } from "@mapgis/webclient-common"
389
389
 
@@ -505,6 +505,24 @@ const lineSymbol3DLayer = new LineSymbol3DLayer({
505
505
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
506
506
  </tr>
507
507
 
508
+ <tr class="deep-level-0">
509
+ <td class="name"><code><a href="#id">id</a></code></td>
510
+ <td class="name">
511
+ <code>
512
+
513
+ <span class="param-type">
514
+
515
+ String
516
+
517
+ </span>
518
+
519
+
520
+
521
+ </code>
522
+ </td>
523
+ <td class="name"><code><p>符号id</p></code></td>
524
+ </tr>
525
+
508
526
  <tr class="deep-level-0">
509
527
  <td class="name"><code><a href="#join">join</a></code></td>
510
528
  <td class="name">
@@ -839,6 +857,95 @@ const lineSymbol3DLayer = new LineSymbol3DLayer({
839
857
 
840
858
 
841
859
 
860
+ <dt class="tag-default">Default Value:</dt>
861
+ <dd class="tag-default"><ul class="dummy">
862
+ <li>{}</li>
863
+ </ul></dd>
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+ </dl>
873
+
874
+
875
+
876
+
877
+
878
+ </div>
879
+
880
+ <div class="member">
881
+
882
+ <span class="method-parameter is-pulled-right">
883
+ <label>类型:</label>
884
+
885
+ <span class="param-type">
886
+
887
+ String
888
+
889
+ </span>
890
+
891
+
892
+
893
+ </span>
894
+
895
+ <h4 class="name" id="id">
896
+ <a class="href-link" href="#id">#</a>
897
+
898
+
899
+ <span class='tag'>readonly</span>
900
+
901
+
902
+ <span class="code-name">
903
+ id
904
+ </span>
905
+
906
+ </h4>
907
+
908
+
909
+
910
+
911
+ <div class="description">
912
+ <p>符号id</p>
913
+ </div>
914
+
915
+
916
+
917
+
918
+
919
+ <dl class="details">
920
+
921
+
922
+
923
+
924
+
925
+
926
+ <dt class="inherited-from">Inherited From:</dt>
927
+ <dd class="inherited-from"><ul class="dummy"><li>
928
+ <a goto="id" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#id" Symbol.html#id>Symbol#id</a>
929
+ </li></ul></dd>
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
842
949
 
843
950
 
844
951