| Package | com.esri.bacore.domain |
| Interface | public interface IStudyArea extends flash.utils.IExternalizable |
| Implementors | StudyArea |
| Since : | Community Analyst API for Flex 2.2. |
An implementation of the IStudyArea interface is usually an "abstract" class. Non-abstract implementations should implement concrete interfaces derived from this interface.
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
Study area description. | IStudyArea | ||
| featureSet : FeatureSet
Feature set associated with this study area. | IStudyArea | ||
| id : String
Study area ID. | IStudyArea | ||
| name : String
Study area name. | IStudyArea | ||
| description | property |
description:StringStudy area description.
public function get description():String public function set description(value:String):void| featureSet | property |
featureSet:FeatureSetFeature set associated with this study area.
The feature set is required for a polygon study area. For a geography study area, a feature set is optional. In the case of a location study area, a feature set is required when such study area is used in report components.
public function get featureSet():FeatureSet public function set featureSet(value:FeatureSet):void| id | property |
id:StringStudy area ID.
This is usually a unique ID identifying a study area. The unique ID value should be assigned to a study area while creating but it could be later changed.
public function get id():String public function set id(value:String):void| name | property |
name:StringStudy area name.
public function get name():String public function set name(value:String):void