| Package | com.esri.ags.layers.supportClasses |
| Class | public class FeatureCollection |
| Inheritance | FeatureCollection flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| featureSet : FeatureSet
The feature set of the Feature Layer (if layer has FeatureCollection). | FeatureCollection | ||
| layerDefinition : LayerDetails
The layer definition of the Feature Layer (if layer has FeatureCollection). | FeatureCollection | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new FeatureCollection. | FeatureCollection | ||
| featureSet | property |
featureSet:FeatureSetThe feature set of the Feature Layer (if layer has FeatureCollection).
This property can be used as the source for data binding.
public function get featureSet():FeatureSet public function set featureSet(value:FeatureSet):void| layerDefinition | property |
layerDefinition:LayerDetailsThe layer definition of the Feature Layer (if layer has FeatureCollection).
This property can be used as the source for data binding.
public function get layerDefinition():LayerDetails public function set layerDefinition(value:LayerDetails):void| FeatureCollection | () | Constructor |
public function FeatureCollection(featureSet:FeatureSet = null, layerDefinition:LayerDetails = null)Creates a new FeatureCollection.
ParametersfeatureSet:FeatureSet (default = null) — The feature set.
| |
layerDefinition:LayerDetails (default = null) — The layer definition.
|