CustomFilter class

Represents a custom defined XML Filter string component. Do not wrap with the tag.

Extends

Constructors

CustomFilter(string)

Represents a custom defined XML Filter string component. Do not wrap with the tag.

Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

CustomFilter(string)

Represents a custom defined XML Filter string component. Do not wrap with the tag.

new CustomFilter(xmlFilter: string)

Parameters

xmlFilter

string

The raw filter XML.

Method Details

toXml(string)

Generates an XML version of the filter.

function toXml(version?: string)

Parameters

version

string

The WFS service version.

Returns

string