|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ClassBreaksDefinition.ClassificationMethod>
com.esri.core.internal.value.ClassBreaksDefinition.ClassificationMethod
public static enum ClassBreaksDefinition.ClassificationMethod

The ClassificationMethod to be used by the server when determining class breaks. One of:
| Enum Constant Summary | |
|---|---|
EqualInterval
|
|
GeoInterval
|
|
NaturalBreaks
|
|
Quantile
|
|
StdDeviation
|
|
| Method Summary | |
|---|---|
static ClassBreaksDefinition.ClassificationMethod |
fromString(String v)
Gets a classification method from a string. |
String |
getValue()
Gets the value as a string. |
String |
toString()
|
static ClassBreaksDefinition.ClassificationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClassBreaksDefinition.ClassificationMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ClassBreaksDefinition.ClassificationMethod NaturalBreaks
public static final ClassBreaksDefinition.ClassificationMethod EqualInterval
public static final ClassBreaksDefinition.ClassificationMethod Quantile
public static final ClassBreaksDefinition.ClassificationMethod StdDeviation
public static final ClassBreaksDefinition.ClassificationMethod GeoInterval
| Method Detail |
|---|
public static ClassBreaksDefinition.ClassificationMethod[] values()
for (ClassBreaksDefinition.ClassificationMethod c : ClassBreaksDefinition.ClassificationMethod.values()) System.out.println(c);
public static ClassBreaksDefinition.ClassificationMethod valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ClassBreaksDefinition.ClassificationMethod>public static ClassBreaksDefinition.ClassificationMethod fromString(String v)
v - the string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||