Class: FieldsFilter

SuperMap.FieldsFilter

指定返回的用于描述 Feature 的字段。

new SuperMap.FieldsFilter(options)

common/iServer/FieldsFilter.js, line 9
Name Type Description
options Object

初始化参数。

Name Type Description
include Array.<string> 可选

对返回的字段内容进行过滤,要保留字段

exclude Array.<string> 可选

对返回的字段内容进行过滤,要排除的字段

Members

excludeArray.<string>

对返回的字段内容进行过滤,要排除的字段

includeArray.<string>

对返回的字段内容进行过滤,要保留字段

Methods

constructFromObject(data, obj){SuperMap.FieldsFilter}

common/iServer/FieldsFilter.js, line 44
Name Type Description
data Object

要转换的数据.

obj SuperMap.FieldsFilter

返回的模型.

Returns:
Type Description
SuperMap.FieldsFilter 返回结果

destroy()

common/iServer/FieldsFilter.js, line 34

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