|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassBreaksDefinition.ClassificationMethod | |
---|---|
com.esri.core.internal.value |
Uses of ClassBreaksDefinition.ClassificationMethod in com.esri.core.internal.value |
---|
Methods in com.esri.core.internal.value that return ClassBreaksDefinition.ClassificationMethod | |
---|---|
static ClassBreaksDefinition.ClassificationMethod |
ClassBreaksDefinition.ClassificationMethod.fromString(String v)
Gets a classification method from a string. |
ClassBreaksDefinition.ClassificationMethod |
ClassBreaksDefinition.getClassificationMethod()
Gets the classification method. |
static ClassBreaksDefinition.ClassificationMethod |
ClassBreaksDefinition.ClassificationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClassBreaksDefinition.ClassificationMethod[] |
ClassBreaksDefinition.ClassificationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.internal.value with parameters of type ClassBreaksDefinition.ClassificationMethod | |
---|---|
static ClassBreaksDefinition |
ClassBreaksDefinition.createByClassificationMethod(String classificationField,
ClassBreaksDefinition.ClassificationMethod classificationMethod,
int breakCount)
Create a new ClassBreaksDefinition instance with the given classification field and method and desired number of breaks. |
static ClassBreaksDefinition |
ClassBreaksDefinition.createByNormalizationMethod(String classificationField,
ClassBreaksDefinition.ClassificationMethod classificationMethod,
int breakCount,
NormalizationType normalizationType)
Create a new ClassBreaksDefinition instance with the given classification field and method, desired number of breaks and normalization method. |
static ClassBreaksDefinition |
ClassBreaksDefinition.createWithNormalizeByField(String classificationField,
ClassBreaksDefinition.ClassificationMethod classificationMethod,
int breakCount,
String normalizationField)
Create a new ClassBreaksDefinition instance with the given classification field and method, desired number of breaks and normalizing by a given field. |
void |
ClassBreaksDefinition.setClassificationMethod(ClassBreaksDefinition.ClassificationMethod classificationMethod)
Sets the classification method. |
Constructors in com.esri.core.internal.value with parameters of type ClassBreaksDefinition.ClassificationMethod | |
---|---|
ClassBreaksDefinition(String classificationField,
ClassBreaksDefinition.ClassificationMethod classificationMethod,
int breakCount,
float stdDeviationInterval,
NormalizationType normalizationType,
String normalizationField)
Instantiates a new class breaks definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |