Or class

Represents an OR logic operator filter.

Extends

Constructors

Or(Filter[])

Represents an Or logic operator filter.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

Or(Filter[])

Represents an Or logic operator filter.

new Or(filters: Filter[])

Parameters

filters

Filter[]

A group of filters to apply the OR 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