User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.clustermarkerstyle

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.clustermarkerstyle [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.clustermarkerstyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle ====== ====== ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 A kind of MarkerStyle to filter the markers. A kind of MarkerStyle to filter the markers.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MarkerStyle]] +    *ThinkGeo.MapSuite.MvcEdition.MarkerStyle 
-***[[ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle]]+      ***ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ClusterMarkerStyle() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ClusterMarkerStyle()|ClusterMarkerStyle]] ​  ​| ​   |    | The default constructor for ClusterMarkerStyle class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClusterMarkerStyle(Double,​ Double, Double)|ClusterMarkerStyle]] ​  | Double, Double, Double ​  ​| ​   | Create an instance of the ClusterMarkerStyle. ​  |+
  
 +  * //The default constructor for ClusterMarkerStyle class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClusterMarkerStyle(Double,​Double,​Double) **
 +
 +  * //Create an instance of the ClusterMarkerStyle.//​
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​distance//​
 +    * Type:Double
 +    * Description:​Pixel distance between features that should be considered a single cluster.
 +
 +  * //​mapWidth//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​mapHeight//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+** {{wiki:​ProtectedMethod.gif|}} ClusterMarkerStyle(Double) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​distance//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetMarkers(IEnumerable<​Feature>​)|GetMarkers]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]](overriden) ​  | It returns a collection of markers from the features specified. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  ​* //It returns ​a collection of markers from the features specified.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetContextMenusCore()|GetContextMenusCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]] ​  ​| Gets a collection of context menus that are associated with the MarkerStyle  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DistanceInPixel|DistanceInPixel]] ​  | Double ​  ​| ​   | Gets or sets pixel distance between features that should be considered a single cluster. ​  | +  * Description:​It returns ​collection of markers from the features specified.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapHeight|MapHeight]] ​  | Double ​  ​| ​   | Gets or sets the Pixel height of the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapWidth|MapWidth]] ​  | Double ​  ​| ​   | Gets or sets the Pixel width of the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MarkerStyle|MarkerStyle]] ​  ​| ​[[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]]   |    | Gets or sets MarkerStyle to display ​the markers  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​features//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​The features collection
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== ClusterMarkerStyle() ==== +== Remarks ​== 
-The default constructor for ClusterMarkerStyle class. +  ​* //N/A//
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ClusterMarkerStyle(Double,​ Double, Double) ​==== +  ​Type:String 
-Create an instance of the ClusterMarkerStyle. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| distance ​  | Double<​!-- System.Double --> ​  | Pixel distance between features that should be considered a single cluster. ​  | +
-| mapWidth ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| mapHeight ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} ​Equals(Object) ​**
-==== Equals(Object) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== GetMarkers(IEnumerable<Feature>) ==== +
-It returns a collection of markers from the features specified. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker--> ​  | It returns a collection of markers from the features specified. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  | The features collection ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerStyle(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-===== Protected Methods ​===== +==== Protected Methods ==== 
-==== Finalize() ==== +** {{wiki:​ProtectedMethod.gif|}} GetContextMenusCore() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<​T>[[ThinkGeo.MapSuite.MvcEdition.ContextMenu, MvcEdition, Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<T>]] 
-==== GetContextMenusCore() ==== +  * Description:​N/​A
-Gets a collection of context menus that are associated with the MarkerStyle. +
-=== Remarks === +
-This method returns all of the context menus associated with the MarkerStyle to ensure that the events on the context menus can be properly fired. Override this method if you create your own custom MarkerStyle. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection|GeoKeyedCollection]]<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenu|ContextMenu]]><​!-- ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection{ThinkGeo.MapSuite.MvcEdition.ContextMenu} --  | collection of context menus that are associated with the MarkerStyle. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LxU=() **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerStyle --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
- Name ^  ​Type ​ ​Description ​^+  * 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|}} DistanceInPixel **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== DistanceInPixel ==== 
 Gets or sets pixel distance between features that should be considered a single cluster. Gets or sets pixel distance between features that should be considered a single cluster.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Double<​!-- System.Double ​--> ​  |+== Return Value == 
 +  ​* ​Type:Double
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} MarkerStyle ** 
-[[#Public Properties|Go Back]] + 
-==== MapHeight ==== +Gets or sets a MarkerStyle to display ​the markers
-Gets or sets the Pixel height of the map+== Remarks == 
-=== Return Value === +N/A 
-^ Return ​Type ^ +== Return Value == 
-| Double<​!-- System.Double --> ​  |+  ​* ​Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapWidth **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== MapWidth ==== 
 Gets or sets the Pixel width of the map. Gets or sets the Pixel width of the map.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Double<​!-- System.Double ​--> ​  |+== Return Value == 
 +  ​* ​Type:Double
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} MapHeight **
-[[#Public Properties|Go Back]] +
-==== MarkerStyle ==== +
-Gets or sets a MarkerStyle to display the markers. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]]<​!-- ThinkGeo.MapSuite.MvcEdition.MarkerStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle --> +Gets or sets the Pixel height of the map
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:​Double 
-[[Category:​MvcEdition]] + 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.clustermarkerstyle.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)