Skip to content

Commit 9ce1ff3

Browse files
committed
【fix】优化jsdoc review by luoxiao
1 parent 9958d33 commit 9ce1ff3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/common/iServer/ImageService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default class ImageService extends CommonServiceBase {
7575

7676
/**
7777
* @function SuperMap.ImageSearchService.prototype.search
78-
* @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST`
78+
* @description 查询与过滤条件匹配的影像数据
7979
* @param {SuperMap.ImageSearchParameter} [imageSearchParameter] 查询参数
8080
*/
8181
search(imageSearchParameter) {

src/leaflet/services/ImageService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export var ImageService = ServiceBase.extend({
7474
},
7575
/**
7676
* @function L.supermap.ImageService.prototype.search
77-
* @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST`
77+
* @description 查询与过滤条件匹配的影像数据
7878
* @param {SuperMap.ImageSearchParameter} [itemSearch] 查询参数
7979
* @param {RequestCallback} callback - 请求结果的回调函数。
8080
*/

src/mapboxgl/services/ImageService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class ImageService extends ServiceBase {
7575

7676
/**
7777
* @function mapboxgl.supermap.ImageService.prototype.search
78-
* @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST`
78+
* @description 查询与过滤条件匹配的影像数据
7979
* @param {SuperMap.ImageSearchParameter} [itemSearch] 查询参数
8080
* @param {RequestCallback} callback - 请求结果的回调函数。
8181
*/

src/openlayers/services/ImageService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class ImageService extends ServiceBase {
7373

7474
/**
7575
* @function ol.supermap.ImageService.prototype.search
76-
* @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST`
76+
* @description 查询与过滤条件匹配的影像数据
7777
* @param {SuperMap.ImageSearchParameter} [itemSearch] 查询参数
7878
* @param {RequestCallback} callback - 请求结果的回调函数。
7979
*/

0 commit comments

Comments
 (0)