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

The Boundaries class specifies a Business Analyst Online 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  [read-write]

Standard layer. A standard layer object specifies features of an installed Business 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.