IsLike class

Checks to see if a value is like another using a wild card search.

Extends

Constructors

IsLike(string, string, LikeOptions)

Checks to see if a value is like another using a wild card comparison.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

IsLike(string, string, LikeOptions)

Checks to see if a value is like another using a wild card comparison.

new IsLike(propertyName: string, literal: string, options: LikeOptions)

Parameters

propertyName

string

The name of the property to containing the value to compare.

literal

string

The value to compare.

options
LikeOptions

Options for the comparison.

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