| Package | com.esri.bacore.domain |
| Interface | public interface ILocationStudyArea extends IStudyArea, flash.utils.IExternalizable |
| Implementors | LocationStudyArea |
| Since : | Community Analyst API for Flex 2.2. |
| Property | Defined By | ||
|---|---|---|---|
| address : Object
Address of the location point. | ILocationStudyArea | ||
![]() | description : String
Study area description. | IStudyArea | |
| donut : Boolean
Whether non-overlapping donut-style area bands are created
instead of overlapping areas that all originate from the same location. | ILocationStudyArea | ||
![]() | featureSet : FeatureSet
Feature set associated with this study area. | IStudyArea | |
![]() | id : String
Study area ID. | IStudyArea | |
| location : Graphic
Graphic of the location point. | ILocationStudyArea | ||
![]() | name : String
Study area name. | IStudyArea | |
| radii : Array
Array of radii of rings constructed around the location point. | ILocationStudyArea | ||
| subtype : LocationStudySubtype
Subtype of location study. | ILocationStudyArea | ||
| units : Object
The units of the radii parameter which were used
for constructing the study area around the location point. | ILocationStudyArea | ||
| address | property |
address:ObjectAddress of the location point.
public function get address():Object public function set address(value:Object):void| donut | property |
donut:BooleanWhether non-overlapping donut-style area bands are created instead of overlapping areas that all originate from the same location.
public function get donut():Boolean public function set donut(value:Boolean):void| location | property |
location:GraphicGraphic of the location point.
public function get location():Graphic public function set location(value:Graphic):void| radii | property |
radii:ArrayArray of radii of rings constructed around the location point.
public function get radii():Array public function set radii(value:Array):void| subtype | property |
subtype:LocationStudySubtypeSubtype of location study.
public function get subtype():LocationStudySubtype public function set subtype(value:LocationStudySubtype):void| units | property |
units:Object
The units of the radii parameter which were used
for constructing the study area around the location point.
It is recommended to use constants from the com.esri.ags.Units
class for a simple-ring study area and constants from the DriveTimeUnits
class for drive-time/drive-distance study area.
public function get units():Object public function set units(value:Object):void