C# 클래스 SharpMap.Rendering.Thematics.CustomTheme

The CustomTheme class is used for defining your own thematic rendering by using a custom get-style-delegate.
상속: ITheme
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CustomTheme() 공개 메소드

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : System
getStyleMethod GetStyleMethod
리턴 System

GetStyle() 공개 메소드

Returns the color based on an attribute value
public GetStyle ( SharpMap row ) : SharpMap.Styles.IStyle
row SharpMap DataRow
리턴 SharpMap.Styles.IStyle