Class: GetFeaturesBySQLParameters

GetFeaturesBySQLParameters

数据服务中数据集SQL查询参数类。

new SuperMap.GetFeaturesBySQLParameters(options)

common/iServer/GetFeaturesBySQLParameters.js, line 5
Name Type Description
options Object

可選参数。如:
queryParameter - {SuperMap.FilterParameter} 查询过滤条件参数。
datasetNames - {Array} 数据集集合中的数据集名称列表。
returnContent - {boolean} 是否直接返回查询结果。
fromIndex - {integer} 查询结果的最小索引号。
toIndex - {integer} 查询结果的最大索引号。

Extends

  • SuperMap.GetFeaturesParametersBase

Methods

destroy()

common/iServer/GetFeaturesBySQLParameters.js, line 39

getFeatureMode - {string}()

common/iServer/GetFeaturesBySQLParameters.js, line 18

数据集查询模式。

toJsonParameters(params){string}

common/iServer/GetFeaturesBySQLParameters.js, line 53

将SuperMap.GetFeaturesBySQLParameters对象转换为JSON字符串。

Name Type Description
params SuperMap.GetFeaturesBySQLParameters

数据集SQL查询参数对象。

Returns:
Type Description
string 转化后的JSON字符串。