Packagecom.esri.baserver
Classpublic final class OverlapRemoverWeightMethod
InheritanceOverlapRemoverWeightMethod Inheritance BaseEnum Inheritance Object

The OverlapRemoverWeightMethod class provides enumeration of methods of calculation of areas' weights in the grid overlap removing method.

See also

RemoveOverlapParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
OverlapRemoverWeightMethod
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
[static] Converts a string value to the enumeration item.
OverlapRemoverWeightMethod
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  EQUAL_WEIGHTS : OverlapRemoverWeightMethod
[static] Use equal weights.
OverlapRemoverWeightMethod
  USE_AREA : OverlapRemoverWeightMethod
[static] Use areas as weights.
OverlapRemoverWeightMethod
  USE_WEIGHT_FIELD : OverlapRemoverWeightMethod
[static] Use a weight field.
OverlapRemoverWeightMethod
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:OverlapRemoverWeightMethod = null):OverlapRemoverWeightMethod

Converts a string value to the enumeration item.

Parameters

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

Returns
OverlapRemoverWeightMethod — An enumeration item or the default item.
Constant Detail
EQUAL_WEIGHTSConstant
public static const EQUAL_WEIGHTS:OverlapRemoverWeightMethod

Use equal weights.

USE_AREAConstant 
public static const USE_AREA:OverlapRemoverWeightMethod

Use areas as weights.

USE_WEIGHT_FIELDConstant 
public static const USE_WEIGHT_FIELD:OverlapRemoverWeightMethod

Use a weight field.