|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormalizationType | |
---|---|
com.esri.core.internal.value | |
com.esri.core.renderer | Provides different types of renderers used to symbolize graphics. |
Uses of NormalizationType in com.esri.core.internal.value |
---|
Methods in com.esri.core.internal.value that return NormalizationType | |
---|---|
static NormalizationType |
NormalizationType.fromString(String v)
Gets a style from a string. |
NormalizationType |
ClassBreaksDefinition.getNormalizationType()
Gets the normalization type. |
static NormalizationType |
NormalizationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NormalizationType[] |
NormalizationType.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 NormalizationType | |
---|---|
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. |
void |
ClassBreaksDefinition.setNormalizationType(NormalizationType normalizationType)
Sets the normalization type. |
Constructors in com.esri.core.internal.value with parameters of type NormalizationType | |
---|---|
ClassBreaksDefinition(String classificationField,
ClassBreaksDefinition.ClassificationMethod classificationMethod,
int breakCount,
float stdDeviationInterval,
NormalizationType normalizationType,
String normalizationField)
Instantiates a new class breaks definition. |
Uses of NormalizationType in com.esri.core.renderer |
---|
Methods in com.esri.core.renderer that return NormalizationType | |
---|---|
NormalizationType |
ClassBreaksRenderer.getNormalizationType()
|
Methods in com.esri.core.renderer with parameters of type NormalizationType | |
---|---|
void |
ClassBreaksRenderer.setNormalizeType(NormalizationType _normalizeType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |