com.supermap.mapping
类 AggregationFunctionType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.AggregationFunctionType
-
public class AggregationFunctionType extends Enum
网格聚合函数
-
-
字段概要
字段 限定符和类型 字段和说明 static AggregationFunctionType
AVG
平均值static AggregationFunctionType
COUNT
数量static AggregationFunctionType
MAX
最大值static AggregationFunctionType
MIN
最小值static AggregationFunctionType
SUM
求和
-
-
-
字段详细资料
-
SUM
public static final AggregationFunctionType SUM
求和
-
AVG
public static final AggregationFunctionType AVG
平均值
-
MAX
public static final AggregationFunctionType MAX
最大值
-
MIN
public static final AggregationFunctionType MIN
最小值
-
COUNT
public static final AggregationFunctionType COUNT
数量
-
-