@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
|
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
<span class="param-type">Number</span>
|
|
112
113
|
|
|
113
114
|
|
|
115
|
+
|
|
114
116
|
|
|
115
117
|
</td>
|
|
116
118
|
|
|
@@ -134,7 +136,8 @@
|
|
|
134
136
|
<td class="type">
|
|
135
137
|
|
|
136
138
|
|
|
137
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
139
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
140
|
+
|
|
138
141
|
|
|
139
142
|
|
|
140
143
|
|
|
@@ -163,6 +166,7 @@
|
|
|
163
166
|
<span class="param-type">String</span>
|
|
164
167
|
|
|
165
168
|
|
|
169
|
+
|
|
166
170
|
|
|
167
171
|
</td>
|
|
168
172
|
|
|
@@ -189,6 +193,7 @@
|
|
|
189
193
|
<span class="param-type">Boolean</span>
|
|
190
194
|
|
|
191
195
|
|
|
196
|
+
|
|
192
197
|
|
|
193
198
|
</td>
|
|
194
199
|
|
|
@@ -310,37 +315,40 @@
|
|
|
310
315
|
<tbody>
|
|
311
316
|
|
|
312
317
|
<tr class="deep-level-0">
|
|
313
|
-
<td class="name"><code><a href="
|
|
318
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
314
319
|
<td class="name">
|
|
315
320
|
<code>
|
|
316
321
|
|
|
317
322
|
<span class="param-type">String</span>
|
|
318
323
|
|
|
319
324
|
|
|
325
|
+
|
|
320
326
|
</code>
|
|
321
327
|
</td>
|
|
322
328
|
<td class="name"><code><p>描述信息</p></code></td>
|
|
323
329
|
</tr>
|
|
324
330
|
|
|
325
331
|
<tr class="deep-level-0">
|
|
326
|
-
<td class="name"><code><a href="
|
|
332
|
+
<td class="name"><code><a href="#label">label</a></code></td>
|
|
327
333
|
<td class="name">
|
|
328
334
|
<code>
|
|
329
335
|
|
|
330
336
|
<span class="param-type">String</span>
|
|
331
337
|
|
|
332
338
|
|
|
339
|
+
|
|
333
340
|
</code>
|
|
334
341
|
</td>
|
|
335
342
|
<td class="name"><code><p>标签,用来描述符号表示的值</p></code></td>
|
|
336
343
|
</tr>
|
|
337
344
|
|
|
338
345
|
<tr class="deep-level-0">
|
|
339
|
-
<td class="name"><code><a href="
|
|
346
|
+
<td class="name"><code><a href="#symbol">symbol</a></code></td>
|
|
340
347
|
<td class="name">
|
|
341
348
|
<code>
|
|
342
349
|
|
|
343
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
350
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
351
|
+
|
|
344
352
|
|
|
345
353
|
|
|
346
354
|
</code>
|
|
@@ -349,7 +357,7 @@
|
|
|
349
357
|
</tr>
|
|
350
358
|
|
|
351
359
|
<tr class="deep-level-0">
|
|
352
|
-
<td class="name"><code><a href="
|
|
360
|
+
<td class="name"><code><a href="#value">value</a></code></td>
|
|
353
361
|
<td class="name">
|
|
354
362
|
<code>
|
|
355
363
|
|
|
@@ -359,19 +367,21 @@
|
|
|
359
367
|
<span class="param-type">Number</span>
|
|
360
368
|
|
|
361
369
|
|
|
370
|
+
|
|
362
371
|
</code>
|
|
363
372
|
</td>
|
|
364
373
|
<td class="name"><code><p>指定字段下的要素值,具有此值的要素将使用给定的符号可视化</p></code></td>
|
|
365
374
|
</tr>
|
|
366
375
|
|
|
367
376
|
<tr class="deep-level-0">
|
|
368
|
-
<td class="name"><code><a href="
|
|
377
|
+
<td class="name"><code><a href="#visible">visible</a></code></td>
|
|
369
378
|
<td class="name">
|
|
370
379
|
<code>
|
|
371
380
|
|
|
372
381
|
<span class="param-type">Boolean</span>
|
|
373
382
|
|
|
374
383
|
|
|
384
|
+
|
|
375
385
|
</code>
|
|
376
386
|
</td>
|
|
377
387
|
<td class="name"><code><p>是否可视化单值信息</p></code></td>
|
|
@@ -391,6 +401,7 @@
|
|
|
391
401
|
<span class="param-type">String</span>
|
|
392
402
|
|
|
393
403
|
|
|
404
|
+
|
|
394
405
|
</span>
|
|
395
406
|
|
|
396
407
|
<h4 class="name" id="description">
|
|
@@ -461,6 +472,7 @@
|
|
|
461
472
|
<span class="param-type">String</span>
|
|
462
473
|
|
|
463
474
|
|
|
475
|
+
|
|
464
476
|
</span>
|
|
465
477
|
|
|
466
478
|
<h4 class="name" id="label">
|
|
@@ -528,7 +540,8 @@
|
|
|
528
540
|
<span class="method-parameter is-pulled-right">
|
|
529
541
|
<label>类型:</label>
|
|
530
542
|
|
|
531
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
543
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
544
|
+
|
|
532
545
|
|
|
533
546
|
|
|
534
547
|
</span>
|
|
@@ -604,6 +617,7 @@
|
|
|
604
617
|
<span class="param-type">Number</span>
|
|
605
618
|
|
|
606
619
|
|
|
620
|
+
|
|
607
621
|
</span>
|
|
608
622
|
|
|
609
623
|
<h4 class="name" id="value">
|
|
@@ -674,6 +688,7 @@
|
|
|
674
688
|
<span class="param-type">Boolean</span>
|
|
675
689
|
|
|
676
690
|
|
|
691
|
+
|
|
677
692
|
</span>
|
|
678
693
|
|
|
679
694
|
<h4 class="name" id="visible">
|
|
@@ -757,7 +772,7 @@
|
|
|
757
772
|
<tbody>
|
|
758
773
|
|
|
759
774
|
<tr class="deep-level-0">
|
|
760
|
-
<td class="name"><code><a href="
|
|
775
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
761
776
|
<td class="name">
|
|
762
777
|
<code>
|
|
763
778
|
|
|
@@ -767,12 +782,13 @@
|
|
|
767
782
|
</tr>
|
|
768
783
|
|
|
769
784
|
<tr class="deep-level-0">
|
|
770
|
-
<td class="name"><code><a href="
|
|
785
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
771
786
|
<td class="name">
|
|
772
787
|
<code>
|
|
773
788
|
|
|
774
789
|
|
|
775
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
790
|
+
<span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
791
|
+
|
|
776
792
|
|
|
777
793
|
|
|
778
794
|
|
|
@@ -782,7 +798,7 @@
|
|
|
782
798
|
</tr>
|
|
783
799
|
|
|
784
800
|
<tr class="deep-level-0">
|
|
785
|
-
<td class="name"><code><a href="
|
|
801
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
786
802
|
<td class="name">
|
|
787
803
|
<code>
|
|
788
804
|
|
|
@@ -790,6 +806,7 @@
|
|
|
790
806
|
<span class="param-type">Object</span>
|
|
791
807
|
|
|
792
808
|
|
|
809
|
+
|
|
793
810
|
|
|
794
811
|
</code>
|
|
795
812
|
</td>
|
|
@@ -864,7 +881,8 @@
|
|
|
864
881
|
<td class="type">
|
|
865
882
|
|
|
866
883
|
|
|
867
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
884
|
+
<span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
885
|
+
|
|
868
886
|
|
|
869
887
|
|
|
870
888
|
|
|
@@ -1043,7 +1061,8 @@
|
|
|
1043
1061
|
<div class='column is-5 has-text-left'>
|
|
1044
1062
|
<label>类型: </label>
|
|
1045
1063
|
|
|
1046
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
1064
|
+
<span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
|
|
1065
|
+
|
|
1047
1066
|
|
|
1048
1067
|
|
|
1049
1068
|
</div>
|
|
@@ -1162,6 +1181,7 @@
|
|
|
1162
1181
|
<span class="param-type">Object</span>
|
|
1163
1182
|
|
|
1164
1183
|
|
|
1184
|
+
|
|
1165
1185
|
</div>
|
|
1166
1186
|
|
|
1167
1187
|
</div>
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
<span class="param-type">Object</span>
|
|
85
85
|
|
|
86
86
|
|
|
87
|
+
|
|
87
88
|
|
|
88
89
|
</td>
|
|
89
90
|
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
<span class="param-type">String</span>
|
|
111
112
|
|
|
112
113
|
|
|
114
|
+
|
|
113
115
|
|
|
114
116
|
</td>
|
|
115
117
|
|
|
@@ -138,6 +140,7 @@
|
|
|
138
140
|
<span class="param-type">String</span>
|
|
139
141
|
|
|
140
142
|
|
|
143
|
+
|
|
141
144
|
|
|
142
145
|
</td>
|
|
143
146
|
|
|
@@ -164,6 +167,7 @@
|
|
|
164
167
|
<span class="param-type">String</span>
|
|
165
168
|
|
|
166
169
|
|
|
170
|
+
|
|
167
171
|
|
|
168
172
|
</td>
|
|
169
173
|
|
|
@@ -190,6 +194,7 @@
|
|
|
190
194
|
<span class="param-type">Boolean</span>
|
|
191
195
|
|
|
192
196
|
|
|
197
|
+
|
|
193
198
|
|
|
194
199
|
</td>
|
|
195
200
|
|
|
@@ -215,7 +220,8 @@
|
|
|
215
220
|
<td class="type">
|
|
216
221
|
|
|
217
222
|
|
|
218
|
-
<span class="param-type">Array.<<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
223
|
+
<span class="param-type">Array.<<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
224
|
+
|
|
219
225
|
|
|
220
226
|
|
|
221
227
|
|
|
@@ -253,6 +259,7 @@
|
|
|
253
259
|
<span class="param-type">Object</span>
|
|
254
260
|
|
|
255
261
|
|
|
262
|
+
|
|
256
263
|
|
|
257
264
|
</td>
|
|
258
265
|
|
|
@@ -657,7 +664,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
657
664
|
|
|
658
665
|
|
|
659
666
|
<ul>
|
|
660
|
-
<li><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
|
|
667
|
+
<li><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
|
|
661
668
|
</ul>
|
|
662
669
|
|
|
663
670
|
|
|
@@ -689,37 +696,40 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
689
696
|
<tbody>
|
|
690
697
|
|
|
691
698
|
<tr class="deep-level-0">
|
|
692
|
-
<td class="name"><code><a href="
|
|
699
|
+
<td class="name"><code><a href="#defaultDescription">defaultDescription</a></code></td>
|
|
693
700
|
<td class="name">
|
|
694
701
|
<code>
|
|
695
702
|
|
|
696
703
|
<span class="param-type">String</span>
|
|
697
704
|
|
|
698
705
|
|
|
706
|
+
|
|
699
707
|
</code>
|
|
700
708
|
</td>
|
|
701
709
|
<td class="name"><code><p>默认的渲染器的描述信息</p></code></td>
|
|
702
710
|
</tr>
|
|
703
711
|
|
|
704
712
|
<tr class="deep-level-0">
|
|
705
|
-
<td class="name"><code><a href="
|
|
713
|
+
<td class="name"><code><a href="#defaultLabel">defaultLabel</a></code></td>
|
|
706
714
|
<td class="name">
|
|
707
715
|
<code>
|
|
708
716
|
|
|
709
717
|
<span class="param-type">String</span>
|
|
710
718
|
|
|
711
719
|
|
|
720
|
+
|
|
712
721
|
</code>
|
|
713
722
|
</td>
|
|
714
723
|
<td class="name"><code><p>默认的渲染器标签</p></code></td>
|
|
715
724
|
</tr>
|
|
716
725
|
|
|
717
726
|
<tr class="deep-level-0">
|
|
718
|
-
<td class="name"><code><a href="
|
|
727
|
+
<td class="name"><code><a href="#defaultSymbol">defaultSymbol</a></code></td>
|
|
719
728
|
<td class="name">
|
|
720
729
|
<code>
|
|
721
730
|
|
|
722
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
731
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
732
|
+
|
|
723
733
|
|
|
724
734
|
|
|
725
735
|
</code>
|
|
@@ -728,50 +738,54 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
728
738
|
</tr>
|
|
729
739
|
|
|
730
740
|
<tr class="deep-level-0">
|
|
731
|
-
<td class="name"><code><a href="
|
|
741
|
+
<td class="name"><code><a href="#defaultVisible">defaultVisible</a></code></td>
|
|
732
742
|
<td class="name">
|
|
733
743
|
<code>
|
|
734
744
|
|
|
735
745
|
<span class="param-type">Boolean</span>
|
|
736
746
|
|
|
737
747
|
|
|
748
|
+
|
|
738
749
|
</code>
|
|
739
750
|
</td>
|
|
740
751
|
<td class="name"><code><p>是否可视化默认符号</p></code></td>
|
|
741
752
|
</tr>
|
|
742
753
|
|
|
743
754
|
<tr class="deep-level-0">
|
|
744
|
-
<td class="name"><code><a href="
|
|
755
|
+
<td class="name"><code><a href="#field">field</a></code></td>
|
|
745
756
|
<td class="name">
|
|
746
757
|
<code>
|
|
747
758
|
|
|
748
759
|
<span class="param-type">String</span>
|
|
749
760
|
|
|
750
761
|
|
|
762
|
+
|
|
751
763
|
</code>
|
|
752
764
|
</td>
|
|
753
765
|
<td class="name"><code><p>field 'unique-value',字段名</p></code></td>
|
|
754
766
|
</tr>
|
|
755
767
|
|
|
756
768
|
<tr class="deep-level-0">
|
|
757
|
-
<td class="name"><code><a href="
|
|
769
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
758
770
|
<td class="name">
|
|
759
771
|
<code>
|
|
760
772
|
|
|
761
773
|
<span class="param-type">String</span>
|
|
762
774
|
|
|
763
775
|
|
|
776
|
+
|
|
764
777
|
</code>
|
|
765
778
|
</td>
|
|
766
779
|
<td class="name"><code><p>type 'unique-value',单值专题图</p></code></td>
|
|
767
780
|
</tr>
|
|
768
781
|
|
|
769
782
|
<tr class="deep-level-0">
|
|
770
|
-
<td class="name"><code><a href="
|
|
783
|
+
<td class="name"><code><a href="#uniqueValueInfos">uniqueValueInfos</a></code></td>
|
|
771
784
|
<td class="name">
|
|
772
785
|
<code>
|
|
773
786
|
|
|
774
|
-
<span class="param-type">Array.<<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
787
|
+
<span class="param-type">Array.<<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
788
|
+
|
|
775
789
|
|
|
776
790
|
|
|
777
791
|
</code>
|
|
@@ -780,37 +794,40 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
780
794
|
</tr>
|
|
781
795
|
|
|
782
796
|
<tr class="deep-level-0">
|
|
783
|
-
<td class="name"><code><a href="
|
|
797
|
+
<td class="name"><code><a href="#valueExpression">valueExpression</a></code></td>
|
|
784
798
|
<td class="name">
|
|
785
799
|
<code>
|
|
786
800
|
|
|
787
801
|
<span class="param-type">String</span>
|
|
788
802
|
|
|
789
803
|
|
|
804
|
+
|
|
790
805
|
</code>
|
|
791
806
|
</td>
|
|
792
807
|
<td class="name"><code><p>字段表达式</p></code></td>
|
|
793
808
|
</tr>
|
|
794
809
|
|
|
795
810
|
<tr class="deep-level-0">
|
|
796
|
-
<td class="name"><code><a href="
|
|
811
|
+
<td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
|
|
797
812
|
<td class="name">
|
|
798
813
|
<code>
|
|
799
814
|
|
|
800
815
|
<span class="param-type">String</span>
|
|
801
816
|
|
|
802
817
|
|
|
818
|
+
|
|
803
819
|
</code>
|
|
804
820
|
</td>
|
|
805
821
|
<td class="name"><code><p>字段表达式描述</p></code></td>
|
|
806
822
|
</tr>
|
|
807
823
|
|
|
808
824
|
<tr class="deep-level-0">
|
|
809
|
-
<td class="name"><code><a href="
|
|
825
|
+
<td class="name"><code><a href="#visualVariables">visualVariables</a></code></td>
|
|
810
826
|
<td class="name">
|
|
811
827
|
<code>
|
|
812
828
|
|
|
813
|
-
<span class="param-type">Array.<<a href="VisualVariable.html">VisualVariable</a>></span>
|
|
829
|
+
<span class="param-type">Array.<<a link="Array.<VisualVariable>.html" onclick="getTypeHTML(event)" href="VisualVariable.html">VisualVariable</a>></span>
|
|
830
|
+
|
|
814
831
|
|
|
815
832
|
|
|
816
833
|
</code>
|
|
@@ -832,6 +849,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
832
849
|
<span class="param-type">String</span>
|
|
833
850
|
|
|
834
851
|
|
|
852
|
+
|
|
835
853
|
</span>
|
|
836
854
|
|
|
837
855
|
<h4 class="name" id="defaultDescription">
|
|
@@ -902,6 +920,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
902
920
|
<span class="param-type">String</span>
|
|
903
921
|
|
|
904
922
|
|
|
923
|
+
|
|
905
924
|
</span>
|
|
906
925
|
|
|
907
926
|
<h4 class="name" id="defaultLabel">
|
|
@@ -969,7 +988,8 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
969
988
|
<span class="method-parameter is-pulled-right">
|
|
970
989
|
<label>类型:</label>
|
|
971
990
|
|
|
972
|
-
<span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
991
|
+
<span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
|
|
992
|
+
|
|
973
993
|
|
|
974
994
|
|
|
975
995
|
</span>
|
|
@@ -1042,6 +1062,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1042
1062
|
<span class="param-type">Boolean</span>
|
|
1043
1063
|
|
|
1044
1064
|
|
|
1065
|
+
|
|
1045
1066
|
</span>
|
|
1046
1067
|
|
|
1047
1068
|
<h4 class="name" id="defaultVisible">
|
|
@@ -1112,6 +1133,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1112
1133
|
<span class="param-type">String</span>
|
|
1113
1134
|
|
|
1114
1135
|
|
|
1136
|
+
|
|
1115
1137
|
</span>
|
|
1116
1138
|
|
|
1117
1139
|
<h4 class="name" id="field">
|
|
@@ -1182,6 +1204,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1182
1204
|
<span class="param-type">String</span>
|
|
1183
1205
|
|
|
1184
1206
|
|
|
1207
|
+
|
|
1185
1208
|
</span>
|
|
1186
1209
|
|
|
1187
1210
|
<h4 class="name" id="type">
|
|
@@ -1249,7 +1272,8 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1249
1272
|
<span class="method-parameter is-pulled-right">
|
|
1250
1273
|
<label>类型:</label>
|
|
1251
1274
|
|
|
1252
|
-
<span class="param-type">Array.<<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
1275
|
+
<span class="param-type">Array.<<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
|
|
1276
|
+
|
|
1253
1277
|
|
|
1254
1278
|
|
|
1255
1279
|
</span>
|
|
@@ -1322,6 +1346,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1322
1346
|
<span class="param-type">String</span>
|
|
1323
1347
|
|
|
1324
1348
|
|
|
1349
|
+
|
|
1325
1350
|
</span>
|
|
1326
1351
|
|
|
1327
1352
|
<h4 class="name" id="valueExpression">
|
|
@@ -1392,6 +1417,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1392
1417
|
<span class="param-type">String</span>
|
|
1393
1418
|
|
|
1394
1419
|
|
|
1420
|
+
|
|
1395
1421
|
</span>
|
|
1396
1422
|
|
|
1397
1423
|
<h4 class="name" id="valueExpressionTitle">
|
|
@@ -1459,7 +1485,8 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1459
1485
|
<span class="method-parameter is-pulled-right">
|
|
1460
1486
|
<label>类型:</label>
|
|
1461
1487
|
|
|
1462
|
-
<span class="param-type">Array.<<a href="VisualVariable.html">VisualVariable</a>></span>
|
|
1488
|
+
<span class="param-type">Array.<<a link="Array.<VisualVariable>.html" onclick="getTypeHTML(event)" href="VisualVariable.html">VisualVariable</a>></span>
|
|
1489
|
+
|
|
1463
1490
|
|
|
1464
1491
|
|
|
1465
1492
|
</span>
|
|
@@ -1545,12 +1572,13 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1545
1572
|
<tbody>
|
|
1546
1573
|
|
|
1547
1574
|
<tr class="deep-level-0">
|
|
1548
|
-
<td class="name"><code><a href="
|
|
1575
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1549
1576
|
<td class="name">
|
|
1550
1577
|
<code>
|
|
1551
1578
|
|
|
1552
1579
|
|
|
1553
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1580
|
+
<span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1581
|
+
|
|
1554
1582
|
|
|
1555
1583
|
|
|
1556
1584
|
|
|
@@ -1560,12 +1588,13 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1560
1588
|
</tr>
|
|
1561
1589
|
|
|
1562
1590
|
<tr class="deep-level-0">
|
|
1563
|
-
<td class="name"><code><a href="
|
|
1591
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
1564
1592
|
<td class="name">
|
|
1565
1593
|
<code>
|
|
1566
1594
|
|
|
1567
1595
|
|
|
1568
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1596
|
+
<span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1597
|
+
|
|
1569
1598
|
|
|
1570
1599
|
|
|
1571
1600
|
|
|
@@ -1575,7 +1604,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1575
1604
|
</tr>
|
|
1576
1605
|
|
|
1577
1606
|
<tr class="deep-level-0">
|
|
1578
|
-
<td class="name"><code><a href="
|
|
1607
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1579
1608
|
<td class="name">
|
|
1580
1609
|
<code>
|
|
1581
1610
|
|
|
@@ -1585,7 +1614,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1585
1614
|
</tr>
|
|
1586
1615
|
|
|
1587
1616
|
<tr class="deep-level-0">
|
|
1588
|
-
<td class="name"><code><a href="
|
|
1617
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
1589
1618
|
<td class="name">
|
|
1590
1619
|
<code>
|
|
1591
1620
|
|
|
@@ -1593,6 +1622,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1593
1622
|
<span class="param-type">Object</span>
|
|
1594
1623
|
|
|
1595
1624
|
|
|
1625
|
+
|
|
1596
1626
|
|
|
1597
1627
|
</code>
|
|
1598
1628
|
</td>
|
|
@@ -1670,6 +1700,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1670
1700
|
<span class="param-type">Object</span>
|
|
1671
1701
|
|
|
1672
1702
|
|
|
1703
|
+
|
|
1673
1704
|
|
|
1674
1705
|
</td>
|
|
1675
1706
|
|
|
@@ -1755,7 +1786,8 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1755
1786
|
<div class='column is-5 has-text-left'>
|
|
1756
1787
|
<label>类型: </label>
|
|
1757
1788
|
|
|
1758
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1789
|
+
<span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1790
|
+
|
|
1759
1791
|
|
|
1760
1792
|
|
|
1761
1793
|
</div>
|
|
@@ -1887,7 +1919,8 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1887
1919
|
<div class='column is-5 has-text-left'>
|
|
1888
1920
|
<label>类型: </label>
|
|
1889
1921
|
|
|
1890
|
-
<span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1922
|
+
<span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
|
|
1923
|
+
|
|
1891
1924
|
|
|
1892
1925
|
|
|
1893
1926
|
</div>
|
|
@@ -1967,6 +2000,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1967
2000
|
<span class="param-type">Object</span>
|
|
1968
2001
|
|
|
1969
2002
|
|
|
2003
|
+
|
|
1970
2004
|
|
|
1971
2005
|
</td>
|
|
1972
2006
|
|
|
@@ -1996,7 +2030,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
1996
2030
|
|
|
1997
2031
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1998
2032
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1999
|
-
<a class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
|
|
2033
|
+
<a goto="fromJSON" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
|
|
2000
2034
|
</li></ul></dd>
|
|
2001
2035
|
|
|
2002
2036
|
|
|
@@ -2156,6 +2190,7 @@ let uniqueRender = new UniqueValueRenderer({
|
|
|
2156
2190
|
<span class="param-type">Object</span>
|
|
2157
2191
|
|
|
2158
2192
|
|
|
2193
|
+
|
|
2159
2194
|
</div>
|
|
2160
2195
|
|
|
2161
2196
|
</div>
|