LtEqFilterOperation
geovisto-map / LtEqFilterOperation
Class: LtEqFilterOperation
This class wraps the less than equals filter operation.
Author
Jiri Hynek
Extends
Implements
Constructors
new LtEqFilterOperation()
new LtEqFilterOperation():
LtEqFilterOperation
Returns
Overrides
Source
model/internal/filter/custom/LtEqFilterOperation.ts:13
Methods
getName()
getName():
string
It returns the string label of the filter representing operator.
Returns
string
Implementation of
Overrides
Source
model/internal/filter/custom/LtEqFilterOperation.ts:20
match()
match(
value
,pattern
):boolean
It checks if value equals pattern.
Parameters
• value: unknown
• pattern: string
Returns
boolean
Implementation of
Source
model/internal/filter/custom/LtEqFilterOperation.ts:30
toString()
toString():
string
The string representation is equal to the name of the map domain.
Returns
string