Packagecom.esri.bacore.domain
Interfacepublic interface IGeographyStudyArea extends IStudyArea, flash.utils.IExternalizable
Implementors GeographyStudyArea

Since : Community Analyst API for Flex 2.2.

The IGeographyStudyArea interface provides properties of a study area composed on a collection of geography features.



Public Properties
 PropertyDefined By
 Inheriteddescription : String
Study area description.
IStudyArea
 InheritedfeatureSet : FeatureSet
Feature set associated with this study area.
IStudyArea
  geographies : IList
List of geography features consisting of IGeographyFeature items.
IGeographyStudyArea
 Inheritedid : String
Study area ID.
IStudyArea
 Inheritedname : String
Study area name.
IStudyArea
Property Detail
geographiesproperty
geographies:IList

List of geography features consisting of IGeographyFeature items.


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

See also