Table of Contents

ThinkGeo.MapSuite.MvcEdition.ClassBreakMarkerStyle

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a style based on class break values.

Inheritance Hierarchy

Members Summary

Public Constructors

ClassBreakMarkerStyle()

Remarks
Parameters

ClassBreakMarkerStyle(String)

Remarks
Parameters

ClassBreakMarkerStyle(String,BreakValueInclusion)

Remarks
Parameters

ClassBreakMarkerStyle(String,BreakValueInclusion,Collection<MarkerClassBreak>)

Remarks
Parameters

Protected Constructors

Public Methods

GetMarkers(IEnumerable<Feature>)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

GetContextMenusCore()

Remarks
Return Value
Parameters

LxU=()

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ColumnName

Gets or sets a column name whose value is used to compare and select the break.

Remarks

You use this property to set the name of the column where the numeric data is stored for your features.

Return Value

BreakValueInclusion

Gets or sets the value that indicates whether or not to include the break value when comparing the break.

Remarks

Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value

ClassBreaks

Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers.

Remarks

The class breaks determine which style to use, based on the break values.Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value

Protected Properties

Public Events