C# Class SuperMap.WindowsPhone.Clustering.Clusterer

${WP_mapping_Clusterer_Title}

${WP_mapping_Clusterer_Description}

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Show file Open project: SuperMap/iClient-for-Win8

Public Properties

Property Type Description
ClusterChildElementsProperty System.Windows.DependencyProperty

Public Methods

Method Description
CancelAsync ( ) : void

${WP_mapping_Clusterer_method_CancelAsync_D}

ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void

${WP_mapping_Clusterer_method_ClusterFeaturesAsync_D}

GetClusterChildElements ( DependencyObject o ) : string

${WP_mapping_Clusterer_method_GetClusterChildElements_D}

SetClusterChildElements ( DependencyObject o, string value ) : void

${WP_mapping_Clusterer_method_SetClusterChildElements_D}

Protected Methods

Method Description
Clusterer ( ) : System

${WP_mapping_Clusterer_constructor_D}

OnClusteringCompleted ( IEnumerable clusters ) : void

${WP_mapping_Clusterer_method_OnClusteringCompleted}

OnPropertyChanged ( string propertyName ) : void

${WP_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

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

ClusterFeaturesAsync() public abstract method

${WP_mapping_Clusterer_method_ClusterFeaturesAsync_D}
public abstract ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void
features IEnumerable ${WP_mapping_Clusterer_method_ClusterFeaturesAsync_param_features}
resolution double ${WP_mapping_Clusterer_method_ClusterFeaturesAsync_param_resolution}
return void

Clusterer() protected method

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

GetClusterChildElements() public static method

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

OnClusteringCompleted() protected method

${WP_mapping_Clusterer_method_OnClusteringCompleted}
protected OnClusteringCompleted ( IEnumerable clusters ) : void
clusters IEnumerable ${WP_mapping_Clusterer_method_OnClusteringCompleted_param_clusters}
return void

OnPropertyChanged() protected method

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

SetClusterChildElements() public static method

${WP_mapping_Clusterer_method_SetClusterChildElements_D}
public static SetClusterChildElements ( DependencyObject o, string value ) : void
o System.Windows.DependencyObject ${WP_mapping_Clusterer_method_SetClusterChildElements_param_o}
value string ${WP_mapping_Clusterer_method_SetClusterChildElements_param_value}
return void

Property Details

ClusterChildElementsProperty public static property

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