Skip to content

Commit 4677183

Browse files
committed
【update】version review by xiongjj
1 parent caedb8f commit 4677183

15 files changed

+15
-0
lines changed

src/common/iServer/WebPrintingJobContent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Util } from '../commontypes/Util';
77
/**
88
* @class SuperMap.WebPrintingJobContent
99
* @classdesc Web 打印内容参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {string} option.type - Web 打印内容支持的类型。目前支持的类型:WEBMAP

src/common/iServer/WebPrintingJobCustomItems.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Util } from '../commontypes/Util';
77
/**
88
* @class SuperMap.WebPrintingJobCustomItems
99
* @classdesc 自定义一组图例元素参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {string} option.name - 图例元素的名称。

src/common/iServer/WebPrintingJobExportOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Util } from '../commontypes/Util';
77
/**
88
* @class SuperMap.WebPrintingJobExportOptions
99
* @classdesc Web 打印的输出参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {SuperMap.WebExportFormatType} option.format - Web 打印输出的格式,目前支持:PNG、PDF。

src/common/iServer/WebPrintingJobImage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Util } from '../commontypes/Util';
77
/**
88
* @class SuperMap.WebPrintingJobImage
99
* @classdesc 表达小地图的静态图片参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {string} [option.picAsUrl] - 小地图的图片 url 地址。

src/common/iServer/WebPrintingJobLayers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* @class SuperMap.WebPrintingJobLayers
99
* @classdesc 将图例添加到布局的业务图层参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {string} [option.name] - 表示图层 name 的字符串。此 name 必须唯一,并且必须与定义业务图层的 LegendOptions_layers 元素中的图层 name 匹配。

src/common/iServer/WebPrintingJobLayoutOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { WebPrintingJobLegendOptions } from './WebPrintingJobLegendOptions';
1111
/**
1212
* @class SuperMap.WebPrintingJobLayoutOptions
1313
* @classdesc Web 打印的布局参数类。
14+
* @version 10.1.0
1415
* @category iServer WebPrintingJob
1516
* @param {Object} option - 初始化参数。
1617
* @param {string} option.templateName - 布局模板的名称。

src/common/iServer/WebPrintingJobLegendOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { WebPrintingJobCustomItems } from './WebPrintingJobCustomItems';
99
/**
1010
* @class SuperMap.WebPrintingJobLegendOptions
1111
* @classdesc 图例参数类。
12+
* @version 10.1.0
1213
* @category iServer WebPrintingJob
1314
* @param {Object} option - 初始化参数。
1415
* @param {string} [option.title] - 图例名称。

src/common/iServer/WebPrintingJobLittleMapOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { WebPrintingJobLayers } from './WebPrintingJobLayers';
99
/**
1010
* @class SuperMap.WebPrintingJobLittleMapOptions
1111
* @classdesc Web 打印内容参数类。
12+
* @version 10.1.0
1213
* @category iServer WebPrintingJob
1314
* @param {Object} option - 初始化参数。
1415
* @param {SuperMap.Geometry.Point|L.Point|L.LatLng|ol.geom.Point|mapboxgl.LngLat|mapboxgl.Point|Array.<number>} option.center - 小地图的中心点。

src/common/iServer/WebPrintingJobNorthArrowOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Util } from '../commontypes/Util';
77
/**
88
* @class SuperMap.WebPrintingJobNorthArrowOptions
99
* @classdesc 地图指北针参数类。
10+
* @version 10.1.0
1011
* @category iServer WebPrintingJob
1112
* @param {Object} option - 初始化参数。
1213
* @param {string} option.picAsUrl - 指北针的图片 url 地址。

src/common/iServer/WebPrintingJobParameters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { WebPrintingJobExportOptions } from './WebPrintingJobExportOptions';
1010
/**
1111
* @class SuperMap.WebPrintingJobParameters
1212
* @category iServer WebPrintingJob
13+
* @version 10.1.0
1314
* @classdesc Web 打印参数类
1415
* @param {Object} options - 初始化参数。
1516
* @param {SuperMap.WebPrintingJobContent} options.content - Web 打印的内容类。

0 commit comments

Comments
 (0)