public class StatisticDefinition
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
StatisticDefinition.StatisticType |
Modifier and Type | Method and Description |
---|---|
static StatisticDefinition |
create()
Creates a new StatisticDefinition object.
|
java.lang.String |
getOnStatisticField()
Define the field on which statistics will be calculated.
|
java.lang.String |
getOutStatisticFieldName()
Specify the output field name.
|
StatisticDefinition.StatisticType |
getStatisticType()
Define the type of statistic.
|
void |
setOnStatisticField(java.lang.String onStatisticField)
Set the onStatisticField parameter.
|
void |
setOutStatisticFieldName(java.lang.String outStatisticFieldName)
Set the outStatisticFieldName parameter.
|
void |
setStatisticType(StatisticDefinition.StatisticType statisticType)
Set the statisticType.
|
public static StatisticDefinition create()
public final java.lang.String getOnStatisticField()
public final void setOnStatisticField(java.lang.String onStatisticField)
onStatisticField
- - Define the field on which statistics will be calculated.public final java.lang.String getOutStatisticFieldName()
public final void setOutStatisticFieldName(java.lang.String outStatisticFieldName)
outStatisticFieldName
- - Specify the output field name. Output field names
can only contain alpha-numeric characters and an underscore. If no output field
name is specified the map server assigns a field name to the returned statistic field.public final StatisticDefinition.StatisticType getStatisticType()
public final void setStatisticType(StatisticDefinition.StatisticType statisticType)
statisticType
- - Define the type of statistic.