Packagecom.esri.baserver
Classpublic final class OverlapRemoverCenterMethod
InheritanceOverlapRemoverCenterMethod Inheritance BaseEnum Inheritance Object

The OverlapRemoverCenterMethod class provides an enumeration of methods for selecting a center point of a trade area.

See also

RemoveOverlapParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
OverlapRemoverCenterMethod
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
[static] Converts a string value to the enumeration item.
OverlapRemoverCenterMethod
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  USE_CENTROID : OverlapRemoverCenterMethod
[static] Use the trade area centroid.
OverlapRemoverCenterMethod
  USE_STORE_LAYER : OverlapRemoverCenterMethod
[static] Use store location from associated store layer.
OverlapRemoverCenterMethod
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:OverlapRemoverCenterMethod = null):OverlapRemoverCenterMethod

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:OverlapRemoverCenterMethod (default = null) — A enumeration value to be used if the value does not recognized.

Returns
OverlapRemoverCenterMethod — A enumeration item or the default item.
Constant Detail
USE_CENTROIDConstant
public static const USE_CENTROID:OverlapRemoverCenterMethod

Use the trade area centroid.

USE_STORE_LAYERConstant 
public static const USE_STORE_LAYER:OverlapRemoverCenterMethod

Use store location from associated store layer.