Packagecom.esri.bao
Classpublic class Boundaries
InheritanceBoundaries Inheritance BADataLayer Inheritance Object

The Boundaries class specifies a Community Analyst data layer with the polygon geometry.

An instance of this class can be composed of a FeatureSet (Feature Record Set) instance or a StandardLayer instance. The featureSet and standardLayer properties are mutually exclusive. The featureSet allows a user to describe a custom area with the use of boundary coordinates. The standardLayer allows a user to specify predefined standard geographies such as counties, ZIP codes, Census Tracts, etc.



Public Properties
 PropertyDefined By
 InheritedfeatureSet : FeatureSet
Feature record set.
BADataLayer
  standardLayer : StandardLayer
Standard layer.
Boundaries
Public Methods
 MethodDefined By
  
Boundaries(dataLayer:Object = null)
Creates a new instance of a data layer with polygon geometry.
Boundaries
Property Detail
standardLayerproperty
standardLayer:StandardLayer

Standard layer. A standard layer object specifies features of an installed Community Analyst data layer.


Implementation
    public function get standardLayer():StandardLayer
    public function set standardLayer(value:StandardLayer):void
Constructor Detail
Boundaries()Constructor
public function Boundaries(dataLayer:Object = null)

Creates a new instance of a data layer with polygon geometry.

Parameters
dataLayer:Object (default = null) — An instance of the FeatureSet or StandardLayer type.