@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
|
@@ -391,9 +391,9 @@
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
394
|
-
const { ClassBreakRenderer } =
|
|
395
|
-
const { SimpleMarkerSymbol, SimpleLineSymbol } =
|
|
396
|
-
const { Color } =
|
|
394
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
395
|
+
const { SimpleMarkerSymbol, SimpleLineSymbol } = zondy.symbol
|
|
396
|
+
const { Color } = zondy
|
|
397
397
|
// ES6引入方式
|
|
398
398
|
import { ClassBreakRenderer, SimpleMarkerSymbol, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
|
|
399
399
|
// 创建分段专题图渲染样式对象
|
|
@@ -449,9 +449,9 @@ const classBreakRenderer = new ClassBreakRenderer({
|
|
|
449
449
|
|
|
450
450
|
|
|
451
451
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
452
|
-
const { ClassBreakRenderer } =
|
|
453
|
-
const { SimpleLineSymbol } =
|
|
454
|
-
const { Color } =
|
|
452
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
453
|
+
const { SimpleLineSymbol } = zondy.symbol
|
|
454
|
+
const { Color } = zondy
|
|
455
455
|
// ES6引入方式
|
|
456
456
|
import { ClassBreakRenderer, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
|
|
457
457
|
// 创建分段专题图渲染样式对象
|
|
@@ -493,9 +493,9 @@ const classBreakRenderer = new ClassBreakRenderer({
|
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
496
|
-
const { ClassBreakRenderer } =
|
|
497
|
-
const { SimpleFillSymbol, SimpleLineSymbol } =
|
|
498
|
-
const { Color } =
|
|
496
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
497
|
+
const { SimpleFillSymbol, SimpleLineSymbol } = zondy.symbol
|
|
498
|
+
const { Color } = zondy
|
|
499
499
|
// ES6引入方式
|
|
500
500
|
import { ClassBreakRenderer, SimpleFillSymbol, SimpleLineSymbol, Color } from "@mapgis/webclient-common"
|
|
501
501
|
// 创建分段专题图渲染样式对象
|
|
@@ -547,9 +547,9 @@ const classBreakRenderer = new ClassBreakRenderer({
|
|
|
547
547
|
|
|
548
548
|
|
|
549
549
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
550
|
-
const { SimpleMarkerSymbol, SimpleLineSymbol } =
|
|
551
|
-
const { Color } =
|
|
552
|
-
const { ClassBreakRenderer } =
|
|
550
|
+
const { SimpleMarkerSymbol, SimpleLineSymbol } = zondy.symbol
|
|
551
|
+
const { Color } = zondy
|
|
552
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
553
553
|
// ES6引入方式
|
|
554
554
|
import { SimpleMarkerSymbol, SimpleLineSymbol, Color, ClassBreakRenderer } from "@mapgis/webclient-common"
|
|
555
555
|
// 初始化默认样式,更多样式详见:<a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html><code>《SimpleMarkerSymbol》</code></a>
|
|
@@ -581,9 +581,9 @@ const renderer = new ClassBreakRenderer({
|
|
|
581
581
|
|
|
582
582
|
|
|
583
583
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
584
|
-
const { SimpleLineSymbol, SimpleMarkerSymbol } =
|
|
585
|
-
const { Color } =
|
|
586
|
-
const { ClassBreakRenderer } =
|
|
584
|
+
const { SimpleLineSymbol, SimpleMarkerSymbol } = zondy.symbol
|
|
585
|
+
const { Color } = zondy
|
|
586
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
587
587
|
// ES6引入方式
|
|
588
588
|
import { SimpleLineSymbol, SimpleMarkerSymbol, Color, ClassBreakRenderer } from "@mapgis/webclient-common"
|
|
589
589
|
// 初始化默认样式,更多样式详见:<a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html><code>《SimpleLineSymbol》</code></a>
|
|
@@ -608,9 +608,9 @@ const renderer = new ClassBreakRenderer({
|
|
|
608
608
|
|
|
609
609
|
|
|
610
610
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
611
|
-
const { SimpleFillSymbol, SimpleLineSymbol } =
|
|
612
|
-
const { Color } =
|
|
613
|
-
const { ClassBreakRenderer } =
|
|
611
|
+
const { SimpleFillSymbol, SimpleLineSymbol } = zondy.symbol
|
|
612
|
+
const { Color } = zondy
|
|
613
|
+
const { ClassBreakRenderer } = zondy.renderer
|
|
614
614
|
// ES6引入方式
|
|
615
615
|
import { SimpleFillSymbol, SimpleLineSymbol, Color, ClassBreakRenderer } from "@mapgis/webclient-common"
|
|
616
616
|
// 初始化默认样式,更多样式详见:<a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html><code>《SimpleFillSymbol》</code></a>
|
|
@@ -750,6 +750,24 @@ const renderer = new ClassBreakRenderer({
|
|
|
750
750
|
<td class="name"><code><p>classBreakInfos 分段参数</p></code></td>
|
|
751
751
|
</tr>
|
|
752
752
|
|
|
753
|
+
<tr class="deep-level-0">
|
|
754
|
+
<td class="name"><code><a href="#deconflictionStrategy">deconflictionStrategy</a></code></td>
|
|
755
|
+
<td class="name">
|
|
756
|
+
<code>
|
|
757
|
+
|
|
758
|
+
<span class="param-type">
|
|
759
|
+
|
|
760
|
+
String
|
|
761
|
+
|
|
762
|
+
</span>
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
</code>
|
|
767
|
+
</td>
|
|
768
|
+
<td class="name"><code><p>聚类冲突策略,默认为'none'。'none'表示不设置冲突解决策略,'static'表示采用默认的冲突解决策略。</p></code></td>
|
|
769
|
+
</tr>
|
|
770
|
+
|
|
753
771
|
<tr class="deep-level-0">
|
|
754
772
|
<td class="name"><code><a href="#defaultDescription">defaultDescription</a></code></td>
|
|
755
773
|
<td class="name">
|
|
@@ -841,7 +859,7 @@ const renderer = new ClassBreakRenderer({
|
|
|
841
859
|
</tr>
|
|
842
860
|
|
|
843
861
|
<tr class="deep-level-0">
|
|
844
|
-
<td class="name"><code><a href="#
|
|
862
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
845
863
|
<td class="name">
|
|
846
864
|
<code>
|
|
847
865
|
|
|
@@ -855,7 +873,25 @@ const renderer = new ClassBreakRenderer({
|
|
|
855
873
|
|
|
856
874
|
</code>
|
|
857
875
|
</td>
|
|
858
|
-
<td class="name"><code></code></td>
|
|
876
|
+
<td class="name"><code><p>渲染器id</p></code></td>
|
|
877
|
+
</tr>
|
|
878
|
+
|
|
879
|
+
<tr class="deep-level-0">
|
|
880
|
+
<td class="name"><code><a href="#minHybridClusterCount">minHybridClusterCount</a></code></td>
|
|
881
|
+
<td class="name">
|
|
882
|
+
<code>
|
|
883
|
+
|
|
884
|
+
<span class="param-type">
|
|
885
|
+
|
|
886
|
+
Number
|
|
887
|
+
|
|
888
|
+
</span>
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
</code>
|
|
893
|
+
</td>
|
|
894
|
+
<td class="name"><code><p>最小混合聚合数量。大于等于此值进行混合聚类,小于此值则优先以分组类型聚类。</p></code></td>
|
|
859
895
|
</tr>
|
|
860
896
|
|
|
861
897
|
<tr class="deep-level-0">
|
|
@@ -894,6 +930,42 @@ const renderer = new ClassBreakRenderer({
|
|
|
894
930
|
<td class="name"><code><p>字段表达式</p></code></td>
|
|
895
931
|
</tr>
|
|
896
932
|
|
|
933
|
+
<tr class="deep-level-0">
|
|
934
|
+
<td class="name"><code><a href="#valueExpression">valueExpression</a></code></td>
|
|
935
|
+
<td class="name">
|
|
936
|
+
<code>
|
|
937
|
+
|
|
938
|
+
<span class="param-type">
|
|
939
|
+
|
|
940
|
+
String
|
|
941
|
+
|
|
942
|
+
</span>
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
</code>
|
|
947
|
+
</td>
|
|
948
|
+
<td class="name"><code><p>字段表达式,默认取'$cluster_count',默认表示按聚类簇上点的数量作为分段的依据</p></code></td>
|
|
949
|
+
</tr>
|
|
950
|
+
|
|
951
|
+
<tr class="deep-level-0">
|
|
952
|
+
<td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
|
|
953
|
+
<td class="name">
|
|
954
|
+
<code>
|
|
955
|
+
|
|
956
|
+
<span class="param-type">
|
|
957
|
+
|
|
958
|
+
String
|
|
959
|
+
|
|
960
|
+
</span>
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
</code>
|
|
965
|
+
</td>
|
|
966
|
+
<td class="name"><code><p>字段表达式描述</p></code></td>
|
|
967
|
+
</tr>
|
|
968
|
+
|
|
897
969
|
<tr class="deep-level-0">
|
|
898
970
|
<td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
|
|
899
971
|
<td class="name">
|
|
@@ -992,6 +1064,81 @@ const renderer = new ClassBreakRenderer({
|
|
|
992
1064
|
|
|
993
1065
|
|
|
994
1066
|
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
</dl>
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
</div>
|
|
1085
|
+
|
|
1086
|
+
<div class="member">
|
|
1087
|
+
|
|
1088
|
+
<span class="method-parameter is-pulled-right">
|
|
1089
|
+
<label>类型:</label>
|
|
1090
|
+
|
|
1091
|
+
<span class="param-type">
|
|
1092
|
+
|
|
1093
|
+
String
|
|
1094
|
+
|
|
1095
|
+
</span>
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
</span>
|
|
1100
|
+
|
|
1101
|
+
<h4 class="name" id="deconflictionStrategy">
|
|
1102
|
+
<a class="href-link" href="#deconflictionStrategy">#</a>
|
|
1103
|
+
|
|
1104
|
+
<span class="code-name">
|
|
1105
|
+
deconflictionStrategy
|
|
1106
|
+
</span>
|
|
1107
|
+
|
|
1108
|
+
</h4>
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
<div class="description">
|
|
1114
|
+
<p>聚类冲突策略,默认为'none'。'none'表示不设置冲突解决策略,'static'表示采用默认的冲突解决策略。</p>
|
|
1115
|
+
</div>
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
<dl class="details">
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
995
1142
|
|
|
996
1143
|
|
|
997
1144
|
|
|
@@ -1401,11 +1548,95 @@ const renderer = new ClassBreakRenderer({
|
|
|
1401
1548
|
|
|
1402
1549
|
</span>
|
|
1403
1550
|
|
|
1404
|
-
<h4 class="name" id="
|
|
1405
|
-
<a class="href-link" href="#
|
|
1551
|
+
<h4 class="name" id="id">
|
|
1552
|
+
<a class="href-link" href="#id">#</a>
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
<span class='tag'>readonly</span>
|
|
1556
|
+
|
|
1406
1557
|
|
|
1407
1558
|
<span class="code-name">
|
|
1408
|
-
|
|
1559
|
+
id
|
|
1560
|
+
</span>
|
|
1561
|
+
|
|
1562
|
+
</h4>
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
<div class="description">
|
|
1568
|
+
<p>渲染器id</p>
|
|
1569
|
+
</div>
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
<dl class="details">
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
<dt class="inherited-from">Inherited From:</dt>
|
|
1583
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1584
|
+
<a goto="id" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#id" BaseRenderer.html#id>BaseRenderer#id</a>
|
|
1585
|
+
</li></ul></dd>
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
</dl>
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
</div>
|
|
1619
|
+
|
|
1620
|
+
<div class="member">
|
|
1621
|
+
|
|
1622
|
+
<span class="method-parameter is-pulled-right">
|
|
1623
|
+
<label>类型:</label>
|
|
1624
|
+
|
|
1625
|
+
<span class="param-type">
|
|
1626
|
+
|
|
1627
|
+
Number
|
|
1628
|
+
|
|
1629
|
+
</span>
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
</span>
|
|
1634
|
+
|
|
1635
|
+
<h4 class="name" id="minHybridClusterCount">
|
|
1636
|
+
<a class="href-link" href="#minHybridClusterCount">#</a>
|
|
1637
|
+
|
|
1638
|
+
<span class="code-name">
|
|
1639
|
+
minHybridClusterCount
|
|
1409
1640
|
</span>
|
|
1410
1641
|
|
|
1411
1642
|
</h4>
|
|
@@ -1413,6 +1644,10 @@ const renderer = new ClassBreakRenderer({
|
|
|
1413
1644
|
|
|
1414
1645
|
|
|
1415
1646
|
|
|
1647
|
+
<div class="description">
|
|
1648
|
+
<p>最小混合聚合数量。大于等于此值进行混合聚类,小于此值则优先以分组类型聚类。</p>
|
|
1649
|
+
</div>
|
|
1650
|
+
|
|
1416
1651
|
|
|
1417
1652
|
|
|
1418
1653
|
|
|
@@ -1501,6 +1736,11 @@ const renderer = new ClassBreakRenderer({
|
|
|
1501
1736
|
|
|
1502
1737
|
|
|
1503
1738
|
|
|
1739
|
+
<dt class="tag-overrides">Overrides:</dt>
|
|
1740
|
+
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1741
|
+
<a class="mapgis-link-name" title="BaseRenderer#type" BaseRenderer.html#type>BaseRenderer#type</a>
|
|
1742
|
+
</li></ul></dd>
|
|
1743
|
+
|
|
1504
1744
|
|
|
1505
1745
|
|
|
1506
1746
|
|
|
@@ -1588,6 +1828,156 @@ const renderer = new ClassBreakRenderer({
|
|
|
1588
1828
|
|
|
1589
1829
|
|
|
1590
1830
|
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
</dl>
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
</div>
|
|
1849
|
+
|
|
1850
|
+
<div class="member">
|
|
1851
|
+
|
|
1852
|
+
<span class="method-parameter is-pulled-right">
|
|
1853
|
+
<label>类型:</label>
|
|
1854
|
+
|
|
1855
|
+
<span class="param-type">
|
|
1856
|
+
|
|
1857
|
+
String
|
|
1858
|
+
|
|
1859
|
+
</span>
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
</span>
|
|
1864
|
+
|
|
1865
|
+
<h4 class="name" id="valueExpression">
|
|
1866
|
+
<a class="href-link" href="#valueExpression">#</a>
|
|
1867
|
+
|
|
1868
|
+
<span class="code-name">
|
|
1869
|
+
valueExpression
|
|
1870
|
+
</span>
|
|
1871
|
+
|
|
1872
|
+
</h4>
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
<div class="description">
|
|
1878
|
+
<p>字段表达式,默认取'$cluster_count',默认表示按聚类簇上点的数量作为分段的依据</p>
|
|
1879
|
+
</div>
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
<dl class="details">
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
</dl>
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
</div>
|
|
1924
|
+
|
|
1925
|
+
<div class="member">
|
|
1926
|
+
|
|
1927
|
+
<span class="method-parameter is-pulled-right">
|
|
1928
|
+
<label>类型:</label>
|
|
1929
|
+
|
|
1930
|
+
<span class="param-type">
|
|
1931
|
+
|
|
1932
|
+
String
|
|
1933
|
+
|
|
1934
|
+
</span>
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
</span>
|
|
1939
|
+
|
|
1940
|
+
<h4 class="name" id="valueExpressionTitle">
|
|
1941
|
+
<a class="href-link" href="#valueExpressionTitle">#</a>
|
|
1942
|
+
|
|
1943
|
+
<span class="code-name">
|
|
1944
|
+
valueExpressionTitle
|
|
1945
|
+
</span>
|
|
1946
|
+
|
|
1947
|
+
</h4>
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
<div class="description">
|
|
1953
|
+
<p>字段表达式描述</p>
|
|
1954
|
+
</div>
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
<dl class="details">
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
|
|
1591
1981
|
|
|
1592
1982
|
|
|
1593
1983
|
|