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/18 05:38] 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 ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} ClassBreak() ** | ||
| - | |||
| - | This is the class constructor. | ||
| - | == Remarks == | ||
| - | If you use this default constructor, then you should set the properties manually. | ||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} 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. | ||
| - | |||
| - | <div newline></div> | ||
| - | ==== Protected Constructors ==== | ||
| - | ==== Public Methods ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //obj// | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Type | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Protected Methods ==== | ||
| - | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Public Properties ==== | ||
| - | ** {{wiki:PublicProperty.gif|}} 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 | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} 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 == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} 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 == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} 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 == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} 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 == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} 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 == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.Style|Style]]> | ||
| - | |||
| - | ==== 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.