LogicOperatorFilter class

Represents a logic operator filter.

Extends

Constructors

LogicOperatorFilter(string, Filter[])

Represents a logic operator filter.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

LogicOperatorFilter(string, Filter[])

Represents a logic operator filter.

new LogicOperatorFilter(operator: string, filters: Filter[])

Parameters

operator

string

The logic operator to apply to the group of filters.

filters

Filter[]

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