SuperMap.REST.ChartQueryFilterParameter

海图查询过滤参数类,用于设置海图查询的过滤参数。包括:物标代码、物标可应用对象的选择(是否查询点、线或面)、属性字段过滤条件。

Summary
SuperMap.REST.ChartQueryFilterParameter 海图查询过滤参数类,用于设置海图查询的过滤参数。包括:物标代码、物标可应用对象的选择(是否查询点、线或面)、属性字段过滤条件。
Properties
attributeFilter {String} 属性字段过滤条件。
chartFeatureInfoSpecCode {Number} 查询的物标代号。
isQueryLine {Boolean} 是否查询线。
isQueryPoint {Boolean} 是否查询点。
isQueryRegion {Boolean} 是否查询面。
Constructor
SuperMap.REST.ChartQueryFilterParameter 初始化 ChartQueryFilterParameter 类的新实例。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

isQueryPoint

{Boolean} 是否查询点。

isQueryLine

{Boolean} 是否查询线。

isQueryRegion

{Boolean} 是否查询面。

attributeFilter

{String} 属性字段过滤条件。

chartFeatureInfoSpecCode

{Number} 查询的物标代号。

Constructor

SuperMap.REST.ChartQueryFilterParameter

初始化 ChartQueryFilterParameter 类的新实例。

Parameters

options {Object} 参数。

Allowed options properties

isQueryPoint {Boolean} 是否查询点。
isQueryLine {Boolean} 是否查询线。
isQueryRegion {Boolean} 是否查询面。
isQueryLine {Boolean} 是否查询点。
attributeFilter {String} 属性字段过滤条件。
chartFeatureInfoSpecCode {Number} 查询的物标代号。

Functions

destroy

destroy:function ()

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

destroy:function ()
释放资源,将引用资源的属性置空。
Close