C# Class SuperMap.Web.Clustering.SparkClusterer

${mapping_SparkClusterer_Title}

${mapping_SparkClusterer_Description}

Inheritance: FeaturesClusterer
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
ForegroundProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void

${mapping_Clusterer_method_ClusterFeaturesAsync_D}

SparkClusterer ( ) : System

${mapping_SparkClusterer_constructor_D}

Protected Methods

Method Description
OnCreateFeature ( FeatureCollection cluster, GeoPoint center, int maxClusterCount ) : Feature

${mapping_FeaturesClusterer_method_OnCreateFeature_D}

Private Methods

Method Description
OnBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnForegroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ClusterFeaturesAsync() public method

${mapping_Clusterer_method_ClusterFeaturesAsync_D}
public ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void
features IEnumerable ${mapping_Clusterer_method_ClusterFeaturesAsync_param_features}
resolution double ${mapping_Clusterer_method_ClusterFeaturesAsync_param_resolution}
return void

OnCreateFeature() protected method

${mapping_FeaturesClusterer_method_OnCreateFeature_D}
protected OnCreateFeature ( FeatureCollection cluster, GeoPoint center, int maxClusterCount ) : Feature
cluster FeatureCollection ${mapping_FeaturesClusterer_method_OnCreateFeature_param_cluster}
center SuperMap.Web.Core.GeoPoint ${mapping_FeaturesClusterer_method_OnCreateFeature_param_center}
maxClusterCount int ${mapping_SparkClusterer_method_OnCreateFeature_param_maxClusterCount}
return SuperMap.Web.Core.Feature

SparkClusterer() public method

${mapping_SparkClusterer_constructor_D}
public SparkClusterer ( ) : System
return System

Property Details

BackgroundProperty public_oe static_oe property

${mapping_ScatterClusterer_field_BackgroundProperty_D}
public static DependencyProperty,System.Windows BackgroundProperty
return System.Windows.DependencyProperty

ForegroundProperty public_oe static_oe property

${mapping_ScatterClusterer_field_FlareForegroundProperty_D}
public static DependencyProperty,System.Windows ForegroundProperty
return System.Windows.DependencyProperty