IsLessThanOrEqual class

Checks to see if one value is less than or equal to another.

Extends

Constructors

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

Checks to see if one value is less than or equal to another.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

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

Checks to see if one value is less than or equal to another.

new IsLessThanOrEqual(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.

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