Packagecom.esri.baserver
Classpublic final class HullType
InheritanceHullType Inheritance BaseEnum Inheritance Object

The HullType class provides an enumeration of types of hull to be created around a store.

See also

CustomerDerivedAreasParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
HullType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:HullType = null):HullType
[static] Converts a string value to the enumeration item.
HullType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  COMPLEX : HullType
[static] Complex (Amoeba) hull that joins extreme points using elliptical arcs.
HullType
  DETAILED : HullType
[static] Detailed hull that joins extreme points with straight lines.
HullType
  SIMPLE : HullType
[static] Simple (convex) hull.
HullType
  SPLINE : HullType
[static] Detailed hull that joins extreme points with a smoothed curve using cubic splines.
HullType
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:HullType = null):HullType

Converts a string value to the enumeration item.

Parameters

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

Returns
HullType — An enumeration item or the default item.
Constant Detail
COMPLEXConstant
public static const COMPLEX:HullType

Complex (Amoeba) hull that joins extreme points using elliptical arcs.

DETAILEDConstant 
public static const DETAILED:HullType

Detailed hull that joins extreme points with straight lines.

SIMPLEConstant 
public static const SIMPLE:HullType

Simple (convex) hull.

SPLINEConstant 
public static const SPLINE:HullType

Detailed hull that joins extreme points with a smoothed curve using cubic splines.