@@ -32982,7 +32982,7 @@ var ProcessingService = function (_ServiceBase) {
3298232982
3298332983 /**
3298432984 * @function ol.supermap.ProcessingService.prototype.addKernelDensityJob
32985- * @function 新建一个密度分析。
32985+ * @description 新建一个密度分析。
3298632986 * @param params -{SuperMap.KernelDensityJobParameter} 创建一个空间分析的请求参数。
3298732987 * @param callback - {function} 请求结果的回调函数。
3298832988 * @param seconds - {number}开始创建后,获取创建成功结果的时间间隔。
@@ -33174,7 +33174,7 @@ var ProcessingService = function (_ServiceBase) {
3317433174
3317533175 /**
3317633176 * @function ol.supermap.ProcessingService.prototype.addQueryJob
33177- * @function 新建一个单对象查询分析。
33177+ * @description 新建一个单对象查询分析。
3317833178 * @param params -{SuperMap.SingleObjectQueryJobsParameter} 创建一个空间分析的请求参数。
3317933179 * @param callback - {function} 请求结果的回调函数。
3318033180 * @param seconds - {number}开始创建后,获取创建成功结果的时间间隔。
@@ -37123,6 +37123,7 @@ var GeoText = function (_Geometry) {
3712337123 }
3712437124
3712537125 /**
37126+ * @function SuperMap.Geometry.GeoText.prototype.getCentroid
3712637127 * @description 获取标签对象的质心。
3712737128 * @returns {SuperMap.Geometry.Point} 标签对象的质心。
3712837129 */
@@ -43396,7 +43397,8 @@ var FacilityAnalystSources3DParameters = function (_FacilityAnalyst3DPar) {
4339643397 }
4339743398
4339843399 /**
43399- * @inheritDoc
43400+ * @function SuperMap.FacilityAnalystSources3DParameters.prototype.destroy
43401+ * @override
4340043402 */
4340143403
4340243404
@@ -47980,7 +47982,7 @@ var GetFeaturesByBoundsParameters = function (_GetFeaturesParameter) {
4798047982 }
4798147983
4798247984 /**
47983- * @function: SuperMap.GetFeaturesByBoundsParameters.toJsonParameters
47985+ * @function SuperMap.GetFeaturesByBoundsParameters.toJsonParameters
4798447986 * @description 将SuperMap.GetFeaturesByBoundsParameters对象参数转换为JSON字符串。
4798547987 * @param params - {SuperMap.GetFeaturesByBoundsParameters} 范围查询参数。
4798647988 * @return {string} 转化后的JSON字符串。
0 commit comments