User Tools

Site Tools


thinkgeo.mapsuite.core.classbreak

This is an old revision of the document!


ThinkGeo.MapSuite.Core.ClassBreak

This class represents a single class break.

Inheritance Hierarchy

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

Members Summary

Public Constructors

ClassBreak

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the class constructor.

ClassBreak

  • Parameters:Double,AreaStyle
  • DeclaringType:N/A
  • Summary:This is the class constructor.

ClassBreak

  • Parameters:Double,PointStyle
  • DeclaringType:N/A
  • Summary:This is the class constructor.

ClassBreak

  • Parameters:Double,LineStyle
  • DeclaringType:N/A
  • Summary:This is the class constructor.

ClassBreak

  • Parameters:Double,TextStyle
  • DeclaringType:N/A
  • Summary:This is the class constructor.

ClassBreak

  • Parameters:Double,Collection<Style>
  • DeclaringType:N/A
  • Summary:This is the class constructor.

Protected Constructors

Public Methods

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

CustomStyles

  • Return:Collection<Style>
  • Summary:This property gets a collection of custom styles used to draw the class break.

DefaultAreaStyle

  • Return:AreaStyle
  • Summary:This property gets and sets the default AreaStyle used to draw the class break.

DefaultLineStyle

  • Return:LineStyle
  • Summary:This property gets and sets the default LineStyle used to draw the class break.

DefaultPointStyle

  • Return:PointStyle
  • Summary:This property gets and sets the default PointStyle used to draw the class break.

DefaultTextStyle

  • Return:TextStyle
  • Summary:This property gets and sets the default TextStyle used to draw the class break.

Value

  • Return:Double
  • Summary:This property get and sets the break value.

Protected Properties

Public Events

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.

Go Back

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 * Type:PointStyle * Description:This parameter is the PointStyle you want to use to represent this break.

Go Back

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.

Go Back

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.

Go Back

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.

Go Back

Protected Constructors

Public Methods

Equals(Object)

N/A

Remarks

N/A

Return Value

  • Return Type:Boolean
  • Description:N/A

Parameters

obj

  • Type:Object
  • Description:N/A

Go Back

GetHashCode()

N/A

Remarks

N/A

Return Value

  • Return Type:Int32
  • Description:N/A

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

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

Return Type:Collection<Style>

Go Back

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

Return Type:AreaStyle

Go Back

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

Return Type:LineStyle

Go Back

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

Return Type:PointStyle

Go Back

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

Return Type:TextStyle

Go Back

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

Return Type:Double

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.classbreak.1442485572.txt.gz · Last modified: 2015/09/17 10:26 by admin