ArcGIS API for WPF - Library Reference
GraphicsClusterer Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : GraphicsClusterer Class

Abstract clustering class that implements a common clustering algorithm.

Object Model

GraphicsClusterer Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class GraphicsClusterer 
   Inherits Clusterer
C# 
public abstract class GraphicsClusterer : Clusterer 

Remarks

Subclasses are required to implement OnCreateGraphic to generate the graphic used to represent a cluster.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Client.Clusterer
            ESRI.ArcGIS.Client.GraphicsClusterer
               ESRI.ArcGIS.Client.FlareClusterer

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.