File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { GetFeaturesParametersBase } from './GetFeaturesParametersBase';
22
22
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
23
23
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
24
24
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
25
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
25
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
26
26
* @extends {SuperMap.GetFeaturesParametersBase }
27
27
*/
28
28
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { ServerGeometry } from './ServerGeometry';
22
22
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
23
23
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
24
24
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
25
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
25
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
26
26
* @extends {SuperMap.GetFeaturesParametersBase }
27
27
*/
28
28
export class GetFeaturesByBufferParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { ServerGeometry } from './ServerGeometry';
23
23
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
24
24
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
25
25
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
26
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
26
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
27
27
* @extends {SuperMap.GetFeaturesParametersBase }
28
28
*/
29
29
export class GetFeaturesByGeometryParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { GetFeaturesParametersBase } from './GetFeaturesParametersBase';
19
19
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
20
20
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
21
21
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
22
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
22
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
23
23
* @extends {SuperMap.GetFeaturesParametersBase }
24
24
*/
25
25
export class GetFeaturesByIDsParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import './FilterParameter';
18
18
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
19
19
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
20
20
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
21
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
21
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
22
22
* @extends {SuperMap.GetFeaturesParametersBase }
23
23
*/
24
24
export class GetFeaturesBySQLParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { Util } from '../commontypes/Util';
15
15
* @param {number } [options.toIndex=19] - 查询结果的最大索引号。
16
16
* @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
17
17
* @param {Object } [options.targetPrj] - 动态投影的目标坐标系。使用此参数时,returnContent 参数需为 true。 如:prjCoordSys={"epsgCode":3857}。当同时设置 targetEpsgCode 参数时,此参数不生效。
18
- * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。
18
+ * @param {SuperMap.MetricsAggParameter|SuperMap.GeoHashGridAggParameter } [options.aggregations] - 聚合查询参数。该参数仅支持数据来源 Elasticsearch 服务的Supermap iServer的rest数据服务。
19
19
*/
20
20
export class GetFeaturesParametersBase {
21
21
constructor ( options ) {
You can’t perform that action at this time.
0 commit comments