MapAggregationFunction
geovisto-map / MapAggregationFunction
Class: MapAggregationFunction
This class provides a generic aggregation function.
Author
Jiri Hynek
Extends
Implements
Constructors
new MapAggregationFunction()
new MapAggregationFunction(
type
,aggregationBucket
):MapAggregationFunction
It initializes the function.
Parameters
• type: string
• aggregationBucket
Returns
Overrides
Source
model/internal/aggregation/generic/MapAggregationFunction.ts:17
Properties
aggregationBucket()
private
aggregationBucket: () =>IMapAggregationBucket
Returns
Source
model/internal/aggregation/generic/MapAggregationFunction.ts:12
Methods
getAggregationBucket()
getAggregationBucket():
IMapAggregationBucket
It returns a aggregation bucket for aggregation of multiple values.
Returns
Implementation of
IMapAggregationFunction
.getAggregationBucket
Source
model/internal/aggregation/generic/MapAggregationFunction.ts:26
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