User Tools

Site Tools


api:thinkgeo.mapsuite.styles.classbreak

ThinkGeo.MapSuite.Styles.ClassBreak

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Styles.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

  • N/A
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

  • N/A
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

  • N/A
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

  • N/A
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

  • N/A
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

  • N/A
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

api/thinkgeo.mapsuite.styles.classbreak.txt · Last modified: 2017/01/11 06:53 (external edit)