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

Since : Business 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
 Inheritedtype : StudyAreaType
[read-only] Type of the study area.
IStudyArea
  units : Object
The units in which the area parameter is measured.
IPolygonStudyArea
Property Detail
areaproperty
area:Number

Area of the study area.


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

Since : Business Analyst API for Flex 3.0.

The units in which the area parameter is measured.

It is recommended to use constants from the com.esri.ags.Units class.


Implementation
    public function get units():Object
    public function set units(value:Object):void