new SuperMap.GetFeaturesBySQLParameters(options)
common/iServer/GetFeaturesBySQLParameters.js, line 5
Name | Type | Description |
---|---|---|
options |
Object |
可選参数。如:
queryParameter - {SuperMap.FilterParameter} 查询过滤条件参数。
datasetNames - {Array |
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字符串。