Packagecom.esri.bacore.thematicmapping
Classpublic final class TMValueType
InheritanceTMValueType Inheritance BaseEnum Inheritance Object

The TMValueType class provides a enumeration of thematic value calculation methods.

See also

SummarizationInfo


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
TMValueType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:TMValueType = null):TMValueType
[static] Converts a string value to the enumeration item.
TMValueType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  AVERAGE : TMValueType
[static] Calculate an average value (this method is allowed if an average-base field is specified).
TMValueType
  EXTENDED_1 : TMValueType
[static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
TMValueType
  EXTENDED_2 : TMValueType
[static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
TMValueType
  EXTENDED_3 : TMValueType
[static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
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
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:TMValueType = null):TMValueType

Converts 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.

Returns
TMValueType — A enumeration item or the default item.
Constant Detail
AVERAGEConstant
public static const AVERAGE:TMValueType

Calculate an average value (this method is allowed if an average-base field is specified).

EXTENDED_1Constant 
public static const EXTENDED_1:TMValueType

Since : Community Analyst API for Flex 2.2.

Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.

EXTENDED_2Constant 
public static const EXTENDED_2:TMValueType

Since : Community Analyst API for Flex 2.2.

Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.

EXTENDED_3Constant 
public static const EXTENDED_3:TMValueType

Since : Community Analyst API for Flex 2.2.

Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.

INDEXConstant 
public static const INDEX:TMValueType

Calculate an index value (this method is allowed if an index-base value is specified).

NUMBERConstant 
public static const NUMBER:TMValueType

Calculate a value (this method is always allowed).

PERCENTAGEConstant 
public static const PERCENTAGE:TMValueType

Calculate a percentage value (this method is allowed if a percentage field is specified).