| Package | com.esri.bacore.domain |
| Class | public class PolygonStudyArea |
| Inheritance | PolygonStudyArea StudyArea flash.events.EventDispatcher |
| Implements | IPolygonStudyArea |
| Since : | Community 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 | |
| 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| 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 |