Skip to main content

GtFilterOperation

geovisto-mapReadme | API


geovisto-map / GtFilterOperation

Class: GtFilterOperation

This class wraps the equals greater than filter operation.

Author

Jiri Hynek

Extends

Implements

Constructors

new GtFilterOperation()

new GtFilterOperation(): GtFilterOperation

Returns

GtFilterOperation

Overrides

AbstractMapDomain.constructor

Source

model/internal/filter/custom/GtFilterOperation.ts:13

Methods

getName()

getName(): string

It returns the string label of the filter representing operator.

Returns

string

Implementation of

IMapFilterOperation.getName

Overrides

AbstractMapDomain.getName

Source

model/internal/filter/custom/GtFilterOperation.ts:20


match()

match(value, pattern): boolean

It checks if value equals pattern.

Parameters

value: unknown

pattern: string

Returns

boolean

Implementation of

IMapFilterOperation.match

Source

model/internal/filter/custom/GtFilterOperation.ts:30


toString()

toString(): string

The string representation is equal to the name of the map domain.

Returns

string

Inherited from

AbstractMapDomain.toString

Source

model/internal/domain/abstract/AbstractMapDomain.ts:18