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';
2222 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
2323 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
2424 * @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数据服务。
2626 * @extends {SuperMap.GetFeaturesParametersBase }
2727 */
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { ServerGeometry } from './ServerGeometry';
2222 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
2323 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
2424 * @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数据服务。
2626 * @extends {SuperMap.GetFeaturesParametersBase }
2727 */
2828export class GetFeaturesByBufferParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { ServerGeometry } from './ServerGeometry';
2323 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
2424 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
2525 * @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数据服务。
2727 * @extends {SuperMap.GetFeaturesParametersBase }
2828 */
2929export class GetFeaturesByGeometryParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { GetFeaturesParametersBase } from './GetFeaturesParametersBase';
1919 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
2020 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
2121 * @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数据服务。
2323 * @extends {SuperMap.GetFeaturesParametersBase }
2424 */
2525export class GetFeaturesByIDsParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import './FilterParameter';
1818 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
1919 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
2020 * @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数据服务。
2222 * @extends {SuperMap.GetFeaturesParametersBase }
2323 */
2424export class GetFeaturesBySQLParameters extends GetFeaturesParametersBase {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { Util } from '../commontypes/Util';
1515 * @param {number } [options.toIndex=19] - 查询结果的最大索引号。
1616 * @param {string|number } [options.targetEpsgCode] - 动态投影的目标坐标系对应的 EPSG Code,使用此参数时,returnContent 参数需为 true。
1717 * @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数据服务。
1919 */
2020export class GetFeaturesParametersBase {
2121 constructor ( options ) {
You can’t perform that action at this time.
0 commit comments