Geometry 查询参数类。 该类用于设置 Geometry查询的相关参数。
| SuperMap. |
Geometry 查询参数类。 该类用于设置 Geometry查询的相关参数。 |
| Properties | |
| fields | {Array(String)} 设置查询结果返回字段。 当指定了返回结果字段后,则 GetFeaturesResult 中的 features 的属性字段只包含所指定的字段。 不设置即返回全部字段。 |
| IDs | {Array(Integer)} 所要查询指定的元素ID信息。 |
| Constructor | |
| SuperMap. |
SQL 查询参数类构造函数。 |
| Functions | |
| destroy | 释放资源,将引用资源的属性置空。 |
SQL 查询参数类构造函数。
| options | {Object} 参数。 |
| IDs | {Array(Integer)} 所要查询指定的元素ID信息。 |
| fields | {Array(String)} 设置查询结果返回字段。默认返回所有字段。 |
| dataSetNames | {Array(String)} 数据集集合中的数据集名称列表。 |
| returnContent | {Boolean} 是否直接返回查询结果。 |
| fromIndex | {Integer} 查询结果的最小索引号。 |
| toIndex | {Integer} 查询结果的最大索引号。 |
释放资源,将引用资源的属性置空。
destroy: function()