@@ -32982,7 +32982,7 @@ var ProcessingService = function (_ServiceBase) {
32982
32982
32983
32983
/**
32984
32984
* @function ol.supermap.ProcessingService.prototype.addKernelDensityJob
32985
- * @function 新建一个密度分析。
32985
+ * @description 新建一个密度分析。
32986
32986
* @param params -{SuperMap.KernelDensityJobParameter} 创建一个空间分析的请求参数。
32987
32987
* @param callback - {function} 请求结果的回调函数。
32988
32988
* @param seconds - {number}开始创建后,获取创建成功结果的时间间隔。
@@ -33174,7 +33174,7 @@ var ProcessingService = function (_ServiceBase) {
33174
33174
33175
33175
/**
33176
33176
* @function ol.supermap.ProcessingService.prototype.addQueryJob
33177
- * @function 新建一个单对象查询分析。
33177
+ * @description 新建一个单对象查询分析。
33178
33178
* @param params -{SuperMap.SingleObjectQueryJobsParameter} 创建一个空间分析的请求参数。
33179
33179
* @param callback - {function} 请求结果的回调函数。
33180
33180
* @param seconds - {number}开始创建后,获取创建成功结果的时间间隔。
@@ -37123,6 +37123,7 @@ var GeoText = function (_Geometry) {
37123
37123
}
37124
37124
37125
37125
/**
37126
+ * @function SuperMap.Geometry.GeoText.prototype.getCentroid
37126
37127
* @description 获取标签对象的质心。
37127
37128
* @returns {SuperMap.Geometry.Point} 标签对象的质心。
37128
37129
*/
@@ -43396,7 +43397,8 @@ var FacilityAnalystSources3DParameters = function (_FacilityAnalyst3DPar) {
43396
43397
}
43397
43398
43398
43399
/**
43399
- * @inheritDoc
43400
+ * @function SuperMap.FacilityAnalystSources3DParameters.prototype.destroy
43401
+ * @override
43400
43402
*/
43401
43403
43402
43404
@@ -47980,7 +47982,7 @@ var GetFeaturesByBoundsParameters = function (_GetFeaturesParameter) {
47980
47982
}
47981
47983
47982
47984
/**
47983
- * @function: SuperMap.GetFeaturesByBoundsParameters.toJsonParameters
47985
+ * @function SuperMap.GetFeaturesByBoundsParameters.toJsonParameters
47984
47986
* @description 将SuperMap.GetFeaturesByBoundsParameters对象参数转换为JSON字符串。
47985
47987
* @param params - {SuperMap.GetFeaturesByBoundsParameters} 范围查询参数。
47986
47988
* @return {string} 转化后的JSON字符串。
0 commit comments