@@ -7184,11 +7184,11 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
7184
7184
* @class SuperMap.VectorClipJobsParameter
7185
7185
* @category iServer ProcessingService VectorClip
7186
7186
* @classdesc 矢量裁剪分析任务参数类
7187
- * @param options - {Object} 必填参数 。<br>
7188
- * datasetName -{string} 数据集名。 <br>
7189
- * datasetOverlay -{string} 裁剪对象数据集。 <br>
7190
- * mode -{{ @link SuperMap.ClipAnalystMode}} 裁剪分析模式 。 <br>
7191
- * output - {SuperMap.OutputSetting} 输出参数设置 <br>
7187
+ * @param {Object } options - 参数 。<br>
7188
+ * @param { string } options. datasetName - 数据集名。<br>
7189
+ * @param { string } options. datasetOverlay - 裁剪对象数据集。<br>
7190
+ * @param { SuperMap.ClipAnalystMode } options.mode - 裁剪分析模式。 <br>
7191
+ * @param {SuperMap.OutputSetting } options.output - 输出参数设置。 <br>
7192
7192
*/
7193
7193
var VectorClipJobsParameter = exports . VectorClipJobsParameter = function ( ) {
7194
7194
function VectorClipJobsParameter ( options ) {
@@ -7197,31 +7197,31 @@ var VectorClipJobsParameter = exports.VectorClipJobsParameter = function () {
7197
7197
options = options || { } ;
7198
7198
7199
7199
/**
7200
- * @member SuperMap.VectorClipJobsParameter.prototype.datasetName -{string}
7200
+ * @member {string} SuperMap.VectorClipJobsParameter.prototype.datasetName
7201
7201
* @description 数据集名。
7202
7202
*/
7203
7203
this . datasetName = "" ;
7204
7204
7205
7205
/**
7206
- * @member SuperMap.VectorClipJobsParameter.prototype.datasetOverlay -{string}
7206
+ * @member {string} SuperMap.VectorClipJobsParameter.prototype.datasetOverlay
7207
7207
* @description 裁剪对象数据集。
7208
7208
*/
7209
7209
this . datasetVectorClip = "" ;
7210
7210
7211
7211
/**
7212
- * @member SuperMap.VectorClipJobsParameter.prototype.geometryClip -{string}
7212
+ * @member {string} SuperMap.VectorClipJobsParameter.prototype.geometryClip
7213
7213
* @description 裁剪几何对象。
7214
7214
*/
7215
7215
this . geometryClip = "" ;
7216
7216
7217
7217
/**
7218
- * @member SuperMap.VectorClipJobsParameter.prototype.mode -{SuperMap.ClipAnalystMode}
7218
+ * @member { SuperMap.ClipAnalystMode} SuperMap. VectorClipJobsParameter.prototype.mode
7219
7219
* @description 裁剪分析模式 。
7220
7220
*/
7221
7221
this . mode = _REST . ClipAnalystMode . CLIP ;
7222
7222
7223
7223
/**
7224
- * @member SuperMap.VectorClipJobsParameter.prototype.output -{SuperMap.OutputSetting}
7224
+ * @member { SuperMap.OutputSetting} SuperMap. VectorClipJobsParameter.prototype.output
7225
7225
* @description 输出参数设置类
7226
7226
*/
7227
7227
this . output = null ;
@@ -7252,8 +7252,8 @@ var VectorClipJobsParameter = exports.VectorClipJobsParameter = function () {
7252
7252
7253
7253
/**
7254
7254
* @function SuperMap.VectorClipJobsParameter.toObject
7255
- * @param vectorClipJobsParameter - {Object} 区域汇总分析服务参数
7256
- * @param tempObj - {Object} 目标对象。
7255
+ * @param {Object } vectorClipJobsParameter - 区域汇总分析服务参数
7256
+ * @param {Object } tempObj - 目标对象。
7257
7257
* @description 矢量裁剪分析任务对象
7258
7258
*/
7259
7259
@@ -7314,9 +7314,9 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
7314
7314
* @class SuperMap.VectorClipJobsService
7315
7315
* @category iServer ProcessingService VectorClip
7316
7316
* @classdesc 矢量裁剪分析服务类
7317
- * @extends SuperMap.ProcessingServiceBase
7318
- * @param url - {string} 矢量裁剪分析服务地址。
7319
- * @param options - {Object} 交互服务时所需可选参数。
7317
+ * @extends { SuperMap.ProcessingServiceBase }
7318
+ * @param {string } url - 矢量裁剪分析服务地址。
7319
+ * @param {Object } options - 交互服务时所需可选参数。
7320
7320
*/
7321
7321
var VectorClipJobsService = exports . VectorClipJobsService = function ( _ProcessingServiceBas ) {
7322
7322
_inherits ( VectorClipJobsService , _ProcessingServiceBas ) ;
@@ -7356,7 +7356,7 @@ var VectorClipJobsService = exports.VectorClipJobsService = function (_Processin
7356
7356
/**
7357
7357
* @function SuperMap.KernelDensityJobsService.protitype.getVectorClipJob
7358
7358
* @description 获取指定id的矢量裁剪分析服务
7359
- * @param id - {string} 指定要获取数据的id
7359
+ * @param {string } id - 指定要获取数据的id
7360
7360
*/
7361
7361
7362
7362
} , {
@@ -7368,8 +7368,8 @@ var VectorClipJobsService = exports.VectorClipJobsService = function (_Processin
7368
7368
/**
7369
7369
* @function SuperMap.VectorClipJobsService.protitype.addVectorClipJob
7370
7370
* @description 新建矢量裁剪分析服务
7371
- * @param params - {SuperMap.VectorClipJobsParameter} 创建一个空间分析的请求参数。
7372
- * @param seconds - {number} 开始创建后,获取创建成功结果的时间间隔。
7371
+ * @param {SuperMap.VectorClipJobsParameter } params - 创建一个空间分析的请求参数。
7372
+ * @param { number } seconds - 开始创建后,获取创建成功结果的时间间隔。
7373
7373
*/
7374
7374
7375
7375
} , {
0 commit comments