| Package | com.esri.ags.layers.supportClasses |
| Class | public class FeatureType |
| Inheritance | FeatureType flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
| Property | Defined 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 | ||
| domains | property |
domains:ObjectMap of field names to domains.
This property can be used as the source for data binding.
public function get domains():Object public function set domains(value:Object):voidSee also
| id | property |
id:StringThe feature type identifier.
This property can be used as the source for data binding.
public function get id():String public function set id(value:String):void| name | property |
name:StringThe feature type name.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| templates | property |
templates:Array
Array of FeatureTemplate instances associated with this feature type.
This property can be used as the source for data binding.
public function get templates():Array public function set templates(value:Array):voidSee also