@mapgis/webclient-common 17.2.0 → 17.2.2
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 +21 -3
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/webclient-common-es6.min.js +6 -6
- 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/ArcGISMapServer.html +10 -10
- package/documention/ArcGISTileLayer.html +5 -5
- package/documention/ArcGISVectorTileLayer.html +7 -7
- package/documention/ArcGISVectorTileServer.html +10 -10
- package/documention/BaseScene.html +7577 -0
- package/documention/BaseServer.html +10 -10
- package/documention/BaseView.html +1 -1
- package/documention/Basemap.html +3 -3
- package/documention/Cesium3DTilesCacheLayer.html +38 -112
- package/documention/Cesium3DTilesServer.html +11 -11
- package/documention/Circle.html +7 -7
- package/documention/ClassBreakRenderer.html +18 -18
- package/documention/ClusterRenderer.html +2 -2
- package/documention/Collection.html +198 -4
- package/documention/Config.html +4 -4
- package/documention/Extent.html +15 -15
- package/documention/ExtrudeSymbol3DLayer.html +2 -2
- package/documention/Feature.html +7 -7
- package/documention/FeatureServer.html +27 -27
- package/documention/FeatureSet.html +7 -7
- package/documention/FillSymbol3DLayer.html +2 -2
- package/documention/Font.html +1 -1
- package/documention/GeoJSONLayer.html +26 -26
- package/documention/Geometry.html +7 -7
- package/documention/GeometryEngine.html +79 -79
- package/documention/GeometryServer.html +30 -30
- package/documention/GraphicsLayer.html +31 -31
- package/documention/GroupLayer.html +2 -2
- package/documention/IGSFeatureLayer.html +25 -25
- package/documention/IGSMapImageLayer.html +47 -49
- package/documention/IGSMapImageSubLayer.html +3 -3
- package/documention/IGSSceneLayer.html +11 -11
- package/documention/IGSTileLayer.html +10 -11
- package/documention/IGSVectorTileLayer.html +33 -63
- package/documention/IGSVectorTileSubLayer.html +5 -4
- package/documention/ISScene.html +1336 -0
- package/documention/ISSceneLayer.html +2028 -0
- package/documention/ISSceneServer.html +2234 -0
- package/documention/ISSceneSubLayer.html +3356 -0
- package/documention/IconSymbol3DLayer.html +4 -4
- package/documention/ImageServer.html +11 -11
- package/documention/LabelClass.html +3 -3
- package/documention/LabelSymbol3D.html +2 -2
- package/documention/LineString.html +10 -10
- package/documention/LineSymbol3D.html +2 -2
- package/documention/LineSymbol3DLayer.html +2 -2
- package/documention/M3DModelCacheLayer.html +12 -12
- package/documention/M3DServer.html +11 -11
- package/documention/Map.html +4 -4
- package/documention/MapGISTextSymbol.html +3 -3
- package/documention/MapServer.html +14 -14
- package/documention/MapView.html +1 -1
- package/documention/MultiLineString.html +13 -13
- package/documention/MultiPoint.html +10 -10
- package/documention/MultiPolygon.html +9 -9
- package/documention/ObjectSymbol3DLayer.html +4 -4
- package/documention/OutStatistic.html +1 -1
- package/documention/PathSymbol3DLayer.html +2 -2
- package/documention/PictureFillSymbol.html +1 -1
- package/documention/PictureMarkerSymbol.html +3 -3
- package/documention/PlotServer.html +10 -10
- package/documention/PoiServer.html +11 -11
- package/documention/Point.html +12 -12
- package/documention/PointSymbol3D.html +3 -3
- package/documention/Polygon.html +14 -14
- package/documention/PolygonSymbol3D.html +2 -2
- package/documention/Projection.html +8 -8
- package/documention/RandomRenderer.html +1 -1
- package/documention/RankRenderer.html +2 -2
- package/documention/ResourceServer.html +150 -150
- package/documention/RootServer.html +11 -11
- package/documention/S3MTilesCacheLayer.html +7726 -0
- package/documention/SceneServer.html +16 -16
- package/documention/SceneView.html +1 -1
- package/documention/SecurityServer.html +12 -12
- package/documention/SimpleFillSymbol.html +3 -3
- package/documention/SimpleLineSymbol.html +3 -3
- package/documention/SimpleMarkerSymbol.html +3 -3
- package/documention/SimpleRenderer.html +9 -9
- package/documention/SizeVariable.html +1 -1
- package/documention/SketchEditor.html +1 -1
- package/documention/SpatialReference.html +1 -1
- package/documention/Symbol.html +1 -1
- package/documention/TerrainCacheLayer.html +1 -1
- package/documention/TerrainServer.html +11 -11
- package/documention/TextSymbol.html +4 -4
- package/documention/TextSymbol3DLayer.html +2 -2
- package/documention/ThemeServer.html +12 -12
- package/documention/TileServer.html +11 -11
- package/documention/UniqueValueRenderer.html +18 -18
- package/documention/VectorTileLayer.html +1 -1
- package/documention/VectorTileServer.html +11 -11
- package/documention/WCSServer.html +10 -10
- package/documention/WFSLayer.html +24 -24
- package/documention/WFSServer.html +11 -11
- package/documention/WMSLayer.html +15 -15
- package/documention/WMSServer.html +11 -11
- package/documention/WMTSLayer.html +10 -10
- package/documention/WMTSServer.html +11 -11
- package/documention/WPSServer.html +10 -10
- package/documention/WebTileLayer.html +5 -5
- 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 +344 -1644
- package/documention/index.html +40 -37
- 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/package.json +2 -1
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CChartTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>统计图类型 <a class="mapgis-link-name" title="
|
|
132
|
+
<td class="description last"><p>统计图类型 <a class="mapgis-link-name" title="zondy.object.theme.CChartType" zondy.object.theme.CChartType.html><code>zondy.object.theme.CChartType</code></a></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</td>
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
<td class="description last"><p>统计专题图信息 Array<<code>
|
|
165
|
+
<td class="description last"><p>统计专题图信息 Array<<code>zondy.object.theme.CChartThemeInfo</code>></p></td>
|
|
166
166
|
</tr>
|
|
167
167
|
|
|
168
168
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>统计图符号参数信息 <a class="mapgis-link-name" title="
|
|
198
|
+
<td class="description last"><p>统计图符号参数信息 <a class="mapgis-link-name" title="zondy.object.theme.CChartThemeRepresentInfo" zondy.object.theme.CChartThemeRepresentInfo.html><code>zondy.object.theme.CChartThemeRepresentInfo</code></a></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CChartThemeRepresentInfo</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>统计值作为注记的表现信息 <a class="mapgis-link-name" title="
|
|
132
|
+
<td class="description last"><p>统计值作为注记的表现信息 <a class="mapgis-link-name" title="zondy.object.theme.CAnnInfo" zondy.object.theme.CAnnInfo.html><code>zondy.object.theme.CAnnInfo</code></a></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>统计值类型 <a class="mapgis-link-name" title="
|
|
198
|
+
<td class="description last"><p>统计值类型 <a class="mapgis-link-name" title="zondy.object.theme.CChartLabelFormat" zondy.object.theme.CChartLabelFormat.html><code>zondy.object.theme.CChartLabelFormat</code></a></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CDotDensityTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
|
|
144
144
|
<span class="param-type">
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
zondy.object.theme.CPntInfo
|
|
147
147
|
|
|
148
148
|
</span>
|
|
149
149
|
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
</td>
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
<td class="description last"><p>点图形信息 <code>
|
|
163
|
+
<td class="description last"><p>点图形信息 <code>zondy.object.theme.CPntInfo</code></p></td>
|
|
164
164
|
</tr>
|
|
165
165
|
|
|
166
166
|
|
package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CGraduatedSymbolTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
|
|
245
245
|
<span class="param-type">
|
|
246
246
|
|
|
247
|
-
|
|
247
|
+
zondy.object.theme.CPntInfo
|
|
248
248
|
|
|
249
249
|
</span>
|
|
250
250
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
</td>
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
<td class="description last"><p>负值点图形信息 <code>
|
|
264
|
+
<td class="description last"><p>负值点图形信息 <code>zondy.object.theme.CPntInfo</code></p></td>
|
|
265
265
|
</tr>
|
|
266
266
|
|
|
267
267
|
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
<span class="param-type">
|
|
279
279
|
|
|
280
|
-
|
|
280
|
+
zondy.object.theme.CPntInfo
|
|
281
281
|
|
|
282
282
|
</span>
|
|
283
283
|
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
</td>
|
|
295
295
|
|
|
296
296
|
|
|
297
|
-
<td class="description last"><p>正值点图形信息 <code>
|
|
297
|
+
<td class="description last"><p>正值点图形信息 <code>zondy.object.theme.CPntInfo</code></p></td>
|
|
298
298
|
</tr>
|
|
299
299
|
|
|
300
300
|
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
|
|
311
311
|
<span class="param-type">
|
|
312
312
|
|
|
313
|
-
|
|
313
|
+
zondy.object.theme.CPntInfo
|
|
314
314
|
|
|
315
315
|
</span>
|
|
316
316
|
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
</td>
|
|
328
328
|
|
|
329
329
|
|
|
330
|
-
<td class="description last"><p>零值点图形信息 <code>
|
|
330
|
+
<td class="description last"><p>零值点图形信息 <code>zondy.object.theme.CPntInfo</code></p></td>
|
|
331
331
|
</tr>
|
|
332
332
|
|
|
333
333
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CLinInfo</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>线型调整方法 <code>
|
|
198
|
+
<td class="description last"><p>线型调整方法 <code>zondy.enum.Theme.CLinAdjustType</code></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
</td>
|
|
229
229
|
|
|
230
230
|
|
|
231
|
-
<td class="description last"><p>线头类型 <code>
|
|
231
|
+
<td class="description last"><p>线头类型 <code>zondy.enum.Theme.CLinHeadType</code></p></td>
|
|
232
232
|
</tr>
|
|
233
233
|
|
|
234
234
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
</td>
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
<td class="description last"><p>拐角类型 <code>
|
|
264
|
+
<td class="description last"><p>拐角类型 <code>zondy.enum.Theme.CLinJointType</code></p></td>
|
|
265
265
|
</tr>
|
|
266
266
|
|
|
267
267
|
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
</td>
|
|
328
328
|
|
|
329
329
|
|
|
330
|
-
<td class="description last"><p>线型生成方法 <code>
|
|
330
|
+
<td class="description last"><p>线型生成方法 <code>zondy.enum.Theme.CLinStyleMakeType</code></p></td>
|
|
331
331
|
</tr>
|
|
332
332
|
|
|
333
333
|
|
package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CMultiClassTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
|
|
113
113
|
<span class="param-type">
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
zondy.object.theme.CThemeInfo
|
|
116
116
|
|
|
117
117
|
</span>
|
|
118
118
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>缺省专题绘制信息 <code>
|
|
132
|
+
<td class="description last"><p>缺省专题绘制信息 <code>zondy.object.theme.CThemeInfo</code></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
</td>
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
<td class="description last"><p>分段信息 Array<<code>
|
|
165
|
+
<td class="description last"><p>分段信息 Array<<code>zondy.object.theme.ExpInfo</code>></p></td>
|
|
166
166
|
</tr>
|
|
167
167
|
|
|
168
168
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>(笛卡尔积之后)每段专题绘制信息(如果不设置则采用默认绘制信息) Array<<code>
|
|
198
|
+
<td class="description last"><p>(笛卡尔积之后)每段专题绘制信息(如果不设置则采用默认绘制信息) Array<<code>zondy.object.theme.CThemeInfo</code>></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CRangeTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>未参与分类数据图形参数 <a class="mapgis-link-name" title="
|
|
132
|
+
<td class="description last"><p>未参与分类数据图形参数 <a class="mapgis-link-name" title="zondy.object.theme.CAllOtherDataItemInfoSource" zondy.object.theme.CAllOtherDataItemInfoSource.html><code>zondy.object.theme.CAllOtherDataItemInfoSource</code></a></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
<span class="param-type">
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
zondy.object.theme.CThemeInfo
|
|
182
182
|
|
|
183
183
|
</span>
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>缺省专题绘制信息 <code>
|
|
198
|
+
<td class="description last"><p>缺省专题绘制信息 <code>zondy.object.theme.CThemeInfo</code></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
</td>
|
|
229
229
|
|
|
230
230
|
|
|
231
|
-
<td class="description last"><p>范围专题图项信息数组 Array<<code>
|
|
231
|
+
<td class="description last"><p>范围专题图项信息数组 Array<<code>zondy.object.theme.CRangeThemeInfo</code>></p></td>
|
|
232
232
|
</tr>
|
|
233
233
|
|
|
234
234
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CSimpleTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
|
|
113
113
|
<span class="param-type">
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
zondy.object.theme.CThemeInfo
|
|
116
116
|
|
|
117
117
|
</span>
|
|
118
118
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>缺省专题绘制信息 <code>
|
|
132
|
+
<td class="description last"><p>缺省专题绘制信息 <code>zondy.object.theme.CThemeInfo</code></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CThemeInfo</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
|
|
245
245
|
<span class="param-type">
|
|
246
246
|
|
|
247
|
-
|
|
247
|
+
zondy.object.theme.CRegInfo
|
|
248
248
|
|
|
249
249
|
</span>
|
|
250
250
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
</td>
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
<td class="description last"><p>区信息 <code>
|
|
264
|
+
<td class="description last"><p>区信息 <code>zondy.object.theme.CRegInfo</code></p></td>
|
|
265
265
|
</tr>
|
|
266
266
|
|
|
267
267
|
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
<span class="param-type">
|
|
279
279
|
|
|
280
|
-
|
|
280
|
+
zondy.object.theme.CLinInfo
|
|
281
281
|
|
|
282
282
|
</span>
|
|
283
283
|
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
</td>
|
|
295
295
|
|
|
296
296
|
|
|
297
|
-
<td class="description last"><p>线信息 <code>
|
|
297
|
+
<td class="description last"><p>线信息 <code>zondy.object.theme.CLinInfo</code></p></td>
|
|
298
298
|
</tr>
|
|
299
299
|
|
|
300
300
|
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
|
|
311
311
|
<span class="param-type">
|
|
312
312
|
|
|
313
|
-
|
|
313
|
+
zondy.object.theme.CPntInfo
|
|
314
314
|
|
|
315
315
|
</span>
|
|
316
316
|
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
</td>
|
|
328
328
|
|
|
329
329
|
|
|
330
|
-
<td class="description last"><p>点信息 <code>
|
|
330
|
+
<td class="description last"><p>点信息 <code>zondy.object.theme.CPntInfo</code></p></td>
|
|
331
331
|
</tr>
|
|
332
332
|
|
|
333
333
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.CUniqueTheme</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
|
|
113
113
|
<span class="param-type">
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
zondy.object.theme.CThemeInfo
|
|
116
116
|
|
|
117
117
|
</span>
|
|
118
118
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
<td class="description last"><p>缺省专题绘制信息 <code>
|
|
132
|
+
<td class="description last"><p>缺省专题绘制信息 <code>zondy.object.theme.CThemeInfo</code></p></td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</td>
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
<td class="description last"><p>专题绘制信息(如果不设置则采用默认绘制信息) Array<<code>
|
|
198
|
+
<td class="description last"><p>专题绘制信息(如果不设置则采用默认绘制信息) Array<<code>zondy.object.theme.CUniqueThemeInfo</code>></p></td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.FolderInfo</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
|
|
117
117
|
<span class="param-type">
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
zondy.object.theme.FolderInfoAttribute
|
|
120
120
|
|
|
121
121
|
</span>
|
|
122
122
|
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</td>
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
<td class="description last"><p>属性 <code>
|
|
136
|
+
<td class="description last"><p>属性 <code>zondy.object.theme.FolderInfoAttribute</code></p></td>
|
|
137
137
|
</tr>
|
|
138
138
|
|
|
139
139
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.ItemValue</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
|
|
185
185
|
<span class="param-type">
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
zondy.enum.Theme.CItemType
|
|
188
188
|
|
|
189
189
|
</span>
|
|
190
190
|
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
</td>
|
|
202
202
|
|
|
203
203
|
|
|
204
|
-
<td class="description last"><p>统计分段类型 <code>
|
|
204
|
+
<td class="description last"><p>统计分段类型 <code>zondy.enum.Theme.CItemType</code></p></td>
|
|
205
205
|
</tr>
|
|
206
206
|
|
|
207
207
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>zondy.object.theme.ThemesInfo</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</td>
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
<td class="description last"><p>专题图数组 Array<<code>
|
|
136
|
+
<td class="description last"><p>专题图数组 Array<<code>zondy.object.theme.CTheme</code>></p></td>
|
|
137
137
|
</tr>
|
|
138
138
|
|
|
139
139
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapgis/webclient-common",
|
|
3
|
-
"version":"17.2.
|
|
3
|
+
"version":"17.2.2",
|
|
4
4
|
"description": "mapgis ES6 format for igserver",
|
|
5
5
|
"main": "dist/webclient-common-es6.min.js",
|
|
6
6
|
"scripts": {},
|
|
7
7
|
"author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.",
|
|
8
|
+
"license": "Apache-2.0",
|
|
8
9
|
"dependencies": {
|
|
9
10
|
"@turf/turf": "^6.5.0",
|
|
10
11
|
"expr-eval": "^2.0.2",
|