Constructor
new QueryStringFilter()
Members
srsInBBOX :Boolean
srsInBBOX - 在BBOX查询字符串参数中包含SRS标识符。
默认为false。 如果为true并且该图层设置了投影对象,则将使用标识投影的第五项序列化任何BBOX滤镜。
例如。BBOX=-1000,-1000,1000,1000,EPSG:900913
Type:
- Boolean
Methods
regex2value(value) → {String}
将值从正则表达式字符串转换为Web服务已知的LIKE / ILIKE字符串。
Parameters:
Name | Type | Description |
---|---|---|
value |
String | 正则表达式字符串。 |
Returns:
转换后的字符串。
- Type
- String
write(filter, params) → {Object}
使用查询字符串参数的“简单”过滤器语法序列化GeoGlobe.Filter对象。
该功能必须作为协议实例的一种方法被调用。
Parameters:
Name | Type | Description |
---|---|---|
filter |
GeoGlobe.Filter | 过滤器转换. |
params |
Object | 参数对象. |
Returns:
结果参数对象.
- Type
- Object