C# Class SuperMap.Web.Clustering.Clusterer

${mapping_Clusterer_Title}

${mapping_Clusterer_Description}

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight

Public Properties

Property Type Description
ClusterChildElementsProperty System.Windows.DependencyProperty

Public Methods

Method 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}

Protected Methods

Method 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

Method Description
GetCluster ( DependencyObject o ) : IList
SetCluster ( DependencyObject o, IList value ) : void

Method Details

CancelAsync() public abstract method

${mapping_Clusterer_method_CancelAsync_D}
public abstract CancelAsync ( ) : void
return void

ClusterFeaturesAsync() public abstract method

${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}
return void

Clusterer() protected method

${mapping_Clusterer_constructor_D}
protected Clusterer ( ) : System
return System

GetClusterChildElements() public static method

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

OnClusteringCompleted() protected method

${mapping_Clusterer_method_OnClusteringCompleted}
protected OnClusteringCompleted ( IEnumerable clusters ) : void
clusters IEnumerable ${mapping_Clusterer_method_OnClusteringCompleted_param_clusters}
return void

OnPropertyChanged() protected method

${core_Style_method_OnPropertyChanged_D}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

SetClusterChildElements() public static method

${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}
return void

Property Details

ClusterChildElementsProperty public_oe static_oe property

${mapping_Clusterer_ClusterChildElementsProperty_D}
public static DependencyProperty,System.Windows ClusterChildElementsProperty
return System.Windows.DependencyProperty