This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.classbreak [2015/09/17 10:26] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.Core.ClassBreak ====== | ||
| - | This class represents a single class break. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | ***ThinkGeo.MapSuite.Core.ClassBreak** | ||
| - | ===== Members Summary ===== | ||
| - | === Public Constructors === | ||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak()|ClassBreak]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak(Double,AreaStyle)|ClassBreak]]** | ||
| - | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak(Double,PointStyle)|ClassBreak]]** | ||
| - | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak(Double,LineStyle)|ClassBreak]]** | ||
| - | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak(Double,TextStyle)|ClassBreak]]** | ||
| - | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ClassBreak(Double,Collection<Style>)|ClassBreak]]** | ||
| - | * **Parameters**:Double,Collection<[[ThinkGeo.MapSuite.Core.Style|Style]]> | ||
| - | * **DeclaringType**:N/A | ||
| - | * **Summary**:This is the class constructor. | ||
| - | </div> | ||
| - | |||
| - | === Protected Constructors === | ||
| - | === Public Methods === | ||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | ||
| - | * **Parameters**:Object | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | === Protected Methods === | ||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | <div class_table> | ||
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | ||
| - | * **Parameters**:N/A | ||
| - | * **DeclaringType**:Object | ||
| - | * **Summary**:N/A | ||
| - | </div> | ||
| - | |||
| - | === Public Properties === | ||
| - | **{{wiki:PublicProperty.gif|}}[[#CustomStyles|CustomStyles]]** | ||
| - | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.Style|Style]]> | ||
| - | * **Summary**:This property gets a collection of custom styles used to draw the class break. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DefaultAreaStyle|DefaultAreaStyle]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
| - | * **Summary**:This property gets and sets the default AreaStyle used to draw the class break. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DefaultLineStyle|DefaultLineStyle]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| - | * **Summary**:This property gets and sets the default LineStyle used to draw the class break. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DefaultPointStyle|DefaultPointStyle]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] | ||
| - | * **Summary**:This property gets and sets the default PointStyle used to draw the class break. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#DefaultTextStyle|DefaultTextStyle]]** | ||
| - | * **Return**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
| - | * **Summary**:This property gets and sets the default TextStyle used to draw the class break. | ||
| - | |||
| - | **{{wiki:PublicProperty.gif|}}[[#Value|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 ==== | ||
| - | [[#Public Constructors|Go Back]] | ||
| - | === 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**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
| - | * **Description:This parameter is the AreaStyle you want to use to represent this break. | ||
| - | |||
| - | [[#Public Constructors|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**:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] | ||
| - | * **Description:This parameter is the PointStyle you want to use to represent this break. | ||
| - | |||
| - | [[#Public Constructors|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**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| - | * **Description:This parameter is the LineStyle you want to use to represent this break. | ||
| - | |||
| - | [[#Public Constructors|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**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
| - | * **Description:This parameter is the TextStyle you want to use to represent this break. | ||
| - | |||
| - | [[#Public Constructors|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<[[ThinkGeo.MapSuite.Core.Style|Style]]> | ||
| - | * **Description:This parameter is the TextStyles you want to use to represent this break. | ||
| - | |||
| - | [[#Public Constructors|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 | ||
| - | |||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetHashCode() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Int32 | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === GetType() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Type | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | === ToString() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:String | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | === Finalize() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Void | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === MemberwiseClone() === | ||
| - | N/A | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | |||
| - | **Return Value** | ||
| - | * **Return Type**:Object | ||
| - | * **Description**:N/A | ||
| - | |||
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== 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<[[ThinkGeo.MapSuite.Core.Style|Style]]> | ||
| - | |||
| - | [[#Public Properties|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**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
| - | |||
| - | [[#Public Properties|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**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| - | |||
| - | [[#Public Properties|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**:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] | ||
| - | |||
| - | [[#Public Properties|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**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
| - | |||
| - | [[#Public Properties|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 | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ===== Public Events ===== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.