SuperMap.REST.GetFeaturesByBoundsParameters

数据集范围查询参数类。 该类用于设置数据集范围查询的相关参数。

Inherits from

Summary
SuperMap.REST.GetFeaturesByBoundsParameters 数据集范围查询参数类。 该类用于设置数据集范围查询的相关参数。
Properties
attributeFilter {String} 范围查询属性过滤条件。
bounds {SuperMap.Bounds} 用于查询的范围对象。
fields {Array(String)} 设置查询结果返回字段。 当指定了返回结果字段后,则 GetFeaturesResult 中的 features 的属性字段只包含所指定的字段。 不设置即返回全部字段。
spatialQueryMode {SuperMap.REST.SpatialQueryMode} 空间查询模式常量,必设参数,默认为SuperMap.REST.CONTAIN。
Constructor
SuperMap.REST.GetFeaturesByBoundsParameters 范围空间查询参数类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

bounds

{SuperMap.Bounds} 用于查询的范围对象。

fields

{Array(String)} 设置查询结果返回字段。 当指定了返回结果字段后,则 GetFeaturesResult 中的 features 的属性字段只包含所指定的字段。 不设置即返回全部字段。

attributeFilter

{String} 范围查询属性过滤条件。

spatialQueryMode

{SuperMap.REST.SpatialQueryMode} 空间查询模式常量,必设参数,默认为SuperMap.REST.CONTAIN。

Constructor

SuperMap.REST.GetFeaturesByBoundsParameters

范围空间查询参数类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

bounds {SuperMap.Bounds} 用于查询的范围对象。
attributeFilter {String} 范围查询属性过滤条件。
fields {Array(String)} 设置查询结果返回字段。默认返回所有字段。
spatialQueryMode {SuperMap.REST.SpatialQueryMode} 空间查询模式常量,必设参数。
queryParameter {SuperMap.REST.FilterParameter} 查询过滤条件参数。
datasetNames {Array(String)} 数据集集合中的数据集名称列表。
returnContent {Boolean} 是否直接返回查询结果。
fromIndex {Integer} 查询结果的最小索引号。
toIndex {Integer} 查询结果的最大索引号。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

表示边界类实例。使用bounds之前需要设置left,bottom, right, top四个属性,这些属性的初始值为null。
{Object} 空间查询模式枚举类。 该类定义了空间查询操作模式常量。
destroy: function()
释放资源,将引用资源的属性置空。
数据服务中数据集查询参数基类。
查询过滤条件参数类。 该类用于设置查询数据集的查询过滤参数。
Close