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




A Layer that contains features that can be queried.

Object Model












Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FeatureLayer 
   Inherits Layer
Visual Basic (Usage)Copy Code
Dim instance As FeatureLayer
C# 
[SerializableAttribute()]
public class FeatureLayer : Layer 

Remarks

A FeatureLayer consists of distinct features based on data in a map database. All features within a FeatureLayer are of a single data type: point, line or polygon (see Type). See the Layer overview for a discussion of layer types.

A FeatureLayer can be drawn on the map and queried. If it is part of a standard image service, it is also possible to modify the rendering and symbology of the layer (see Renderer). If the map service supports it, it may also be possible to perform geocoding (see Geocoder) and data extraction (see ExtractInfo and Extractor).

Note that a FeatureLayer class also exists in the ESRI.ArcGIS.Carto namespace.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Carto.Layer.Layer
      ESRI.ArcGIS.ADF.IMS.Carto.Layer.FeatureLayer

See Also

© 2010 All Rights Reserved.