ESRI.ArcGIS.ADF.IMS
Renderer Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace : Renderer Class




An object that determines how a layer displays its data.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class Renderer 
Visual Basic (Usage)Copy Code
Dim instance As Renderer
C# 
[SerializableAttribute()]
public abstract class Renderer 

Remarks

The renderers provide the framework for feature symbolization and labeling. Each renderer has either a symbol or a label associated with it, depending on the renderer. Only one symbol or label can be used inside a renderer, but the renderers can be used in different combinations to create complex symbols.

The following renderers are available:

  • SimpleRenderer Displays features using one symbol.
  • SimpleLabelRenderer Labels all features the same way.
  • ValueMapRenderer Displays features by category.
  • ValueMapLabelRenderer Labels features by category.
  • GroupRenderer Groups two or more renderers together.
  • ScaleDependentRenderer Displays rendering or labeling information at a specified scale.

The symbols valid for use with SimpleRenderer and ValueMapRenderer are:

  • GradientFillSymbol
  • HashLineSymbol
  • RasterFillSymbol
  • RasterMarkerSymbol
  • SimpleLineSymbol
  • SimpleMarkerSymbol
  • SimplePolygonSymbol
  • TrueTypeMarkerSymbol

The labels valid with SimpleLabelRenderer and ValueMapLabelRenderer are:

  • CalloutMarkerSymbol
  • ChartSymbol
  • RasterShieldSymbol
  • ShieldSymbol
  • TextSymbol

Renderers cannot be used with ArcMap image services.

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.