Skip to main content

IMapAggregationFunction

geovisto-mapReadme | API


geovisto-map / IMapAggregationFunction

Interface: IMapAggregationFunction

This interface declares functions for using map aggregation function.

Author

Jiri Hynek

Extends

Methods

getAggregationBucket()

getAggregationBucket(): IMapAggregationBucket

It returns a aggregation bucket for aggregation of multiple values.

Returns

IMapAggregationBucket

Source

model/types/aggregation/IMapAggregationFunction.ts:14


getName()

getName(): string

It returns the name of the map domain.

Returns

string

Inherited from

IMapDomain.getName

Source

model/types/domain/IMapDomain.ts:11