@mapgis/webclient-common 17.0.2 → 17.0.4
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 +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
<span class="param-type">Object</span>
|
|
83
83
|
|
|
84
84
|
|
|
85
|
+
|
|
85
86
|
|
|
86
87
|
</td>
|
|
87
88
|
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
<span class="param-type">String</span>
|
|
109
110
|
|
|
110
111
|
|
|
112
|
+
|
|
111
113
|
|
|
112
114
|
</td>
|
|
113
115
|
|
|
@@ -134,6 +136,7 @@
|
|
|
134
136
|
<span class="param-type">Number</span>
|
|
135
137
|
|
|
136
138
|
|
|
139
|
+
|
|
137
140
|
|
|
138
141
|
</td>
|
|
139
142
|
|
|
@@ -162,6 +165,7 @@
|
|
|
162
165
|
<span class="param-type">Number</span>
|
|
163
166
|
|
|
164
167
|
|
|
168
|
+
|
|
165
169
|
|
|
166
170
|
</td>
|
|
167
171
|
|
|
@@ -190,6 +194,7 @@
|
|
|
190
194
|
<span class="param-type">Number</span>
|
|
191
195
|
|
|
192
196
|
|
|
197
|
+
|
|
193
198
|
|
|
194
199
|
</td>
|
|
195
200
|
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
<span class="param-type">Number</span>
|
|
217
222
|
|
|
218
223
|
|
|
224
|
+
|
|
219
225
|
|
|
220
226
|
</td>
|
|
221
227
|
|
|
@@ -239,7 +245,8 @@
|
|
|
239
245
|
<td class="type">
|
|
240
246
|
|
|
241
247
|
|
|
242
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
248
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
249
|
+
|
|
243
250
|
|
|
244
251
|
|
|
245
252
|
|
|
@@ -268,6 +275,7 @@
|
|
|
268
275
|
<span class="param-type">String</span>
|
|
269
276
|
|
|
270
277
|
|
|
278
|
+
|
|
271
279
|
|
|
272
280
|
</td>
|
|
273
281
|
|
|
@@ -294,6 +302,7 @@
|
|
|
294
302
|
<span class="param-type">String</span>
|
|
295
303
|
|
|
296
304
|
|
|
305
|
+
|
|
297
306
|
|
|
298
307
|
</td>
|
|
299
308
|
|
|
@@ -433,7 +442,7 @@ const rankRenderer = new RankRenderer({
|
|
|
433
442
|
|
|
434
443
|
|
|
435
444
|
<ul>
|
|
436
|
-
<li><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
|
|
445
|
+
<li><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
|
|
437
446
|
</ul>
|
|
438
447
|
|
|
439
448
|
|
|
@@ -465,76 +474,82 @@ const rankRenderer = new RankRenderer({
|
|
|
465
474
|
<tbody>
|
|
466
475
|
|
|
467
476
|
<tr class="deep-level-0">
|
|
468
|
-
<td class="name"><code><a href="
|
|
477
|
+
<td class="name"><code><a href="#field">field</a></code></td>
|
|
469
478
|
<td class="name">
|
|
470
479
|
<code>
|
|
471
480
|
|
|
472
481
|
<span class="param-type">String</span>
|
|
473
482
|
|
|
474
483
|
|
|
484
|
+
|
|
475
485
|
</code>
|
|
476
486
|
</td>
|
|
477
487
|
<td class="name"><code><p>要素字段名</p></code></td>
|
|
478
488
|
</tr>
|
|
479
489
|
|
|
480
490
|
<tr class="deep-level-0">
|
|
481
|
-
<td class="name"><code><a href="
|
|
491
|
+
<td class="name"><code><a href="#maxDataValue">maxDataValue</a></code></td>
|
|
482
492
|
<td class="name">
|
|
483
493
|
<code>
|
|
484
494
|
|
|
485
495
|
<span class="param-type">Number</span>
|
|
486
496
|
|
|
487
497
|
|
|
498
|
+
|
|
488
499
|
</code>
|
|
489
500
|
</td>
|
|
490
501
|
<td class="name"><code><p>最大数据范围,如果超出此数据范围按maxSize进行符号渲染</p></code></td>
|
|
491
502
|
</tr>
|
|
492
503
|
|
|
493
504
|
<tr class="deep-level-0">
|
|
494
|
-
<td class="name"><code><a href="
|
|
505
|
+
<td class="name"><code><a href="#maxSize">maxSize</a></code></td>
|
|
495
506
|
<td class="name">
|
|
496
507
|
<code>
|
|
497
508
|
|
|
498
509
|
<span class="param-type">Number</span>
|
|
499
510
|
|
|
500
511
|
|
|
512
|
+
|
|
501
513
|
</code>
|
|
502
514
|
</td>
|
|
503
515
|
<td class="name"><code><p>等级符号最大尺寸,单位像素</p></code></td>
|
|
504
516
|
</tr>
|
|
505
517
|
|
|
506
518
|
<tr class="deep-level-0">
|
|
507
|
-
<td class="name"><code><a href="
|
|
519
|
+
<td class="name"><code><a href="#minDataValue">minDataValue</a></code></td>
|
|
508
520
|
<td class="name">
|
|
509
521
|
<code>
|
|
510
522
|
|
|
511
523
|
<span class="param-type">Number</span>
|
|
512
524
|
|
|
513
525
|
|
|
526
|
+
|
|
514
527
|
</code>
|
|
515
528
|
</td>
|
|
516
529
|
<td class="name"><code><p>最小数据范围,如果小于此数据范围按minSize进行符号渲染</p></code></td>
|
|
517
530
|
</tr>
|
|
518
531
|
|
|
519
532
|
<tr class="deep-level-0">
|
|
520
|
-
<td class="name"><code><a href="
|
|
533
|
+
<td class="name"><code><a href="#minSize">minSize</a></code></td>
|
|
521
534
|
<td class="name">
|
|
522
535
|
<code>
|
|
523
536
|
|
|
524
537
|
<span class="param-type">Number</span>
|
|
525
538
|
|
|
526
539
|
|
|
540
|
+
|
|
527
541
|
</code>
|
|
528
542
|
</td>
|
|
529
543
|
<td class="name"><code><p>等级符号最小尺寸,单位像素</p></code></td>
|
|
530
544
|
</tr>
|
|
531
545
|
|
|
532
546
|
<tr class="deep-level-0">
|
|
533
|
-
<td class="name"><code><a href="
|
|
547
|
+
<td class="name"><code><a href="#symbol">symbol</a></code></td>
|
|
534
548
|
<td class="name">
|
|
535
549
|
<code>
|
|
536
550
|
|
|
537
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
551
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
552
|
+
|
|
538
553
|
|
|
539
554
|
|
|
540
555
|
</code>
|
|
@@ -543,39 +558,42 @@ const rankRenderer = new RankRenderer({
|
|
|
543
558
|
</tr>
|
|
544
559
|
|
|
545
560
|
<tr class="deep-level-0">
|
|
546
|
-
<td class="name"><code><a href="
|
|
561
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
547
562
|
<td class="name">
|
|
548
563
|
<code>
|
|
549
564
|
|
|
550
565
|
<span class="param-type">String</span>
|
|
551
566
|
|
|
552
567
|
|
|
568
|
+
|
|
553
569
|
</code>
|
|
554
570
|
</td>
|
|
555
571
|
<td class="name"><code><p>符号类型,默认为‘rank’</p></code></td>
|
|
556
572
|
</tr>
|
|
557
573
|
|
|
558
574
|
<tr class="deep-level-0">
|
|
559
|
-
<td class="name"><code><a href="
|
|
575
|
+
<td class="name"><code><a href="#valueExpression">valueExpression</a></code></td>
|
|
560
576
|
<td class="name">
|
|
561
577
|
<code>
|
|
562
578
|
|
|
563
579
|
<span class="param-type">String</span>
|
|
564
580
|
|
|
565
581
|
|
|
582
|
+
|
|
566
583
|
</code>
|
|
567
584
|
</td>
|
|
568
585
|
<td class="name"><code><p>数据字段表达式</p></code></td>
|
|
569
586
|
</tr>
|
|
570
587
|
|
|
571
588
|
<tr class="deep-level-0">
|
|
572
|
-
<td class="name"><code><a href="
|
|
589
|
+
<td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
|
|
573
590
|
<td class="name">
|
|
574
591
|
<code>
|
|
575
592
|
|
|
576
593
|
<span class="param-type">String</span>
|
|
577
594
|
|
|
578
595
|
|
|
596
|
+
|
|
579
597
|
</code>
|
|
580
598
|
</td>
|
|
581
599
|
<td class="name"><code><p>数据字段表达式标题</p></code></td>
|
|
@@ -595,6 +613,7 @@ const rankRenderer = new RankRenderer({
|
|
|
595
613
|
<span class="param-type">String</span>
|
|
596
614
|
|
|
597
615
|
|
|
616
|
+
|
|
598
617
|
</span>
|
|
599
618
|
|
|
600
619
|
<h4 class="name" id="field">
|
|
@@ -665,6 +684,7 @@ const rankRenderer = new RankRenderer({
|
|
|
665
684
|
<span class="param-type">Number</span>
|
|
666
685
|
|
|
667
686
|
|
|
687
|
+
|
|
668
688
|
</span>
|
|
669
689
|
|
|
670
690
|
<h4 class="name" id="maxDataValue">
|
|
@@ -735,6 +755,7 @@ const rankRenderer = new RankRenderer({
|
|
|
735
755
|
<span class="param-type">Number</span>
|
|
736
756
|
|
|
737
757
|
|
|
758
|
+
|
|
738
759
|
</span>
|
|
739
760
|
|
|
740
761
|
<h4 class="name" id="maxSize">
|
|
@@ -805,6 +826,7 @@ const rankRenderer = new RankRenderer({
|
|
|
805
826
|
<span class="param-type">Number</span>
|
|
806
827
|
|
|
807
828
|
|
|
829
|
+
|
|
808
830
|
</span>
|
|
809
831
|
|
|
810
832
|
<h4 class="name" id="minDataValue">
|
|
@@ -875,6 +897,7 @@ const rankRenderer = new RankRenderer({
|
|
|
875
897
|
<span class="param-type">Number</span>
|
|
876
898
|
|
|
877
899
|
|
|
900
|
+
|
|
878
901
|
</span>
|
|
879
902
|
|
|
880
903
|
<h4 class="name" id="minSize">
|
|
@@ -942,7 +965,8 @@ const rankRenderer = new RankRenderer({
|
|
|
942
965
|
<span class="method-parameter is-pulled-right">
|
|
943
966
|
<label>类型:</label>
|
|
944
967
|
|
|
945
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
968
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
969
|
+
|
|
946
970
|
|
|
947
971
|
|
|
948
972
|
</span>
|
|
@@ -1015,6 +1039,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1015
1039
|
<span class="param-type">String</span>
|
|
1016
1040
|
|
|
1017
1041
|
|
|
1042
|
+
|
|
1018
1043
|
</span>
|
|
1019
1044
|
|
|
1020
1045
|
<h4 class="name" id="type">
|
|
@@ -1089,6 +1114,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1089
1114
|
<span class="param-type">String</span>
|
|
1090
1115
|
|
|
1091
1116
|
|
|
1117
|
+
|
|
1092
1118
|
</span>
|
|
1093
1119
|
|
|
1094
1120
|
<h4 class="name" id="valueExpression">
|
|
@@ -1159,6 +1185,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1159
1185
|
<span class="param-type">String</span>
|
|
1160
1186
|
|
|
1161
1187
|
|
|
1188
|
+
|
|
1162
1189
|
</span>
|
|
1163
1190
|
|
|
1164
1191
|
<h4 class="name" id="valueExpressionTitle">
|
|
@@ -1242,12 +1269,13 @@ const rankRenderer = new RankRenderer({
|
|
|
1242
1269
|
<tbody>
|
|
1243
1270
|
|
|
1244
1271
|
<tr class="deep-level-0">
|
|
1245
|
-
<td class="name"><code><a href="
|
|
1272
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1246
1273
|
<td class="name">
|
|
1247
1274
|
<code>
|
|
1248
1275
|
|
|
1249
1276
|
|
|
1250
|
-
<span class="param-type"><a class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1277
|
+
<span class="param-type"><a link="RankRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1278
|
+
|
|
1251
1279
|
|
|
1252
1280
|
|
|
1253
1281
|
|
|
@@ -1258,12 +1286,13 @@ const rankRenderer = new RankRenderer({
|
|
|
1258
1286
|
</tr>
|
|
1259
1287
|
|
|
1260
1288
|
<tr class="deep-level-0">
|
|
1261
|
-
<td class="name"><code><a href="
|
|
1289
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
1262
1290
|
<td class="name">
|
|
1263
1291
|
<code>
|
|
1264
1292
|
|
|
1265
1293
|
|
|
1266
|
-
<span class="param-type"><a class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1294
|
+
<span class="param-type"><a link="RankRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1295
|
+
|
|
1267
1296
|
|
|
1268
1297
|
|
|
1269
1298
|
|
|
@@ -1274,7 +1303,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1274
1303
|
</tr>
|
|
1275
1304
|
|
|
1276
1305
|
<tr class="deep-level-0">
|
|
1277
|
-
<td class="name"><code><a href="
|
|
1306
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1278
1307
|
<td class="name">
|
|
1279
1308
|
<code>
|
|
1280
1309
|
|
|
@@ -1284,7 +1313,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1284
1313
|
</tr>
|
|
1285
1314
|
|
|
1286
1315
|
<tr class="deep-level-0">
|
|
1287
|
-
<td class="name"><code><a href="
|
|
1316
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
1288
1317
|
<td class="name">
|
|
1289
1318
|
<code>
|
|
1290
1319
|
|
|
@@ -1292,6 +1321,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1292
1321
|
<span class="param-type">Object</span>
|
|
1293
1322
|
|
|
1294
1323
|
|
|
1324
|
+
|
|
1295
1325
|
|
|
1296
1326
|
</code>
|
|
1297
1327
|
</td>
|
|
@@ -1371,6 +1401,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1371
1401
|
<span class="param-type">Object</span>
|
|
1372
1402
|
|
|
1373
1403
|
|
|
1404
|
+
|
|
1374
1405
|
|
|
1375
1406
|
</td>
|
|
1376
1407
|
|
|
@@ -1456,7 +1487,8 @@ const rankRenderer = new RankRenderer({
|
|
|
1456
1487
|
<div class='column is-5 has-text-left'>
|
|
1457
1488
|
<label>类型: </label>
|
|
1458
1489
|
|
|
1459
|
-
<span class="param-type"><a class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1490
|
+
<span class="param-type"><a link="RankRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1491
|
+
|
|
1460
1492
|
|
|
1461
1493
|
|
|
1462
1494
|
</div>
|
|
@@ -1578,7 +1610,8 @@ const rankRenderer = new RankRenderer({
|
|
|
1578
1610
|
<div class='column is-5 has-text-left'>
|
|
1579
1611
|
<label>类型: </label>
|
|
1580
1612
|
|
|
1581
|
-
<span class="param-type"><a class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1613
|
+
<span class="param-type"><a link="RankRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RankRenderer" RankRenderer.html>RankRenderer</a></span>
|
|
1614
|
+
|
|
1582
1615
|
|
|
1583
1616
|
|
|
1584
1617
|
</div>
|
|
@@ -1658,6 +1691,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1658
1691
|
<span class="param-type">Object</span>
|
|
1659
1692
|
|
|
1660
1693
|
|
|
1694
|
+
|
|
1661
1695
|
|
|
1662
1696
|
</td>
|
|
1663
1697
|
|
|
@@ -1687,7 +1721,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1687
1721
|
|
|
1688
1722
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1689
1723
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1690
|
-
<a class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
|
|
1724
|
+
<a goto="fromJSON" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
|
|
1691
1725
|
</li></ul></dd>
|
|
1692
1726
|
|
|
1693
1727
|
|
|
@@ -1848,6 +1882,7 @@ const rankRenderer = new RankRenderer({
|
|
|
1848
1882
|
<span class="param-type">Object</span>
|
|
1849
1883
|
|
|
1850
1884
|
|
|
1885
|
+
|
|
1851
1886
|
</div>
|
|
1852
1887
|
|
|
1853
1888
|
</div>
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
<span class="param-type">Object</span>
|
|
77
77
|
|
|
78
78
|
|
|
79
|
+
|
|
79
80
|
|
|
80
81
|
</td>
|
|
81
82
|
|
|
@@ -87,6 +88,29 @@
|
|
|
87
88
|
|
|
88
89
|
|
|
89
90
|
|
|
91
|
+
<tr class="deep-level-1">
|
|
92
|
+
|
|
93
|
+
<td class="name" id="id"><code>id</code></td>
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
<td class="type">
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<span class="param-type">String</span>
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
</td>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<td class="description last"><p>渲染器信息id</p></td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
90
114
|
<tr class="deep-level-1">
|
|
91
115
|
|
|
92
116
|
<td class="name" id="description"><code>description</code></td>
|
|
@@ -98,6 +122,7 @@
|
|
|
98
122
|
<span class="param-type">String</span>
|
|
99
123
|
|
|
100
124
|
|
|
125
|
+
|
|
101
126
|
|
|
102
127
|
</td>
|
|
103
128
|
|
|
@@ -120,6 +145,7 @@
|
|
|
120
145
|
<span class="param-type">String</span>
|
|
121
146
|
|
|
122
147
|
|
|
148
|
+
|
|
123
149
|
|
|
124
150
|
</td>
|
|
125
151
|
|
|
@@ -235,26 +261,42 @@
|
|
|
235
261
|
<tbody>
|
|
236
262
|
|
|
237
263
|
<tr class="deep-level-0">
|
|
238
|
-
<td class="name"><code><a href="
|
|
264
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
239
265
|
<td class="name">
|
|
240
266
|
<code>
|
|
241
267
|
|
|
242
268
|
<span class="param-type">String</span>
|
|
243
269
|
|
|
244
270
|
|
|
271
|
+
|
|
245
272
|
</code>
|
|
246
273
|
</td>
|
|
247
274
|
<td class="name"><code><p>描述信息</p></code></td>
|
|
248
275
|
</tr>
|
|
249
276
|
|
|
250
277
|
<tr class="deep-level-0">
|
|
251
|
-
<td class="name"><code><a href="
|
|
278
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
252
279
|
<td class="name">
|
|
253
280
|
<code>
|
|
254
281
|
|
|
255
282
|
<span class="param-type">String</span>
|
|
256
283
|
|
|
257
284
|
|
|
285
|
+
|
|
286
|
+
</code>
|
|
287
|
+
</td>
|
|
288
|
+
<td class="name"><code><p>渲染器信息id</p></code></td>
|
|
289
|
+
</tr>
|
|
290
|
+
|
|
291
|
+
<tr class="deep-level-0">
|
|
292
|
+
<td class="name"><code><a href="#label">label</a></code></td>
|
|
293
|
+
<td class="name">
|
|
294
|
+
<code>
|
|
295
|
+
|
|
296
|
+
<span class="param-type">String</span>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
258
300
|
</code>
|
|
259
301
|
</td>
|
|
260
302
|
<td class="name"><code><p>标签信息</p></code></td>
|
|
@@ -274,6 +316,7 @@
|
|
|
274
316
|
<span class="param-type">String</span>
|
|
275
317
|
|
|
276
318
|
|
|
319
|
+
|
|
277
320
|
</span>
|
|
278
321
|
|
|
279
322
|
<h4 class="name" id="description">
|
|
@@ -344,6 +387,82 @@
|
|
|
344
387
|
<span class="param-type">String</span>
|
|
345
388
|
|
|
346
389
|
|
|
390
|
+
|
|
391
|
+
</span>
|
|
392
|
+
|
|
393
|
+
<h4 class="name" id="id">
|
|
394
|
+
<a class="href-link" href="#id">#</a>
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
<span class='tag'>readonly</span>
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
<span class="code-name">
|
|
401
|
+
id
|
|
402
|
+
</span>
|
|
403
|
+
|
|
404
|
+
</h4>
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
<div class="description">
|
|
410
|
+
<p>渲染器信息id</p>
|
|
411
|
+
</div>
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
<dl class="details">
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
</dl>
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
</div>
|
|
456
|
+
|
|
457
|
+
<div class="member">
|
|
458
|
+
|
|
459
|
+
<span class="method-parameter is-pulled-right">
|
|
460
|
+
<label>类型:</label>
|
|
461
|
+
|
|
462
|
+
<span class="param-type">String</span>
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
347
466
|
</span>
|
|
348
467
|
|
|
349
468
|
<h4 class="name" id="label">
|
|
@@ -427,12 +546,13 @@
|
|
|
427
546
|
<tbody>
|
|
428
547
|
|
|
429
548
|
<tr class="deep-level-0">
|
|
430
|
-
<td class="name"><code><a href="
|
|
549
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
431
550
|
<td class="name">
|
|
432
551
|
<code>
|
|
433
552
|
|
|
434
553
|
|
|
435
|
-
<span class="param-type"><a class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
554
|
+
<span class="param-type"><a link="RendererInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
555
|
+
|
|
436
556
|
|
|
437
557
|
|
|
438
558
|
|
|
@@ -442,12 +562,13 @@
|
|
|
442
562
|
</tr>
|
|
443
563
|
|
|
444
564
|
<tr class="deep-level-0">
|
|
445
|
-
<td class="name"><code><a href="
|
|
565
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
446
566
|
<td class="name">
|
|
447
567
|
<code>
|
|
448
568
|
|
|
449
569
|
|
|
450
|
-
<span class="param-type"><a class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
570
|
+
<span class="param-type"><a link="RendererInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
571
|
+
|
|
451
572
|
|
|
452
573
|
|
|
453
574
|
|
|
@@ -457,7 +578,7 @@
|
|
|
457
578
|
</tr>
|
|
458
579
|
|
|
459
580
|
<tr class="deep-level-0">
|
|
460
|
-
<td class="name"><code><a href="
|
|
581
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
461
582
|
<td class="name">
|
|
462
583
|
<code>
|
|
463
584
|
|
|
@@ -465,6 +586,7 @@
|
|
|
465
586
|
<span class="param-type">Object</span>
|
|
466
587
|
|
|
467
588
|
|
|
589
|
+
|
|
468
590
|
|
|
469
591
|
</code>
|
|
470
592
|
</td>
|
|
@@ -542,6 +664,7 @@
|
|
|
542
664
|
<span class="param-type">Object</span>
|
|
543
665
|
|
|
544
666
|
|
|
667
|
+
|
|
545
668
|
|
|
546
669
|
</td>
|
|
547
670
|
|
|
@@ -627,7 +750,8 @@
|
|
|
627
750
|
<div class='column is-5 has-text-left'>
|
|
628
751
|
<label>类型: </label>
|
|
629
752
|
|
|
630
|
-
<span class="param-type"><a class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
753
|
+
<span class="param-type"><a link="RendererInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
754
|
+
|
|
631
755
|
|
|
632
756
|
|
|
633
757
|
</div>
|
|
@@ -743,7 +867,8 @@
|
|
|
743
867
|
<div class='column is-5 has-text-left'>
|
|
744
868
|
<label>类型: </label>
|
|
745
869
|
|
|
746
|
-
<span class="param-type"><a class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
870
|
+
<span class="param-type"><a link="RendererInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RendererInfo" RendererInfo.html>RendererInfo</a></span>
|
|
871
|
+
|
|
747
872
|
|
|
748
873
|
|
|
749
874
|
</div>
|
|
@@ -862,6 +987,7 @@
|
|
|
862
987
|
<span class="param-type">Object</span>
|
|
863
988
|
|
|
864
989
|
|
|
990
|
+
|
|
865
991
|
</div>
|
|
866
992
|
|
|
867
993
|
</div>
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
<span class="param-type">Object</span>
|
|
83
83
|
|
|
84
84
|
|
|
85
|
+
|
|
85
86
|
|
|
86
87
|
</td>
|
|
87
88
|
|
|
@@ -105,7 +106,8 @@
|
|
|
105
106
|
<td class="type">
|
|
106
107
|
|
|
107
108
|
|
|
108
|
-
<span class="param-type">Array.<<a href="Interceptor.html">Interceptor</a>></span>
|
|
109
|
+
<span class="param-type">Array.<<a link="Array.<Interceptor>.html" onclick="getTypeHTML(event)" href="Interceptor.html">Interceptor</a>></span>
|
|
110
|
+
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
|