Uses of Class
com.esri.core.internal.value.ClassBreaksDefinition

Packages that use ClassBreaksDefinition
com.esri.core.internal.value   
 

Uses of ClassBreaksDefinition in com.esri.core.internal.value
 

Methods in com.esri.core.internal.value that return ClassBreaksDefinition
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.createByStdDeviation(String classificationField, float stdDeviationInterval)
          Create a new ClassBreaksDefinition instance with classification by standard deviation with the given classification field, desired number of breaks and standard deviation interval.
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.
 



Copyright © 2012. All Rights Reserved.