File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {QueryParameters} from './QueryParameters';
14
14
* @param {Object } options - 参数。
15
15
* @param {GeoJSONObject } options.geometry - 用于查询的几何对象。
16
16
* @param {Array.<FilterParameter> } options.queryParams - 查询过滤条件参数数组。
17
- * @param {number } options.distance - 查询距离,单位与所查询图层对应的数据集单位相同。距离查询时,表示距离地物的距离。最近地物查询时,表示距离的容限 。此为必选参数。
17
+ * @param {number } options.distance - 查询距离,单位与所查询图层对应的数据集单位相同。距离查询时,表示距离地物的距离。最近地物查询时,表示搜索的范围 。此为必选参数。
18
18
* @param {string } [options.customParams] - 自定义参数,供扩展使用。
19
19
* @param {Object } [options.prjCoordSys] -自定义参数,供 SuperMap Online 提供的动态投影查询扩展使用。如 {"epsgCode":3857}。
20
20
* @param {number } [options.expectCount=100000] - 期望返回结果记录个数。
@@ -37,7 +37,7 @@ export class QueryByDistanceParameters extends QueryParameters {
37
37
/**
38
38
* @member {number} [QueryByDistanceParameters.prototype.distance=0]
39
39
* @description 查询距离,单位与所查询图层对应的数据集单位相同。
40
- * 距离查询时,表示距离地物的距离。最近地物查询时,表示距离的容限 。
40
+ * 距离查询时,表示距离地物的距离。最近地物查询时,表示搜索的范围 。
41
41
*/
42
42
43
43
/**
You can’t perform that action at this time.
0 commit comments