User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.clustermarkerstyle

This is an old revision of the document!


ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle

<!– Class –> A kind of MarkerStyle to filter the markers.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodClusterMarkerStyle The default constructor for ClusterMarkerStyle class.
Public MethodClusterMarkerStyle Double, Double, Double Create an instance of the ClusterMarkerStyle.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetMarkers IEnumerable<Feature> MarkerStyle(overriden) It returns a collection of markers from the features specified.
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodGetContextMenusCore MarkerStyle Gets a collection of context menus that are associated with the MarkerStyle.
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyDistanceInPixel Double Gets or sets pixel distance between features that should be considered a single cluster.
Public PropertyMapHeight Double Gets or sets the Pixel height of the map.
Public PropertyMapWidth Double Gets or sets the Pixel width of the map.
Public PropertyMarkerStyle MarkerStyle Gets or sets a MarkerStyle to display the markers.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

ClusterMarkerStyle()

The default constructor for ClusterMarkerStyle class.

Parameters

Name Type Description

Go Back

ClusterMarkerStyle(Double, Double, Double)

Create an instance of the ClusterMarkerStyle.

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 –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetMarkers(IEnumerable<Feature>)

It returns a collection of markers from the features specified.

Return Value

Return Type Description
Collection<Marker><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker} –> It returns a collection of markers from the features specified.

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> The features collection

<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle(overriden) –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetContextMenusCore()

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
GeoKeyedCollection<ContextMenu><!– ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection{ThinkGeo.MapSuite.MvcEdition.ContextMenu} –> A collection of context menus that are associated with the MarkerStyle.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

DistanceInPixel

Gets or sets pixel distance between features that should be considered a single cluster.

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle –> Go Back

MapHeight

Gets or sets the Pixel height of the map.

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle –> Go Back

MapWidth

Gets or sets the Pixel width of the map.

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle –> Go Back

MarkerStyle

Gets or sets a MarkerStyle to display the markers.

Return Value

Return Type
MarkerStyle<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle –>

<!– ThinkGeo.MapSuite.MvcEdition.ClusterMarkerStyle –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.mvcedition.clustermarkerstyle.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)