Packagecom.esri.baserver
Classpublic final class OverlapRemoverOverlapMethod
InheritanceOverlapRemoverOverlapMethod Inheritance BaseEnum Inheritance Object

The OverlapRemoverOverlapMethod class provides an enumeration of overlap removing methods.

See also

RemoveOverlapParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
OverlapRemoverOverlapMethod
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
[static] Converts a string value to the enumeration item.
OverlapRemoverOverlapMethod
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  GRID : OverlapRemoverOverlapMethod
[static] Use the grid method.
OverlapRemoverOverlapMethod
  THIESSEN : OverlapRemoverOverlapMethod
[static] Use the Thiessen Polygons method.
OverlapRemoverOverlapMethod
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:OverlapRemoverOverlapMethod = null):OverlapRemoverOverlapMethod

Converts a string value to the enumeration item.

Parameters

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

Returns
OverlapRemoverOverlapMethod — An enumeration item or the default item.
Constant Detail
GRIDConstant
public static const GRID:OverlapRemoverOverlapMethod

Use the grid method.

THIESSENConstant 
public static const THIESSEN:OverlapRemoverOverlapMethod

Use the Thiessen Polygons method.