SuperMap.REST.GetFeaturesBySQLParameters

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

Inherits from

Summary
SuperMap.REST.GetFeaturesBySQLParameters 数据服务中数据集SQL查询参数类。
Properties
queryParameter {SuperMap.REST.FilterParameter} 查询过滤条件参数类。
Constructor
SuperMap.REST.GetFeaturesBySQLParameters SQL 查询参数类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

queryParameter

{SuperMap.REST.FilterParameter} 查询过滤条件参数类。

Constructor

SuperMap.REST.GetFeaturesBySQLParameters

SQL 查询参数类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

queryParameter {SuperMap.REST.FilterParameter} 查询过滤条件参数。
datasetNames {Array(String)} 数据集集合中的数据集名称列表。
returnContent {Boolean} 是否直接返回查询结果。
fromIndex {Integer} 查询结果的最小索引号。
toIndex {Integer} 查询结果的最大索引号。

Functions

destroy

destroy: function ()

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

查询过滤条件参数类。 该类用于设置查询数据集的查询过滤参数。
destroy: function ()
释放资源,将引用资源的属性置空。
数据服务中数据集查询参数基类。
Close