Skip to main content

SumAggregationFunction

geovisto-mapReadme | API


geovisto-map / SumAggregationFunction

Class: SumAggregationFunction

This class provides the sum aggregation function.

Author

Jiri Hynek

Extends

Implements

Constructors

new SumAggregationFunction()

new SumAggregationFunction(): SumAggregationFunction

It initializes the function.

Returns

SumAggregationFunction

Overrides

MapDomain.constructor

Source

model/internal/aggregation/basic/SumAggregationFunction.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/SumAggregationFunction.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/SumAggregationFunction.ts:22