| Package | com.esri.bacore.domain |
| Class | public class PolygonStudyArea |
| Inheritance | PolygonStudyArea StudyArea flash.events.EventDispatcher |
| Implements | IPolygonStudyArea |
| Since : | Business Analyst API for Flex 2.2. |
| Property | Defined By | ||
|---|---|---|---|
| area : Number
Area of the study area. | PolygonStudyArea | ||
![]() | description : String
Study area description. | StudyArea | |
![]() | featureSet : FeatureSet
Feature set associated with this study area. | StudyArea | |
![]() | id : String
Study area ID. | StudyArea | |
![]() | name : String
Study area name. | StudyArea | |
| type : StudyAreaType [override] [read-only]
Type of the study area. | PolygonStudyArea | ||
| units : Object
The units in which the area parameter is measured. | PolygonStudyArea | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the PolygonStudyArea class. | PolygonStudyArea | ||
readExternal(input:IDataInput):void [override]
The class implements this method to decode itself from a data stream by calling the methods of the IDataInput interface. | PolygonStudyArea | ||
![]() | toBoundaries(studyArea:IStudyArea, combineGeographyFeatures:Boolean = false):Object [static]
Converts a geography study area to a FeatureSet or StandardLayer instance. | StudyArea | |
writeExternal(output:IDataOutput):void [override]
The class implements this method to encode itself for a data stream by calling the methods of the IDataOutput interface. | PolygonStudyArea | ||
| area | property |
area:NumberArea of the study area.
public function get area():Number public function set area(value:Number):void| type | property |
type:StudyAreaType [read-only] [override] | Since : | Business Analyst API for Flex 3.0. |
Type of the study area.
public function get type():StudyAreaType| 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| PolygonStudyArea | () | Constructor |
public function PolygonStudyArea()Creates a new instance of the PolygonStudyArea class.
| readExternal | () | method |
override public function readExternal(input:IDataInput):voidThe class implements this method to decode itself from a data stream by calling the methods of the IDataInput interface.
Parameters
input:IDataInput |
| writeExternal | () | method |
override public function writeExternal(output:IDataOutput):voidThe class implements this method to encode itself for a data stream by calling the methods of the IDataOutput interface.
Parameters
output:IDataOutput |