File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default class ImageService extends CommonServiceBase {
75
75
76
76
/**
77
77
* @function SuperMap.ImageSearchService.prototype.search
78
- * @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST` 。
78
+ * @description 查询与过滤条件匹配的影像数据 。
79
79
* @param {SuperMap.ImageSearchParameter } [imageSearchParameter] 查询参数
80
80
*/
81
81
search ( imageSearchParameter ) {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export var ImageService = ServiceBase.extend({
74
74
} ,
75
75
/**
76
76
* @function L.supermap.ImageService.prototype.search
77
- * @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST` 。
77
+ * @description 查询与过滤条件匹配的影像数据 。
78
78
* @param {SuperMap.ImageSearchParameter } [itemSearch] 查询参数
79
79
* @param {RequestCallback } callback - 请求结果的回调函数。
80
80
*/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export class ImageService extends ServiceBase {
75
75
76
76
/**
77
77
* @function mapboxgl.supermap.ImageService.prototype.search
78
- * @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST` 。
78
+ * @description 查询与过滤条件匹配的影像数据 。
79
79
* @param {SuperMap.ImageSearchParameter } [itemSearch] 查询参数
80
80
* @param {RequestCallback } callback - 请求结果的回调函数。
81
81
*/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export class ImageService extends ServiceBase {
73
73
74
74
/**
75
75
* @function ol.supermap.ImageService.prototype.search
76
- * @description 返回与过滤条件匹配的 STAC Items。此方式将作为标准的、全要素查询 API。 如果实现了`GET /search`,那么就必须实现此方法。 如果此端点在服务端实现,需要将其链接添加到 `GET /` 响应中的链接对象数组中, 此端点的链接对象的 `rel`属性值为`search`;链接对象中`method`属性值为`POST` 。
76
+ * @description 查询与过滤条件匹配的影像数据 。
77
77
* @param {SuperMap.ImageSearchParameter } [itemSearch] 查询参数
78
78
* @param {RequestCallback } callback - 请求结果的回调函数。
79
79
*/
You can’t perform that action at this time.
0 commit comments