User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.markerstyle

This is an old revision of the document!


ThinkGeo.MapSuite.DesktopEdition.MarkerStyle

<!– Class –> This class represents the base class for all classes that defines the styles applied to the markers.

Remarks

The &lt;strong&gt;MarkerStyle&lt;/strong&gt; class is the base class for all style classed that contains the style definition of markers. When dynamicly creating the markers, these style classes apply their styles to markers. The &lt;strong&gt;MarkerStyle&lt;/strong&gt; class has an abstract &lt;strong&gt;GetMarkers&lt;/strong&gt; method which accepts a collection of features. It creates a collection of markers with the styles specified from these features. Inherit from this class and implements the &lt;strong&gt;GetMarkers&lt;/strong&gt; method if you want to create your own &lt;strong&gt;MarkerStyle&lt;/strong&gt;.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodMarkerStyle Initialize an instance of the MarkerStyle class.

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetMarkers IEnumerable<Feature> The abstract method returns a collection of markers from the features that passed in.
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

MarkerStyle()

Initialize an instance of the MarkerStyle class.

Remarks

Parameters

Name Type Description

Go Back

Public Methods

Equals(Object)

Remarks

Return Value

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

Parameters

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

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetMarkers(IEnumerable<Feature>)

The abstract method returns a collection of markers from the features that passed in.

Remarks

For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>

Return Value

Return Type Description
GeoCollection<Marker><!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.DesktopEdition.Marker} –> A collection of marker controls that will be overlap on the map control.

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> A collection of features that the markers are created from.

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

GetType()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.desktopedition.markerstyle.1440040130.txt.gz · Last modified: 2015/09/18 03:03 (external edit)