new SuperMap.ChartQueryParameters(options)
common/iServer/ChartQueryParameters.js, line 8
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
boundsSuperMap.Bounds L.Bounds ol.extent
-
海图查询范围。
-
chartLayerNamesArray.<string>
-
查询的海图图层的名称。
-
chartQueryFilterParametersArray.<SuperMap.ChartQueryFilterParameter>
-
海图查询过滤参数。包括:物标代码、物标可应用对象的选择(是否查询点、线或面)、属性字段过滤条件。
-
expectCountnumber
-
期望查询结果返回的记录数,该值大于0。
-
queryModestring
-
海图查询模式类型,支持两种查询方式:海图属性查询("ChartAttributeQuery")和海图空间查询("ChartBoundsQuery") 。
-
returnContentboolean
-
获取或设置是返回查询结果记录集 recordsets,还是返回查询结果的资源 resourceInfo。
- Default Value: true
startRecordnumber
查询起始记录位置。
Methods
-
destroy()
common/iServer/ChartQueryParameters.js, line 72 -
释放资源,将引用资源的属性置空。
-
getVariablesJson(){string}
common/iServer/ChartQueryParameters.js, line 87 -
将属性信息转换成能够被服务识别的 JSON 格式字符串。
Returns:
Type Description string JSON 字符串。