Class: StatisticType

StatisticType

new StatisticType()

base/enum/StatisticType.js, line 1

统计方法类型枚举类

Members

StatisticType.functionAvgString

StatisticType.functionAvg,求平均数函数

Default Value:
'FUNCTION_AVG'

StatisticType.functionCountString

StatisticType.functionCount,求总数量函数

Default Value:
'FUNCTION_COUNT'

StatisticType.functionMaxString

StatisticType.functionMax,求最大值函数

Default Value:
'FUNCTION_MAX'

StatisticType.functionMaxOIDString

StatisticType.functionMaxOID,求最大的OID函数

Default Value:
'FUNCTION_MAX_OID'

StatisticType.functionMinString

StatisticType.functionMin,求最小值函数

Default Value:
'FUNCTION_MIN'

StatisticType.functionSumString

StatisticType.functionSum,求和函数

Default Value:
'FUNCTION_SUM'