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 {
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 ) {
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments