Skip to main content

IMapFilterRule

geovisto-mapReadme | API


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

IMapDataDomain

Source

model/types/filter/IMapFilterRule.ts:15


getFilterOperation()

getFilterOperation(): IMapFilterOperation

It returns the filter operation used for the filtering.

Returns

IMapFilterOperation

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

Source

model/types/filter/IMapFilterRule.ts:25