And class

Represents an AND logic operator filter.

Extends

Constructors

And(Filter[])

Represents an AND logic operator filter.

Inherited Methods

toXml(string)

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.

Inherited Method Details

toXml(string)

Generates an XML version of the filter.

function toXml(version?: string): string

Parameters

version

string

The WFS service version.

Returns

string

Inherited From Filter.toXml