public class ClassBreaksDefinition extends ClassificationDefinition
Modifier and Type | Class and Description |
---|---|
static class |
ClassBreaksDefinition.ClassificationMethod |
static class |
ClassBreaksDefinition.NormalizationType |
static class |
ClassBreaksDefinition.StandardDeviationInterval |
ClassificationDefinition.Type
Modifier and Type | Method and Description |
---|---|
static ClassBreaksDefinition |
create()
Creates a new ClassBreaksDefinition object
|
int |
getBreakCount()
The number of class breaks.
|
java.lang.String |
getClassificationField()
The name of the field used to match values.
|
ClassBreaksDefinition.ClassificationMethod |
getClassificationMethod()
The name of the classification method.
|
java.lang.String |
getNormalizationField()
The name of the field that contains the values used to normalize class breaks when normalizationType is set to 'field'.
|
ClassBreaksDefinition.NormalizationType |
getNormalizationType()
The type of normalization used to normalize class breaks.
|
ClassBreaksDefinition.StandardDeviationInterval |
getStandardDeviationInterval()
The standard deviation interval.
|
void |
setBreakCount(int breakCount)
Set the breakCount parameter.
|
void |
setClassificationField(java.lang.String classificationField)
Set the classificationField parameter.
|
void |
setClassificationMethod(ClassBreaksDefinition.ClassificationMethod classificationMethod)
set the classificationMethod parameter.
|
void |
setNormalizationField(java.lang.String normalizationField)
Set the normalizationField parameter.
|
void |
setNormalizationType(ClassBreaksDefinition.NormalizationType normalizationType)
Set the normalizationType parameter
|
void |
setStandardDeviationInterval(ClassBreaksDefinition.StandardDeviationInterval standardDeviationInterval)
Set the standardDeviationInterval parameter.
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Returns an easily serializable object representation of the class breaks definition.
|
getBaseSymbol, getColorRampAsAlgorithmicColorRamp, getColorRampAsMultiPartColorRamp, getType, setBaseSymbol, setColorRamp, setColorRamp, setType
public static ClassBreaksDefinition create()
public final int getBreakCount()
public final void setBreakCount(int breakCount)
breakCount
- - The number of class breaks.public final java.lang.String getClassificationField()
public final void setClassificationField(java.lang.String classificationField)
classificationField
- - The name of the field used to match values.public final ClassBreaksDefinition.ClassificationMethod getClassificationMethod()
public final void setClassificationMethod(ClassBreaksDefinition.ClassificationMethod classificationMethod)
classificationMethod
- - The name of the classification method.public final java.lang.String getNormalizationField()
public final void setNormalizationField(java.lang.String normalizationField)
normalizationField
- - The name of the field that contains the values used to normalize class breaks when
normalizationType is set to 'field'.public final ClassBreaksDefinition.NormalizationType getNormalizationType()
public final void setNormalizationType(ClassBreaksDefinition.NormalizationType normalizationType)
normalizationType
- - The type of normalization used to normalize class breaks.public final ClassBreaksDefinition.StandardDeviationInterval getStandardDeviationInterval()
public final void setStandardDeviationInterval(ClassBreaksDefinition.StandardDeviationInterval standardDeviationInterval)
standardDeviationInterval
- - The standard deviation interval. When standardDeviationInterval is specified
breakCount is ignored. Only valid when the classificationMethod is set to 'standard-deviation'.public final com.google.gwt.core.client.JavaScriptObject toJson()