Packagecom.esri.bacore.domain
Interfacepublic interface IPolygonStudyArea extends IStudyArea, flash.utils.IExternalizable
Implementors PolygonStudyArea

Since : Community Analyst API for Flex 2.2.

The IPolygonStudyArea interface provides properties of a custom polygon study area.

The featureSet property is required for this study area. It usually contains a single feature which is a hand-drawing polygon.



Public Properties
 PropertyDefined By
  area : Number
Area of the study area.
IPolygonStudyArea
 Inheriteddescription : String
Study area description.
IStudyArea
 InheritedfeatureSet : FeatureSet
Feature set associated with this study area.
IStudyArea
 Inheritedid : String
Study area ID.
IStudyArea
 Inheritedname : String
Study area name.
IStudyArea
Property Detail
areaproperty
area:Number

Area of the study area.


Implementation
    public function get area():Number
    public function set area(value:Number):void