Package | com.esri.bacore.domain |
Interface | public interface IPolygonStudyArea extends IStudyArea, flash.utils.IExternalizable, flash.events.IEventDispatcher |
Implementors | PolygonStudyArea |
Since : | Business Analyst API for Flex 2.2. |
The featureSet
property is required for this study area.
It usually contains a single feature which is a hand-drawing polygon.
Property | Defined By | ||
---|---|---|---|
area : Number
Area of the study area. | IPolygonStudyArea | ||
![]() | 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 | |
![]() | type : StudyAreaType [read-only]
Type of the study area. | IStudyArea | |
units : Object
The units in which the area parameter is measured. | IPolygonStudyArea |
area | property |
area:Number
Area of the study area.
public function get area():Number
public function set area(value:Number):void
units | property |
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.
public function get units():Object
public function set units(value:Object):void