IMapAggregationFunctionFactory
geovisto-map / IMapAggregationFunctionFactory
Interface: IMapAggregationFunctionFactory
This interface declares a factory for aggregation functions.
Author
Jiri Hynek
Methods
count()
count():
IMapAggregationFunction
It creates the count aggregation function.
Returns
Source
model/types/aggregation/IMapAggregationFunctionFactory.ts:19
default()
default(
type
,aggregationBucket
):IMapAggregationFunction
It creates a generic aggregation function.
Parameters
• type: string
• aggregationBucket
Returns
Source
model/types/aggregation/IMapAggregationFunctionFactory.ts:14
sum()
sum():
IMapAggregationFunction
It creates the sum aggregation function.
Returns
Source
model/types/aggregation/IMapAggregationFunctionFactory.ts:24