C# Class SuperMap.Web.Clustering.Clusterer

${mapping_Clusterer_Title}

${mapping_Clusterer_Description}

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight

Méthodes publiques

Свойство Type Description
ClusterChildElementsProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CancelAsync ( ) : void

${mapping_Clusterer_method_CancelAsync_D}

ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void

${mapping_Clusterer_method_ClusterFeaturesAsync_D}

GetClusterChildElements ( DependencyObject o ) : string

${mapping_Clusterer_method_GetClusterChildElements_D}

SetClusterChildElements ( DependencyObject o, string value ) : void

${mapping_Clusterer_method_SetClusterChildElements_D}

Méthodes protégées

Méthode Description
Clusterer ( ) : System

${mapping_Clusterer_constructor_D}

OnClusteringCompleted ( IEnumerable clusters ) : void

${mapping_Clusterer_method_OnClusteringCompleted}

OnPropertyChanged ( string propertyName ) : void

${core_Style_method_OnPropertyChanged_D}

Private Methods

Méthode Description
GetCluster ( DependencyObject o ) : IList
SetCluster ( DependencyObject o, IList value ) : void

Method Details

CancelAsync() public abstract méthode

${mapping_Clusterer_method_CancelAsync_D}
public abstract CancelAsync ( ) : void
Résultat void

ClusterFeaturesAsync() public abstract méthode

${mapping_Clusterer_method_ClusterFeaturesAsync_D}
public abstract ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void
features IEnumerable ${mapping_Clusterer_method_ClusterFeaturesAsync_param_features}
resolution double ${mapping_Clusterer_method_ClusterFeaturesAsync_param_resolution}
Résultat void

Clusterer() protected méthode

${mapping_Clusterer_constructor_D}
protected Clusterer ( ) : System
Résultat System

GetClusterChildElements() public static méthode

${mapping_Clusterer_method_GetClusterChildElements_D}
public static GetClusterChildElements ( DependencyObject o ) : string
o System.Windows.DependencyObject /// ${mapping_Clusterer_method_GetClusterChildElements_param_o} ///
Résultat string

OnClusteringCompleted() protected méthode

${mapping_Clusterer_method_OnClusteringCompleted}
protected OnClusteringCompleted ( IEnumerable clusters ) : void
clusters IEnumerable ${mapping_Clusterer_method_OnClusteringCompleted_param_clusters}
Résultat void

OnPropertyChanged() protected méthode

${core_Style_method_OnPropertyChanged_D}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

SetClusterChildElements() public static méthode

${mapping_Clusterer_method_SetClusterChildElements_D}
public static SetClusterChildElements ( DependencyObject o, string value ) : void
o System.Windows.DependencyObject ${mapping_Clusterer_method_SetClusterChildElements_param_o}
value string ${mapping_Clusterer_method_SetClusterChildElements_param_value}
Résultat void

Property Details

ClusterChildElementsProperty public_oe static_oe property

${mapping_Clusterer_ClusterChildElementsProperty_D}
public static DependencyProperty,System.Windows ClusterChildElementsProperty
Résultat System.Windows.DependencyProperty