IMapFilterRule
geovisto-map / IMapFilterRule
Interface: IMapFilterRule
This interface declares functions for manipulation with a filter rule composed of data domain, filter operation, pattern which represents a filter rule.
Author
Jiri Hynek
Methods
getDataDomain()
getDataDomain():
IMapDataDomain
It returns the the data domain which should be analyzed.
Returns
Source
model/types/filter/IMapFilterRule.ts:15
getFilterOperation()
getFilterOperation():
IMapFilterOperation
It returns the filter operation used for the filtering.
Returns
Source
model/types/filter/IMapFilterRule.ts:20
getPattern()
getPattern():
string
It returns the string label of the filter representing operator given by the parameter of constructor.
Returns
string