Packagecom.esri.baserver.tasks.tradeareas
Classpublic class ThresholdRingRadii
InheritanceThresholdRingRadii Inheritance Object

The ThresholdRingRadii class specifies radii of threshold rings created around a store location.

See also

ThresholdRingsRadiiTask


Public Properties
 PropertyDefined By
  radii : Array
[read-only] Array of ring radii containing numeric values.
ThresholdRingRadii
  storeID : String
[read-only] Store ID.
ThresholdRingRadii
Public Methods
 MethodDefined By
  
ThresholdRingRadii(storeID:String, radii:Array)
Creates a new instance of the ThresholdRingRadii class.
ThresholdRingRadii
Property Detail
radiiproperty
radii:Array  [read-only]

Array of ring radii containing numeric values.


Implementation
    public function get radii():Array
storeIDproperty 
storeID:String  [read-only]

Store ID.


Implementation
    public function get storeID():String
Constructor Detail
ThresholdRingRadii()Constructor
public function ThresholdRingRadii(storeID:String, radii:Array)

Creates a new instance of the ThresholdRingRadii class.

Parameters
storeID:String — Store ID.
 
radii:Array — Array of ring radii containing numeric values.