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




A GraphicsLayer is a table of Geometry objects with associated attributes.

Object Model


Syntax

Visual Basic (Declaration) 
<XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.ElementGraphicsLayer)>
<DesignerCategoryAttribute("code")>
<SerializableAttribute()>
Public MustInherit Class GraphicsLayer 
   Inherits DataTable
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
C# 
[XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.ElementGraphicsLayer)]
[DesignerCategoryAttribute("code")]
[SerializableAttribute()]
public abstract class GraphicsLayer : DataTable 

Remarks

GraphicsLayer is an abstract class that provides the basis for the two types of graphics layers used in the Web ADF:

  • ElementGraphicsLayer, used to store collections of graphic elements that have different feature types (point, line or polygon); and
  • FeatureGraphicsLayer, similar to a map layer where all features have the same feature type and the layer uses a single renderer to symbolize all features.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.