IsNil class

Checks to see if a value is nil.

Extends

Constructors

IsNil(PropertyName | Literal | Filter, IsNilOptions)

Checks to see if a value is nil.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

IsNil(PropertyName | Literal | Filter, IsNilOptions)

Checks to see if a value is nil.

new IsNil(value: PropertyName | Literal | Filter, options: IsNilOptions)

Parameters

value

PropertyName | Literal | Filter

The value to check.

options
IsNilOptions

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