Class: OutStatisticType

OutStatisticType

new OutStatisticType()

base/enum/OutStatisticType.js, line 1

统计类型枚举

Members

OutStatisticType.functionAvgString

对指定字段的值求平均值

Default Value:
'FUNCTION_AVG'

OutStatisticType.functionCountString

统计记录数量

Default Value:
'FUNCTION_COUNT'

OutStatisticType.functionMaxString

找出指定字段的最大值

Default Value:
'FUNCTION_MAX'

OutStatisticType.functionMinString

找出指定字段的最小值

Default Value:
'FUNCTION_MIN'

OutStatisticType.functionStandardDeviationString

计算指定字段的标准差

Default Value:
'FUNCTION_STANDARD_DEVIATION'

OutStatisticType.functionSumString

对指定字段的值求和

Default Value:
'FUNCTION_SUM'

OutStatisticType.functionVarianceString

计算指定字段的方差

Default Value:
'FUNCTION_VARIANCE'