Packagecom.esri.ags.layers.supportClasses
Classpublic class FeatureType
InheritanceFeatureType Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

FeatureType is a type defined by a feature layer.



Public Properties
 PropertyDefined By
  domains : Object
Map of field names to domains.
FeatureType
  id : String
The feature type identifier.
FeatureType
  name : String
The feature type name.
FeatureType
  templates : Array
Array of FeatureTemplate instances associated with this feature type.
FeatureType
Property Detail
domainsproperty
domains:Object

Map of field names to domains.

This property can be used as the source for data binding.


Implementation
    public function get domains():Object
    public function set domains(value:Object):void

See also

idproperty 
id:String

The feature type identifier.

This property can be used as the source for data binding.


Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String

The feature type name.

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
templatesproperty 
templates:Array

Array of FeatureTemplate instances associated with this feature type.

This property can be used as the source for data binding.


Implementation
    public function get templates():Array
    public function set templates(value:Array):void

See also