C# Class SharpMap.Rendering.Thematics.CustomTheme

The CustomTheme class is used for defining your own thematic rendering by using a custom get-style-delegate.
Inheritance: ITheme
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
CustomTheme ( GetStyleMethod getStyleMethod ) : System

Initializes a new instance of the CustomTheme class

GetStyle ( SharpMap row ) : SharpMap.Styles.IStyle

Returns the color based on an attribute value

Method Details

CustomTheme() public méthode

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : System
getStyleMethod GetStyleMethod
Résultat System

GetStyle() public méthode

Returns the color based on an attribute value
public GetStyle ( SharpMap row ) : SharpMap.Styles.IStyle
row SharpMap DataRow
Résultat SharpMap.Styles.IStyle