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