| Package | com.esri.bacore.thematicmapping |
| Class | public final class TMValueType |
| Inheritance | TMValueType BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | TMValueType | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | TMValueType | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| AVERAGE : TMValueType [static] Calculate an average value (this method is allowed if an average-base field is specified). | TMValueType | ||
| INDEX : TMValueType [static] Calculate an index value (this method is allowed if an index-base value is specified). | TMValueType | ||
| NUMBER : TMValueType [static] Calculate a value (this method is always allowed). | TMValueType | ||
| PERCENTAGE : TMValueType [static] Calculate a percentage value (this method is allowed if a percentage field is specified). | TMValueType | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:TMValueType = null):TMValueTypeConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:TMValueType (default = null) — A enumeration value to be used if the value does not recognized.
|
TMValueType — A enumeration item or the default item.
|
| AVERAGE | Constant |
public static const AVERAGE:TMValueTypeCalculate an average value (this method is allowed if an average-base field is specified).
| INDEX | Constant |
public static const INDEX:TMValueTypeCalculate an index value (this method is allowed if an index-base value is specified).
| NUMBER | Constant |
public static const NUMBER:TMValueTypeCalculate a value (this method is always allowed).
| PERCENTAGE | Constant |
public static const PERCENTAGE:TMValueTypeCalculate a percentage value (this method is allowed if a percentage field is specified).