Packagecom.esri.bao
Classpublic class BADataLayer
InheritanceBADataLayer Inheritance Object
Implements IJsonObject
Subclasses Boundaries, PointLayer

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



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

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.