Skip to main content

CountAggregationFunction

geovisto-mapReadme | API


geovisto-map / CountAggregationFunction

Class: CountAggregationFunction

This class provides the sum aggregation function.

Author

Jiri Hynek

Extends

Implements

Constructors

new CountAggregationFunction()

new CountAggregationFunction(): CountAggregationFunction

It initializes the function.

Returns

CountAggregationFunction

Overrides

MapDomain.constructor

Source

model/internal/aggregation/basic/CountAggregationFunction.ts:15

Methods

getAggregationBucket()

getAggregationBucket(): IMapAggregationBucket

It returns a aggregation bucket for aggregation of multiple values.

Returns

IMapAggregationBucket

Implementation of

IMapAggregationFunction.getAggregationBucket

Source

model/internal/aggregation/basic/CountAggregationFunction.ts:29


getName()

getName(): string

It returns the name of the map domain.

Returns

string

Implementation of

IMapAggregationFunction.getName

Inherited from

MapDomain.getName

Source

model/internal/domain/generic/MapDomain.ts:21


toString()

toString(): string

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

Returns

string

Inherited from

MapDomain.toString

Source

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


TYPE()

static TYPE(): string

Type of the function.

Returns

string

Source

model/internal/aggregation/basic/CountAggregationFunction.ts:22