Packagecom.esri.bao
Classpublic class BADataLayer
SubclassesBoundaries, PointLayer

The BADataLayer class is the base class for polygon and point feature layers used in the Business Analyst Online Flex API.



Public Properties
 PropertyDefined by
  featureSet : FeatureSet
Feature record set.
BADataLayer
Public Methods
 MethodDefined by
  
Creates a new instance of the BADataLayer class.
BADataLayer
Property detail
featureSetproperty
featureSet:FeatureSet  [read-write]

Feature record set. A feature record set is a collection of geographic features with the same geometry type.

Implementation
    public function get featureSet():FeatureSet
    public function set featureSet(value:FeatureSet):void

See also

Constructor detail
BADataLayer()constructor
public function BADataLayer()

Creates a new instance of the BADataLayer class.