| Package | com.esri.ags.layers.supportClasses |
| Class | public class Field |
| Inheritance | Field flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| alias : String
The alias of the Field. | Field | ||
| domain : Domain
Used when FeatureLayer is using a Feature Service layer. | Field | ||
| editable : Boolean
True if the field can be edited; false otherwise. | Field | ||
| length : int
The maximum length of the Field. | Field | ||
| name : String
The name of the Field. | Field | ||
| type : String
The type of the Field. | Field | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE_BLOB : String = esriFieldTypeBlob [static]
Binary Large Object. | Field | ||
| TYPE_DATE : String = esriFieldTypeDate [static]
Date. | Field | ||
| TYPE_DOUBLE : String = esriFieldTypeDouble [static]
Double-precision floating-point number. | Field | ||
| TYPE_GEOMETRY : String = esriFieldTypeGeometry [static]
ESRI Geometry. | Field | ||
| TYPE_GLOBAL_ID : String = esriFieldTypeGlobalID [static]
ESRI Global ID. | Field | ||
| TYPE_GUID : String = esriFieldTypeGUID [static]
Globally Unique Identifier. | Field | ||
| TYPE_INTEGER : String = esriFieldTypeInteger [static]
Long Integer. | Field | ||
| TYPE_OID : String = esriFieldTypeOID [static]
Long Integer representing an object identifier. | Field | ||
| TYPE_RASTER : String = esriFieldTypeRaster [static]
Raster. | Field | ||
| TYPE_SINGLE : String = esriFieldTypeSingle [static]
Single-precision floating-point number. | Field | ||
| TYPE_SMALL_INTEGER : String = esriFieldTypeSmallInteger [static]
Integer. | Field | ||
| TYPE_STRING : String = esriFieldTypeString [static]
Character string. | Field | ||
| TYPE_XML : String = esriFieldTypeXML [static]
XML Document. | Field | ||
| alias | property |
alias:StringThe alias of the Field.
This property can be used as the source for data binding.
public function get alias():String public function set alias(value:String):void| domain | property |
domain:DomainUsed when FeatureLayer is using a Feature Service layer.
This property can be used as the source for data binding.
public function get domain():Domain public function set domain(value:Domain):void| editable | property |
editable:BooleanTrue if the field can be edited; false otherwise.
This property can be used as the source for data binding.
public function get editable():Boolean public function set editable(value:Boolean):void| length | property |
length:intThe maximum length of the Field.
This property can be used as the source for data binding.
public function get length():int public function set length(value:int):void| name | property |
name:StringThe name of the Field.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| type | property |
type:StringThe type of the Field.
This property can be used as the source for data binding.
public function get type():String public function set type(value:String):void| TYPE_BLOB | Constant |
public static const TYPE_BLOB:String = esriFieldTypeBlobBinary Large Object.
| TYPE_DATE | Constant |
public static const TYPE_DATE:String = esriFieldTypeDateDate.
| TYPE_DOUBLE | Constant |
public static const TYPE_DOUBLE:String = esriFieldTypeDoubleDouble-precision floating-point number.
| TYPE_GEOMETRY | Constant |
public static const TYPE_GEOMETRY:String = esriFieldTypeGeometryESRI Geometry.
| TYPE_GLOBAL_ID | Constant |
public static const TYPE_GLOBAL_ID:String = esriFieldTypeGlobalIDESRI Global ID.
| TYPE_GUID | Constant |
public static const TYPE_GUID:String = esriFieldTypeGUIDGlobally Unique Identifier.
| TYPE_INTEGER | Constant |
public static const TYPE_INTEGER:String = esriFieldTypeIntegerLong Integer.
| TYPE_OID | Constant |
public static const TYPE_OID:String = esriFieldTypeOIDLong Integer representing an object identifier.
| TYPE_RASTER | Constant |
public static const TYPE_RASTER:String = esriFieldTypeRasterRaster.
| TYPE_SINGLE | Constant |
public static const TYPE_SINGLE:String = esriFieldTypeSingleSingle-precision floating-point number.
| TYPE_SMALL_INTEGER | Constant |
public static const TYPE_SMALL_INTEGER:String = esriFieldTypeSmallIntegerInteger.
| TYPE_STRING | Constant |
public static const TYPE_STRING:String = esriFieldTypeStringCharacter string.
| TYPE_XML | Constant |
public static const TYPE_XML:String = esriFieldTypeXMLXML Document.