C# Class iServerJava6R_SampleCode.CustomClusterer

Inheritance: SuperMap.Web.Clustering.FeaturesClusterer
显示文件 Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
CustomClusterer ( ) : System

Protected Methods

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

Private Methods

Method Description
InterPlateColor ( double value, double max ) : System.Windows.Media.Brush

Method Details

CustomClusterer() public method

public CustomClusterer ( ) : System
return System

OnCreateFeature() protected method

protected OnCreateFeature ( FeatureCollection cluster, GeoPoint center, int maxClusterCount ) : Feature
cluster FeatureCollection
center SuperMap.Web.Core.GeoPoint
maxClusterCount int
return SuperMap.Web.Core.Feature