C# Class ArcGISWindowsPhoneSDK.SumClusterer

Inheritance: GraphicsClusterer
Show file Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
SumClusterer ( ) : System

Protected Methods

Method Description
OnCreateGraphic ( GraphicCollection cluster, MapPoint point, int maxClusterCount ) : Graphic

Private Methods

Method Description
InterpolateColor ( double value, double max ) : System.Windows.Media.Brush

Method Details

OnCreateGraphic() protected method

protected OnCreateGraphic ( GraphicCollection cluster, MapPoint point, int maxClusterCount ) : Graphic
cluster GraphicCollection
point MapPoint
maxClusterCount int
return Graphic

SumClusterer() public method

public SumClusterer ( ) : System
return System