public class AttributeStatisticsType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static AttributeStatisticsType |
AVERAGE
取平均值。
|
static AttributeStatisticsType |
MAXAREA
取相交面积最大。
|
static AttributeStatisticsType |
MAXID
取最大 ID。
|
static AttributeStatisticsType |
MAXVALUE
取最大值。
|
static AttributeStatisticsType |
MINID
取最小 ID。
|
static AttributeStatisticsType |
MINVALUE
取最小值。
|
static AttributeStatisticsType |
SUM
取和。
|
static AttributeStatisticsType |
VALUE
直接赋值。
|
public static final AttributeStatisticsType VALUE
public static final AttributeStatisticsType AVERAGE
public static final AttributeStatisticsType SUM
public static final AttributeStatisticsType MAXVALUE
public static final AttributeStatisticsType MINVALUE
public static final AttributeStatisticsType MINID
public static final AttributeStatisticsType MAXID
public static final AttributeStatisticsType MAXAREA
Copyright © 2021–2024 SuperMap. All rights reserved.