SumAggregationFunction
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
Overrides
Source
model/internal/aggregation/basic/SumAggregationFunction.ts:15
Methods
getAggregationBucket()
getAggregationBucket():
IMapAggregationBucket
It returns a aggregation bucket for aggregation of multiple values.
Returns
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
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
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