C# Class csCommon.Utils.SumClusterer

Clusterer based on a certain PoI label. Note that the Label needs to contain a number in order to sum it.
Inheritance: GraphicsClusterer
Exibir arquivo Open project: TNOCS/csTouch

Public Methods

Method Description
SumClusterer ( string aggregateLabel ) : 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 ( string aggregateLabel ) : System
aggregateLabel string
return System