new SuperMap.GetFeaturesByBoundsParameters(options)
Name | Type | Description |
---|---|---|
options |
Object |
可选参数。如: |
Extends
- SuperMap.GetFeaturesParametersBase
Members
-
attributeFilterstring
-
范围查询属性过滤条件。
-
boundsObject
-
用于查询的范围对象。Bounds类型可以是SuperMap.Bounds|L.Bounds|ol.extent。
-
fieldsArray.<string>
-
设置查询结果返回字段。当指定了返回结果字段后,则 GetFeaturesResult 中的 features 的属性字段只包含所指定的字段。不设置即返回全部字段。
-
getFeatureModestring
-
数据集查询模式。范围查询有"BOUNDS","BOUNDS_ATTRIBUTEFILTER"两种,当用户设置attributeFilter时会自动切换到BOUNDS_ATTRIBUTEFILTER访问服务。
-
spatialQueryModeSuperMap.SpatialQueryMode
-
空间查询模式常量,必设参数,默认为CONTAIN。
Methods
-
staticSuperMap.GetFeaturesByBoundsParameters.toJsonParameters(params){string}
common/iServer/GetFeaturesByBoundsParameters.js, line 91 -
将SuperMap.GetFeaturesByBoundsParameters对象参数转换为JSON字符串。
Name Type Description params
SuperMap.GetFeaturesByBoundsParameters 范围查询参数。
Returns:
Type Description string 转化后的JSON字符串。 -
destroy()
common/iServer/GetFeaturesByBoundsParameters.js, line 69 -