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




A Layer that contains features that can be queried.

Object Model

FeatureLayer Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.