File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1317,7 +1317,7 @@ var LayerType = {
1317
1317
1318
1318
/**
1319
1319
* @enum UGCLayerType
1320
- * @description UGC图层类型 。
1320
+ * @description SuperMap 图层类型 。
1321
1321
* @category BaseTypes Constant
1322
1322
* @type {string }
1323
1323
* @usage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {ColorDictionary} from './ColorDictionary';
11
11
* @class Grid
12
12
* @deprecatedclass SuperMap.Grid
13
13
* @category iServer Map Layer
14
- * @classdesc UGC 栅格图层类。
14
+ * @classdesc SuperMap 栅格图层类。
15
15
* @extends {UGCSubLayer }
16
16
* @param {Object } options - 可选参数。
17
17
* @param {Array.<Object> } [options.colorDictionary] - 颜色对照表对象。
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {Util} from '../commontypes/Util';
9
9
* @class UGCImage
10
10
* @deprecatedclass SuperMap.Image
11
11
* @category iServer Map Layer
12
- * @classdesc UGC 影像图层类
12
+ * @classdesc SuperMap 影像图层类
13
13
* @extends {UGCSubLayer }
14
14
* @param {Object } options - 可选参数。
15
15
* @param {ColorSpaceType } [options.colorSpaceType] - 返回影像图层的色彩显示模式。
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {UGCSubLayer} from './UGCSubLayer';
15
15
* @class ServerTheme
16
16
* @deprecatedclass SuperMap.ServerTheme
17
17
* @category iServer Map Theme
18
- * @classdesc UGC 专题图图层类。
18
+ * @classdesc SuperMap 专题图图层类。
19
19
* @extends {UGCSubLayer }
20
20
* @param {CommonTheme } theme - 专题图对象。
21
21
* @param {LonLat } themeElementPosition - 专题图元素位置。
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {Bounds} from '../commontypes/Bounds';
8
8
* @class UGCLayer
9
9
* @deprecatedclass SuperMap.UGCLayer
10
10
* @category iServer Map Layer
11
- * @classdesc UGC 图层类。
11
+ * @classdesc SuperMap 图层类。
12
12
* @param {Object } options - 参数。
13
13
* @param {Bounds } options.bounds - 图层范围。
14
14
* @param {string } options.name - 图层的名称。
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {UGCLayer} from './UGCLayer';
8
8
* @class UGCMapLayer
9
9
* @deprecatedclass SuperMap.UGCMapLayer
10
10
* @category iServer Map Layer
11
- * @classdesc UGC 地图图层类。
11
+ * @classdesc SuperMap 地图图层类。
12
12
* @extends {UGCLayer }
13
13
* @param {Object } options - 可选参数。
14
14
* @param {boolean } [options.completeLineSymbolDisplayed] - 是否显示完整线型。
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {ServerStyle} from './ServerStyle';
9
9
* @class Vector
10
10
* @deprecatedclass SuperMap.Vector
11
11
* @category iServer Map Layer
12
- * @classdesc UGC 矢量图层类。
12
+ * @classdesc SuperMap 矢量图层类。
13
13
* @extends {UGCSubLayer }
14
14
* @param {Object } options - 可选参数。
15
15
* @param {ServerStyle } [options.style] - 矢量图层的风格。
You can’t perform that action at this time.
0 commit comments