User Tools

Site Tools


thinkgeo.mapsuite.core.classbreak

ThinkGeo.MapSuite.Core.ClassBreak

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 single class break.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.ClassBreak

Members Summary

Public Constructors

ClassBreak()

  • This is the class constructor.
Remarks
  • If you use this default constructor, then you should set the properties manually.
Parameters

ClassBreak(Double,AreaStyle)

  • This is the class constructor.
Remarks
  • This overload allows you to pass in a break value and an AreaStyle to use.
Parameters
  • value
    • Type:Double
    • Description:The parameter represents the break value.
  • areaStyle
    • Type:AreaStyle
    • Description:This parameter is the AreaStyle you want to use to represent this break.

ClassBreak(Double,PointStyle)

  • This is the class constructor.
Remarks
  • This overload allows you to pass in a break value and a Point to use.
Parameters
  • value
    • Type:Double
    • Description:The parameter represents the break value.
  • pointStyle
    • Description:This parameter is the PointStyle you want to use to represent this break.

ClassBreak(Double,LineStyle)

  • This is the class constructor.
Remarks
  • This overload allows you to pass in a break value and a LineStyle to use.
Parameters
  • value
    • Type:Double
    • Description:The parameter represents the break value.
  • lineStyle
    • Type:LineStyle
    • Description:This parameter is the LineStyle you want to use to represent this break.

ClassBreak(Double,TextStyle)

  • This is the class constructor.
Remarks
  • This overload allows you to pass in a break value and a TextStyle to use.
Parameters
  • value
    • Type:Double
    • Description:The parameter represents the break value.
  • textStyle
    • Type:TextStyle
    • Description:This parameter is the TextStyle you want to use to represent this break.

ClassBreak(Double,Collection<Style>)

  • This is the class constructor.
Remarks
  • This overload allows you to pass in a break value and a collection of TextStyles to use.
Parameters
  • value
    • Type:Double
    • Description:The parameter represents the break value.
  • customStyles
    • Type:Collection<Style>
    • Description:This parameter is the TextStyles you want to use to represent this break.

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Value

This property get and sets the break value.

Remarks

This value determines where the break is in the ClassBreakStyle. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value
  • Type:Double

DefaultAreaStyle

This property gets and sets the default AreaStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultLineStyle

This property gets and sets the default LineStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultPointStyle

This property gets and sets the default PointStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultTextStyle

This property gets and sets the default TextStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines then you should use the DefaultLineStyle.

Return Value

CustomStyles

This property gets a collection of custom styles used to draw the class break.

Remarks

If you set these styles, then when the data for a feature is within the current break it will use this style to draw. If you do not wish to use the default style properties, then you can use this collection to specify any types of styles you want to use.

Return Value

Protected Properties

Public Events

thinkgeo.mapsuite.core.classbreak.txt · Last modified: 2017/03/16 21:59 (external edit)