User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.dotdensitystyle

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodDotDensityStyle
Public MethodDotDensityStyle String, Double, Int32, GeoColor
Public MethodDotDensityStyle String, Double, PointStyle

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDraw IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDrawSample GeoCanvas, DrawingRectangleF Style
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetRequiredColumnNames Style
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodDrawCore IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style(overriden)
Protected MethodDrawSampleCore GeoCanvas, DrawingRectangleF Style
Protected MethodFinalize Object
Protected MethodGetRequiredColumnNamesCore Style(overriden)
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyCachedPoints Dictionary<String,Collection<Vertex»
Public PropertyColumnName String
Public PropertyCustomPointStyle PointStyle
Public PropertyIsActive Boolean Style
Public PropertyName String Style
Public PropertyPointColor GeoColor
Public PropertyPointSize Int32
Public PropertyPointToValueRatio Double
Public PropertyRequiredColumnNames Collection<String> Style

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

DotDensityStyle()

Parameters

Name Type Description

Go Back

DotDensityStyle(String, Double, Int32, GeoColor)

Parameters

Name Type Description
columnName String<!– System.String –>
pointToValueRatio Double<!– System.Double –>
pointSize Int32<!– System.Int32 –>
pointColor GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

Go Back

DotDensityStyle(String, Double, PointStyle)

Parameters

Name Type Description
columnName String<!– System.String –>
pointToValueRatio Double<!– System.Double –>
customPointStyle PointStyle<!– ThinkGeo.MapSuite.SilverlightCore.PointStyle –>

Go Back

Protected Constructors

Public Methods

Draw(IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
shapes IEnumerable<BaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.BaseShape} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Draw(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

DrawSample(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetRequiredColumnNames()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

DrawCore(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

DrawSampleCore(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetRequiredColumnNamesCore()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

CachedPoints

Return Value

Return Type
Dictionary<String,Collection<Vertex»<!– System.Collections.Generic.Dictionary{System.String,System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Vertex}} –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

ColumnName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

CustomPointStyle

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.SilverlightCore.PointStyle –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

IsActive

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Name

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

PointColor

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

PointSize

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

PointToValueRatio

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DotDensityStyle –> Go Back

RequiredColumnNames

Return Value

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.dotdensitystyle.1440040134.txt.gz · Last modified: 2015/09/21 03:19 (external edit)