| Package | com.esri.ags.layers.supportClasses |
| Class | public class FeatureTemplate |
| Inheritance | FeatureTemplate flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
| Property | Defined By | ||
|---|---|---|---|
| description : String
The description of the feature template. | FeatureTemplate | ||
| drawingTool : String
The default drawing tool to use when creating features based on this template. | FeatureTemplate | ||
| name : String
The name of the feature template. | FeatureTemplate | ||
| prototype : Graphic
The base graphic of the feature template. | FeatureTemplate | ||
| Constant | Defined By | ||
|---|---|---|---|
| TOOL_AUTO_COMPLETE_POLYGON : String = esriFeatureEditToolAutoCompletePolygon [static]
The default drawing tool specified for this template is a auto complete polygon tool. | FeatureTemplate | ||
| TOOL_CIRCLE : String = esriFeatureEditToolCircle [static]
The default drawing tool specified for this template is the circle tool. | FeatureTemplate | ||
| TOOL_ELLIPSE : String = esriFeatureEditToolEllipse [static]
The default drawing tool specified for this template is a ellipse tool. | FeatureTemplate | ||
| TOOL_FREEHAND : String = esriFeatureEditToolFreehand [static]
The default drawing tool specified for this template is the freehand tool. | FeatureTemplate | ||
| TOOL_LINE : String = esriFeatureEditToolLine [static]
The default drawing tool specified for this template is the line tool. | FeatureTemplate | ||
| TOOL_NONE : String = esriFeatureEditToolNone [static]
No default tool is specified. | FeatureTemplate | ||
| TOOL_POINT : String = esriFeatureEditToolPoint [static]
The default drawing tool specified for this template is the point tool. | FeatureTemplate | ||
| TOOL_POLYGON : String = esriFeatureEditToolPolygon [static]
The default drawing tool specified for this template is the polygon tool. | FeatureTemplate | ||
| TOOL_RECTANGLE : String = esriFeatureEditToolRectangle [static]
The default drawing tool specified for this template is the rectangle tool. | FeatureTemplate | ||
| description | property |
description:StringThe description of the feature template.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| drawingTool | property |
drawingTool:StringThe default drawing tool to use when creating features based on this template.
This property can be used as the source for data binding.
public function get drawingTool():String public function set drawingTool(value:String):void| name | property |
name:StringThe name of the feature template.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| prototype | property |
prototype:GraphicThe base graphic of the feature template.
This property can be used as the source for data binding.
public function get prototype():Graphic public function set prototype(value:Graphic):void| TOOL_AUTO_COMPLETE_POLYGON | Constant |
public static const TOOL_AUTO_COMPLETE_POLYGON:String = esriFeatureEditToolAutoCompletePolygonThe default drawing tool specified for this template is a auto complete polygon tool.
| TOOL_CIRCLE | Constant |
public static const TOOL_CIRCLE:String = esriFeatureEditToolCircleThe default drawing tool specified for this template is the circle tool. The Editor component will map this to TOOL_POLYGON.
| TOOL_ELLIPSE | Constant |
public static const TOOL_ELLIPSE:String = esriFeatureEditToolEllipseThe default drawing tool specified for this template is a ellipse tool. The Editor component will map this to TOOL_POLYGON.
| TOOL_FREEHAND | Constant |
public static const TOOL_FREEHAND:String = esriFeatureEditToolFreehandThe default drawing tool specified for this template is the freehand tool.
| TOOL_LINE | Constant |
public static const TOOL_LINE:String = esriFeatureEditToolLineThe default drawing tool specified for this template is the line tool.
| TOOL_NONE | Constant |
public static const TOOL_NONE:String = esriFeatureEditToolNoneNo default tool is specified.
| TOOL_POINT | Constant |
public static const TOOL_POINT:String = esriFeatureEditToolPointThe default drawing tool specified for this template is the point tool.
| TOOL_POLYGON | Constant |
public static const TOOL_POLYGON:String = esriFeatureEditToolPolygonThe default drawing tool specified for this template is the polygon tool.
| TOOL_RECTANGLE | Constant |
public static const TOOL_RECTANGLE:String = esriFeatureEditToolRectangleThe default drawing tool specified for this template is the rectangle tool.