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

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.clustermarkerstyle [2015/09/22 08:33]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle ====== 
-A kind of MarkerStyle to filter the markers. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.MarkerStyle 
-      ***ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} 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 ==== 
-** {{wiki:​ProtectedMethod.gif|}} ClusterMarkerStyle(Double) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​distance//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ** 
- 
-  * //It returns a collection of markers from the features specified.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]>​ 
-  * Description:​It returns a collection of markers from the features specified. 
- 
-== Parameters == 
-  * //​features//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-    * Description:​The features collection 
- 
-<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() ** 
- 
-  * //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|}} 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|}} DistanceInPixel ** 
- 
-Gets or sets pixel distance between features that should be considered a single cluster. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MarkerStyle ** 
- 
-Gets or sets a MarkerStyle to display the markers. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerStyle|MarkerStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapWidth ** 
- 
-Gets or sets the Pixel width of the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MapHeight ** 
- 
-Gets or sets the Pixel height of the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.clustermarkerstyle.1442910823.txt.gz ยท Last modified: 2015/09/22 08:33 by admin