BinaryComparisonOpType class

Abstract class for binary comparison operator filters.

Extends

Constructors

BinaryComparisonOpType(string, PropertyName | Literal | Filter, PropertyName | Literal | Filter | azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.BoundingBox, any)

Abstract class for binary comparison operator filters.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

BinaryComparisonOpType(string, PropertyName | Literal | Filter, PropertyName | Literal | Filter | azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.BoundingBox, any)

Abstract class for binary comparison operator filters.

new BinaryComparisonOpType(comparisonType: string, value1: PropertyName | Literal | Filter, value2: PropertyName | Literal | Filter | azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.BoundingBox, options?: any)

Parameters

comparisonType

string

The type of comparison to perform.

value1

PropertyName | Literal | Filter

The first value to compare.

value2

PropertyName | Literal | Filter | azmaps.data.Geometry | azmaps.data.Feature<azmaps.data.Geometry, any> | azmaps.data.BoundingBox

The second value to compare.

options

any

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