ESRI.ArcGIS.ADF.Web
FeatureGraphicsLayer Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace : FeatureGraphicsLayer Class




A GraphicsLayer containing features of the same geometry type and a common symbology.

Object Model





Syntax

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

Remarks

A FeatureGraphicsLayer is conceptually similar to a map layer in a map service, where all features in the layer are of the same FeatureType (Point, Line or Polygon). Since all features have the same geometry type, a single Renderer can be used to symbolize the features. The other type of graphics layer, ElementGraphicsLayer, is appropriate if you want to create a layer with a collection of features not necessarily of the same FeatureType.

For a discussion of using graphics layers in the ESRI Web ADF, see the topic Working with Graphics in the Developer Help (also available online at the ArcGIS Resource Center).

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataTable
         ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer
            ESRI.ArcGIS.ADF.Web.Display.Graphics.FeatureGraphicsLayer

See Also

© 2010 All Rights Reserved.