User Tools

Site Tools


thinkgeo.mapsuite.webedition.clustermarkerstyle

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.clustermarkerstyle [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webedition.clustermarkerstyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle ====== ====== ThinkGeo.MapSuite.WebEdition.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.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.MarkerStyle]] +    *ThinkGeo.MapSuite.WebEdition.MarkerStyle 
-***[[ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle]]+      ***ThinkGeo.MapSuite.WebEdition.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 == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28.29//​ 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ClusterMarkerStyle(Double,​Double,​Double) ​** 
 + 
 +  * //Create an instance of the ClusterMarkerStyle.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28Double.2C_Double.2C_Double.29//​ 
 +== 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.WebEdition.MarkerStyle|MarkerStyle]](overriden) ​  | It returns a collection of markers from the features specified. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetRequiredColumnNames()|GetRequiredColumnNames]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | +
-| {{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 ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here://
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetContextMenusCore()|GetContextMenusCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| Gets a collection of context menus that are associated with the MarkerStyle  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.WebEdition.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 a collection ​of markers from the features specified.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsActive|IsActive]] ​  | Boolean ​  ​| ​[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]   |    | +
-| {{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.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | Gets or sets a MarkerStyle to display the markers. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RequiredColumnNames|RequiredColumnNames]] ​  | Collection<​String> ​  | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   |+
  
-==== 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|}} GetRequiredColumnNames() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== ClusterMarkerStyle() ==== +== Remarks == 
-The default constructor for ClusterMarkerStyle class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ClusterMarkerStyle(Double,​ Double, Double) ​==== +  * Type:Collection<String
-Create an instance of the ClusterMarkerStyle. +  ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28Double.2C_Double.2C_Double.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ClusterMarkerStyle.28Double.2C_Double.2C_Double.29</​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|}} ToString() **
-==== Equals(Object) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Equals.28Object.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Equals.28Object.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ToString.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== GetHashCode() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetMarkers(IEnumerable<​Feature>​) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Equals.28Object.29//
-It returns a collection of markers from the features specified. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.Marker} --> ​  | It returns a collection of markers from the features specified. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  | The features collection ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//obj// 
-==== GetRequiredColumnNames() ​==== +    ​* ​Type:Object 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetHashCode.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetType.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ToString.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​ToString.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetRequiredColumnNamesCore() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== GetContextMenusCore() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNamesCore.28.29//
-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.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<​[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]><​!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu} --> ​  | A collection of context menus that are associated with the MarkerStyle. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Collection<​String>​ 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== GetRequiredColumnNamesCore() ​==== +** {{wiki:​ProtectedMethod.gif|}GetContextMenusCore() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNamesCore.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNamesCore.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  ​| ​   |+
  
-=== Parameters === +  * //Gets a collection of context menus that are associated with the MarkerStyle.//​ 
-^  Name ^  Type ^  Description ^+== 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.//​
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>[[ThinkGeo.MapSuite.WebEdition.ContextMenu,​ WebEdition, Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<T>]] 
-==== MemberwiseClone() ​==== +  ​* ​Description:A collection of context menus that are associated with the MarkerStyle.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MemberwiseClone.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MemberwiseClone.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
- Name ^  ​Type ​ ​Description ​^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ZhQ=() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenu,​ WebEdition, 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 ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  Type:Void 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MemberwiseClone.28.29//​ 
 + 
 +== 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.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​DistanceInPixel" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​DistanceInPixel</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​DistanceInPixel 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Double<​!-- System.Double ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle --> +** {{wiki:PublicProperty.gif|}} MarkerStyle **
-[[#Public Properties|Go Back]] +
-==== IsActive ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​IsActive"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​IsActive</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +Gets or sets a MarkerStyle to display ​the markers
-[[#Public Properties|Go Back]] +== Remarks == 
-==== MapHeight ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​firstHeading" ​class="firstHeading"​ lang="​en"><​span dir="​auto 
-Gets or sets the Pixel height of the map+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:​[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapHeight" ​target="_blank">http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapHeight</a> + 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} MapWidth **
-^ Return ​Type +
-Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== MapWidth ==== 
 Gets or sets the Pixel width of the map. Gets or sets the Pixel width of the map.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapWidth" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapWidth</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapWidth 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Double<​!-- System.Double ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle --> +** {{wiki:PublicProperty.gif|}} MapHeight **
-[[#Public Properties|Go Back]] +
-==== MarkerStyle ==== +
-Gets or sets a MarkerStyle to display the markers. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​firstHeading&​quot;​ class=&​quot;​firstHeading&​quot;​ lang=&​quot;​en&​quot;&​gt;&​lt;​span dir=&​quot;​auto"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​firstHeading"​ class="​firstHeading"​ lang="​en"&​gt;&​lt;​span dir="​auto</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]<​!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle --> +Gets or sets the Pixel height of the map
-[[#Public Properties|Go Back]] +== Remarks == 
-==== RequiredColumnNames ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​MapHeight 
-=== Remarks ​=== +== Return Value == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29</​a>​ +  ​* ​Type:Double
-=== Return Value === +
-^ Return ​Type +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +** {{wiki:​PublicProperty.gif|}} IsActive ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#IsActive 
-[[Category:​WebEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] +  * Type:​Boolean 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} RequiredColumnNames ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle#​GetRequiredColumnNames.28.29 
 +== Return Value == 
 +  * Type:​Collection<​String>​ 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.webedition.clustermarkerstyle.1440040135.txt.gz · Last modified: 2015/09/18 03:07 (external edit)