ESRI.ArcGIS.ADF.IMS
FeatureLayer Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : FeatureLayer Class




The following tables list the members exposed by FeatureLayer.

Public Constructors

 NameDescription
Public ConstructorFeatureLayer ConstructorOverloaded.  Constructs a FeatureLayer.  
Top

Public Properties

 NameDescription
Public PropertyBuffer Gets or sets the Buffer.  
Public PropertyDataset Gets the Dataset.  
Public PropertyExtractInfoInformation about the layer for extracting. May be null even if the layer is extractable.  
Public PropertyFilter Gets or sets the Filter.  
Public PropertyFullExtent Gets or sets the full extent.  
Public PropertyGeocoder Gets or sets the Geocoder for this layer.  
Public PropertyID Gets or sets the Layer ID. (Inherited from Layer)
Public PropertyIsSelectionLayer Gets or sets a value indicating whether or not this layer is a selection layer.  
Public PropertyIsVisibleAtScale Gets a value that determines if the Layer is visible at the scale of the view. (Inherited from Layer)
Public PropertyMaxScale Gets or sets the maximum scale at which the layer displays. (Inherited from Layer)
Public PropertyMinScale Gets or sets the minimum scale at which the layer displays. (Inherited from Layer)
Public PropertyName Gets or sets the Layer name. (Inherited from Layer)
Public PropertyRenderer Gets or sets the renderer.  
Public PropertyStoredQueriesThe collection of stored queries for the feature layer.  
Public PropertyType Gets or sets the FeatureType.  
Public PropertyVisible Gets or sets a property to determine whether the layer is visible on the map. (Inherited from Layer)
Public PropertyVisibleFeatureCount Gets the total feature count for this layer. Will be -1 if the value is not retrieved.  
Public PropertyVisibleInLegend Gets or sets a property to determine whether or not this layer shows in the legend.  
Top

Protected Properties

 NameDescription
Protected PropertyDataFrame The DataFrame that the layer is associated with. (Inherited from Layer)
Protected PropertyMapView The view the layer is associated with. (Inherited from Layer)
Protected PropertyParentLayer The ParentLayer that the layer is a child of. This is used with group layers. (Inherited from Layer)
Top

Public Methods

 NameDescription
Public MethodCloneOverridden.  Creates a deep clone of the current Object.  
Public MethodCreateBufferLayer Creates a buffer layer for map display based on the current FeatureLayer and a given display buffer.  
Public MethodCreateBufferSelectionLayer Creates a buffer selection layer based on the current FeatureLayer and a given SelectionBuffer.  
Public MethodCreateSelectionLayerOverloaded.  Creates a selection layer based on the current FeatureLayer, and selects the features near a given point.  
Public MethodGetFeatureCountOverloaded.  A function that returns the number of features in a query.  
Public MethodGetSchema Get XML Schema. (Inherited from Layer)
Public MethodIdentifyOverloaded.  Identifies or queries features on a layer based on a screen-point and an expand-percentage tolerance.  
Public MethodMoveToGroupLayerOverloaded. Moves a layer into a GroupLayer, for use by the ADF TOC Web control. (Inherited from Layer)
Public MethodQueryOverloaded.  Queries the FeatureLayer.  
Public MethodReadXml Read XML.  
Public MethodWriteXml Write XML.  
Top

See Also

© 2010 All Rights Reserved.