| Package | com.esri.bacore.thematicmapping |
| Class | public final class ValueDescriptionStyle |
| Inheritance | ValueDescriptionStyle BaseEnum Object |
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | ValueDescriptionStyle | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | ValueDescriptionStyle | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| LONG : ValueDescriptionStyle [static] Long description (thematic value, feature ID, feature name, and other description fields). | ValueDescriptionStyle | ||
| NONE : ValueDescriptionStyle [static] Empty description. | ValueDescriptionStyle | ||
| SHORT : ValueDescriptionStyle [static] Short description (thematic value, feature ID, and feature name). | ValueDescriptionStyle | ||
| SIMPLE : ValueDescriptionStyle [static] Simple description (thematic value only). | ValueDescriptionStyle | ||
| 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:ValueDescriptionStyle = null):ValueDescriptionStyleConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:ValueDescriptionStyle (default = null) — A enumeration value to be used if the value does not recognized.
|
ValueDescriptionStyle — A enumeration item or the default item.
|
| LONG | Constant |
public static const LONG:ValueDescriptionStyleLong description (thematic value, feature ID, feature name, and other description fields).
| NONE | Constant |
public static const NONE:ValueDescriptionStyleEmpty description.
| SHORT | Constant |
public static const SHORT:ValueDescriptionStyleShort description (thematic value, feature ID, and feature name).
| SIMPLE | Constant |
public static const SIMPLE:ValueDescriptionStyleSimple description (thematic value only).