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

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

An instance of this class can be composed of a FeatureSet (Feature Record Set), a FolderItem or a StandardLayer instance. The featureSet, folderItem, and standardLayer properties are mutually exclusive. The featureSet allows a user to describe a custom area with the use of boundary coordinates. The folderItem allows a user to specify an existing item stored in the Business Analyst Server repository. 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
 InheritedfolderItem : FolderItem
An item of the Business Analyst Server repository.
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 StandardLayer or FeatureSet or FolderItem type.