Packagecom.esri.baserver
Classpublic final class DecayAreaType
InheritanceDecayAreaType Inheritance BaseEnum Inheritance Object

The DecayAreaType class provides an enumeration of decay area types.

See also

DistanceDecayParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
DecayAreaType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:DecayAreaType = null):DecayAreaType
[static] Converts a string value to the enumeration item.
DecayAreaType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  DRIVE_TIME : DecayAreaType
[static] Drive time decay type.
DecayAreaType
  SIMPLE_RINGS : DecayAreaType
[static] Simple ring decay type.
DecayAreaType
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:DecayAreaType = null):DecayAreaType

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:DecayAreaType (default = null) — An enumeration value to be used if the value is not recognized.

Returns
DecayAreaType — An enumeration item or the default item.
Constant Detail
DRIVE_TIMEConstant
public static const DRIVE_TIME:DecayAreaType

Drive time decay type.

SIMPLE_RINGSConstant 
public static const SIMPLE_RINGS:DecayAreaType

Simple ring decay type.