@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.
- package/README.md +12 -37
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/webclient-common-es6.min.js +16 -5
- package/documention/AddressServer.html +12 -12
- package/documention/ArcGISFeatureServer.html +10 -10
- package/documention/ArcGISGeometryServer.html +10 -10
- package/documention/ArcGISMapImageLayer.html +10 -10
- package/documention/ArcGISMapImageSubLayer.html +311 -7
- package/documention/ArcGISMapServer.html +414 -10
- package/documention/ArcGISTileLayer.html +121 -13
- package/documention/ArcGISVectorTileLayer.html +7 -7
- package/documention/ArcGISVectorTileServer.html +10 -10
- package/documention/BaseRenderer.html +239 -0
- package/documention/BaseServer.html +11 -11
- package/documention/BaseView.html +458 -3
- package/documention/Basemap.html +3 -3
- package/documention/Callout3D.html +107 -0
- package/documention/Cesium3DTilesCacheLayer.html +149 -177
- package/documention/Cesium3DTilesServer.html +11 -11
- package/documention/Circle.html +110 -7
- package/documention/ClassBreakInfo.html +0 -217
- package/documention/ClassBreakRenderer.html +413 -23
- package/documention/ClusterRenderer.html +247 -7
- package/documention/Config.html +4 -4
- package/documention/Extent.html +118 -15
- package/documention/ExtrudeSymbol3DLayer.html +109 -2
- package/documention/Feature.html +7 -7
- package/documention/FeatureLayer.html +116 -8
- package/documention/FeatureServer.html +27 -27
- package/documention/FeatureSet.html +7 -7
- package/documention/FillSymbol.html +107 -0
- package/documention/FillSymbol3DLayer.html +109 -2
- package/documention/Font.html +4 -4
- package/documention/GeoJSONLayer.html +142 -34
- package/documention/Geometry.html +138 -7
- package/documention/GeometryEngine.html +79 -79
- package/documention/GeometryServer.html +30 -30
- package/documention/GraphicsLayer.html +147 -39
- package/documention/GroupLayer.html +120 -12
- package/documention/HeatmapRenderer.html +107 -0
- package/documention/IGSFeatureLayer.html +25 -25
- package/documention/IGSMapImageLayer.html +46 -46
- package/documention/IGSMapImageSubLayer.html +307 -3
- package/documention/IGSSceneLayer.html +11 -11
- package/documention/IGSSceneSubLayer.html +213 -33
- package/documention/IGSTileLayer.html +126 -19
- package/documention/IGSVectorTileLayer.html +230 -43
- package/documention/IGSVectorTileSubLayer.html +5 -4
- package/documention/IconSymbol3DLayer.html +111 -4
- package/documention/ImageServer.html +11 -11
- package/documention/LabelClass.html +10 -5
- package/documention/LabelSymbol3D.html +2 -2
- package/documention/Layer.html +244 -9
- package/documention/LineCallout3D.html +107 -0
- package/documention/LineString.html +113 -10
- package/documention/LineSymbol.html +107 -0
- package/documention/LineSymbol3D.html +2 -2
- package/documention/LineSymbol3DLayer.html +109 -2
- package/documention/M3DModelCacheLayer.html +133 -79
- package/documention/M3DServer.html +12 -12
- package/documention/Map.html +32 -5
- package/documention/MapGISTextSymbol.html +110 -3
- package/documention/MapImageLayer.html +527 -16
- package/documention/MapServer.html +14 -14
- package/documention/MapView.html +204 -3
- package/documention/MarkerSymbol.html +107 -0
- package/documention/MultiLineString.html +116 -13
- package/documention/MultiPoint.html +113 -10
- package/documention/MultiPolygon.html +112 -9
- package/documention/OGCLayer.html +116 -8
- package/documention/ObjectSymbol3DLayer.html +111 -4
- package/documention/OutStatistic.html +1 -1
- package/documention/OverlayLayer.html +116 -8
- package/documention/PathSymbol3DLayer.html +109 -2
- package/documention/PictureFillSymbol.html +169 -8
- package/documention/PictureMarkerSymbol.html +3 -3
- package/documention/PlotServer.html +10 -10
- package/documention/PoiServer.html +12 -12
- package/documention/Point.html +115 -12
- package/documention/PointSymbol3D.html +3 -3
- package/documention/Polygon.html +117 -14
- package/documention/PolygonSymbol3D.html +2 -2
- package/documention/Projection.html +429 -8
- package/documention/RandomRenderer.html +108 -1
- package/documention/RankRenderer.html +109 -2
- package/documention/ResourceServer.html +150 -150
- package/documention/RootServer.html +12 -12
- package/documention/SceneLayer.html +116 -8
- package/documention/SceneServer.html +16 -16
- package/documention/SceneView.html +10164 -130
- package/documention/SecurityServer.html +12 -12
- package/documention/SimpleFillSymbol.html +110 -3
- package/documention/SimpleLineSymbol.html +3 -3
- package/documention/SimpleMarkerSymbol.html +3 -3
- package/documention/SimpleRenderer.html +116 -9
- package/documention/SizeVariable.html +1 -1
- package/documention/SketchBaseDrawTool.html +181 -3
- package/documention/SketchCircleDrawTool.html +159 -3
- package/documention/SketchEditor.html +2 -2
- package/documention/SketchEditorCesium.html +1 -1
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/SketchExtentDrawTool.html +159 -3
- package/documention/SketchFreehandPolygonDrawTool.html +159 -3
- package/documention/SketchFreehandPolylineDrawTool.html +159 -3
- package/documention/SketchPointDrawTool.html +159 -3
- package/documention/SketchPolygonDrawTool.html +318 -6
- package/documention/SketchPolylineDrawTool.html +318 -6
- package/documention/SpatialReference.html +1 -1
- package/documention/SubLayer.html +296 -26
- package/documention/Symbol.html +134 -1
- package/documention/Symbol3DLayer.html +107 -0
- package/documention/Symbol3DVerticalOffset.html +107 -0
- package/documention/TerrainCacheLayer.html +133 -165
- package/documention/TerrainServer.html +11 -11
- package/documention/TextSymbol.html +111 -4
- package/documention/TextSymbol3DLayer.html +109 -2
- package/documention/ThemeServer.html +13 -13
- package/documention/TileLayer.html +116 -8
- package/documention/TileServer.html +12 -12
- package/documention/UniqueValueInfo.html +0 -217
- package/documention/UniqueValueRenderer.html +125 -18
- package/documention/UnknownLayer.html +116 -8
- package/documention/VectorTileLayer.html +117 -9
- package/documention/VectorTileServer.html +11 -11
- package/documention/VectorTileSubLayer.html +304 -0
- package/documention/VideoMapView.html +4 -4
- package/documention/WCSServer.html +10 -10
- package/documention/WFSLayer.html +140 -32
- package/documention/WFSServer.html +11 -11
- package/documention/WMSLayer.html +131 -23
- package/documention/WMSServer.html +12 -12
- package/documention/WMSSubLayer.html +218 -7
- package/documention/WMTSLayer.html +126 -18
- package/documention/WMTSServer.html +12 -12
- package/documention/WMTSSubLayer.html +116 -8
- package/documention/WPSServer.html +10 -10
- package/documention/WaterSymbol3DLayer.html +107 -0
- package/documention/WebTileLayer.html +121 -13
- package/documention/WorkFlowServer.html +12 -12
- package/documention/WorkFlowServer600227.html +12 -12
- package/documention/WorkFlowServer600228.html +13 -13
- package/documention/WorkFlowServer600229.html +12 -12
- package/documention/WorkFlowServer600230.html +12 -12
- package/documention/WorkFlowServer600231.html +12 -12
- package/documention/WorkFlowServer600232.html +13 -13
- package/documention/WorkFlowServer600233.html +14 -14
- package/documention/WorkFlowServer600235.html +12 -12
- package/documention/WorkFlowServer600237.html +13 -13
- package/documention/WorkFlowServer600238.html +15 -15
- package/documention/WorkFlowServer600239.html +16 -16
- package/documention/WorkFlowServer600307.html +14 -14
- package/documention/WorkFlowServer600308.html +2 -2
- package/documention/WorkFlowServer600309.html +12 -12
- package/documention/WorkFlowServer600314.html +12 -12
- package/documention/WorkFlowServer600334.html +12 -12
- package/documention/WorkFlowServer600336.html +12 -12
- package/documention/WorkFlowServer600340.html +12 -12
- package/documention/WorkFlowServer600354.html +12 -12
- package/documention/WorkFlowServer600368.html +12 -12
- package/documention/WorkFlowServer600369.html +12 -12
- package/documention/WorkFlowServer600370.html +12 -12
- package/documention/global.html +1024 -1874
- package/documention/index.html +84 -78
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
- package/documention/scripts/sideBar.js +16 -2
- package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
- package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
- package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
- package/package.json +14 -13
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
<div class="description">
|
|
38
38
|
<p>线几何对象
|
|
39
39
|
<br><br>[ES5引入方式]:<br/>
|
|
40
|
-
|
|
40
|
+
zondy.geometry.LineString() <br/>
|
|
41
41
|
[ES6引入方式]:<br/>
|
|
42
42
|
import { LineString } from "@mapgis/webclient-common" <br/>
|
|
43
43
|
<br/></p>
|
|
@@ -162,7 +162,7 @@ import { LineString } from "@mapgis/webclient-common" <br/>
|
|
|
162
162
|
|
|
163
163
|
<td class="default">
|
|
164
164
|
|
|
165
|
-
new
|
|
165
|
+
new zondy.SpatialReference('EPSG:4326')
|
|
166
166
|
|
|
167
167
|
</td>
|
|
168
168
|
|
|
@@ -261,7 +261,7 @@ import { LineString } from "@mapgis/webclient-common" <br/>
|
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
264
|
-
const { LineString } =
|
|
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 } =
|
|
281
|
-
const { SpatialReference } =
|
|
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 } =
|
|
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 } =
|
|
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 } =
|
|
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 } =
|
|
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 } =
|
|
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 } =
|
|
210
|
-
const { LineSymbol3D, ColorMaterial } =
|
|
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 } =
|
|
386
|
-
const { LineStyleMarker3D, ColorMaterial, LineStylePattern3D } =
|
|
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
|
|