Packagecom.esri.bacore.domain
Classpublic class StudyAreaComparisonItem
InheritanceStudyAreaComparisonItem Inheritance ComparisonItem Inheritance flash.events.EventDispatcher

Since : Community Analyst API for Flex 2.2.

The StudyAreaComparisonItem class is a comparison item associated with a study area.

See also

com.esri.bacore.domain.IStudyArea


Public Properties
 PropertyDefined By
 InheritedcomparisonValues : Array
Array of comparison values of the Object type.
ComparisonItem
 Inheriteddescription : String
Item description.
ComparisonItem
 InheritedisBenchmark : Boolean
Whether this item is a benchmark or not.
ComparisonItem
 Inheritedname : String
Item name.
ComparisonItem
  studyArea : IStudyArea
Study area associated with this item.
StudyAreaComparisonItem
Public Methods
 MethodDefined By
  
Creates a new instance of the StudyAreaComparisonItem class.
StudyAreaComparisonItem
 Inherited
toString():String
[override] Returns a unique ID of item.
ComparisonItem
Property Detail
studyAreaproperty
studyArea:IStudyArea

Study area associated with this item.


Implementation
    public function get studyArea():IStudyArea
    public function set studyArea(value:IStudyArea):void
Constructor Detail
StudyAreaComparisonItem()Constructor
public function StudyAreaComparisonItem(studyArea:IStudyArea = null)

Creates a new instance of the StudyAreaComparisonItem class.

Parameters
studyArea:IStudyArea (default = null) — Study area associated with this item (this is any study area except the IGeographyStudyArea).

See also