| Package | com.esri.ags.layers.supportClasses |
| Class | public class LayerDetails |
| Inheritance | LayerDetails flash.events.EventDispatcher |
| Subclasses | FeatureLayerDetails |
See also
| Property | Defined By | ||
|---|---|---|---|
| capabilities : Array
Capabilities of the layer, possible values are Map, Query, Data, and/or Editing. | LayerDetails | ||
| copyright : String
The copyright of the layer as specified in the Service Directory. | LayerDetails | ||
| definitionExpression : String
The definition expression of the layer as specified in the Service Directory. | LayerDetails | ||
| description : String
The description of the layer as specified in the Service Directory. | LayerDetails | ||
| displayField : String
The displayField of the layer as specified in the Service Directory. | LayerDetails | ||
| drawingInfo : DrawingInfo
The drawing information (renderer and alpha) of the layer as specified in the Service Directory. | LayerDetails | ||
| extent : Extent
The extent of the layer as specified in the Service Directory. | LayerDetails | ||
| fields : Array
The fields of the layer as specified in the Service Directory. | LayerDetails | ||
| geometryType : String
The geometry type of the layer as specified in the Service Directory. | LayerDetails | ||
| hasAttachments : Boolean
Indicates whether the layer has attachments or not [added in version 2.0]. | LayerDetails | ||
| htmlPopupType : String
The type of HTML popup authored (or not authored) by the user using ArcGIS Desktop [added in version 2.0]. | LayerDetails | ||
| id : Number
Layer ID assigned by ArcGIS Server for a layer. | LayerDetails | ||
| maxScale : Number
The maximum scale of the layer as specified in the Service Directory [added in version 1.3]. | LayerDetails | ||
| minScale : Number
The minimum scale of the layer as specified in the Service Directory [added in version 1.3]. | LayerDetails | ||
| name : String
Layer name as defined in the map service. | LayerDetails | ||
| objectIdField : String
The name of the object ID field. | LayerDetails | ||
| parentLayer : LayerInfo
LayerInfo will only have name and id values. | LayerDetails | ||
| relationships : Array
List of related tables [added in version 2.0]. | LayerDetails | ||
| spatialReference : SpatialReference
The spatial reference of the layer. | LayerDetails | ||
| subLayers : Array
LayerInfo will only have name and id values. | LayerDetails | ||
| timeInfo : TimeInfo
Time properties of the layer [added in version 2.0]. | LayerDetails | ||
| type : String
The type of the layer as specified in the Service Directory. | LayerDetails | ||
| typeIdField : String
The field that represents the Type ID field. | LayerDetails | ||
| types : Array
Subtypes are a subset of features in a feature class, or objects in a table, that share the same attributes. | LayerDetails | ||
| version : Number
The version of ArcGIS Server where the layer is published to, for example, 9.3, 9.31, 10 or 10.01. | LayerDetails | ||
| Constant | Defined By | ||
|---|---|---|---|
| POPUP_HTML_TEXT : String = esriServerHTMLPopupTypeAsHTMLText [static]
The HTML Popup in ArcGIS Desktop was defined using "As a table of the visible fields". | LayerDetails | ||
| POPUP_NONE : String = esriServerHTMLPopupTypeNone [static]
No HTML popup was defined in ArcGIS Desktop. | LayerDetails | ||
| POPUP_URL : String = esriServerHTMLPopupTypeAsURL [static]
The HTML Popup in ArcGIS Desktop was defined using "As a URL". | LayerDetails | ||
| capabilities | property |
capabilities:ArrayCapabilities of the layer, possible values are Map, Query, Data, and/or Editing.
This property can be used as the source for data binding.
public function get capabilities():Array public function set capabilities(value:Array):void| copyright | property |
copyright:StringThe copyright of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get copyright():String public function set copyright(value:String):void| definitionExpression | property |
definitionExpression:StringThe definition expression of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get definitionExpression():String public function set definitionExpression(value:String):void| description | property |
description:StringThe description of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| displayField | property |
displayField:StringThe displayField of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get displayField():String public function set displayField(value:String):void| drawingInfo | property |
drawingInfo:DrawingInfoThe drawing information (renderer and alpha) of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get drawingInfo():DrawingInfo public function set drawingInfo(value:DrawingInfo):void| extent | property |
extent:ExtentThe extent of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get extent():Extent public function set extent(value:Extent):void| fields | property |
fields:ArrayThe fields of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get fields():Array public function set fields(value:Array):voidSee also
| geometryType | property |
geometryType:StringThe geometry type of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get geometryType():String public function set geometryType(value:String):voidSee also
| hasAttachments | property |
hasAttachments:BooleanIndicates whether the layer has attachments or not [added in version 2.0].
This property can be used as the source for data binding.
public function get hasAttachments():Boolean public function set hasAttachments(value:Boolean):void| htmlPopupType | property |
htmlPopupType:StringThe type of HTML popup authored (or not authored) by the user using ArcGIS Desktop [added in version 2.0]. See the POPUP_* constants for more details.
This property can be used as the source for data binding.
public function get htmlPopupType():String public function set htmlPopupType(value:String):void| id | property |
id:NumberLayer ID assigned by ArcGIS Server for a layer. The topmost layer is 0, and each layer follows sequentially. If a layer is added or removed from the source map document, the ID values will shift accordingly.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| maxScale | property |
maxScale:NumberThe maximum scale of the layer as specified in the Service Directory [added in version 1.3].
This property can be used as the source for data binding.
public function get maxScale():Number public function set maxScale(value:Number):void| minScale | property |
minScale:NumberThe minimum scale of the layer as specified in the Service Directory [added in version 1.3].
This property can be used as the source for data binding.
public function get minScale():Number public function set minScale(value:Number):void| name | property |
name:StringLayer name as defined in the map service.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| objectIdField | property |
objectIdField:StringThe name of the object ID field.
public function get objectIdField():String public function set objectIdField(value:String):void| parentLayer | property |
parentLayer:LayerInfoLayerInfo will only have name and id values.
This property can be used as the source for data binding.
public function get parentLayer():LayerInfo public function set parentLayer(value:LayerInfo):void| relationships | property |
relationships:ArrayList of related tables [added in version 2.0].
This property can be used as the source for data binding.
public function get relationships():Array public function set relationships(value:Array):voidSee also
| spatialReference | property |
spatialReference:SpatialReferenceThe spatial reference of the layer.
public function get spatialReference():SpatialReference public function set spatialReference(value:SpatialReference):void| subLayers | property |
subLayers:ArrayLayerInfo will only have name and id values.
This property can be used as the source for data binding.
public function get subLayers():Array public function set subLayers(value:Array):voidSee also
| timeInfo | property |
timeInfo:TimeInfoTime properties of the layer [added in version 2.0].
This property can be used as the source for data binding.
public function get timeInfo():TimeInfo public function set timeInfo(value:TimeInfo):void| type | property |
type:StringThe type of the layer as specified in the Service Directory.
This property can be used as the source for data binding.
public function get type():String public function set type(value:String):void| typeIdField | property |
typeIdField:StringThe field that represents the Type ID field.
This property can be used as the source for data binding.
public function get typeIdField():String public function set typeIdField(value:String):void| types | property |
types:ArraySubtypes are a subset of features in a feature class, or objects in a table, that share the same attributes. They are used as a method to categorize your data.
This property can be used as the source for data binding.
public function get types():Array public function set types(value:Array):voidSee also
| version | property |
version:Number| Since : | ArcGIS API for Flex 2.2 |
The version of ArcGIS Server where the layer is published to, for example, 9.3, 9.31, 10 or 10.01.
This property can be used as the source for data binding.
public function get version():Number public function set version(value:Number):void| POPUP_HTML_TEXT | Constant |
public static const POPUP_HTML_TEXT:String = esriServerHTMLPopupTypeAsHTMLTextThe HTML Popup in ArcGIS Desktop was defined using "As a table of the visible fields".
| POPUP_NONE | Constant |
public static const POPUP_NONE:String = esriServerHTMLPopupTypeNoneNo HTML popup was defined in ArcGIS Desktop.
| POPUP_URL | Constant |
public static const POPUP_URL:String = esriServerHTMLPopupTypeAsURLThe HTML Popup in ArcGIS Desktop was defined using "As a URL".