public class AggregationFunctionType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static AggregationFunctionType |
AVG
聚合字段的平均值。
|
static AggregationFunctionType |
COUNT
聚合点的个数。
|
static AggregationFunctionType |
MAX
聚合字段的最大值。
|
static AggregationFunctionType |
MIN
聚合字段的最小值。
|
static AggregationFunctionType |
SUM
聚合字段的和。
|
限定符和类型 | 方法和说明 |
---|---|
static String |
fromAggregationType(AggregationFunctionType type)
将聚合函数类型常量转换为字符串
|
static AggregationFunctionType |
toAggregationType(String ugcType)
通过字符串获取聚合函数类型常量
|
public static final AggregationFunctionType SUM
public static final AggregationFunctionType AVG
public static final AggregationFunctionType MAX
public static final AggregationFunctionType MIN
public static final AggregationFunctionType COUNT
public static AggregationFunctionType toAggregationType(String ugcType)
ugcType
- 字符串public static String fromAggregationType(AggregationFunctionType type)
type
- 聚合函数类型常量Copyright © 2021–2024 SuperMap. All rights reserved.