IsLessThan class

Checks to see if one value is less than another.

Extends

Constructors

IsLessThan(PropertyName | Literal | Filter, PropertyName | Literal | Filter, BinaryComparisonOptions)

Checks to see if one value is less than another.

Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

IsLessThan(PropertyName | Literal | Filter, PropertyName | Literal | Filter, BinaryComparisonOptions)

Checks to see if one value is less than another.

new IsLessThan(value1: PropertyName | Literal | Filter, value2: PropertyName | Literal | Filter, options?: BinaryComparisonOptions)

Parameters

value1

PropertyName | Literal | Filter

The first value to compare.

value2

PropertyName | Literal | Filter

The second value to compare.

options
BinaryComparisonOptions

Options for the comparison.

Method Details

toXml(string)

Generates an XML version of the filter.

function toXml(version?: string)

Parameters

version

string

The WFS service version.

Returns

string