ArcGIS API for Windows Phone - 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.DependencyObject
      ESRI.ArcGIS.Client.Clusterer
         ESRI.ArcGIS.Client.GraphicsClusterer
            ESRI.ArcGIS.Client.SimpleClusterer

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.