Skip to content

Commit ac05fd8

Browse files
committed
【fix】 修复distance属性值说明; review by songym
1 parent c8c8555 commit ac05fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/iServer/QueryByDistanceParameters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {QueryParameters} from './QueryParameters';
1414
* @param {Object} options - 参数。
1515
* @param {GeoJSONObject} options.geometry - 用于查询的几何对象。
1616
* @param {Array.<FilterParameter>} options.queryParams - 查询过滤条件参数数组。
17-
* @param {number} options.distance - 查询距离,单位与所查询图层对应的数据集单位相同。距离查询时,表示距离地物的距离。最近地物查询时,表示距离的容限。此为必选参数。
17+
* @param {number} options.distance - 查询距离,单位与所查询图层对应的数据集单位相同。距离查询时,表示距离地物的距离。最近地物查询时,表示搜索的范围。此为必选参数。
1818
* @param {string} [options.customParams] - 自定义参数,供扩展使用。
1919
* @param {Object} [options.prjCoordSys] -自定义参数,供 SuperMap Online 提供的动态投影查询扩展使用。如 {"epsgCode":3857}。
2020
* @param {number} [options.expectCount=100000] - 期望返回结果记录个数。
@@ -37,7 +37,7 @@ export class QueryByDistanceParameters extends QueryParameters {
3737
/**
3838
* @member {number} [QueryByDistanceParameters.prototype.distance=0]
3939
* @description 查询距离,单位与所查询图层对应的数据集单位相同。
40-
* 距离查询时,表示距离地物的距离。最近地物查询时,表示距离的容限
40+
* 距离查询时,表示距离地物的距离。最近地物查询时,表示搜索的范围
4141
*/
4242

4343
/**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy