Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class represents one value in a ValueMarkerStyle.
ValueMarkerStyle:
The ValueMarkerStyle allows you to match data in the FeatureSource with a value string. If the value matches, then we will use the style defined in that item to create the markers.
For example, you may have some data about cities, with each city categorized as either a high, medium or low pollution city. Based on the string values of “High”, “Medium” and “Low”, we can match on these. If a particular feature's data for the column matched “High”, then we would use the high MarkerValueItem's style to create that city's marker.
*System.Object **ThinkGeo.MapSuite.MvcEdition.MarkerValueItem
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
MarkerValueItem | Initialize a new instance of the MarkerValueItem class. | ||
MarkerValueItem | String | Initialize a new instance of the MarkerValueItem class using the value string specified. | |
MarkerValueItem | String, MarkerStyle | Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CustomMarkerStyle | MarkerStyle | Gets or sets the style that could be any type of MarkerStyle. | |
DefaultMarkerStyle | PointMarkerStyle | Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined. | |
Value | String | Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize a new instance of the MarkerValueItem class.
Initialize a new instance of the MarkerValueItem class.
| Name | Type | Description |
|---|
Initialize a new instance of the MarkerValueItem class using the value string specified.
Initialize a new instance of the MarkerValueItem class.
| Name | Type | Description |
|---|---|---|
| value | String<!– System.String –> | The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. |
Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified.
Initialize a new instance of the MarkerValueItem class.
It is recommended that you do not use this constructor if it is not necessary. Instead, you can set the properties directly on the DefaultMarkerStyle.
| Name | Type | Description |
|---|---|---|
| value | String<!– System.String –> | The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. |
| customMarkerStyle | MarkerStyle<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle –> | The marker style that is applied to the markers with higher priority. |
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the style that could be any type of MarkerStyle.
The <strong>CustomMarkerStyle</strong> could be any type of <strong>MarkerStyle</strong>. This style has a higher priority than the <strong>DefaultMarkerStyle</strong>. This means that if you defined both <strong>DefaultMarkerStyle</strong> and <strong>CustomMarkerStyle</strong>, the <strong>CustomMarkerStyle</strong> will be used.
| Return Type |
|---|
| MarkerStyle<!– ThinkGeo.MapSuite.MvcEdition.MarkerStyle –> |
<!– ThinkGeo.MapSuite.MvcEdition.MarkerValueItem –> Go Back
Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined.
| Return Type |
|---|
| PointMarkerStyle<!– ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle –> |
<!– ThinkGeo.MapSuite.MvcEdition.MarkerValueItem –> Go Back
Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.MarkerValueItem –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.