Skip to content

Commit 0a07900

Browse files
增加部分js category标签
1 parent dfec3cd commit 0a07900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+69
-2
lines changed

src/classic/overlay/MapVLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {MapVRenderer} from './mapv/MapVRenderer';
33

44
/**
55
* @class SuperMap.Layer.MapVLayer
6+
* @category Visualization MapV
67
* @classdesc MapV图层。
78
* @extends SuperMap.Layer
89
* @param name - {string} 图层名

src/classic/services/AddressMatchService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {AddressMatchService as CommonAddressMatchService} from '@supermap/iclien
44

55
/**
66
* @class SuperMap.REST.AddressMatchService
7+
* @category iServer AddressMatch
78
* @classdesc 地址匹配服务,包括正向匹配和反向匹配。
89
* @extends SuperMap.REST.CommonServiceBase
910
* @param url - {string} 服务地址

src/classic/services/ProcessingService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {SummaryAttributesJobsService} from '@supermap/iclient-common/iServer/Sum
1313

1414
/**
1515
* @class SuperMap.REST.ProcessingService
16+
* @category iServer ProcessingService
1617
* @classdesc 分布式分析相关服务类。
1718
* @augments SuperMap.CommonServiceBase
1819
* @example

src/mapboxgl/control/Logo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import logoSrc from '@supermap/iclient-common/control/img/iClient.png';
44

55
/**
66
* @class mapboxgl.supermap.LogoControl
7+
* @category Control
78
* @classdesc Logo控件。默认不显示</br>
89
*
910
* @example

src/mapboxgl/overlay/GraphThemeLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {Theme} from './theme/ThemeLayer';
1111

1212
/**
1313
* @class mapboxgl.supermap.GraphThemeLayer
14+
* @category Visualization Theme
1415
* @classdesc 统计专题图层。
1516
* @param name - {string} 图层名。
1617
* @param chartsType -{string} 图表类别

src/mapboxgl/overlay/LabelThemeLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {GeoFeature} from './theme/GeoFeatureThemeLayer';
1212

1313
/**
1414
* @class mapboxgl.supermap.LabelThemeLayer
15+
* @category Visualization Theme
1516
* @classdesc 标签专题图层。
1617
* @param name - {string} 图层名。
1718
* @param opt_options -{Object} 参数

src/mapboxgl/overlay/MapvLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {MapvRenderer} from "./mapv/MapvRenderer";
44

55
/**
66
* @class mapboxgl.supermap.MapvLayer
7+
* @category Visualization MapV
78
* @classdesc Mapv图层
89
* @param map - {Object} 地图
910
* @param dataSet -{Object} 数据集

src/mapboxgl/overlay/RangeTheme3DLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {Theme3DLayer} from './theme/Theme3DLayer';
44

55
/**
66
* @class mapboxgl.supermap.RangeTheme3DLayer
7+
* @category Visualization Theme
78
* @classdesc 三维分段专题图
89
* @param id -{string} 专题图图层id
910
* @param layerOptions -{Object} 专题图图层配置项,参数继承自Theme3DLayer,新增参数如下:<br>

src/mapboxgl/overlay/RangeThemeLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {GeoFeature} from './theme/GeoFeatureThemeLayer';
55

66
/**
77
* @class mapboxgl.supermap.RangeThemeLayer
8+
* @category Visualization Theme
89
* @classdesc 分段专题图层。
910
* @param name - {string} 图层名。
1011
* @param options -{Object} 参数。

src/mapboxgl/overlay/RankSymbolThemeLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {FeatureTheme} from '@supermap/iclient-common';
55

66
/**
77
* @class mapboxgl.supermap.RankSymbolThemeLayer
8+
* @category Visualization Theme
89
* @classdesc 等级符号专题图层。
910
* @param name - {string} 图层名。
1011
* @param symbolType -{string} 符号类型。

0 commit comments

Comments
 (0)