public static enum Statistics.StatsType extends Enum<Statistics.StatsType>
StatsFactory
create methods.Enum Constant and Description |
---|
DEV_STD |
EXTREMA |
HISTOGRAM |
MAX |
MEAN |
MEDIAN |
MIN |
MODE |
SUM |
VARIANCE |
Modifier and Type | Method and Description |
---|---|
int |
getStatsId() |
static Statistics.StatsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics.StatsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statistics.StatsType MEAN
public static final Statistics.StatsType SUM
public static final Statistics.StatsType MAX
public static final Statistics.StatsType MIN
public static final Statistics.StatsType EXTREMA
public static final Statistics.StatsType VARIANCE
public static final Statistics.StatsType DEV_STD
public static final Statistics.StatsType HISTOGRAM
public static final Statistics.StatsType MODE
public static final Statistics.StatsType MEDIAN
public static Statistics.StatsType[] values()
for (Statistics.StatsType c : Statistics.StatsType.values()) System.out.println(c);
public static Statistics.StatsType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getStatsId()
Copyright © 2006–2016 GeoSolutions. All rights reserved.