C# 클래스 SuperMap.WindowsPhone.Clustering.FeaturesClusterer

${WP_mapping_FeaturesClusterer_Title}
상속: Clusterer
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8

공개 메소드들

메소드 설명
CancelAsync ( ) : void

${WP_mapping_Clusterer_method_CancelAsync_D}

ClusterFeaturesAsync ( IEnumerable features, double resolution ) : void

${WP_mapping_Clusterer_method_ClusterFeaturesAsync_D}

보호된 메소드들

메소드 설명
FeaturesClusterer ( ) : System

${WP_pubilc_Constructors_Initializes} FeaturesClusterer ${pubilc_Constructors_instance}

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

${WP_mapping_FeaturesClusterer_method_OnCreateFeature_D}

비공개 메소드들

메소드 설명
AssignGeoPointsToClusters ( IEnumerable features, GeoPoint bottomLeft, double diameter ) : Cluster>.Dictionary
AssignGeoPointsToClusters ( IEnumerable features, ObservableCollection geos ) : Cluster>.Dictionary
ClusterGeoPoints ( IEnumerable features, int radius, double resolution, BackgroundWorker worker, ObservableCollection geos ) : Cluster>.Dictionary
GetBottomLeft ( IEnumerable features ) : GeoPoint
Merge ( Cluster source, Cluster neighbour ) : void
MergeOverlappingClusters ( double diameter, Cluster>.Dictionary orig, GeoPoint lowerLeft, bool &overlapExists, BackgroundWorker worker ) : Cluster>.Dictionary
SearchAndMerge ( Cluster cluster, int ox, int oy, double diameter, Cluster>.Dictionary orig, bool overlapExists ) : bool
clusterThread_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

메소드 상세

CancelAsync() 공개 메소드

${WP_mapping_Clusterer_method_CancelAsync_D}
public CancelAsync ( ) : void
리턴 void

ClusterFeaturesAsync() 공개 메소드

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

FeaturesClusterer() 보호된 메소드

${WP_pubilc_Constructors_Initializes} FeaturesClusterer ${pubilc_Constructors_instance}
protected FeaturesClusterer ( ) : System
리턴 System

OnCreateFeature() 보호된 추상적인 메소드

${WP_mapping_FeaturesClusterer_method_OnCreateFeature_D}
protected abstract OnCreateFeature ( FeatureCollection cluster, GeoPoint center, int maxClusterCount ) : Feature
cluster FeatureCollection ${WP_mapping_FeaturesClusterer_method_OnCreateFeature_param_cluster}
center SuperMap.WindowsPhone.Core.GeoPoint ${WP_mapping_FeaturesClusterer_method_OnCreateFeature_param_center}
maxClusterCount int ${WP_mapping_FeaturesClusterer_method_OnCreateFeature_param_maxClusterCount}
리턴 SuperMap.WindowsPhone.Core.Feature