Packagecom.esri.bacore.domain
Classpublic class GeographyComparisonItem
InheritanceGeographyComparisonItem Inheritance ComparisonItem Inheritance flash.events.EventDispatcher

Since : Community Analyst API for Flex 2.2.

The GeographyComparisonItem class is a comparison item associated with a list of geography features.

See also

IGeographyFeature


Public Properties
 PropertyDefined By
 InheritedcomparisonValues : Array
Array of comparison values of the Object type.
ComparisonItem
 Inheriteddescription : String
Item description.
ComparisonItem
  geographies : Array
Array of IGeographyFeature items associated with this item.
GeographyComparisonItem
 InheritedisBenchmark : Boolean
Whether this item is a benchmark or not.
ComparisonItem
 Inheritedname : String
Item name.
ComparisonItem
Public Methods
 MethodDefined By
  
GeographyComparisonItem(name:String = null, geographies:IList = null)
Creates a new instance of the GeographyComparisonItem class.
GeographyComparisonItem
 Inherited
toString():String
[override] Returns a unique ID of item.
ComparisonItem
Property Detail
geographiesproperty
geographies:Array

Array of IGeographyFeature items associated with this item.


Implementation
    public function get geographies():Array
    public function set geographies(value:Array):void

See also

Constructor Detail
GeographyComparisonItem()Constructor
public function GeographyComparisonItem(name:String = null, geographies:IList = null)

Creates a new instance of the GeographyComparisonItem class.

Parameters
name:String (default = null) — Name of geographies associated with this item.
 
geographies:IList (default = null) — List of IGeographyFeature items to initialize geographies with.

See also