IsBetween class

Checks to see if a value is between two other specified values.

Extends

Constructors

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

Checks to see if a value is between two other specified values.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

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

Checks to see if a value is between two other specified values.

new IsBetween(value: PropertyName | Literal | Filter, lowerBoundary: Literal, upperBoundary: Literal, options?: BinaryComparisonOptions)

Parameters

value

PropertyName | Literal | Filter

The value to compare.

lowerBoundary
Literal

The minimum value of the comparison.

upperBoundary
Literal

The maximum value of the comparison.

options
BinaryComparisonOptions

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