And class
Represents an AND logic operator filter.
- Extends
Constructors
| And(Filter[]) | Represents an AND logic operator filter. |
Methods
| to |
Generates an XML version of the filter. |
Constructor Details
And(Filter[])
Represents an AND logic operator filter.
new And(filters: Filter[])
Parameters
- filters
-
Filter[]
A group of filters to apply the AND logic operator to.
Method Details
toXml(string)
Generates an XML version of the filter.
function toXml(version?: string)
Parameters
- version
-
string
The WFS service version.
Returns
string