Package | com.esri.bao |
Class | public final class Boundaries |
Inheritance | Boundaries ![]() |
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.
Property | Defined by | ||
---|---|---|---|
![]() | featureSet : FeatureSet
Feature record set.
| BADataLayer | |
standardLayer : StandardLayer
Standard layer.
| Boundaries |
Method | Defined by | ||
---|---|---|---|
Boundaries(dataLayer:Object = null)
Creates a new instance of a data layer with polygon geometry.
| Boundaries |
standardLayer | property |
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
Boundaries | () | constructor |
public function Boundaries(dataLayer:Object = null)
Creates a new instance of a data layer with polygon geometry.
ParametersdataLayer:Object (default = null ) — An instance of the FeatureSet or StandardLayer type.
|