Package | com.esri.bacore.domain |
Class | public class GeographyComparisonItem |
Inheritance | GeographyComparisonItem ![]() ![]() |
Since : | Community Analyst API for Flex 2.2. |
See also
Property | Defined By | ||
---|---|---|---|
![]() | comparisonValues : Array
Array of comparison values of the Object type. | ComparisonItem | |
![]() | description : String
Item description. | ComparisonItem | |
geographies : Array
Array of IGeographyFeature items associated with this item. | GeographyComparisonItem | ||
![]() | isBenchmark : Boolean
Whether this item is a benchmark or not. | ComparisonItem | |
![]() | name : String
Item name. | ComparisonItem |
Method | Defined By | ||
---|---|---|---|
GeographyComparisonItem(name:String = null, geographies:IList = null)
Creates a new instance of the GeographyComparisonItem class. | GeographyComparisonItem | ||
![]() | toString():String [override]
Returns a unique ID of item. | ComparisonItem |
geographies | property |
geographies:Array
Array of IGeographyFeature items associated with this item.
public function get geographies():Array
public function set geographies(value:Array):void
See also
GeographyComparisonItem | () | Constructor |
public function GeographyComparisonItem(name:String = null, geographies:IList = null)
Creates a new instance of the GeographyComparisonItem class.
Parametersname:String (default = null ) — Name of geographies associated with this item.
| |
geographies:IList (default = null ) — List of IGeographyFeature items to initialize geographies with.
|
See also