User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.classbreakmarkerstyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.classbreakmarkerstyle [2015/09/22 08:33]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ClassBreakMarkerStyle ====== 
-This class represents a style based on class break values. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.MarkerStyle 
-      ***ThinkGeo.MapSuite.MvcEdition.ClassBreakMarkerStyle** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} ClassBreakMarkerStyle() ** 
- 
-  * //​Initialize a new instance of the ClassBreakMarkerStyle class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ClassBreakMarkerStyle(String) ** 
- 
-  * //​Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​The column name in the feature whose value is used to compare and select the break. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ClassBreakMarkerStyle(String,​BreakValueInclusion) ** 
- 
-  * //​Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​The column name in the feature whose value is used to compare and select the break. 
- 
-  * //​breakValueInclusion//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]] 
-    * Description:​A value that indicates whether or not to include the break value when comparing the break. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ClassBreakMarkerStyle(String,​BreakValueInclusion,​Collection<​MarkerClassBreak>​) ** 
- 
-  * //​Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​The column name in the feature whose value is used to compare and select the break. 
- 
-  * //​breakValueInclusion//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]] 
-    * Description:​A value that indicates whether or not to include the break value when comparing the break. 
- 
-  * //​classBreaks//​ 
-    * Type:​Collection<​[[ThinkGeo.MapSuite.MvcEdition.MarkerClassBreak|MarkerClassBreak]]>​ 
-    * Description:​A collection of class breaks whose values are compared with the column value to determine which classbreak styles are applied to the markers. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ** 
- 
-  * //Returns a collection of markers that are created by the styles defined on the classbreaks.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​features//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-    * Description:​A collection of features that the markers are created from. 
- 
-<div newline></​div>​ 
-** {{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|}} GetContextMenusCore() ** 
- 
-  * //Gets a collection of context menus that are associated with the MarkerStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]] 
-  * Description:​A collection of context menus that are associated with the MarkerStyle. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} LxU=() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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|}} ColumnName ** 
- 
-Gets or sets a column name whose value is used to compare and select the break. 
-== Remarks == 
-You use this property to set the name of the column where the numeric data is stored for your features. 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} BreakValueInclusion ** 
- 
-Gets or sets the value that indicates whether or not to include the break value when comparing the break. 
-== Remarks == 
-Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works. 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]] 
- 
-** {{wiki:​PublicProperty.gif|}} ClassBreaks ** 
- 
-Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers. 
-== Remarks == 
-The class breaks determine which style to use, based on the break values.Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works. 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MvcEdition.MarkerClassBreak|MarkerClassBreak]]>​ 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.classbreakmarkerstyle.1442910814.txt.gz ยท Last modified: 2015/09/22 08:33 by admin