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
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
SumClusterer ( string aggregateLabel ) : System

Méthodes protégées

Méthode Description
OnCreateGraphic ( GraphicCollection cluster, MapPoint point, int maxClusterCount ) : Graphic

Private Methods

Méthode Description
InterpolateColor ( double value, double max ) : System.Windows.Media.Brush

Method Details

OnCreateGraphic() protected méthode

protected OnCreateGraphic ( GraphicCollection cluster, MapPoint point, int maxClusterCount ) : Graphic
cluster GraphicCollection
point MapPoint
maxClusterCount int
Résultat Graphic

SumClusterer() public méthode

public SumClusterer ( string aggregateLabel ) : System
aggregateLabel string
Résultat System